Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: ServiceRequest Example - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-servicerequest"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b> Narrative: ServiceRequest</b></p></div>
  </text>
  <status value="active"/>
  <intent value="original-order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103693007"/>
      <display value="Diagnostic procedure (procedure)"/>
    </coding>
    <text value="Diagnostics Procedure"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="24627-2"/>
    </coding>
    <text value="Chest CT"/>
  </code>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <occurrenceDateTime value="2013-05-08T09:33:27+07:00"/>
  <requester>
    <reference value="Practitioner/1"/>
  </requester>
</ServiceRequest>