ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions
: ITBScheduleExample - 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 "ITBScheduleExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBSchedule"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBSchedule> ] )
] ; #
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 ITBScheduleExample</b></p><a name=\"ITBScheduleExample\"> </a><a name=\"hcITBScheduleExample\"> </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-ITBSchedule.html\">ITB Schedule</a></p></div><p><b>serviceType</b>: <span title=\"Codes:{http://portal.wof.purified.link/fhir/CodeSystem/csServiceType blek-kampanje}\">Blek-kampanje</span></p><p><b>actor</b>: </p><ul><li><a href=\"HealthcareService/939970ef-5e09-4597-977c-d6ae56ac81c5\">My clinic</a></li><li><code>Tannpleier Anna Andersson</code></li><li><code>itbDev-colosseum-opus-sandvika/fhir/Organization/578</code></li><li><a href=\"PractitionerRole/6194e8d0-2873-4569-915f-0ae8e4047854\">Tannpleier Anna Andersson</a></li></ul><p><b>planningHorizon</b>: 2021-04-13 22:00:00+0000 --> 2021-05-18 22:00:00+0000</p></div>"^^rdf:XMLLiteral
] ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "blek-kampanje" ] ] )
] ) ; #
fhir:actor ( [
fhir:reference [ fhir:v "HealthcareService/939970ef-5e09-4597-977c-d6ae56ac81c5" ] ;
fhir:display [ fhir:v "My clinic" ]
] [
fhir:reference [ fhir:v "itbDev-colosseum-opus-sandvika/fhir/Practitioner/505" ] ;
fhir:display [ fhir:v "Tannpleier Anna Andersson" ]
] [
fhir:reference [ fhir:v "itbDev-colosseum-opus-sandvika/fhir/Organization/578" ]
] [
fhir:reference [ fhir:v "PractitionerRole/6194e8d0-2873-4569-915f-0ae8e4047854" ] ;
fhir:display [ fhir:v "Tannpleier Anna Andersson" ]
] ) ; #
fhir:planningHorizon [
fhir:start [ fhir:v "2021-04-13T22:00:00+00:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2021-05-18T22:00:00+00:00"^^xsd:dateTime ]
] . #