Skip to content

Commit b2eca17

Browse files
committed
NRL-1049 change to new nicip value set
1 parent 69831e6 commit b2eca17

File tree

1 file changed

+70
-63
lines changed

1 file changed

+70
-63
lines changed

resources/fhir/NRLF-RecordType-ValueSet.json

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -15,69 +15,76 @@
1515
"use": "work"
1616
}
1717
},
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.",
18+
"description": "A code from the SNOMED Clinical Terminology UK coding system or another NHS coding system to represent the NRL clinical record type",
19+
"copyright": "Copyright 2024 NHS Digital. This value set includes content from SNOMED CT and other coding systems, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT and other coding systems is not covered by this agreement.",
2020
"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-
"code": "MAULR",
74-
"display": "MRA Upper Limb Rt"
75-
},
76-
{
77-
"code": "MAXIB",
78-
"display": "MRI Axilla Both"
79-
}
80-
]
81-
}
21+
"include": [
22+
{
23+
"system": "http://snomed.info/sct",
24+
"concept": [
25+
{
26+
"code": "736253002",
27+
"display": "Mental health crisis plan"
28+
},
29+
{
30+
"code": "887701000000100",
31+
"display": "Emergency health care plan"
32+
},
33+
{
34+
"code": "861421000000109",
35+
"display": "End of life care coordination summary"
36+
},
37+
{
38+
"code": "1382601000000107",
39+
"display": "ReSPECT (Recommended Summary Plan for Emergency Care and Treatment) form"
40+
},
41+
{
42+
"code": "1363501000000100",
43+
"display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) chart"
44+
},
45+
{
46+
"code": "325691000000100",
47+
"display": "Contingency plan"
48+
},
49+
{
50+
"code": "736373009",
51+
"display": "End of life care plan"
52+
},
53+
{
54+
"code": "16521000000101",
55+
"display": "Lloyd George record folder"
56+
},
57+
{
58+
"code": "736366004",
59+
"display": "Advanced care plan"
60+
},
61+
{
62+
"code": "735324008",
63+
"display": "Treatment escalation plan"
64+
},
65+
{
66+
"code": "824321000000109",
67+
"display": "Summary record"
68+
},
69+
{
70+
"code": "2181441000000107",
71+
"display": "Personalised Care and Support Plan"
72+
}
73+
]
74+
},
75+
{
76+
"system": "https://nicip.nhs.uk",
77+
"concept": [
78+
{
79+
"code": "MAULR",
80+
"display": "MRA Upper Limb Rt"
81+
},
82+
{
83+
"code": "MAXIB",
84+
"display": "MRI Axilla Both"
85+
}
86+
]
87+
}
88+
]
8289
}
8390
}

0 commit comments

Comments
 (0)