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 Care Team - XML Representation

Raw xml | Download


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="care-team-ccm-example"/>
  <meta>
    <profile
             value="http://helex.org/ig/ccm/StructureDefinition/care-team-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CareTeam care-team-ccm-example</b></p><a name="care-team-ccm-example"> </a><a name="hccare-team-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-care-team-ccm.html">CareTeamCcm</a></p></div><p><b>status</b>: Active</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>period</b>: 2023-10-01 --&gt; (ongoing)</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Role</b></td><td><b>Member</b></td><td><b>OnBehalfOf</b></td><td><b>Coverage[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 309343006}">Care coordinator</span></td><td><a href="Practitioner-practitioner-ccm-example.html">Practitioner Liina Lind </a></td><td><a href="Organization-organization-ccm-example.html">Organization Narva Haigla SA</a></td><td>2023-10-01 --&gt; (ongoing)</td></tr></table></div>
  </text>
  <status value="active"/>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <period>
    <start value="2023-10-01"/>
  </period>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309343006"/>
        <display value="Care coordinator"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/practitioner-ccm-example"/>
    </member>
    <onBehalfOf>🔗 
      <reference value="Organization/organization-ccm-example"/>
    </onBehalfOf>
    <coveragePeriod>
      <start value="2023-10-01"/>
    </coveragePeriod>
  </participant>
</CareTeam>