QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

ServiceRequest/elective-example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="elective-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: elective-example</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Stomach Bypass <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '442338001' = 'Bypass of stomach', given as 'Bypass of stomach (procedure)'})</span></p><p><b>subject</b>: <a href="Patient-example.html">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>authoredOn</b>: Mar 30, 2015 12:00:00 AM</p><p><b>requester</b>: Dr. Beverly Crusher</p><p><b>performer</b>: <a href="Practitioner-example.html">Dr Cecil Surgeon. Generated Summary: id: example; 23; active; Adam Careful </a></p></div>
  </text>
<!--    Example of a device manipulation service request   -->
  <modifierExtension
                     url="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-isElective">
    <valueBoolean value="true"/>
  </modifierExtension>
  <status value="completed"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="442338001"/>
      <display value="Bypass of stomach (procedure)"/>
    </coding>
    <text value="Stomach Bypass"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <authoredOn value="2015-03-30"/>
  <requester>
  <!-- reference value="Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809"/ -->
    <display value="Dr. Beverly Crusher"/>
  </requester>
  <performer>
    <reference value="Practitioner/example"/>
    <display value="Dr Cecil Surgeon"/>
  </performer>
</ServiceRequest>