Release 5 R6 Ballot (3rd Draft)
This page is part of the FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Publish-box (todo)

Example Procedure/example-implant (XML)

Patient Care Work Group Maturity Level : N/A Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

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

<?xml version="1.0" encoding="UTF-8"?>

<Procedure xmlns="http://hl7.org/fhir">
  <id value="example-implant"/> 
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%
  
    
     
     
     
       
         
         
         
       
     
        <!--    <association> 

  <!--   <association> 
      <status> 
        <coding>
          <system value="http://hl7.org/fhir/device-association-status"/>
          <code value="implanted"/>
        </coding>
      </status>
      <humanSubject> 
        <reference value="Patient/example"/> 
      </humanSubject> 
    </association>     -->
  

    </association>    -->
  <contained>     <Device>       <id value="example-pacemaker"/>       <manufacturer value="Acme Devices, Inc"/>       <lotNumber value="1234-5678"/>       <type>         <coding>           <system value="http://snomed.info/sct"/>           <code value="14106009"/>           <display value="Cardiac pacemaker, device (physical object)"/>         </coding>       </type>     </Device> 
  </contained> 
  <status value="completed"/> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="25267002"/> 
      <display value="Insertion of intracardiac pacemaker (procedure)"/> 
    </coding> 
    <text value="Implant Pacemaker"/> 
  </code> 
   
     
   

  <subject> 
    <reference value="Patient/example"/> 
  </subject> 
  <occurrenceDateTime value="2015-04-05"/> 
  <performer> 
    <actor> 
      <reference value="Practitioner/example"/> 
      <display value="Dr Cecil Surgeon"/> 
    </actor> 
  </performer> 
  <reason> 
       
       
       

    <concept> 
      <text value="Bradycardia"/> 
    </concept> 
  </reason> 
  <followUp> 
      

    <concept> 
      <text value="ROS 5 days  - 2013-04-10"/> 
    </concept> 
  </followUp> 
  

  <note> 
    <text value="Routine Appendectomy. Appendix was inflamed and in retro-caecal position"/> 
  </note> 
  <focalDevice> 
    <action> 
      <coding> 
        <system value="http://hl7.org/fhir/device-action"/> 
        <code value="implanted"/> 
      </coding> 
    </action> 
    <manipulated> 
      <reference value="#example-pacemaker"/> 
    </manipulated> 
  </focalDevice> 


</

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.