This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Subcutaneous injection Example - Manufactured Product - Novolog
{
"resourceType" : "Medication",
"id" : "med0307",
"contained" : [{
"resourceType" : "Organization",
"id" : "mmanu",
"name" : "Medication Manufacturer"
}],
"code" : {
"coding" : [{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "0169-7501-11",
"display" : "NOVOLOG, 1 VIAL, GLASS in 1 CARTON (0169-7501-11) > 10 mL in 1 VIAL, GLASS (package)"
}],
"text" : "Novolog 100u/ml"
},
"marketingAuthorizationHolder" : {
"reference" : "#mmanu"
},
"doseForm" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "385219001",
"display" : "Solution for injection"
}]
},
"ingredient" : [{
"item" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "325072002",
"display" : "Insulin Aspart (substance)"
}]
}
},
"strengthRatio" : {
"numerator" : {
"value" : 100,
"system" : "http://unitsofmeasure.org",
"code" : "U"
},
"denominator" : {
"value" : 1,
"system" : "http://unitsofmeasure.org",
"code" : "mL"
}
}
}],
"batch" : {
"lotNumber" : "12345",
"expirationDate" : "2019-10-31"
}
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.