Skip to content

Commit d45455d

Browse files
authored
Merge pull request #998 from NHSDigital/feature/eema1-NRL-1548-addLloydGeorgeTestPointer
NRL-1548 add lloyd george test pointer
2 parents 734e158 + 4cb5a72 commit d45455d

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"resourceType": "DocumentReference",
3+
"id": "G3H9E-1c9c2030-6ef4-4564-ac62-c9c321659cc9",
4+
"meta": {
5+
"lastUpdated": "2025-01-06T16:04:28.966Z"
6+
},
7+
"status": "current",
8+
"type": {
9+
"coding": [
10+
{
11+
"system": "http://snomed.info/sct",
12+
"code": "16521000000101",
13+
"display": "Lloyd George record folder"
14+
}
15+
]
16+
},
17+
"category": [
18+
{
19+
"coding": [
20+
{
21+
"system": "http://snomed.info/sct",
22+
"code": "734163000",
23+
"display": "Care plan"
24+
}
25+
]
26+
}
27+
],
28+
"subject": {
29+
"identifier": {
30+
"system": "https://fhir.nhs.uk/Id/nhs-number",
31+
"value": "9730326991"
32+
}
33+
},
34+
"date": "2025-01-06T16:04:28.966Z",
35+
"author": [
36+
{
37+
"identifier": {
38+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
39+
"value": "G3H9E"
40+
}
41+
}
42+
],
43+
"custodian": {
44+
"identifier": {
45+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
46+
"value": "G3H9E"
47+
}
48+
},
49+
"content": [
50+
{
51+
"attachment": {
52+
"contentType": "application/pdf",
53+
"language": "en-UK",
54+
"url": "https://dev.api.service.nhs.uk/national-document-repository/FHIR/R4/DocumentReference/f0c41c3a-d43d-4c7a-9d96-61c6903bf2bd"
55+
},
56+
"format": {
57+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
58+
"code": "urn:nhs-ic:unstructured",
59+
"display": "Unstructured Document"
60+
},
61+
"extension": [
62+
{
63+
"valueCodeableConcept": {
64+
"coding": [
65+
{
66+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
67+
"code": "static",
68+
"display": "Static"
69+
}
70+
]
71+
},
72+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability"
73+
}
74+
]
75+
}
76+
],
77+
"context": {
78+
"practiceSetting": {
79+
"coding": [
80+
{
81+
"system": "http://snomed.info/sct",
82+
"code": "1060971000000108",
83+
"display": "General practice service"
84+
}
85+
]
86+
}
87+
}
88+
}

0 commit comments

Comments
 (0)