HL7 Czech Imaging Order IG
0.0.3 - ci-build Czechia flag

HL7 Czech Imaging Order IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img-order/ and changes regularly. See the Directory of published versions

: Example DeviceUseStatement for Implant - XML Representation

Raw xml | Download


<DeviceUseStatement xmlns="http://hl7.org/fhir">
  <id value="example-deviceusestatement-cz"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/img-order/StructureDefinition/cz-deviceUseStatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><strong>Device:</strong> Implantable Pacemaker</p><p><strong>Patient:</strong> Mracena</p><p><strong>Status:</strong> Active</p><p><strong>Timing:</strong> 2022-03-15 to 2024-12-01</p><p><strong>Reason:</strong> Complete atrioventricular block</p><p><strong>Body Site:</strong> Right atrium</p></div>
  </text>
  <status value="active"/>
  <subject>🔗 
    <reference value="Patient/Mracena"/>
    <display value="Fiona XXX_Swart"/>
  </subject>
  <timingPeriod>
    <start value="2022-03-15"/>
    <end value="2024-12-01"/>
  </timingPeriod>
  <device>🔗 
    <reference value="Device/pacemaker-001"/>
    <display value="Implant"/>
  </device>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27885002"/>
      <display value="Complete atrioventricular block"/>
    </coding>
    <text value="Complete AV block"/>
  </reasonCode>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="73829009"/>
      <display value="Right atrium"/>
    </coding>
  </bodySite>
</DeviceUseStatement>