This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot2: STU1 Ballot 2) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
: Example Medication Definition - JSON Representation
Raw json | Download
{
"resourceType" : "Medication",
"id" : "definition-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationdefinition"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"definition-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 Medication "definition-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-crmi-medicationdefinition.html\">CRMI MedicationDefinition</a></p></div><p><b>Artifact URL</b>: <a href=\"http://example.org/Medication/definition-example\">http://example.org/Medication/definition-example</a></p><p><b>ArtifactVersion</b>: 1.0.0</p><p><b>code</b>: alprazolam 0.25 MG Oral Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#308047)</span></p><p><b>form</b>: Tablet (basic dose form) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385055001)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>Alprazolam (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386983007)</span></td><td>0.25 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 385055001 = 'Tablet')</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri" : "http://example.org/Medication/definition-example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString" : "1.0.0"
}
],
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "308047",
"display" : "alprazolam 0.25 MG Oral Tablet"
}
]
},
"form" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385055001",
"display" : "Tablet (basic dose form)"
}
]
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386983007",
"display" : "Alprazolam (substance)"
}
]
},
"strength" : {
"numerator" : {
"value" : 0.25,
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "Tablet",
"system" : "http://snomed.info/sct",
"code" : "385055001"
}
}
}
]
}