<?xml version="1.0" encoding="UTF-8"?>

<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="referral-podiatrist"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="ServiceRequest Podiatrist Referral Example"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown value="This example of a *US Core ServiceRequest Profile* illustrates a referral order to a podiatrist for a patient with diabetic foot care needs."/>
    </extension>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest referral-podiatrist</b></p><a name="referral-podiatrist"> </a><a name="hcreferral-podiatrist"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-servicerequest.html">US Core ServiceRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 3457005}">Patient referral</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 308451001}">Referral to podiatrist</span></p><p><b>subject</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy V. Shaw</a></p><p><b>encounter</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Encounter-example-1.html">office visit</a></p><p><b>occurrence</b>: 2026-05-19 10:30:00-0500</p><p><b>authoredOn</b>: 2026-05-19 10:00:00-0500</p><p><b>requester</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Dr Ronald Bone</a></p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="3457005"/>
      <display value="Patient referral (procedure)"/>
    </coding>
    <text value="Patient referral"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="308451001"/>
      <display value="Referral to podiatrist (procedure)"/>
    </coding>
    <text value="Referral to podiatrist"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <encounter>
    <reference value="Encounter/example-1"/>
    <display value="office visit"/>
  </encounter>
  <occurrenceDateTime value="2026-05-19T10:30:00-05:00"/>
  <authoredOn value="2026-05-19T10:00:00-05:00"/>
  <requester>
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr Ronald Bone"/>
  </requester>
</ServiceRequest>