MCC eCare Plan Implementation Guide
0.1.0 - CI Build US

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

: Renal Transplant Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "RT1234",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-08-31T21:04:32.011+00:00",
    "source" : "#A1pIbi9fE3WAW24w"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Renal Transplant\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference" : {
        "reference" : "Goal/QualityOfLife"
      }
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "70536003",
        "display" : "Transplant of kidney (procedure)"
      }
    ],
    "text" : "Transplant of kidney"
  },
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "performedDateTime" : "2013-04-05",
  "recorder" : {
    "reference" : "Practitioner/example",
    "display" : "Dr Cecil Surgeon"
  },
  "asserter" : {
    "reference" : "Practitioner/example",
    "display" : "Dr Cecil Surgeon"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/example",
        "display" : "Dr Cecil Surgeon"
      }
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/f202",
      "display" : "Chronic Kidney Disease"
    }
  ],
  "followUp" : [
    {
      "text" : "ROS 5 days  - 2013-04-10"
    }
  ],
  "note" : [
    {
      "text" : "End stage renal disease status for 2 years on dialysis. Matching donor found."
    }
  ]
}