Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. 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/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: Care Plan: Anti-Inflammatory Medication - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="pcoAntiInflammatoryMedication"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest pcoAntiInflammatoryMedication</b></p><a name="pcoAntiInflammatoryMedication"> </a><a name="hcpcoAntiInflammatoryMedication"> </a><a name="pcoAntiInflammatoryMedication-en-US"> </a><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 2550740}">Aleve Arthritis Pain 1 % Topical Gel</span></p><p><b>subject</b>: <a href="Patient-pcoPatientJones.html">Dorothy Jones  Female, DoB: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>requester</b>: <a href="Practitioner-pcoPractitionerAnderson.html">Practitioner John Anderson, MD</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>PatientInstruction</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td></tr><tr><td style="display: none">*</td><td>Anti-inflammatory gel applied to knee 30 minutes before exercise</td><td>Once</td><td>true</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="2550740"/>
      <display value="Aleve Arthritis Pain 1 % Topical Gel"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/pcoPatientJones"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/pcoPractitionerAnderson"/>
  </requester>
  <dosageInstruction>
    <patientInstruction
                        value="Anti-inflammatory gel applied to knee 30 minutes before exercise"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2024-02-22"/>
          <end value="2024-06-30"/>
        </boundsPeriod>
      </repeat>
    </timing>
    <asNeededBoolean value="true"/>
  </dosageInstruction>
</MedicationRequest>