Skip to content

Commit 25a15b9

Browse files
committed
Merge branch 'main' into Issue-2673
2 parents 5783cdc + f81577d commit 25a15b9

19 files changed

+2771
-243
lines changed

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
"resource": {
204204
"resourceType": "Patient",
205205
"id": "Patient-FoetusOfRyanneBoulder-Example",
206+
"extension": [
207+
{
208+
"url": "http://hl7.org/fhir/6.0/StructureDefinition/extension-Patient.fetalStatus",
209+
"valueCode": "unknown"
210+
}
211+
],
206212
"identifier": [
207213
{
208214
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_minimal.json

Lines changed: 37 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"entry": [
1111
{
1212
"fullUrl": "urn:uuid:a4409d7c-b613-477c-b623-87e60406c2f0",
13-
"resource": {
14-
"resourceType": "MessageHeader",
15-
"id": "a4409d7c-b613-477c-b623-87e60406c2f0",
16-
"eventCoding": {
17-
"system": "https://fhir.nhs.uk/CodeSystem/message-events-genomics",
18-
"code": "genomictestrequest",
19-
"display": "Genomic Test Request"
20-
},
21-
"source": {
22-
"endpoint": "https://www.christie.nhs.uk/ehr"
23-
},
24-
"focus": [
25-
{
26-
"reference": "urn:uuid:66c519dd-423f-4238-89c8-91c5be52f330"
27-
}
28-
]
29-
}
13+
"resource": {
14+
"resourceType": "MessageHeader",
15+
"id": "a4409d7c-b613-477c-b623-87e60406c2f0",
16+
"eventCoding": {
17+
"system": "https://fhir.nhs.uk/CodeSystem/message-events-genomics",
18+
"code": "genomictestrequest",
19+
"display": "Genomic Test Request"
20+
},
21+
"source": {
22+
"endpoint": "https://www.christie.nhs.uk/ehr"
23+
},
24+
"focus": [
25+
{
26+
"reference": "urn:uuid:66c519dd-423f-4238-89c8-91c5be52f330"
27+
}
28+
]
29+
}
3030
},
3131
{
3232
"fullUrl": "urn:uuid:41e4b604-37f3-4799-a6b3-ab5b104f3c97",
@@ -37,14 +37,14 @@
3737
{
3838
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
3939
"valueCodeableConcept": {
40-
"coding": [
41-
{
42-
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
43-
"code": "M",
44-
"display": "Male"
45-
}
46-
]
47-
}
40+
"coding": [
41+
{
42+
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
43+
"code": "M",
44+
"display": "Male"
45+
}
46+
]
47+
}
4848
},
4949
{
5050
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
@@ -107,7 +107,7 @@
107107
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
108108
"valueCodeableConcept": {
109109
"coding": [
110-
{
110+
{
111111
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
112112
"code": "nhs-england",
113113
"display": "NHS England"
@@ -125,44 +125,33 @@
125125
"status": "active",
126126
"intent": "order",
127127
"category": [
128-
{
128+
{
129129
"coding": [
130-
{
131-
"system": "http://snomed.info/sct",
132-
"code": "405824009",
130+
{
131+
"system": "http://snomed.info/sct",
132+
"code": "405824009",
133133
"display": "Genetic test"
134134
}
135135
]
136136
}
137137
],
138138
"priority": "routine",
139-
"code": {
139+
"code": {
140140
"coding": [
141-
{
142-
"system": "http://snomed.info/sct",
143-
"code": "63491000000109",
141+
{
142+
"system": "http://snomed.info/sct",
143+
"code": "63491000000109",
144144
"display": "Paediatric IDH-wildtype glioblastoma tumour and germline WGS (whole genome sequencing)"
145145
}
146146
]
147147
},
148-
"subject": {
148+
"subject": {
149149
"reference": "urn:uuid:41e4b604-37f3-4799-a6b3-ab5b104f3c97"
150150
},
151151
"authoredOn": "2022-07-11T09:00:00Z",
152152
"requester": {
153153
"reference": "urn:uuid:3462583a-536c-4bad-99d3-44dc553921fd"
154-
},
155-
"reasonCode": [
156-
{
157-
"coding": [
158-
{
159-
"system": "http://snomed.info/sct",
160-
"code": "363418001",
161-
"display": "Malignant neoplasm of pancreas (disorder)"
162-
}
163-
]
164-
}
165-
]
154+
}
166155
}
167156
},
168157
{
@@ -190,7 +179,7 @@
190179
},
191180
"display": "NHS Trust - THE CHRISTIE NHS FOUNDATION TRUST"
192181
},
193-
"telecom" : [
182+
"telecom": [
194183
{
195184
"system": "email",
196185
"value": "[email protected]"

0 commit comments

Comments
 (0)