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
<ProcedureRequest xmlns="http://hl7.org/fhir"> <id value="qicore-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/qicore-practitioner-example"/> </valueReference> </extension> <status value="completed"/> <intent value="order"/> <priority value="urgent"/> <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> <occurrenceDateTime value="2013-04-05"/> <asNeededBoolean value="true"/> <authoredOn value="2013-04-04"/> <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> </ProcedureRequest>