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

Raw json | Download

{
  "resourceType" : "CareTeam",
  "id" : "care-team-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/care-team-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "period" : {
    "start" : "2023-10-01"
  },
  "participant" : [
    {
      "role" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "309343006",
            "display" : "Care coordinator"
          }
        ]
      },
      "member" : {
        🔗 "reference" : "Practitioner/practitioner-ccm-example"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/organization-ccm-example"
      },
      "coveragePeriod" : {
        "start" : "2023-10-01"
      }
    }
  ]
}