Finnish Scheduling, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 0.2.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-scheduling/ and changes regularly. See the Directory of published versions
: 605791 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "605791"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 605791</b></p><a name=\"605791\"> </a><a name=\"hc605791\"> </a><a name=\"605791-fi-FI\"> </a><p><b>fi/fhir/StructureDefinition/ChildAppointment</b>: 345678901</p><p><b>fi/fhir/StructureDefinition/ChildAppointment</b>: 456789012</p><p><b>status</b>: Booked</p><p><b>start</b>: 2020-01-01 12:00:00+0200</p><p><b>end</b>: 2020-01-01 12:30:00+0200</p><p><b>slot</b>: <a href=\"Slot/123456789\">Slot/123456789</a></p><p><b>created</b>: 2019-12-01</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.fi/fhir/StructureDefinition/ChildAppointment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "345678901" ] ]
] [
fhir:url [ fhir:v "http://hl7.fi/fhir/StructureDefinition/ChildAppointment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "456789012" ] ]
] ) ; #
fhir:status [ fhir:v "booked"] ; #
fhir:start [ fhir:v "2020-01-01T12:00:00+02:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2020-01-01T12:30:00+02:00"^^xsd:dateTime] ; #
fhir:slot ( [
fhir:reference [ fhir:v "Slot/123456789" ]
] ) ; #
fhir:created [ fhir:v "2019-12-01"^^xsd:date] . #