Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication and changes regularly. See the Directory of published versions
Draft as of 2024-04-07 |
{
"resourceType" : "ValueSet",
"id" : "medication-exposure-category-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/360271000\">360271000</a></td><td>Prophylaxis</td></tr><tr><td><a href=\"http://snomed.info/id/360270004\">360270004</a></td><td>Therapy - action</td></tr></table></li></ul></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/medication/ValueSet/medication-exposure-category-vs",
"version" : "2.0.0",
"name" : "MedicationExposureCategoryVS",
"title" : "Medication exposure intent",
"status" : "draft",
"experimental" : false,
"date" : "2024-04-07T08:57:13+00:00",
"publisher" : "HL7 Belgium",
"contact" : [
{
"name" : "HL7 Belgium",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7belgium.org"
},
{
"system" : "email",
"value" : "hl7belgium@hl7belgium.org"
}
]
},
{
"name" : "Message Structure eHealth",
"telecom" : [
{
"system" : "email",
"value" : "message-structure@ehealth.fgov.be",
"use" : "work"
}
]
}
],
"description" : "The exposure purpose of a medication - whether the medication is given for therapeutic or prophylactic purposes.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "360271000",
"display" : "Prophylaxis"
},
{
"code" : "360270004",
"display" : "Therapy - action"
}
]
}
]
}
}