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

: Renal Transplant Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "RT1234",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-09-27T22:21:47.056+00:00",
    "source" : "#exCXafzvIIwnqpLb"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Renal Transplant</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/ESRD",
      "display" : "End Stage Renal Disease"
    }
  ],
  "followUp" : [
    {
      "text" : "ROS 5 days  - 2013-04-10"
    }
  ],
  "note" : [
    {
      "text" : "End stage renal disease status for 2 years on dialysis. Matching donor found."
    }
  ]
}