DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Procedure-example-implant.xml

Raw XML (canonical form)

Example of a device manipulation (id = "example-implant")

Raw XML

<Procedure xmlns="http://hl7.org/fhir">
  <id value="example-implant"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <patient>
    <reference value="Patient/example"/>
  </patient>
  <status value="completed"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="25267002"/>
      <display value="Insertion of intracardiac pacemaker (procedure)"/>
    </coding>
    <text value="Implant Pacemaker"/>
  </type>
  <indication>
    <text value="Bradycardia"/>
  </indication>
  <performer>
    <person>
      <reference value="Practitioner/example"/>
      <display value="Dr Cecil Surgeon"/>
    </person>
  </performer>
  <performedDateTime value="2015-04-05"/>
  <followUp>
    <text value="ROS 5 days  - 2013-04-10"/>
  </followUp>
  <notes value="Routine Appendectomy. Appendix was inflamed and in retro-caecal position"/>
  <device>
    <action>
      <coding>
        <system value="http://hl7.org/fhir/device-action"/>
        <code value="implanted"/>
      </coding>
    </action>
    <manipulated>
      <reference value="Device/example-pacemaker"/>
    </manipulated>
  </device>
</Procedure>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.