Sha256: d04aa95d833bd91686f3684a08e6c24018c64293574539e93c0e78fc85508bcf

Contents?: true

Size: 1.32 KB

Versions: 10

Compression:

Stored size: 1.32 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Procedure xmlns="http://hl7.org/fhir">
  <id value="example-implant"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <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>
  <performedDateTime value="2015-04-05"/>
  <performer>
    <actor>
      <reference value="Practitioner/example"/>
      <display value="Dr Cecil Surgeon"/>
    </actor>
  </performer>
  <reasonCode>
    <text value="Bradycardia"/>
  </reasonCode> 
  <followUp>
      <text value="ROS 5 days  - 2013-04-10"/>
  </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="Device/example-pacemaker"/>
    </manipulated>
  </focalDevice>
</Procedure>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/procedure-example-implant.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/procedure-example-implant.xml