0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: MedicationRequest - Ibuprofen for Carl Frederickson - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="CarlFredericksonIbuprofen"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest CarlFredericksonIbuprofen</b></p><a name="CarlFredericksonIbuprofen"> </a><a name="hcCarlFredericksonIbuprofen"> </a><p><b>identifier</b>: <code>http://example.com/demo/medication-identifier</code>/IBPROFEN-45678</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 5640}">ibuprofen</span></p><p><b>subject</b>: <a href="Patient-CarlFrederickson.html">Carl Frederickson  Male, DoB: 1950-04-22</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 800mg by mouth three times a day as needed for pain</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: true</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>800 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.com/demo/medication-identifier"/>
    <value value="IBPROFEN-45678"/>
  </identifier>
  <status value="draft"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="5640"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/CarlFrederickson"/>
  </subject>
  <dosageInstruction>
    <text value="800mg by mouth three times a day as needed for pain"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <asNeededBoolean value="true"/>
    <doseAndRate>
      <doseQuantity>
        <value value="800"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>