@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://kommune.conteir.no/ServiceRequest/example-rehabilitation-servicerequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-rehabilitation-servicerequest"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://kommune.conteir.no/StructureDefinition/kommune-servicerequest"^^xsd:anyURI ;
       fhir:link <https://kommune.conteir.no/StructureDefinition/kommune-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 example-rehabilitation-servicerequest</b></p><a name=\"example-rehabilitation-servicerequest\"> </a><a name=\"hcexample-rehabilitation-servicerequest\"> </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=\"StructureDefinition-kommune-servicerequest.html\">no-kommune-ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:\">Municipal rehabilitation</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:\">Physiotherapy and occupational therapy assessment after short-term stay</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</a></p><p><b>occurrence</b>: 2026-01-20 --&gt; 2026-02-28</p><p><b>authoredOn</b>: 2026-01-16</p><p><b>requester</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p><p><b>performer</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam Multidisciplinary follow-up team, Grünerløkka district</a></p><p><b>reasonReference</b>: <a href=\"Condition-example-health-concern.html\">Health concern after hip fracture</a></p><p><b>supportingInfo</b>: <a href=\"DocumentReference-example-documentreference.html\">DocumentReference: status = current; type = Clinical note; date = 2026-01-12 09:00:00+0100; description = Decision on home nursing and practical assistance after discharge</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:text [ fhir:v "Municipal rehabilitation" ]
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
     fhir:text [ fhir:v "Physiotherapy and occupational therapy assessment after short-term stay" ]
  ] ; # 
  fhir:subject [
     fhir:link <https://kommune.conteir.no/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:occurrence [
     a fhir:Period ;
     fhir:start [ fhir:v "2026-01-20"^^xsd:date ] ;
     fhir:end [ fhir:v "2026-02-28"^^xsd:date ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-01-16"^^xsd:date] ; # 
  fhir:requester [
     fhir:link <https://kommune.conteir.no/PractitionerRole/example-practitionerrole> ;
     fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole" ]
  ] ; # 
  fhir:performer ( [
     fhir:link <https://kommune.conteir.no/CareTeam/example-careteam> ;
     fhir:reference [ fhir:v "CareTeam/example-careteam" ]
  ] ) ; # 
  fhir:reasonReference ( [
     fhir:link <https://kommune.conteir.no/Condition/example-health-concern> ;
     fhir:reference [ fhir:v "Condition/example-health-concern" ] ;
     fhir:display [ fhir:v "Health concern after hip fracture" ]
  ] ) ; # 
  fhir:supportingInfo ( [
     fhir:link <https://kommune.conteir.no/DocumentReference/example-documentreference> ;
     fhir:reference [ fhir:v "DocumentReference/example-documentreference" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

