@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/healthedata1-sandbox/ServiceRequest/referral-wound-care> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "referral-wound-care"] ; # 
  fhir:meta [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "ServiceRequest Wound Care Referral Example"
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>
       ] ;
       fhir:value [
         a fhir:Markdown ;
         fhir:v "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."
       ]
     ] ) ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:3457005 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
       fhir:code [ fhir:v "3457005" ] ;
       fhir:display [ fhir:v "Patient referral (procedure)" ]
     ] ) ;
     fhir:text [ fhir:v "Patient referral" ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:736081002 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
       fhir:code [ fhir:v "736081002" ] ;
       fhir:display [ fhir:v "Referral for complex wound care (procedure)" ]
     ] ) ;
     fhir:text [ fhir:v "Referral for complex wound care" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ] ;
     fhir:display [ fhir:v "Amy V. Shaw" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Encounter/example-1> ;
     fhir:reference [ fhir:v "Encounter/example-1" ] ;
     fhir:display [ fhir:v "office visit" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2026-05-19T10:00:00-05:00"^^xsd:dateTime
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-05-19T09:45:00-05:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> ;
     fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
     fhir:display [ fhir:v "Dr Ronald Bone" ]
  ] . # 

<http://hl7.org/fhir/us/healthedata1-sandbox/Patient/example> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Encounter/example-1> a fhir:Us .

<http://hl7.org/fhir/us/healthedata1-sandbox/Practitioner/practitioner-1> a fhir:Us .

# -------------------------------------------------------------------------------------

