This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Procedure-qicore-procedure-example

Formats: XML, JSON, Turtle


<Procedure xmlns="http://hl7.org/fhir">
  <id value="qicore-procedure-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Generated narrative...</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite">
    <valueReference>
      <reference value="BodySite/qicore-bodysite-example"/>
    </valueReference>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime">
    <valueDateTime value="2013-04-05T09:30:00-04:00"/>
  </extension>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy (Procedure)"/>
    </coding>
    <text value="Appendectomy"/>
  </code>
  <subject>
    <reference value="Patient/qicore-patient-example"/>
  </subject>
  <context>
    <reference value="Encounter/qicore-encounter-example"/>
  </context>
  <performedPeriod>
    <start value="2013-04-05T09:20:00-04:00"/>
    <end value="2013-04-05T10:30:00-04:00"/>
  </performedPeriod>
  <performer>
    <actor>
      <reference value="Practitioner/qicore-practitioner-example"/>
      <display value="Dr Cecil Surgeon"/>
    </actor>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="163220003"/>
      <display value="On examination - abdominal pain - right iliac"/>
    </coding>
  </reasonCode>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="66754008"/>
      <display value="Appendix structure"/>
    </coding>
  </bodySite>
  <report>
    <reference value="DiagnosticReport/qicore-diagnosticreport-example"/>
  </report>
</Procedure>