HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: CarePlan - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="carePlan"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan carePlan</b></p><a name="carePlan"> </a><a name="hccarePlan"> </a><a name="carePlan-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href="Patient/PatientTCSS">Patient/PatientTCSS</a></p><p><b>encounter</b>: <a href="Encounter-HumanEncounter.html">Encounter: status = finished; class = Emergency (ActCode#EMER)</a></p><p><b>period</b>: 2024-02-11 12:00:00+0000 --&gt; 2024-02-15 12:00:00+0000</p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="MedicationRequest-medicationRequest.html">MedicationRequest: status = active; intent = order; medication[x] = -&gt;Medication Paracetamol 1000 mg; authoredOn = 2024-02-11 12:00:00+0000</a></p><h3>Details</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Status</b></td><td><b>DoNotPerform</b></td><td><b>Scheduled[x]</b></td><td><b>Description</b></td></tr><tr><td style="display: none">*</td><td>In Progress</td><td>false</td><td>3 per8 hours</td><td>Take Paracetamol every 8 hours</td></tr></table></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="ServiceRequest-reevaluationServiceRequest.html">ServiceRequest Reevaluation</a></p></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <subject>
    <reference value="Patient/PatientTCSS"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/HumanEncounter"/>
  </encounter>
  <period>
    <start value="2024-02-11T12:00:00Z"/>
    <end value="2024-02-15T12:00:00Z"/>
  </period>
  <activity>
    <reference>🔗 
      <reference value="MedicationRequest/medicationRequest"/>
    </reference>
    <detail>
      <status value="in-progress"/>
      <doNotPerform value="false"/>
      <scheduledTiming>
        <repeat>
          <frequency value="3"/>
          <period value="8"/>
          <periodUnit value="h"/>
        </repeat>
      </scheduledTiming>
      <description value="Take Paracetamol every 8 hours"/>
    </detail>
  </activity>
  <activity>
    <reference>🔗 
      <reference value="ServiceRequest/reevaluationServiceRequest"/>
    </reference>
  </activity>
</CarePlan>