From 7422599410ef4641a68c030521f8e2fb6d7bfcf8 Mon Sep 17 00:00:00 2001 From: KazeemHamzat Date: Fri, 12 Jul 2024 19:12:57 +0100 Subject: [PATCH 1/2] CrCreate Create Conceptmap-procedure-transfusiontypeeate Conceptmap-procedure-transfusiontype Create Conceptmap-procedure-transfusiontype --- ...ap-Genomics-procedure-transfusiontype.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json diff --git a/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json b/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json new file mode 100644 index 00000000..ca0005ea --- /dev/null +++ b/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json @@ -0,0 +1,77 @@ +{ + "resourceType": "ConceptMap", + "id": "genomics-procedure-transfusiontype", + "url": "https://fhir.nhs.uk/Conceptmap/genomics-procedure-transfusiontype", + "version": "0.1.0", + "name": "GenomicsProcedureTransfusionType", + "title": "Genomics Procedure Transfusion Type", + "status": "draft", + "date": "2024-07-12T00:00:00.000Z", + "publisher": "NHS England", + "contact": [ + { + "name": "NHS England", + "telecom": [ + { + "system": "email", + "value": "interoperabilityteam@nhs.net" + } + ] + } + ], + "description": "A ConceptMap used for the translation and recording of concepts from MDS source data(code-options) to equivalent Snomed CT codes, and FHIR spec.", + "purpose": "ConceptMap used for the translation and recording of concept for type of transfusion procedure that a patient may undergo. .i.e, value for procedure.code field ", + "copyright": "Copyright © 2023+ 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.", + "targetUri": "http://snomed.info/sct?fhir_vs=ecl/%3C%3C%205447007%20", + "group": [ + { + "target": "http://snomed.info/sct", + "element": [ + { + "code": "packed-red-blood-cells", + "display": "Packed Red Blood Cells", + "target": [ + { + "code": "71493000", + "display": "Transfusion of packed red blood cells (procedure)", + "equivalence": "equivalent" + } + ] + }, + { + "code": "plasma", + "display": "Plasma", + "target": [ + { + "code": "13569004", + "display": "Transfusion of plasma (procedure)", + "equivalence": "equivalent" + } + ] + }, + { + "code": "platelets", + "display": "Platelets", + "target": [ + { + "code": "12719002", + "display": "Platelet transfusion (procedure)", + "equivalence": "equivalent" + } + ] + }, + { + "code": "unknown", + "display": "UNKNOWN", + "target": [ + { + "code": "261665006", + "display": "UNKNOWN", + "equivalence": "equivalent" + } + ] + } + ] + } + ] +} \ No newline at end of file From 8414cd77734a1f30d41a354bef99e443551d2dac Mon Sep 17 00:00:00 2001 From: KazeemHamzat Date: Tue, 16 Jul 2024 12:48:53 +0100 Subject: [PATCH 2/2] Update Conceptmap/genomics-procedure-transfusiontype Changing concept for unknown transfusion type to the concept with the general 5447007 | Transfusion (procedure) | code --- .../ConceptMap-Genomics-procedure-transfusiontype.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json b/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json index ca0005ea..165dd9e1 100644 --- a/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json +++ b/ConceptMap/ConceptMap-Genomics-procedure-transfusiontype.json @@ -65,9 +65,9 @@ "display": "UNKNOWN", "target": [ { - "code": "261665006", - "display": "UNKNOWN", - "equivalence": "equivalent" + "code": "5447007", + "display": "Transfusion (procedure)", + "equivalence": "specializes" } ] }