HL7 Czech Imaging Order IG
0.1.0-ballot - ballot 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.1.0-ballot 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="b29cacfd-b05b-44cf-be5a-8b6d76bdc375"/>
  <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> Kralik</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="urn:uuid:dd800c46-f71a-4628-b457-6ccaa27dd6bc"/>
  </subject>
  <timingPeriod>
    <start value="2022-03-15"/>
    <end value="2024-12-01"/>
  </timingPeriod>
  <device>
    <reference value="urn:uuid:711e1d43-d5e4-4cbc-b546-74059db270f6"/>
  </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>