Skip to content

Commit 6b8e9e6

Browse files
NRL-518 Add NRLFormatCode valueset
1 parent 7b7f2bd commit 6b8e9e6

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "ValueSet",
3+
"id": "NRLF-FormatCode",
4+
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
5+
"version": "1.0.0",
6+
"name": "NRLF Format Code",
7+
"status": "draft",
8+
"date": "2024-12-03T00:00:00+00:00",
9+
"publisher": "NHS Digital",
10+
"contact": {
11+
"name": "NRL Team at NHS Digital",
12+
"telecom": {
13+
"system": "email",
14+
"value": "[email protected]",
15+
"use": "work"
16+
}
17+
},
18+
"description": "A ValueSet that identifies the format of the content of the target document or record of a National Record Locator pointer.",
19+
"copyright": "Copyright © 2024 NHS Digital",
20+
"compose": {
21+
"include": [
22+
{
23+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
24+
"concept": [
25+
{
26+
"code": "urn:nhs-ic:record-contact",
27+
"display": "Contact details (HTTP Unsecured)"
28+
},
29+
{
30+
"code": "urn:nhs-ic:unstructured",
31+
"display": "Unstructured Document"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
}

0 commit comments

Comments
 (0)