XML View
<ConceptMap xmlns="http://hl7.org/fhir">
<id value="genomics-condition-solidtumourtype" />
<url value="https://fhir.nhs.uk/ConceptMap/genomics-condition-solidtumourtype" />
<version value="0.1.0" />
<name value="GenomicsConditionSolidTumourType" />
<title value="Genomics Condition Solid Tumour Type" />
<status value="draft" />
<date value="2024-06-11T00: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 of concepts for solid tumour types. This is intended for the element Condition.note" />
<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." />
<group>
<source value="https://future.nhs.uk/NHSgenomics/view?objectId=222250117" />
<target value="http://snomed.info/sct" />
<element>
<code value="solid" />
<display value="SOLID" />
<target>
<code value="35702001" />
<display value="Solid (qualifier value)" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="primary" />
<display value="PRIMARY" />
<target>
<code value="63161005" />
<display value="Principal (qualifier value)" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="metastatic" />
<display value="METASTATIC" />
<target>
<code value="1505291000004100" />
<display value="Discontinuous metastatic spread (qualifier value)" />
<equivalence value="equivalent" />
</target>
</element>
<element>
<code value="unknown" />
<display value="UNKNOWN" />
<target>
<code value="261665006" />
<display value="UNKNOWN" />
<equivalence value="equivalent" />
</target>
</element>
</group>
</ConceptMap>
JSON View
{
"resourceType": "ConceptMap",
"id": "genomics-condition-solidtumourtype",
"url": "https://fhir.nhs.uk/ConceptMap/genomics-condition-solidtumourtype",
"version": "0.1.0",
"name": "GenomicsConditionSolidTumourType",
"title": "Genomics Condition Solid Tumour Type",
"status": "draft",
"date": "2024-06-11T00: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 concepts for solid tumour types. This is intended for the element Condition.note",
"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.",
"group": [
{
"source": "https://future.nhs.uk/NHSgenomics/view?objectId=222250117",
"target": "http://snomed.info/sct",
"element": [
{
"code": "solid",
"display": "SOLID",
"target": [
{
"code": "35702001",
"display": "Solid (qualifier value)",
"equivalence": "equivalent"
}
]
},
{
"code": "primary",
"display": "PRIMARY",
"target": [
{
"code": "63161005",
"display": "Principal (qualifier value)",
"equivalence": "equivalent"
}
]
},
{
"code": "metastatic",
"display": "METASTATIC",
"target": [
{
"code": "1505291000004100",
"display": "Discontinuous metastatic spread (qualifier value)",
"equivalence": "equivalent"
}
]
},
{
"code": "unknown",
"display": "UNKNOWN",
"target": [
{
"code": "261665006",
"display": "UNKNOWN",
"equivalence": "equivalent"
}
]
}
]
}
]
}