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 Kidney Disease Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "f202",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-09-10T01:20:46.539+00:00",
    "source" : "#tAhcRC9T4FK3OjtC",
    "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 with Details</b></p><p><b> id</b> : f202</p><p><b> meta</b> : </p><p><b> clinicalStatus</b> : Active <span> (Details :\n                    {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' =\n                    'Active)</span></p><p><b> verificationStatus</b> : Confirmed <span> (Details :\n                    {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' =\n                    'Confirmed)</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span></p><p><b> severity</b> : Severe <span> (Details : {SNOMED CT code '24484000' = 'Severe',\n                    given as 'Severe'})</span></p><p><b> code</b> : Chronic Kidney Disease Stage 3b <span> (Details : {SNOMED CT code\n                    '700379002' = 'Chronic Kidney Disease Stage 3b', given as 'Chronic Kidney\n                    Disease Stage 3b'})</span></p><p><b> subject</b> : <a> Patricia Noelle</a></p><p><b> onset</b> : 52 years<span> (Details: UCUM code a = 'a')</span></p><p><b> recordedDate</b> : 01/12/2018</p><h3> Evidences</h3><table><tr><td> -</td><td><b> Detail</b></td></tr><tr><td> *</td><td><a> Father had Chronic Kidney disease</a></td><td><a> Patient receives regular dialysis</a></td><td><a> EGFR is 35 indicating stage 3b Chronic Kidney Disease</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-dueTo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "123609007",
            "display" : "Subacute glomerulonephritis (disorder)"
          }
        ]
      }
    }
  ],
  "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"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ],
      "text" : "Problem"
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "24484000",
        "display" : "Severe"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "700379002",
        "display" : "Chronic kidney disease stage 3B (disorder)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "onsetAge" : {
    "value" : 52,
    "unit" : "years",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "recordedDate" : "2018-12-01",
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "FamilyMemberHistory/FamilyMemberHistoryofChronicKidneyDisease",
          "display" : "Father had Chronic Kidney disease"
        },
        {
          "reference" : "Procedure/Dialysis",
          "display" : "Patient receives regular dialysis"
        },
        {
          "reference" : "Observation/EGFRResult",
          "display" : "EGFR is 35 indicating stage 3b Chronic Kidney Disease"
        }
      ]
    }
  ]
}