FHIR IG Statistics: ConceptMap/MedicationStopType-to-MedicationStatementStatus
Package | healthdata.be.r4.cbb |
Resource Type | ConceptMap |
Id | MedicationStopType-to-MedicationStatementStatus |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/ConceptMap/MedicationStopType-to-MedicationStatementStatus |
URL | https://fhir.healthdata.be/ConceptMap/MedicationStopType-to-MedicationStatementStatus |
Status | draft |
Name | MedicationStopType_to_MedicationStatementStatus |
Title | MedicationStopType_to_MedicationStatementStatus |
Description | Maps MedicationStopType codes as found in CBB MedicationUse2, to `MedicationStatement.status` codes as found in FHIR R4. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Resources that use this resource
No resources found
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ConceptMap",
"id": "MedicationStopType-to-MedicationStatementStatus",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
"valueBoolean": true
}
],
"url": "https://fhir.healthdata.be/ConceptMap/MedicationStopType-to-MedicationStatementStatus",
"name": "MedicationStopType_to_MedicationStatementStatus",
"title": "MedicationStopType_to_MedicationStatementStatus",
"status": "draft",
"publisher": "Healthdata.be (Sciensano)",
"contact": [
{
"name": "Service portal – healthdata.be",
"telecom": [
{
"system": "url",
"value": "https://sciensano.service-now.com/sp",
"use": "work"
}
]
}
],
"description": "Maps MedicationStopType codes as found in CBB MedicationUse2, to `MedicationStatement.status` codes as found in FHIR R4.",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"sourceCanonical": "https://fhir.healthdata.be/ValueSet/MedicationStopType",
"targetCanonical": "http://hl7.org/fhir/ValueSet/medication-statement-status",
"group": [
{
"source": "http://snomed.info/sct",
"target": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"targetVersion": "http://hl7.org/fhir/CodeSystem/medication-statement-status|4.0.1",
"element": [
{
"code": "14803004",
"display": "Transitory",
"target": [
{
"code": "on-hold",
"display": "On Hold",
"equivalence": "equal"
}
]
},
{
"code": "255545003",
"display": "Definite",
"target": [
{
"code": "stopped",
"display": "Stopped",
"equivalence": "equal"
}
]
}
]
}
]
}