National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="medication-example-heparin"/>
<meta>
<profile
value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medication"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication medication-example-heparin</b></p><a name="medication-example-heparin"> </a><a name="hcmedication-example-heparin"> </a><a name="medication-example-heparin-en-US"> </a><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 2121591}">0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 779438003}">Intravenous solution</span></p></div>
</text>
<code>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="2121591"/>
<display
value="0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe"/>
</coding>
<text
value="0.5 ML heparin sodium, porcine 10000 UNT/ML Prefilled Syringe"/>
</code>
<status value="active"/>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="779438003"/>
<display
value="Product containing only heparin in parenteral dose form (medicinal product form)"/>
</coding>
<text value="Intravenous solution"/>
</form>
</Medication>