AU Core Implementation Guide
0.3.0-ballot - R1
This page is part of the AU Core (v0.3.0-ballot: AU Core R1 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"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 "dialysis" Version "10" Updated "2022-08-02 18:25:27+0000" </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 "Hemodialysis (procedure)")</span></p><p><b>subject</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> " DAN"</p><p><b>performed</b>: 2012-08-05</p><p><b>recorder</b>: <a href=\"PractitionerRole-nephrologist-darleen-mackay.html\">PractitionerRole/nephrologist-darleen-mackay</a></p><p><b>asserter</b>: <a href=\"PractitionerRole-nephrologist-darleen-mackay.html\">PractitionerRole/nephrologist-darleen-mackay</a></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-darleen-mackay</a></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" : "PractitionerRole/nephrologist-darleen-mackay"
},
"asserter" : {
🔗 "reference" : "PractitionerRole/nephrologist-darleen-mackay"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/nephrologist-darleen-mackay"
}
}
],
"reasonReference" : [
{
🔗 "reference" : "Condition/ckd",
"display" : "Chronic Kidney Disease"
}
]
}