<?xml version="1.0" encoding="UTF-8"?>

<CarePlan xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationCarePlan"/>
    <tag>
      <system value="https://hub.services.digital.health.nz/ns/correlation-id"/>
      <code value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan OutpatientCommunicationCarePlanExample</b></p><a name="OutpatientCommunicationCarePlanExample"> </a><a name="hcOutpatientCommunicationCarePlanExample"> </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-OutpatientCommunicationCarePlan.html">Outpatient Communication CarePlan</a></p><p style="margin-bottom: 0px">Tag: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Details: correlation-id code xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title="Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/outpatient-categories-cs M10}">Cardiology</span></p><p><b>subject</b>: John Smith (Identifier: <a href="http://fhir.org.nz/ig/base/NamingSystem-nhi.html" title="NHI number">NHI</a>/ZAC7823 (use: official, ))</p><p><b>author</b>: Identifier: <code>https://example.com/user-id</code>/1234567890</p><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href="Communication-EmailCommunicationExample.html">Communication: extension = ,2024-08-20 14:35:00+0000; status = completed; statusReason = Sent; medium = email; sent = 2024-08-20 14:30:00+0000; received = 2024-08-20 14:35:00+0000</a></p><p><b>reference</b>: <a href="CommunicationRequest-OutpatientCommunicationRequestEmailExample.html">CommunicationRequest: extension = ; status = unknown; medium = email; occurrence[x] = 2024-08-20 14:30:00+0000; authoredOn = 2024-08-20 14:30:00+0000</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href="Task-OutpatientCommunicationTaskExample.html">Task Complete Questionnaire</a></p></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="https://fhir-ig.digital.health.nz/shared-care/CodeSystem/outpatient-categories-cs"/>
      <code value="M10"/>
    </coding>
  </category>
  <subject>
    <type value="Patient"/>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZAC7823"/>
    </identifier>
    <display value="John Smith"/>
  </subject>
  <author>
    <identifier>
      <system value="https://example.com/user-id"/>
      <value value="1234567890"/>
    </identifier>
  </author>
  <activity>
    <outcomeReference>
      <reference value="Communication/EmailCommunicationExample"/>
    </outcomeReference>
    <reference>
      <reference value="CommunicationRequest/OutpatientCommunicationRequestEmailExample"/>
    </reference>
  </activity>
  <activity>
    <reference>
      <reference value="Task/OutpatientCommunicationTaskExample"/>
    </reference>
  </activity>
</CarePlan>