FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions
: Medication Human Insulin - JSON Representation
Raw json | Download
{
"resourceType" : "Medication",
"id" : "Insulin",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2020-08-10T00:59:47.492Z",
"profile" : [
"http://hl7.org/fhir/us/dme-orders/StructureDefintion/PAOX-Medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\">Human Insulin 100 Unt/ml</div>\n </div>"
},
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "311036",
"display" : "Humulin R 100 UNT/ML Injectable Solution"
}
],
"text" : "Human Insulin 100 Unt/ml"
}
}