Skip to content

Commit c824ad2

Browse files
Merge pull request #709 from NHSDigital/feature/made14-NRL-959-add-fhir-resources
[NRL-959] Add NRLF FHIR valuesets JSON
2 parents 4d3b81a + f3cbc24 commit c824ad2

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"resourceType": "ValueSet",
3+
"id": "NRLF-RecordCategory",
4+
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordCategory",
5+
"version": "1.1.1",
6+
"name": "NRLF Record Category",
7+
"status": "draft",
8+
"date": "2024-03-20T00: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 code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical record class.",
19+
"copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
20+
"compose": {
21+
"include": [
22+
{
23+
"system": "http://snomed.info/sct",
24+
"concept": [
25+
{
26+
"code": "734163000",
27+
"display": "Care plan"
28+
},
29+
{
30+
"code": "1102421000000108",
31+
"display": "Observations"
32+
},
33+
{
34+
"code": "823651000000106",
35+
"display": "Clinical note"
36+
}
37+
]
38+
}
39+
]
40+
}
41+
}
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"resourceType": "ValueSet",
3+
"id": "NRLF-RecordType",
4+
"url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType",
5+
"version": "1.1.1",
6+
"name": "NRLF Record Type",
7+
"status": "draft",
8+
"date": "2024-09-18T00: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 code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical record type.",
19+
"copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
20+
"compose": {
21+
"include": {
22+
"system": "http://snomed.info/sct",
23+
"concept": [
24+
{
25+
"code": "736253002",
26+
"display": "Mental health crisis plan"
27+
},
28+
{
29+
"code": "887701000000100",
30+
"display": "Emergency health care plan"
31+
},
32+
{
33+
"code": "861421000000109",
34+
"display": "End of life care coordination summary"
35+
},
36+
{
37+
"code": "1382601000000107",
38+
"display": "ReSPECT (Recommended Summary Plan for Emergency Care and Treatment) form"
39+
},
40+
{
41+
"code": "1363501000000100",
42+
"display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) chart"
43+
},
44+
{
45+
"code": "325691000000100",
46+
"display": "Contingency plan"
47+
},
48+
{
49+
"code": "736373009",
50+
"display": "End of life care plan"
51+
},
52+
{
53+
"code": "16521000000101",
54+
"display": "Lloyd George record folder"
55+
},
56+
{
57+
"code": "736366004",
58+
"display": "Advanced care plan"
59+
},
60+
{
61+
"code": "735324008",
62+
"display": "Treatment escalation plan"
63+
},
64+
{
65+
"code": "824321000000109",
66+
"display": "Summary record"
67+
},
68+
{
69+
"code": "2181441000000107",
70+
"display": "Personalised Care and Support Plan"
71+
}
72+
]
73+
}
74+
}
75+
}

0 commit comments

Comments
 (0)