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 - JSON Representation

Raw json | Download

{
  "resourceType" : "ResearchSubject",
  "id" : "research-subject-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/research-subject-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://helex.org/sid/ccm-research-subject",
      "value" : "0002"
    }
  ],
  "status" : "active",
  "progress" : [
    {
      "type" : {
        "coding" : [
          {
            "code" : "state"
          }
        ]
      },
      "subjectState" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/research-subject-state",
            "code" : "candidate"
          }
        ]
      },
      "startDate" : "2025-11-01T09:00:00+02:00"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "state"
          }
        ]
      },
      "subjectState" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/research-subject-state",
            "code" : "in-screening"
          }
        ]
      },
      "startDate" : "2025-11-03T09:15:00+02:00"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "state"
          }
        ]
      },
      "subjectState" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/research-subject-state",
            "code" : "eligible"
          }
        ]
      },
      "startDate" : "2025-11-05T10:30:00+02:00"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "state"
          }
        ]
      },
      "subjectState" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/research-subject-state",
            "code" : "on-study"
          }
        ]
      },
      "startDate" : "2025-11-06T08:00:00+02:00"
    }
  ],
  "period" : {
    "start" : "2025-11-01T09:00:00+02:00"
  },
  "study" : {
    "reference" : "ResearchStudyCcm/research-study-ccm-example"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "consent" : [
    {
      "display" : "Consent given on the paper"
    }
  ]
}