This page is part of the National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Medication xmlns="http://hl7.org/fhir">
<id value="medication-example-metronidazole"/>
<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-metronidazole</b></p><a name="medication-example-metronidazole"> </a><a name="hcmedication-example-metronidazole"> </a><a name="medication-example-metronidazole-en-US"> </a><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 317428}">Metronidazole 500 MG</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 421026006}">Oral tablet</span></p></div>
</text>
<code>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="317428"/>
<display value="metroNIDAZOLE 500 MG"/>
</coding>
<text value="Metronidazole 500 MG"/>
</code>
<status value="active"/>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="421026006"/>
<display value="Oral tablet"/>
</coding>
<text value="Oral tablet"/>
</form>
</Medication>