Implementation Guide CH VACD
5.0.0-ci-build - ci-build
Implementation Guide CH VACD, published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "TC-IMMUN-MEDIC-FSMEIMMCC",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medication-for-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication TC-IMMUN-MEDIC-FSMEIMMCC</b></p><a name=\"TC-IMMUN-MEDIC-FSMEIMMCC\"> </a><a name=\"hcTC-IMMUN-MEDIC-FSMEIMMCC\"> </a><a name=\"TC-IMMUN-MEDIC-FSMEIMMCC-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.402.1.3.1.1.1</code>/01194ac7-70ad-4259-b5f4-c5ff0c1b40c5</p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.51.1.1 7680004500039}\">FSME-IMMUN CC Inj Susp sep Nadel</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href=\"Organization-TC-ORG-PFIZER.html\">Organization Pfizer AG</a></p><p><b>form</b>: <span title=\"Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 11202000}\">Suspension for injection</span></p><p><b>amount</b>: 0.5 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span>/1 Syringe (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code733020007 = 'Syringe')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 106181007}\">Immunologic substance (substance)</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>VNR1T10C</td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.30.1.402.1.3.1.1.1",
"value" : "01194ac7-70ad-4259-b5f4-c5ff0c1b40c5"
}
],
"code" : {
"coding" : [
{
"system" : "urn:oid:2.51.1.1",
"code" : "7680004500039",
"display" : "FSME-IMMUN CC Inj Susp sep Nadel"
}
],
"text" : "FSME-IMMUN CC Inj Susp sep Nadel"
},
"status" : "active",
"manufacturer" : {
🔗 "reference" : "Organization/TC-ORG-PFIZER"
},
"form" : {
"coding" : [
{
"system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code" : "11202000",
"display" : "Suspension for injection"
}
]
},
"amount" : {
"numerator" : {
"value" : 0.5,
"unit" : "milliliter",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"denominator" : {
"value" : 1,
"unit" : "Syringe (unit of presentation)",
"system" : "http://snomed.info/sct",
"code" : "733020007"
}
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "106181007",
"display" : "Immunologic substance (substance)"
}
],
"text" : "Immunologic substance (substance)"
}
}
],
"batch" : {
"lotNumber" : "VNR1T10C"
}
}