0.2.0 - Informative

TCFHIRAGSchedulingR5 - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7ATSchedulingScheduleExample03 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HL7ATSchedulingScheduleExample03"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule"^^xsd:anyURI ;
fhir:link <http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule HL7ATSchedulingScheduleExample03</b></p><a name=\"HL7ATSchedulingScheduleExample03\"> </a><a name=\"hcHL7ATSchedulingScheduleExample03\"> </a><a name=\"HL7ATSchedulingScheduleExample03-en-US\"> </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=\"HealthcareService-HL7ATSchedulingHealthcareServiceExample01.html\">Example of healthcareservice</a></p><p><b>planningHorizon</b>: 2025-05-19 09:00:00+0200 --&gt; 2025-05-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:code [ fhir:v "65" ] ;
fhir:display [ fhir:v "Physiotherapy" ]       ] )     ]
  ] ) ; # 
  fhir:actor ( [
fhir:reference [ fhir:v "HealthcareService/HL7ATSchedulingHealthcareServiceExample01" ] ;
fhir:display [ fhir:v "Example of healthcareservice" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2025-05-19T09:00:00+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-05-23T17:00:00+02:00"^^xsd:dateTime ]
  ] . #