Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="referral-wound-care"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="ServiceRequest Wound Care 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 wound care specialist for a patient with a non-healing chronic wound."/>
</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-wound-care</b></p><a name="referral-wound-care"> </a><a name="hcreferral-wound-care"> </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 736081002}">Referral for complex wound care</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:00:00-0500</p><p><b>authoredOn</b>: 2026-05-19 09:45: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="736081002"/>
<display value="Referral for complex wound care (procedure)"/>
</coding>
<text value="Referral for complex wound care"/>
</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:00:00-05:00"/>
<authoredOn value="2026-05-19T09:45:00-05:00"/>
<requester>
<reference value="Practitioner/practitioner-1"/>
<display value="Dr Ronald Bone"/>
</requester>
</ServiceRequest>