This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Generic Formulation - Prednisone 5mg tablet
{
"resourceType" : "Medication",
"id" : "med0311",
"contained" : [{
"resourceType" : "Substance",
"id" : "sub03",
"instance" : false,
"code" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "116602009",
"display" : "Prednisone (substance)"
}]
}
}
}],
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "373994007",
"display" : "Prednisone 5 mg oral tablet"
}]
},
"doseForm" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "385055001",
"display" : "Tablet (basic dose form)"
}]
},
"ingredient" : [{
"item" : {
"reference" : {
"reference" : "#sub03"
}
},
"strengthRatio" : {
"numerator" : {
"value" : 5,
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "TAB"
}
}
}]
}
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.