GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Procedurerequest-example.xml

Raw XML (canonical form)

Example of QICore ProcedureRequest (id = "procedurerequest-example")

<ProcedureRequest xmlns="http://hl7.org/fhir">
  <id value="procedurerequest-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Request for Routine Appendectomy</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/procedurerequest-authorizedBy">
    <valueReference>
      <reference value="Practitioner/example"/>
    </valueReference>
  </extension>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy (Procedure)"/>
    </coding>
    <text value="Appendectomy"/>
  </code>
  <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="66754008"/>
        <display value="Appendix structure"/>
      </coding>
  </bodySite>
  <reasonCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="163220003"/>
      <display value="On examination - abdominal pain - right iliac"/>
    </coding>
  </reasonCodeableConcept>
  <scheduledDateTime value="2013-04-05"/>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
  <status value="completed"/>
  <orderedOn value="2013-04-04"/>
  <priority value="urgent"/>
</ProcedureRequest>

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.