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 - Stent insertion - XML Representation

Page standards status: Informative

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="stentinsertion"/>
  <meta>
    <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 class="res-header-id"><b>Generated Narrative: Procedure stentinsertion</b></p><a name="stentinsertion"> </a><a name="hcstentinsertion"> </a><a name="stentinsertion-en-AU"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 36969009}">Placement of stent in right coronary artery</span></p><p><b>subject</b>: <a href="Patient-wang-li.html">Li Wang  Male, DoB: 1975-05-03 ( Medical Record Number: 2338189)</a></p><p><b>performed</b>: 2021-09-25</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-surgeon-chau-fryer.html">PractitionerRole Surgeon (General)</a></td></tr></table><p><b>location</b>: <a href="Location-murrabit-hospital.html">Location Murrabit Public Hospital</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 876856005}">Occlusion of right coronary artery</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 13647002}">Right coronary artery</span></p><h3>FocalDevices</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 425362007}">Surgical insertion - action</span></td><td>coronary stent</td></tr></table></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="36969009"/>
      <display value="Placement of stent in coronary artery"/>
    </coding>
    <text value="Placement of stent in right coronary artery"/>
  </code>
  <subject>🔗 
    <reference value="Patient/wang-li"/>
  </subject>
  <performedDateTime value="2021-09-25"/>
  <performer>
    <actor>🔗 
      <reference value="PractitionerRole/surgeon-chau-fryer"/>
    </actor>
  </performer>
  <location>🔗 
    <reference value="Location/murrabit-hospital"/>
  </location>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="876856005"/>
      <display value="Stenosis of right coronary artery"/>
    </coding>
    <text value="Occlusion of right coronary artery"/>
  </reasonCode>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="13647002"/>
      <display value="Right coronary artery structure"/>
    </coding>
    <text value="Right coronary artery"/>
  </bodySite>
  <focalDevice>
    <action>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="425362007"/>
        <display value="Surgical insertion - action"/>
      </coding>
    </action>
    <manipulated>
      <display value="coronary stent"/>
    </manipulated>
  </focalDevice>
</Procedure>