MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Chronic Pain Condition Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "examplePain",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-09-27T22:21:47.046+00:00",
    "source" : "#IWbCVEqhl6HJgYxS",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">HealthConcern</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 442311008}\">Generalized chronic body pains (finding</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patricia Noelle. Generated Summary: id: example;\n          Medical Record Number: 1032702 (USUAL); active; Patricia Noelle, Patricia Noelle ; ph:\n          555-555-5555(HOME), pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>onset</b>: 2016-08-10</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        "reference" : "Goal/WGT-loss"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ],
    "text" : "Active"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ],
    "text" : "Confirmed"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "health-concern",
          "display" : "Health Concern"
        }
      ],
      "text" : "Health Concern"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "102481003",
        "display" : "Generalized chronic body pains (finding)"
      }
    ],
    "text" : "Generalized chronic body pains (finding)"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Patricia Noelle"
  },
  "onsetDateTime" : "2014-08-10",
  "recordedDate" : "2020-04-04"
}