0.1.0 - ci-build

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

: HL7ATSchedulingAppointmentExample01 - 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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HL7ATSchedulingAppointmentExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"^^xsd:anyURI ;
fhir:link <http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment>     ] )
  ] ; # 
  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: Appointment HL7ATSchedulingAppointmentExample01</b></p><a name=\"HL7ATSchedulingAppointmentExample01\"> </a><a name=\"hcHL7ATSchedulingAppointmentExample01\"> </a><a name=\"HL7ATSchedulingAppointmentExample01-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-appointment.html\">HL7® AT Scheduling Appointment Profile</a></p></div><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 CHECKUP}\">Routineuntersuchung</span></p><p><b>description</b>: Routineuntersuchung beim Hausarzt</p><p><b>start</b>: 2025-06-01 09:00:00+0200</p><p><b>end</b>: 2025-06-01 09:30:00+0200</p><p><b>minutesDuration</b>: 30</p><p><b>created</b>: 2025-05-10 14:23:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html\">Melanie Musterärztin</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHECKUP" ] ;
fhir:display [ fhir:v "Routineuntersuchung" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Routineuntersuchung beim Hausarzt"] ; # 
  fhir:start [ fhir:v "2025-06-01T09:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-06-01T09:30:00+02:00"^^xsd:dateTime] ; # 
  fhir:minutesDuration [ fhir:v "30"^^xsd:positiveInteger] ; # 
  fhir:created [ fhir:v "2025-05-10T14:23:00+02:00"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/HL7ATCorePatientExample01" ] ;
fhir:display [ fhir:v "Max Mustermann" ]     ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/HL7ATCorePractitionerExample01" ] ;
fhir:display [ fhir:v "Melanie Musterärztin" ]     ] ;
fhir:required [ fhir:v true ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #