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

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "procedure-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/procedure-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "410308005",
        "display" : "Signs/symptoms - mental/emotional education, guidance, and counceling"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "occurrenceDateTime" : "2023-10-15T10:30:00+02:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-ccm-example"
      }
    }
  ],
  "outcome" : {
    "text" : "The procedure was successful without complications."
  },
  "note" : [
    {
      "text" : "Patient tolerated the procedure well."
    }
  ],
  "supportingInfo" : [
    {
      🔗 "reference" : "ResearchSubject/research-subject-ccm-example"
    }
  ]
}