XML View
<ConceptMap xmlns="http://hl7.org/fhir">
<id value="genomics-primary-sample-state" />
<url value="https://fhir.nhs.uk/ConceptMap/genomics-primary-sample-state" />
<version value="0.0.1" />
<name value="GenomicsPrimarySampleState" />
<title value="Genomics Primary Sample State" />
<status value="draft" />
<date value="2024-10-04T00:00:00.000Z" />
<publisher value="NHS England" />
<contact>
<name value="NHS England" />
<telecom>
<system value="email" />
<value value="interoperabilityteam@nhs.net" />
</telecom>
</contact>
<description value="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 value="ConceptMap used for the translation and recording the concepts on method of sample preservation. This is intended for the element Specimen.condition" />
<copyright value="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 value="https://fhir.hl7.org.uk/ValueSet/UKCore-SampleState" />
<group>
<source value="https://future.nhs.uk/NHSgenomics/view?objectId=222250117" />
<target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState" />
<element>
<code value="blood-spot" />
<display value="Blood spot" />
<target>
<code value="blood-spot" />
<display value="Blood spot" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="FFPE" />
<display value="Formalin-fixed paraffin-embedded" />
<target>
<code value="FFPE" />
<display value="Formalin-fixed paraffin-embedded" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="fresh" />
<display value="Fresh" />
<target>
<code value="fresh" />
<display value="Fresh" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="frozen" />
<display value="Frozen" />
<target>
<code value="frozen" />
<display value="Frozen" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="other" />
<display value="Other" />
<target>
<code value="other" />
<display value="Other" />
<equivalence value="equivalent" />
<comment value="Any other suitable sample condition that is an alternative to concepts provided in this Conceptmap. This should be provided by free text." />
</target>
</element>
</group>
</ConceptMap>
JSON View
{
"resourceType": "ConceptMap",
"id": "genomics-primary-sample-state",
"url": "https://fhir.nhs.uk/ConceptMap/genomics-primary-sample-state",
"version": "0.0.1",
"name": "GenomicsPrimarySampleState",
"title": "Genomics Primary Sample State",
"status": "draft",
"date": "2024-10-04T00: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 the concepts on method of sample preservation. This is intended for the element Specimen.condition",
"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": "https://fhir.hl7.org.uk/ValueSet/UKCore-SampleState",
"group": [
{
"source": "https://future.nhs.uk/NHSgenomics/view?objectId=222250117",
"target": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
"element": [
{
"code": "blood-spot",
"display": "Blood spot",
"target": [
{
"code": "blood-spot",
"display": "Blood spot",
"equivalence": "equivalent"
}
]
},
{
"code": "FFPE",
"display": "Formalin-fixed paraffin-embedded",
"target": [
{
"code": "FFPE",
"display": "Formalin-fixed paraffin-embedded",
"equivalence": "equivalent"
}
]
},
{
"code": "fresh",
"display": "Fresh",
"target": [
{
"code": "fresh",
"display": "Fresh",
"equivalence": "equivalent"
}
]
},
{
"code": "frozen",
"display": "Frozen",
"target": [
{
"code": "frozen",
"display": "Frozen",
"equivalence": "equivalent"
}
]
},
{
"code": "other",
"display": "Other",
"target": [
{
"code": "other",
"display": "Other",
"equivalence": "equivalent",
"comment": "Any other suitable sample condition that is an alternative to concepts provided in this Conceptmap. This should be provided by free text."
}
]
}
]
}
]
}