HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG
1.0.0 - STU1 Release 1 - Standard for Trial-Use International flag

HRSA 2023 Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+) FHIR IG - Local Development build (v1.0.0). See the Directory of published versions

: Uds Plus MedicationRequest Example - XML Representation

Page standards status: Informative

Raw xml | Download



<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><b>Generated Narrative: MedicationRequest</b><a name="de-identified-example"> </a></p><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">Resource MedicationRequest &quot;de-identified-example&quot; </p><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>: Nizatidine 15 MG/ML Oral Solution <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#476872)</span></p><p><b>subject</b>: <a href="Patient-de-identified-example.html">Patient/de-identified-example</a></p><p><b>encounter</b>: <a href="Encounter-de-identified-example.html">Encounter/de-identified-example</a></p><p><b>authoredOn</b>: 2008</p><p><b>requester</b>: <a href="Practitioner-example.html">Practitioner/example</a> &quot; BONE&quot;</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: Starting 2008-04-05, 2 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></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>