AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Procedure - Dialysis - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "dialysis",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure dialysis</b></p><a name=\"dialysis\"> </a><a name=\"hcdialysis\"> </a><a name=\"dialysis-en-AU\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 302497006}\">Haemodialysis</span></p><p><b>subject</b>: <a href=\"Patient-ronny-irvine.html\">Ronny Lawrence Irvine  Male, DoB:  ( DVA Number:\u00a0QX827261)</a></p><p><b>performed</b>: 2012-08-05</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-nephrologist-darleen-mackay.html\">PractitionerRole Nephrologist</a></td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-ckd.html\">Chronic Kidney Disease</a></p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "302497006",
        "display" : "Haemodialysis"
      }
    ],
    "text" : "Haemodialysis"
  },
  "subject" : {
    🔗 "reference" : "Patient/ronny-irvine"
  },
  "performedDateTime" : "2012-08-05",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/nephrologist-darleen-mackay"
      }
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ckd",
      "display" : "Chronic Kidney Disease"
    }
  ]
}