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 Procedure - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="procedure-ccm-example"/>
  <meta>
    <profile
             value="http://helex.org/ig/ccm/StructureDefinition/procedure-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure procedure-ccm-example</b></p><a name="procedure-ccm-example"> </a><a name="hcprocedure-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-procedure-ccm.html">ProcedureCcm</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 410308005}">Signs/symptoms - mental/emotional education, guidance, and counceling</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>occurrence</b>: 2023-10-15 10:30:00+0200</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitioner-ccm-example.html">Practitioner Liina Lind </a></td></tr></table><p><b>outcome</b>: <span title="Codes:">The procedure was successful without complications.</span></p><p><b>note</b>: </p><blockquote><div><p>Patient tolerated the procedure well.</p>
</div></blockquote><p><b>supportingInfo</b>: <a href="ResearchSubject-research-subject-ccm-example.html">ResearchSubject: identifier = https://helex.org/sid/ccm-research-subject#0002; status = active; period = 2025-11-01 09:00:00+0200 --&gt; (ongoing)</a></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="410308005"/>
      <display
               value="Signs/symptoms - mental/emotional education, guidance, and counceling"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <occurrenceDateTime value="2023-10-15T10:30:00+02:00"/>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/practitioner-ccm-example"/>
    </actor>
  </performer>
  <outcome>
    <text value="The procedure was successful without complications."/>
  </outcome>
  <note>
    <text value="Patient tolerated the procedure well."/>
  </note>
  <supportingInfo>🔗 
    <reference value="ResearchSubject/research-subject-ccm-example"/>
  </supportingInfo>
</Procedure>