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
Example of QICore ProcedureRequest (id = "qicore")
<ProcedureRequest 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/procedurerequest-authorizedBy"> <valueReference> <reference value="Practitioner/example"/> </valueReference> </extension> <subject> <reference value="Patient/example"/> </subject> <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> <timingDateTime 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.