Care Coordination Management
0.0.1 - ci-build Estonia (EST)

Care Coordination Management, published by Helex OÜ. 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/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions

: Example of CCM Communication - XML Representation

Raw xml | Download


<Communication xmlns="http://hl7.org/fhir">
  <id value="communication-ccm-example"/>
  <meta>
    <profile
             value="http://helex.org/ig/ccm/StructureDefinition/communication-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Communication communication-ccm-example</b></p><a name="communication-ccm-example"> </a><a name="hccommunication-ccm-example"> </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-communication-ccm.html">CommunicationCcm</a></p></div><p><b>basedOn</b>: <a href="CarePlan-care-plan-ccm-example.html">CarePlan: identifier = https://helex.org/sid/ccm-care-plan#0232; status = completed; intent = plan; period = 2023-10-01 --&gt; (ongoing)</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title="Codes:">instruction</span></p><p><b>subject</b>: <a href="Patient-patient-ccm-example.html">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>topic</b>: <span title="Codes:{https://helex.org/fhir/CodeSystem/ccm-communication-topic rehabilitation-instructions}">Taastusravi juhised</span></p><p><b>sent</b>: 2023-10-01 10:00:00+0000</p><p><b>recipient</b>: <a href="Patient-patient-ccm-example.html">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>sender</b>: <a href="Practitioner-practitioner-ccm-example.html">Practitioner Liina Lind </a></p><p><b>note</b>: </p><blockquote><div><p>Patient instructed on rehabilitation exercises.</p>
</div></blockquote></div>
  </text>
  <basedOn>🔗 
    <reference value="CarePlan/care-plan-ccm-example"/>
  </basedOn>
  <status value="completed"/>
  <category>
    <coding>
      <code value="instruction"/>
    </coding>
  </category>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <topic>
    <coding>
      <system
              value="https://helex.org/fhir/CodeSystem/ccm-communication-topic"/>
      <code value="rehabilitation-instructions"/>
      <display value="Taastusravi juhised"/>
    </coding>
  </topic>
  <sent value="2023-10-01T10:00:00Z"/>
  <recipient>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </recipient>
  <sender>🔗 
    <reference value="Practitioner/practitioner-ccm-example"/>
  </sender>
  <note>
    <text value="Patient instructed on rehabilitation exercises."/>
  </note>
</Communication>