@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.eu/fhir/ig/careplan-xshare/ServiceRequest/careplan-xshare-servicerequest-example> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "careplan-xshare-servicerequest-example"] ; # 
  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 careplan-xshare-servicerequest-example</b></p><a name=\"careplan-xshare-servicerequest-example\"> </a><a name=\"hccareplan-xshare-servicerequest-example\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 710824005}\">Assessment of health and social care needs</span></p><p><b>subject</b>: <a href=\"Patient-careplan-xshare-patient-example.html\">Maria Rossi  Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</a></p><p><b>occurrence</b>: 2026-05-15</p><p><b>requester</b>: <a href=\"Organization-careplan-xshare-organization-example.html\">Organization Example Community Health Centre</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:710824005 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "710824005" ] ;
       fhir:display [ fhir:v "Assessment of health and social care needs" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.eu/fhir/ig/careplan-xshare/Patient/careplan-xshare-patient-example> ;
     fhir:reference [ fhir:v "Patient/careplan-xshare-patient-example" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2026-05-15"^^xsd:date
  ] ; # 
  fhir:requester [
     fhir:l <http://hl7.eu/fhir/ig/careplan-xshare/Organization/careplan-xshare-organization-example> ;
     fhir:reference [ fhir:v "Organization/careplan-xshare-organization-example" ]
  ] . # 

# -------------------------------------------------------------------------------------

