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

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "goal-activity-ccm-example",
  "meta" : {
    "profile" : [
      🔗 "http://helex.org/ig/ccm/StructureDefinition/goal-ccm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal goal-activity-ccm-example</b></p><a name=\"goal-activity-ccm-example\"> </a><a name=\"hcgoal-activity-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-goal-ccm.html\">GoalCcm</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:\">in-progress</span></p><p><b>category</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/goal-category treatment}\">Treatment</span></p><p><b>description</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/goal-description physical-activity}\">Increase physical activity</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>start</b>: 2023-10-01</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 55423-8}\">Physical activity</span></td><td>Walk 30 minutes daily</td></tr></table><p><b>statusDate</b>: 2023-10-01</p></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "code" : "in-progress"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://helex.org/fhir/CodeSystem/goal-category",
          "code" : "treatment",
          "display" : "Treatment"
        }
      ]
    }
  ],
  "description" : {
    "coding" : [
      {
        "system" : "https://helex.org/fhir/CodeSystem/goal-description",
        "code" : "physical-activity",
        "display" : "Increase physical activity"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ccm-example"
  },
  "startDate" : "2023-10-01",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "55423-8",
            "display" : "Physical activity"
          }
        ]
      },
      "detailString" : "Walk 30 minutes daily"
    }
  ],
  "statusDate" : "2023-10-01"
}