From fbab1952090ae4d10c5cdead34e0ea615ba1abff Mon Sep 17 00:00:00 2001 From: Matt Dean Date: Wed, 18 Sep 2024 12:04:25 +0100 Subject: [PATCH] [NRL-959] Add NRLF FHIR valuesets JSON --- .../fhir/NRLF-RecordCategory-ValueSet.json | 41 ++++++++++ resources/fhir/NRLF-RecordType-ValueSet.json | 75 +++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 resources/fhir/NRLF-RecordCategory-ValueSet.json create mode 100644 resources/fhir/NRLF-RecordType-ValueSet.json diff --git a/resources/fhir/NRLF-RecordCategory-ValueSet.json b/resources/fhir/NRLF-RecordCategory-ValueSet.json new file mode 100644 index 00000000..f029db60 --- /dev/null +++ b/resources/fhir/NRLF-RecordCategory-ValueSet.json @@ -0,0 +1,41 @@ +{ + "resourceType": "ValueSet", + "id": "NRLF-RecordCategory", + "url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordCategory", + "version": "1.1.1", + "name": "NRLF Record Category", + "status": "draft", + "date": "2024-03-20T00:00:00+00:00", + "publisher": "NHS Digital", + "contact": { + "name": "NRL Team at NHS Digital", + "telecom": { + "system": "email", + "value": "nrls@nhs.net", + "use": "work" + } + }, + "description": "A code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical record class.", + "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.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "734163000", + "display": "Care plan" + }, + { + "code": "1102421000000108", + "display": "Observations" + }, + { + "code": "823651000000106", + "display": "Clinical note" + } + ] + } + ] + } +} diff --git a/resources/fhir/NRLF-RecordType-ValueSet.json b/resources/fhir/NRLF-RecordType-ValueSet.json new file mode 100644 index 00000000..cb17afb7 --- /dev/null +++ b/resources/fhir/NRLF-RecordType-ValueSet.json @@ -0,0 +1,75 @@ +{ + "resourceType": "ValueSet", + "id": "NRLF-RecordType", + "url": "https://fhir.nhs.uk/England/CodeSystem/England-NRLRecordType", + "version": "1.1.1", + "name": "NRLF Record Type", + "status": "draft", + "date": "2024-09-18T00:00:00+00:00", + "publisher": "NHS Digital", + "contact": { + "name": "NRL Team at NHS Digital", + "telecom": { + "system": "email", + "value": "nrls@nhs.net", + "use": "work" + } + }, + "description": "A code from the SNOMED Clinical Terminology UK coding system to represent the NRL clinical record type.", + "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.", + "compose": { + "include": { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "736253002", + "display": "Mental health crisis plan" + }, + { + "code": "887701000000100", + "display": "Emergency health care plan" + }, + { + "code": "861421000000109", + "display": "End of life care coordination summary" + }, + { + "code": "1382601000000107", + "display": "ReSPECT (Recommended Summary Plan for Emergency Care and Treatment) form" + }, + { + "code": "1363501000000100", + "display": "Royal College of Physicians NEWS2 (National Early Warning Score 2) chart" + }, + { + "code": "325691000000100", + "display": "Contingency plan" + }, + { + "code": "736373009", + "display": "End of life care plan" + }, + { + "code": "16521000000101", + "display": "Lloyd George record folder" + }, + { + "code": "736366004", + "display": "Advanced care plan" + }, + { + "code": "735324008", + "display": "Treatment escalation plan" + }, + { + "code": "824321000000109", + "display": "Summary record" + }, + { + "code": "2181441000000107", + "display": "Personalised Care and Support Plan" + } + ] + } + } +}