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 |
<Procedure xmlns="http://hl7.org/fhir">
<!-- Example adapted from MCC eCare Plan Implementation Guide Dialysis -->
<id value="dialysis"/>
<meta>
<versionId value="10"/>
<lastUpdated value="2022-08-02T18:25:27.353+00:00"/>
<source value="#a5RkjLxbIWy2ffIt"/>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<status value="completed"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="302497006"/>
<display value="Hemodialysis (procedure)"/>
</coding>
<text value="Hemodialysis"/>
</code>
<subject>🔗
<reference value="Patient/dan-harry"/>
</subject>
<performedDateTime value="2012-08-05"/>
<recorder>🔗
<reference value="PractitionerRole/nephrologist-darleen-mackay"/>
</recorder>
<asserter>🔗
<reference value="PractitionerRole/nephrologist-darleen-mackay"/>
</asserter>
<performer>
<actor>🔗
<reference value="PractitionerRole/nephrologist-darleen-mackay"/>
</actor>
</performer>
<reasonReference>🔗
<reference value="Condition/ckd"/>
<display value="Chronic Kidney Disease"/>
</reasonReference>
</Procedure>