@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 -------------------------------------------------------------------

<http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/Schedule/HL7ATSchedulingScheduleExample02> a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HL7ATSchedulingScheduleExample02"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule"^^xsd:anyURI ;
       fhir:l <http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule>
     ] )
  ] ; # 
  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: Schedule HL7ATSchedulingScheduleExample02</b></p><a name=\"HL7ATSchedulingScheduleExample02\"> </a><a name=\"hcHL7ATSchedulingScheduleExample02\"> </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-at-scheduling-schedule.html\">HL7® AT Scheduling Schedule Profile</a></p></div><p><b>active</b>: true</p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType 65}\">Physiotherapy</span></td></tr></table><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/PractitionerRole-HL7ATCorePractitionerRoleExample01.html\">PractitionerRole HL7ATCorePractitionerRoleExample01</a></p><p><b>planningHorizon</b>: 2025-05-13 08:00:00+0200 --&gt; 2025-09-23 17:00:00+0200</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:serviceType ( [
     fhir:concept [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType"^^xsd:anyURI ;
           fhir:l <http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType>
         ] ;
         fhir:code [ fhir:v "65" ] ;
         fhir:display [ fhir:v "Physiotherapy" ]
       ] )
     ]
  ] ) ; # 
  fhir:actor ( [
     fhir:l <http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/PractitionerRole/HL7ATCorePractitionerRoleExample01> ;
     fhir:reference [ fhir:v "PractitionerRole/HL7ATCorePractitionerRoleExample01" ] ;
     fhir:display [ fhir:v "PractitionerRole HL7ATCorePractitionerRoleExample01" ]
  ] ) ; # 
  fhir:planningHorizon [
     fhir:start [ fhir:v "2025-05-13T08:00:00+02:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2025-09-23T17:00:00+02:00"^^xsd:dateTime ]
  ] . # 

# -------------------------------------------------------------------------------------

