De-Identification, Anonymization, Redaction Toolkit Services, published by HL7 International / Cross Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-darts/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="de-identified-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest de-identified-example</b></p><a name="de-identified-example"> </a><a name="hcde-identified-example"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uds-plus-medicationrequest.html">De-Identified UDS Plus MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 476872}">Nizatidine 15 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href="Patient-de-identified-example.html">Anonymous Patient Female, DoB Unknown</a></p><p><b>encounter</b>: <a href="Encounter-de-identified-example.html">Encounter: extension = 36 yr; status = finished; class = ambulatory (ActCode#AMB); type = 99201; period = 2022 --> 2022</a></p><p><b>authoredOn</b>: 2008</p><p><b>requester</b>: <a href="Practitioner-example.html">Practitioner Ronald Bone </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: 2 per 1 day</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>10 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="476872"/>
<display value="Nizatidine 15 MG/ML Oral Solution"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/de-identified-example"/>
</subject>
<encounter>🔗
<reference value="Encounter/de-identified-example"/>
</encounter>
<authoredOn value="2008"/>
<requester>🔗
<reference value="Practitioner/example"/>
</requester>
<dosageInstruction>
<text value="10 mL bid"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2008-04-05"/>
</boundsPeriod>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<value value="10"/>
<unit value="ml"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>