This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-snapshot: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationKnowledge",
"id" : "definition-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationknowledgedefinition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationKnowledge</b><a name=\"definition-example\"> </a><a name=\"hcdefinition-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationKnowledge "definition-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-crmi-medicationknowledgedefinition.html\">CRMI MedicationKnowledge Definition</a></p></div><p><b>code</b>: Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ndc.html\">National drug codes</a>#0069-2587-10)</span></p><p><b>status</b>: active</p><p><b>doseForm</b>: Solution for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385219001)</span></p><p><b>amount</b>: 50 mg/ml</p><p><b>synonym</b>: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)</p></div>"
},
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/ndc",
"code" : "0069-2587-10",
"display" : "Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package)"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385219001",
"display" : "Solution for injection"
}
]
},
"amount" : {
"value" : 50,
"unit" : "mg/ml"
},
"synonym" : [
"Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)"
]
}