This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Generic Formulation - Alprazolam 0.25mg tablet
{
"resourceType" : "Medication",
"id" : "med0314",
"code" : {
"coding" : [{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "308047",
"display" : "alprazolam 0.25 MG Oral Tablet"
}]
},
"doseForm" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "385055001",
"display" : "Tablet (basic dose form)"
}]
},
"ingredient" : [{
"item" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "386983007",
"display" : "Alprazolam (substance)"
}]
}
},
"strengthRatio" : {
"numerator" : {
"value" : 0.25,
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablet",
"system" : "http://snomed.info/sct",
"code" : "385055001"
}
}
}]
}
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.