{
  "resourceType" : "ServiceRequest",
  "id" : "referral-wound-care",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "ServiceRequest Wound Care Referral Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "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."
    }],
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/731000124108",
      "code" : "3457005",
      "display" : "Patient referral (procedure)"
    }],
    "text" : "Patient referral"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/731000124108",
      "code" : "736081002",
      "display" : "Referral for complex wound care (procedure)"
    }],
    "text" : "Referral for complex wound care"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Shaw"
  },
  "encounter" : {
    "reference" : "Encounter/example-1",
    "display" : "office visit"
  },
  "occurrenceDateTime" : "2026-05-19T10:00:00-05:00",
  "authoredOn" : "2026-05-19T09:45:00-05:00",
  "requester" : {
    "reference" : "Practitioner/practitioner-1",
    "display" : "Dr Ronald Bone"
  }
}