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 Estonian Research Study - JSON Representation

Raw json | Download

{
  "resourceType" : "ResearchStudy",
  "id" : "ccm-research-study-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/CcmResearchStudy"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchStudy ccm-research-study-example</b></p><a name=\"ccm-research-study-example\"> </a><a name=\"hcccm-research-study-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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CcmResearchStudy.html\">Ccm Research Study</a></p></div><p><b>EEBase ADS AdrId</b>: <a href=\"https://fhir.ee/packages/terminology/1.0.0/site/CodeSystem-ads-adr-id.html#ads-adr-id-2103553\">ADS AdrId 2103553</a>: Harju maakond, Tallinn</p><p><b>identifier</b>: <code>https://helex.org/sid/research-study</code>/ccm-ahtme</p><p><b>title</b>: Hoolduskoordinatsiooni programm (Ahtme)</p><p><b>status</b>: Active</p><h3>AssociatedParties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Role</b></td><td><b>Period</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Linn, Helen</td><td><span title=\"Codes:{http://hl7.org/fhir/research-study-party-role study-chair}\">Study chair</span></td><td>2025-08-01 --&gt; (ongoing)</td><td><a href=\"https://your.fhir.server/fhir/Practitioner/456\">https://your.fhir.server/fhir/Practitioner/456</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id",
      "valueCoding" : {
        "system" : "https://fhir.ee/CodeSystem/ads-adr-id",
        "code" : "2103553",
        "display" : "Harju maakond, Tallinn"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://helex.org/sid/research-study",
      "value" : "ccm-ahtme"
    }
  ],
  "title" : "Hoolduskoordinatsiooni programm (Ahtme)",
  "status" : "active",
  "associatedParty" : [
    {
      "name" : "Linn, Helen",
      "role" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/research-study-party-role",
            "code" : "study-chair",
            "display" : "Study chair"
          }
        ]
      },
      "period" : [
        {
          "start" : "2025-08-01"
        }
      ],
      "party" : {
        "reference" : "https://your.fhir.server/fhir/Practitioner/456",
        "type" : "Practitioner"
      }
    }
  ]
}