Skip to content

Commit 8c5b419

Browse files
committed
NRL-569 update draft FHIR resources for visibility
1 parent e3a7300 commit 8c5b419

File tree

6 files changed

+232
-10
lines changed

6 files changed

+232
-10
lines changed

resources/fhir/NRLF-ContentStability-ValueSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resourceType": "ValueSet",
33
"id": "NRLF-ContentStability",
4-
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
4+
"url": "https://fhir.nhs.uk/England/ValueSet/England-NRLContentStability",
55
"version": "1.0.0",
66
"name": "NRLF Content Stability",
77
"status": "draft",
8-
"date": "2024-12-03T00:00:00+00:00",
8+
"date": "2025-01-28T00:00:00+00:00",
99
"publisher": "NHS Digital",
1010
"contact": {
1111
"name": "NRL Team at NHS Digital",
Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
{
2+
"resourceType": "StructureDefinition",
3+
"url": "https://fhir.nhs.uk/England/StructureDefinition/NRLF-DocumentReference",
4+
"name": "NRLF-DocumentReference",
5+
"status": "draft",
6+
"fhirVersion": "4.0.1",
7+
"kind": "resource",
8+
"abstract": false,
9+
"type": "DocumentReference",
10+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
11+
"derivation": "constraint",
12+
"differential": {
13+
"element": [
14+
{
15+
"id": "DocumentReference.type",
16+
"path": "DocumentReference.type",
17+
"short": "Kind of document (SNOMED code)",
18+
"definition": "Specifies the particular kind of document referenced.",
19+
"comment": "Key metadata element describing the document that describes the exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.",
20+
"requirements": "NRL assigns permissions and indexes for search by document type and category.",
21+
"min": 1,
22+
"binding": {
23+
"strength": "required",
24+
"valueSet": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType"
25+
}
26+
},
27+
{
28+
"id": "DocumentReference.type.coding",
29+
"path": "DocumentReference.type.coding",
30+
"min": 1,
31+
"max": "1"
32+
},
33+
{
34+
"id": "DocumentReference.type.coding.system",
35+
"path": "DocumentReference.type.coding.system",
36+
"min": 1
37+
},
38+
{
39+
"id": "DocumentReference.type.coding.code",
40+
"path": "DocumentReference.type.coding.code",
41+
"min": 1
42+
},
43+
{
44+
"id": "DocumentReference.type.coding.display",
45+
"path": "DocumentReference.type.coding.display",
46+
"min": 1
47+
},
48+
{
49+
"id": "DocumentReference.category",
50+
"path": "DocumentReference.category",
51+
"requirements": "NRL assigns permissions and indexes for search by document type and category.",
52+
"min": 1,
53+
"max": "1",
54+
"binding": {
55+
"strength": "required",
56+
"valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordCategory"
57+
}
58+
},
59+
{
60+
"id": "DocumentReference.category.coding",
61+
"path": "DocumentReference.category.coding",
62+
"min": 1,
63+
"max": "1"
64+
},
65+
{
66+
"id": "DocumentReference.category.coding.system",
67+
"path": "DocumentReference.category.coding.system",
68+
"min": 1
69+
},
70+
{
71+
"id": "DocumentReference.category.coding.code",
72+
"path": "DocumentReference.category.coding.code",
73+
"min": 1
74+
},
75+
{
76+
"id": "DocumentReference.category.coding.display",
77+
"path": "DocumentReference.category.coding.display",
78+
"min": 1
79+
},
80+
{
81+
"id": "DocumentReference.subject",
82+
"path": "DocumentReference.subject",
83+
"definition": "The patient to which the document pertains, as identified by NHS number.",
84+
"min": 1,
85+
"type": [
86+
{
87+
"code": "Reference",
88+
"targetProfile": ["http://hl7.org/fhir/StructureDefinition/Patient"]
89+
}
90+
]
91+
},
92+
{
93+
"id": "DocumentReference.subject.identifier",
94+
"path": "DocumentReference.subject.identifier",
95+
"min": 1
96+
},
97+
{
98+
"id": "DocumentReference.subject.identifier.system",
99+
"path": "DocumentReference.subject.identifier.system",
100+
"min": 1,
101+
"fixedUri": "https://fhir.nhs.uk/Id/nhs-number"
102+
},
103+
{
104+
"id": "DocumentReference.subject.identifier.value",
105+
"path": "DocumentReference.subject.identifier.value",
106+
"definition": "The patient's NHS number.",
107+
"min": 1
108+
},
109+
{
110+
"id": "DocumentReference.author",
111+
"path": "DocumentReference.author",
112+
"min": 1,
113+
"max": "1",
114+
"type": [
115+
{
116+
"code": "Reference",
117+
"targetProfile": [
118+
"http://hl7.org/fhir/StructureDefinition/Organization"
119+
]
120+
}
121+
]
122+
},
123+
{
124+
"id": "DocumentReference.author.identifier",
125+
"path": "DocumentReference.author.identifier",
126+
"min": 1
127+
},
128+
{
129+
"id": "DocumentReference.author.identifier.system",
130+
"path": "DocumentReference.author.identifier.system",
131+
"min": 1,
132+
"fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code"
133+
},
134+
{
135+
"id": "DocumentReference.author.identifier.value",
136+
"path": "DocumentReference.author.identifier.value",
137+
"definition": "The ODS code for the author organisation",
138+
"min": 1
139+
},
140+
{
141+
"id": "DocumentReference.custodian",
142+
"path": "DocumentReference.custodian",
143+
"min": 1
144+
},
145+
{
146+
"id": "DocumentReference.custodian.identifier",
147+
"path": "DocumentReference.custodian.identifier",
148+
"min": 1
149+
},
150+
{
151+
"id": "DocumentReference.custodian.identifier.system",
152+
"path": "DocumentReference.custodian.identifier.system",
153+
"min": 1,
154+
"fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code"
155+
},
156+
{
157+
"id": "DocumentReference.custodian.identifier.value",
158+
"path": "DocumentReference.custodian.identifier.value",
159+
"definition": "The ODS code of the custodian organisation.",
160+
"min": 1
161+
},
162+
{
163+
"id": "DocumentReference.content.attachment.contentType",
164+
"path": "DocumentReference.content.attachment.contentType",
165+
"min": 1
166+
},
167+
{
168+
"id": "DocumentReference.content.attachment.url",
169+
"path": "DocumentReference.content.attachment.url",
170+
"min": 1
171+
},
172+
{
173+
"id": "DocumentReference.content.format",
174+
"path": "DocumentReference.content.format",
175+
"min": 1,
176+
"binding": {
177+
"strength": "required",
178+
"valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLFormatCode"
179+
}
180+
},
181+
{
182+
"id": "DocumentReference.content.format.system",
183+
"path": "DocumentReference.content.format.system",
184+
"min": 1
185+
},
186+
{
187+
"id": "DocumentReference.content.format.code",
188+
"path": "DocumentReference.content.format.code",
189+
"min": 1
190+
},
191+
{
192+
"id": "DocumentReference.content.format.display",
193+
"path": "DocumentReference.content.format.display",
194+
"min": 1
195+
},
196+
{
197+
"id": "DocumentReference.context.practiceSetting",
198+
"path": "DocumentReference.context.practiceSetting",
199+
"min": 1,
200+
"binding": {
201+
"strength": "required",
202+
"valueSet": "https://fhir.nhs.uk/England/ValueSet/England-NRLPracticeSetting"
203+
}
204+
},
205+
{
206+
"id": "DocumentReference.context.practiceSetting.coding.system",
207+
"path": "DocumentReference.context.practiceSetting.coding.system",
208+
"min": 1
209+
},
210+
{
211+
"id": "DocumentReference.context.practiceSetting.coding.code",
212+
"path": "DocumentReference.context.practiceSetting.coding.code",
213+
"min": 1
214+
},
215+
{
216+
"id": "DocumentReference.context.practiceSetting.coding.display",
217+
"path": "DocumentReference.context.practiceSetting.coding.display",
218+
"min": 1
219+
}
220+
]
221+
}
222+
}

resources/fhir/NRLF-FormatCode-ValueSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resourceType": "ValueSet",
33
"id": "NRLF-FormatCode",
4-
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
4+
"url": "https://fhir.nhs.uk/England/ValueSet/England-NRLFormatCode",
55
"version": "1.0.0",
66
"name": "NRLF Format Code",
77
"status": "draft",
8-
"date": "2024-12-03T00:00:00+00:00",
8+
"date": "2025-01-28T00:00:00+00:00",
99
"publisher": "NHS Digital",
1010
"contact": {
1111
"name": "NRL Team at NHS Digital",

resources/fhir/NRLF-PracticeSetting-ValueSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resourceType": "ValueSet",
33
"id": "NRLF-PracticeSetting",
4-
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLPracticeSetting",
4+
"url": "https://fhir.nhs.uk/England/ValueSet/England-NRLPracticeSetting",
55
"version": "1.1.2",
66
"name": "NRLF Record Practice Setting",
77
"status": "draft",
8-
"date": "2024-11-18T00:00:00+00:00",
8+
"date": "2025-01-28T00:00:00+00:00",
99
"publisher": "NHS Digital",
1010
"contact": {
1111
"name": "NRL Team at NHS Digital",

resources/fhir/NRLF-RecordCategory-ValueSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resourceType": "ValueSet",
33
"id": "NRLF-RecordCategory",
4-
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordCategory",
4+
"url": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordCategory",
55
"version": "1.1.2",
66
"name": "NRLF Record Category",
77
"status": "draft",
8-
"date": "2024-10-10T00:00:00+00:00",
8+
"date": "2025-01-28T00:00:00+00:00",
99
"publisher": "NHS Digital",
1010
"contact": {
1111
"name": "NRL Team at NHS Digital",

resources/fhir/NRLF-RecordType-ValueSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resourceType": "ValueSet",
33
"id": "NRLF-RecordType",
4-
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType",
4+
"url": "https://fhir.nhs.uk/England/ValueSet/England-NRLRecordType",
55
"version": "1.1.1",
66
"name": "NRLF Record Type",
77
"status": "draft",
8-
"date": "2024-09-18T00:00:00+00:00",
8+
"date": "2025-01-28T00:00:00+00:00",
99
"publisher": "NHS Digital",
1010
"contact": {
1111
"name": "NRL Team at NHS Digital",

0 commit comments

Comments
 (0)