Skip to content

Commit bcb53f0

Browse files
committed
Switching references for identifiers
1 parent 8f5684c commit bcb53f0

2 files changed

Lines changed: 25 additions & 30 deletions

File tree

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_v3_message.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,6 @@
683683
}
684684
]
685685
}
686-
],
687-
"reasonReference": [
688-
{
689-
"reference": "urn:uuid:a0be9a81-4396-47ac-a700-2e8a1a4a8277"
690-
}
691686
]
692687
}
693688
},
@@ -828,9 +823,9 @@
828823
{
829824
"coding": [
830825
{
831-
"system": "https://fhir.nhs.uk/CodeSystem/consent-categories-bars",
832-
"code": "DRC",
833-
"display": "Direct Care"
826+
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
827+
"code": "research",
828+
"display": "Research Information Access"
834829
}
835830
]
836831
}
@@ -953,21 +948,6 @@
953948
]
954949
}
955950
}
956-
},
957-
{
958-
"fullUrl": "urn:uuid:a0be9a81-4396-47ac-a700-2e8a1a4a8277",
959-
"resource": {
960-
"resourceType": "DocumentReference",
961-
"id": "a0be9a81-4396-47ac-a700-2e8a1a4a8277",
962-
"status": "current",
963-
"content": [
964-
{
965-
"attachment": {
966-
"url": "http://www.labs.gosh.nhs.uk/media/1392938/joint_genetics_request_form_v3.5.pdf"
967-
}
968-
}
969-
]
970-
}
971951
}
972952
]
973953
}

ServiceRequest/UKCore-ServiceRequest-MichaelJonesDYPDRequest-Example.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"system": "https://www.christie.nhs.uk/ehr",
77
"value": "LabOrder123456",
88
"assigner": {
9-
"reference": "Organization/UKCore-Organization-RBV-Example"
9+
"identifier": {
10+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
11+
"value": "RBV"
12+
}
1013
}
1114
}
1215
],
@@ -15,7 +18,7 @@
1518
],
1619
"basedOn": [
1720
{
18-
"reference": "UKCore-CarePlan-PancreaticCancerPlan-Example"
21+
"display": "UKCore-CarePlan-PancreaticCancerPlan-Example"
1922
}
2023
],
2124
"status": "active",
@@ -43,18 +46,27 @@
4346
]
4447
},
4548
"subject": {
46-
"reference": "Patient/UKCore-Patient-MichealJones-Example"
49+
"identifier": {
50+
"system": "https://fhir.nhs.uk/Id/nhs-number",
51+
"value": "9999999999"
52+
}
4753
},
4854
"encounter": {
49-
"reference": "Encounter/UKCore-Encounter-OncologyConsultation-Example"
55+
"display": "Encounter/UKCore-Encounter-OncologyConsultation-Example"
5056
},
5157
"authoredOn": "2022-07-11T09:00:00Z",
5258
"requester": {
53-
"reference": "Practitioner/UKCore-Practitioner-DrLucyHale-Example"
59+
"identifier": {
60+
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
61+
"value": "C9999999"
62+
}
5463
},
5564
"performer": [
5665
{
57-
"reference": "Organization/UKCore-Organization-699X0-Example"
66+
"identifier": {
67+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
68+
"value": "RBV"
69+
}
5870
}
5971
],
6072
"reasonCode": [
@@ -70,7 +82,10 @@
7082
],
7183
"specimen": [
7284
{
73-
"reference": "UKCore-Specimen-MichaelJonesBlood-Example"
85+
"identifier": {
86+
"system": "https://www.christie.nhs.uk/path",
87+
"value": "Spec123456"
88+
}
7489
}
7590
]
7691
}

0 commit comments

Comments
 (0)