AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"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"
}
]
}