DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Procedure-qicore-example.xml

Raw XML (canonical form)

Example of QICore Procedure (id = "qicore")

Raw XML

<Procedure xmlns="http://hl7.org/fhir">
  <id value="qicore"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite">
    <valueReference>
      <reference value="BodySite/example"/>
    </valueReference>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime">
    <valueDateTime value="2013-04-05T09:30:00-04:00"/>
  </extension>
  <patient>
    <reference value="Patient/example"/>
  </patient>
  <status value="completed"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy (Procedure)"/>
    </coding>
    <text value="Appendectomy"/>
  </type>
  <bodySite>
    <siteCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="66754008"/>
        <display value="Appendix structure"/>
      </coding>
    </siteCodeableConcept>
  </bodySite>
  <indication>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="163220003"/>
      <display value="On examination - abdominal pain - right iliac"/>
    </coding>
  </indication>
  <performer>
    <person>
      <reference value="Practitioner/example"/>
      <display value="Dr Cecil Surgeon"/>
    </person>
  </performer>
  <performedPeriod>
    <start value="2013-04-05T09:20:00-04:00"/>
    <end value="2013-04-05T10:30:00-04:00"/>
  </performedPeriod>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
</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.