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

Raw xml | Download


<ResearchSubject xmlns="http://hl7.org/fhir">
  <id value="research-subject-ccm-example"/>
  <meta>
    <profile
             value="http://helex.org/ig/ccm/StructureDefinition/research-subject-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ResearchSubject research-subject-ccm-example</b></p><a name="research-subject-ccm-example"> </a><a name="hcresearch-subject-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-research-subject-ccm.html">ResearchSubjectCcm</a></p></div><p><b>identifier</b>: <code>https://helex.org/sid/ccm-research-subject</code>/0002</p><p><b>status</b>: Active</p><blockquote><p><b>progress</b></p><p><b>type</b>: <span title="Codes:">state</span></p><p><b>subjectState</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state candidate}">Candidate</span></p><p><b>startDate</b>: 2025-11-01 09:00:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title="Codes:">state</span></p><p><b>subjectState</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state in-screening}">in-screening</span></p><p><b>startDate</b>: 2025-11-03 09:15:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title="Codes:">state</span></p><p><b>subjectState</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state eligible}">Eligible</span></p><p><b>startDate</b>: 2025-11-05 10:30:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title="Codes:">state</span></p><p><b>subjectState</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state on-study}">On-study</span></p><p><b>startDate</b>: 2025-11-06 08:00:00+0200</p></blockquote><p><b>period</b>: 2025-11-01 09:00:00+0200 --&gt; (ongoing)</p><p><b>study</b>: <code>ResearchStudyCcm/research-study-ccm-example</code></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>consent</b>: Consent given on the paper</p></div>
  </text>
  <identifier>
    <system value="https://helex.org/sid/ccm-research-subject"/>
    <value value="0002"/>
  </identifier>
  <status value="active"/>
  <progress>
    <type>
      <coding>
        <code value="state"/>
      </coding>
    </type>
    <subjectState>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-subject-state"/>
        <code value="candidate"/>
      </coding>
    </subjectState>
    <startDate value="2025-11-01T09:00:00+02:00"/>
  </progress>
  <progress>
    <type>
      <coding>
        <code value="state"/>
      </coding>
    </type>
    <subjectState>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-subject-state"/>
        <code value="in-screening"/>
      </coding>
    </subjectState>
    <startDate value="2025-11-03T09:15:00+02:00"/>
  </progress>
  <progress>
    <type>
      <coding>
        <code value="state"/>
      </coding>
    </type>
    <subjectState>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-subject-state"/>
        <code value="eligible"/>
      </coding>
    </subjectState>
    <startDate value="2025-11-05T10:30:00+02:00"/>
  </progress>
  <progress>
    <type>
      <coding>
        <code value="state"/>
      </coding>
    </type>
    <subjectState>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/research-subject-state"/>
        <code value="on-study"/>
      </coding>
    </subjectState>
    <startDate value="2025-11-06T08:00:00+02:00"/>
  </progress>
  <period>
    <start value="2025-11-01T09:00:00+02:00"/>
  </period>
  <study>
    <reference value="ResearchStudyCcm/research-study-ccm-example"/>
  </study>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <consent>
    <display value="Consent given on the paper"/>
  </consent>
</ResearchSubject>