From c1b0c3bfa43dedcd378873f11e3f873d22ea7376 Mon Sep 17 00:00:00 2001 From: Kate Bobyn Date: Thu, 6 Mar 2025 22:31:54 +0000 Subject: [PATCH 1/2] NRL-1144 draft FHIR valueSet and codeSystem to represent retrieval options --- resources/fhir/NRLF-Retrieval-CodeSystem.json | 63 +++++++++++++++++++ .../NRLF-RetrievalMechanism-ValueSet.json | 41 ++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 resources/fhir/NRLF-Retrieval-CodeSystem.json create mode 100644 resources/fhir/NRLF-RetrievalMechanism-ValueSet.json diff --git a/resources/fhir/NRLF-Retrieval-CodeSystem.json b/resources/fhir/NRLF-Retrieval-CodeSystem.json new file mode 100644 index 000000000..7f58167a9 --- /dev/null +++ b/resources/fhir/NRLF-Retrieval-CodeSystem.json @@ -0,0 +1,63 @@ +{ + "resourceType": "CodeSystem", + "id": "England-RetrievalMechanismNRL", + "url": "https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanismNRL", + "version": "1.0.0", + "name": "EnglandRetrievalMechanismNRL", + "title": "England Retrieval MechanismNRL", + "status": "draft", + "experimental": false, + "date": "2025-02-28", + "publisher": "NHS England", + "contact": [ + { + "name": "NHS England", + "telecom": [ + { + "system": "email", + "value": "interoperabilityteam@nhs.net", + "use": "work", + "rank": 1 + } + ] + }, + { + "name": "NRL Team at NHS Digital", + "telecom": [ + { + "system": "email", + "value": "nrls@nhs.net", + "use": "work" + } + ] + } + ], + "description": "A CodeSystem to identify the means by which an NRL DocumentReference can be retrieved via its content.attachment url.", + "copyright": "Copyright © 2025+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", + "content": "complete", + "hierarchyMeaning": "is-a", + "concept": [ + { + "code": "Direct", + "display": "Direct", + "definition": "This document can be directly retrieved via HTTP(s) at its public URL." + }, + { + "code": "Proxy", + "display": "Proxy", + "definition": "This document must be retrieved via a proxy.", + "concept": [ + { + "code": "SSP", + "display": "Spine Secure Proxy", + "definition": "This document can be retrieved via Spine Secure Proxy by authorised organisations. The custodian's ASID will be needed and can be found in the context.related field." + }, + { + "code": "NDR", + "display": "National Document Repository", + "definition": "This document can be retrieved via the National Document Repository proxy service." + } + ] + } + ] +} diff --git a/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json b/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json new file mode 100644 index 000000000..8e9b9eff1 --- /dev/null +++ b/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json @@ -0,0 +1,41 @@ +{ + "resourceType": "ValueSet", + "id": "England-RetrievalMechanism", + "url": "https://fhir.nhs.uk/England/ValueSet/England-RetrievalMechanism", + "version": "1.0.0", + "name": "EnglandRetrievalMechanism", + "status": "draft", + "date": "2025-02-28", + "publisher": "NHS Digital", + "contact": { + "name": "NRL Team at NHS Digital", + "telecom": { + "system": "email", + "value": "nrls@nhs.net", + "use": "work" + } + }, + "description": "A code to represent which the means by which the document being referenced can be accessed (via the url in the content.attachment).", + "copyright": "Copyright 2025 NHS Digital.", + "compose": { + "include": [ + { + "system": "https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanismNRL", + "concept": [ + { + "code": "Direct", + "display": "Direct" + }, + { + "code": "SSP", + "display": "Spine Secure Proxy" + }, + { + "code": "NDR", + "display": "National Document Repository" + } + ] + } + ] + } +} From abee8c24560a025dcbad31fdddf8fa50fe8ff563 Mon Sep 17 00:00:00 2001 From: katebobyn-nhs <101277966+katebobyn-nhs@users.noreply.github.com> Date: Mon, 10 Mar 2025 09:06:53 +0000 Subject: [PATCH 2/2] Update NRLF-RetrievalMechanism-ValueSet.json --- resources/fhir/NRLF-RetrievalMechanism-ValueSet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json b/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json index 8e9b9eff1..4956351c1 100644 --- a/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json +++ b/resources/fhir/NRLF-RetrievalMechanism-ValueSet.json @@ -15,7 +15,7 @@ "use": "work" } }, - "description": "A code to represent which the means by which the document being referenced can be accessed (via the url in the content.attachment).", + "description": "A code to represent the means by which the document being referenced can be accessed (via the url in the content.attachment).", "copyright": "Copyright 2025 NHS Digital.", "compose": { "include": [