AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Procedure - Dialysis (part of multiple chronic condition care plan) - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "dialysis",
  "meta" : //   Example adapted from MCC eCare Plan Implementation Guide Dialysis  
  {
    "versionId" : "10",
    "lastUpdated" : "2022-08-02T18:25:27.353+00:00",
    "source" : "#a5RkjLxbIWy2ffIt",
    "profile" : [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"dialysis\"> </a></p><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\">Resource Procedure &quot;dialysis&quot; Version &quot;10&quot; Updated &quot;2022-08-02 18:25:27+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #a5RkjLxbIWy2ffIt!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-procedure.html\">AU Core Procedure</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Hemodialysis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#302497006 &quot;Hemodialysis (procedure)&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> &quot; DAN&quot;</p><p><b>performed</b>: 2012-08-05</p><p><b>recorder</b>: <a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</p><p><b>asserter</b>: <a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-levin-henry.html\">Practitioner/levin-henry: Dr Henry Levin</a> &quot; LEVIN&quot;</td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-ckd.html\">Condition/ckd: Chronic Kidney Disease</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "302497006",
        "display" : "Hemodialysis (procedure)"
      }
    ],
    "text" : "Hemodialysis"
  },
  "subject" : {
    "reference" : "Patient/dan-harry"
  },
  "performedDateTime" : "2012-08-05",
  "recorder" : {
    "reference" : "Practitioner/levin-henry",
    "display" : "Dr Henry Levin"
  },
  "asserter" : {
    "reference" : "Practitioner/levin-henry",
    "display" : "Dr Henry Levin"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/levin-henry",
        "display" : "Dr Henry Levin"
      }
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/ckd",
      "display" : "Chronic Kidney Disease"
    }
  ]
}