This page is part of the Quality Improvement Core Framework (v3.2.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{ "resourceType" : "Medication", "id" : "example", "meta" : { "profile" : [ "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medication" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>code</b>: alemtuzumab 10 MG/ML [Lemtrada] <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '1594660' = 'alemtuzumab 10 MG/ML [Lemtrada]', given as 'alemtuzumab 10 MG/ML [Lemtrada]'})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-example.html\">Generated Summary: id: example; ??; active; <span title=\"Codes: {http://hl7.org/fhir/organization-type team}\">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>form</b>: Injection solution (qualifier value) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection solution (qualifier value)'})</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a href=\"Substance-example.html\">Generated Summary: id: example; 1463; status: active; <span title=\"Codes: {http://hl7.org.fhir/substance-category allergen}\">Allergen</span>; <span title=\"Codes: \">apitoxin (Honey Bee Venom)</span></a></td><td>true</td><td>12 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1.2 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span></td></tr></table><blockquote><p><b>package</b></p><p><b>container</b>: Vial <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '415818006' = 'Vial', given as 'Vial'})</span></p><h3>Contents</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>unknown resource contained</td><td>3 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td>-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td>*</td><td>9494788</td><td>22/05/2017</td></tr></table></blockquote></div>" }, "contained" : [ { "resourceType" : "Medication", "id" : "med-1", "code" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "408596005", "display" : "Alemtuzumab 30mg/3mL infusion concentrate (product)" } ] } } ], "code" : { "coding" : [ { "system" : "http://www.nlm.nih.gov/research/umls/rxnorm", "code" : "1594660", "display" : "alemtuzumab 10 MG/ML [Lemtrada]" } ] }, "isBrand" : true, "manufacturer" : { "reference" : "Organization/example" }, "form" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "385219001", "display" : "Injection solution (qualifier value)" } ] }, "ingredient" : [ { "itemReference" : { "reference" : "Substance/example" }, "isActive" : true, "amount" : { "numerator" : { "value" : 12, "system" : "http://unitsofmeasure.org", "code" : "mg" }, "denominator" : { "value" : 1.2, "system" : "http://unitsofmeasure.org", "code" : "mL" } } } ], "package" : { "container" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "415818006", "display" : "Vial" } ] }, "content" : [ { "itemReference" : { "reference" : "#med-1" }, "amount" : { "value" : 3, "system" : "http://unitsofmeasure.org", "code" : "mL" } } ], "batch" : [ { "lotNumber" : "9494788", "expirationDate" : "2017-05-22" } ] } }