Skip to content

Commit ef07d36

Browse files
Merge pull request #1429 from NHSDigital/release_1_30/RM35
RM35 OAS Changes
2 parents 3f3d03d + 40ac56f commit ef07d36

20 files changed

+685
-35
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"id": "appointment",
3+
"meta": {
4+
"profile": [
5+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Appointment-1",
6+
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Appointment-1"
7+
]
8+
},
9+
"language": "en",
10+
"resourceType": "Appointment",
11+
"status": "proposed",
12+
"reason": [
13+
{
14+
"coding": [
15+
{
16+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReviewReason-1",
17+
"code": "TRIAGE"
18+
}
19+
]
20+
}
21+
],
22+
"description": "e-Referral Appointment",
23+
"incomingReferral": [
24+
{
25+
"reference": "ReferralRequest/000000070000/_history/6"
26+
}
27+
],
28+
"participant": [
29+
{
30+
"actor": {
31+
"identifier": {
32+
"system": "http://fhir.nhs.net/Id/ers-service",
33+
"value": "50001"
34+
}
35+
},
36+
"status": "accepted"
37+
},
38+
{
39+
"actor": {
40+
"identifier": {
41+
"system": "http://fhir.nhs.net/Id/nhs-number",
42+
"value": "9912003888"
43+
}
44+
},
45+
"status": "accepted"
46+
}
47+
]
48+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"id": "70000",
3+
"meta": {
4+
"versionId": "1",
5+
"profile": [
6+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Appointment-1",
7+
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Appointment-1"
8+
]
9+
},
10+
"language": "en",
11+
"resourceType": "Appointment",
12+
"status": "proposed",
13+
"reason": [
14+
{
15+
"coding": [
16+
{
17+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReviewReason-1",
18+
"code": "TRIAGE"
19+
}
20+
]
21+
}
22+
],
23+
"description": "e-Referral Appointment",
24+
"created": "2021-06-30T13:58:47.940+00:00",
25+
"incomingReferral": [
26+
{
27+
"reference": "ReferralRequest/000000070000/_history/8"
28+
}
29+
],
30+
"participant": [
31+
{
32+
"actor": {
33+
"identifier": {
34+
"system": "http://fhir.nhs.net/Id/ers-service",
35+
"value": "50001"
36+
},
37+
"display": "Cardiology Triage Service"
38+
},
39+
"status": "accepted"
40+
},
41+
{
42+
"actor": {
43+
"identifier": {
44+
"system": "http://fhir.nhs.net/Id/nhs-number",
45+
"value": "9912003888"
46+
}
47+
},
48+
"status": "accepted"
49+
}
50+
]
51+
}
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"resourceType": "Parameters",
3+
"meta": {
4+
"profile": [
5+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ChangeShortlist-Parameters-1"
6+
]
7+
},
8+
"parameter": [
9+
{
10+
"name": "shortlist",
11+
"resource": {
12+
"meta": {
13+
"profile": [
14+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
15+
]
16+
},
17+
"resourceType": "List",
18+
"status": "current",
19+
"mode": "snapshot",
20+
"contained": [
21+
{
22+
"resourceType": "Parameters",
23+
"meta": {
24+
"profile": [
25+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ServiceSearchCriteria-Parameters-1"
26+
]
27+
},
28+
"id": "ServiceSearchCriteria-1",
29+
"parameter": [
30+
{
31+
"name": "priority",
32+
"valueCoding": {
33+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-Priority-1",
34+
"code": "URGENT"
35+
}
36+
},
37+
{
38+
"name": "specialty",
39+
"valueCoding": {
40+
"system": "_baseUrl_/STU3/CodeSystem/SPECIALTY",
41+
"code": "CARDIOLOGY"
42+
}
43+
},
44+
{
45+
"name": "clinicType",
46+
"valueCoding": {
47+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicType-1",
48+
"code": "HEART_FAILURE"
49+
}
50+
},
51+
{
52+
"name": "ageAndGenderAppropriate",
53+
"valueBoolean": false
54+
}
55+
]
56+
}
57+
],
58+
"entry": [
59+
{
60+
"item": {
61+
"identifier": {
62+
"system": "http://fhir.nhs.net/Id/ers-service",
63+
"value": "11002"
64+
}
65+
}
66+
},
67+
{
68+
"item": {
69+
"identifier": {
70+
"system": "http://fhir.nhs.net/Id/ers-service",
71+
"value": "51002"
72+
}
73+
}
74+
}
75+
],
76+
"extension": [
77+
{
78+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-Shortlist-SearchCriteria-1",
79+
"valueReference": {
80+
"reference": "#ServiceSearchCriteria-1"
81+
}
82+
}
83+
]
84+
}
85+
},
86+
{
87+
"name": "intentionToAddReferralLetter",
88+
"valueCoding": {
89+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReferralLetterIntention-1",
90+
"code": "NEED_TO_ADD_LATER"
91+
}
92+
},
93+
{
94+
"name": "firstReminderLetterFollowUpDays",
95+
"valueUnsignedInt": 0
96+
}
97+
]
98+
}
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"id": "000000070000",
3+
"meta": {
4+
"versionId": "3",
5+
"profile": [
6+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
7+
]
8+
},
9+
"resourceType": "ReferralRequest",
10+
"extension": [
11+
{
12+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-ReferralPriority-1",
13+
"valueCodeableConcept": {
14+
"coding": [
15+
{
16+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-Priority-1",
17+
"code": "URGENT",
18+
"display": "Urgent"
19+
}
20+
]
21+
}
22+
},
23+
{
24+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-ReferralShortlist-1",
25+
"valueReference": {
26+
"reference": "#shortlist"
27+
}
28+
},
29+
{
30+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-Commissioning-Rule-Org-1",
31+
"valueIdentifier": {
32+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
33+
"value": "R69"
34+
}
35+
},
36+
{
37+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-ReferralState-1",
38+
"extension": [
39+
{
40+
"url": "state",
41+
"valueCoding": {
42+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReferralState-1",
43+
"code": "NOT_BOOKED",
44+
"display": "Not Booked"
45+
}
46+
}
47+
]
48+
}
49+
],
50+
"contained": [
51+
{
52+
"id": "serviceSearchCriteria",
53+
"meta": {
54+
"profile": [
55+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ServiceSearchCriteria-Parameters-1"
56+
]
57+
},
58+
"resourceType": "Parameters",
59+
"parameter": [
60+
{
61+
"name": "priority",
62+
"valueCoding": {
63+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-Priority-1",
64+
"code": "URGENT"
65+
}
66+
},
67+
{
68+
"name": "specialty",
69+
"valueCoding": {
70+
"system": "_baseUrl_/STU3/CodeSystem/SPECIALTY",
71+
"code": "CARDIOLOGY"
72+
}
73+
},
74+
{
75+
"name": "clinicType",
76+
"valueCoding": {
77+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicType-1",
78+
"code": "HEART_FAILURE"
79+
}
80+
},
81+
{
82+
"name": "ageAndGenderAppropriate",
83+
"valueBoolean": false
84+
},
85+
{
86+
"name": "commissioningProvisioning",
87+
"valueCoding": {
88+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-CommissioningProvisioning-1",
89+
"code": "ALL_AVAILABLE_FOR_BOOKING"
90+
}
91+
}
92+
]
93+
},
94+
{
95+
"id": "shortlist",
96+
"meta": {
97+
"profile": [
98+
"https://fhir.nhs.uk/STU3/StructureDefinition/eRS-Shortlist-List-1"
99+
]
100+
},
101+
"resourceType": "List",
102+
"extension": [
103+
{
104+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-Shortlist-SearchCriteria-1",
105+
"valueReference": {
106+
"reference": "#serviceSearchCriteria"
107+
}
108+
}
109+
],
110+
"status": "current",
111+
"mode": "snapshot",
112+
"entry": [
113+
{
114+
"item": {
115+
"identifier": {
116+
"system": "http://fhir.nhs.net/Id/ers-service",
117+
"value": "11002"
118+
},
119+
"display": "Good Cardiology Business Service"
120+
}
121+
},
122+
{
123+
"item": {
124+
"identifier": {
125+
"system": "http://fhir.nhs.net/Id/ers-service",
126+
"value": "51002"
127+
},
128+
"display": "Good Cardiology Triage Service"
129+
}
130+
}
131+
]
132+
}
133+
],
134+
"status": "active",
135+
"subject": {
136+
"identifier": {
137+
"system": "http://fhir.nhs.net/Id/nhs-number",
138+
"value": "9912003888"
139+
}
140+
},
141+
"supportingInfo": [],
142+
"intent": "plan"
143+
}

0 commit comments

Comments
 (0)