CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.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-lab-order/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "Liquemin",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ChLabOrderMedication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Liquemin</b></p><a name=\"Liquemin\"> </a><a name=\"hcLiquemin\"> </a><a name=\"Liquemin-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{urn:oid:2.51.1.1 7680388470010}, {urn:oid:2.16.756.5.30.2.6.1 6687498}, {http://www.whocc.no/atc B01AB01}\">LIQUEMIN 5000 IE/0.5ml s.c. (aH 06/23)</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Conventional release solution for injection (dose form)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 372877000}\">Heparin (substance)</span></td><td>5000 international unit<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[iU] = '[iU]')</span>/0.5 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>9494788</td><td>2024-05-22</td></tr></table></div>"
},
"code" : {
"coding" : [
{
"system" : "urn:oid:2.51.1.1",
"code" : "7680388470010",
"display" : "LIQUEMIN 5000 IE/0.5ml s.c. (aH 06/23)"
},
{
"system" : "urn:oid:2.16.756.5.30.2.6.1",
"code" : "6687498"
},
{
"system" : "http://www.whocc.no/atc",
"code" : "B01AB01",
"display" : "Heparin"
}
],
"text" : "LIQUEMIN 5000 IE/0.5ml s.c. (aH 06/23)"
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385219001",
"display" : "Conventional release solution for injection (dose form)"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "372877000",
"display" : "Heparin (substance)"
}
]
},
"strength" : {
"numerator" : {
"value" : 5000,
"unit" : "international unit",
"system" : "http://unitsofmeasure.org",
"code" : "[iU]"
},
"denominator" : {
"value" : 0.5,
"unit" : "milliliter",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
}
}
],
"batch" : {
"lotNumber" : "9494788",
"expirationDate" : "2024-05-22"
}
}