Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. 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 10mg/ml (Lemtrada) <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '1594660' = 'alemtuzumab 10 MG/ML [Lemtrada]', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})</span></p><p><b>manufacturer</b>: unknown resource contained</p><p><b>form</b>: Conventional release solution for injection (dose form) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '385219001' = 'Solution for injection', given as 'Conventional release solution for injection (dose form)'})</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>Alemtuzumab (substance) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '129472003' = 'Alemtuzumab', given as 'Alemtuzumab (substance)'})</span></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><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>May 22, 2017 12:00:00 AM</td></tr></table></div>" }, "contained" : [ { "resourceType" : "Organization", "id" : "org6", "identifier" : [ { "system" : "http://example.org/identifier", "value" : "ORG-006" } ], "active" : true, "name" : "Genzyme", "telecom" : [ { "system" : "url", "value" : "https://www.sanofigenzyme.com/", "use" : "work" } ], "address" : [ { "use" : "work", "city" : "Cambridge", "state" : "MA", "country" : "USA" } ] } ], "code" : { "coding" : [ { "system" : "http://www.nlm.nih.gov/research/umls/rxnorm", "code" : "1594660", "display" : "Alemtuzumab 10mg/ml (Lemtrada)" } ] }, "manufacturer" : { "reference" : "#org6" }, "form" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "385219001", "display" : "Conventional release solution for injection (dose form)" } ] }, "ingredient" : [ { "itemCodeableConcept" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "129472003", "display" : "Alemtuzumab (substance)" } ] }, "strength" : { "numerator" : { "value" : 12, "system" : "http://unitsofmeasure.org", "code" : "mg" }, "denominator" : { "value" : 1.2, "system" : "http://unitsofmeasure.org", "code" : "mL" } } } ], "batch" : { "lotNumber" : "9494788", "expirationDate" : "2017-05-22" } }