ExampleIG, published by Example Publisher. 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/trifork/fhir-ig-sample/ and changes regularly. See the Directory of published versions
: exampleSchedule - 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 "exampleSchedule"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/ExampleSchedule"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/ExampleSchedule> ] )
] ; #
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: Schedule exampleSchedule</b></p><a name=\"exampleSchedule\"> </a><a name=\"hcexampleSchedule\"> </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-ExampleSchedule.html\">Example Schedule</a></p></div><p><b>Extension Definition for Schedule.name for Version 5.0</b>: Example Name</p><p><b>identifier</b>: <code>http://example.org/scheduleid</code>/45 (use: usual, )</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title=\"Codes:\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Immunization</span></p><p><b>specialty</b>: <span title=\"Codes:\">Clinical immunology</span></p><p><b>actor</b>: <a href=\"Location/138803\">Burgers UMC, South Wing, second floor</a></p><p><b>planningHorizon</b>: 2013-12-25 09:15:00+0000 --> 2013-12-25 09:30:00+0000</p><p><b>comment</b>: The slots attached to this schedule should be specialized to cover immunizations within the clinic</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-Schedule.name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Example Name" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://example.org/scheduleid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "45" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:serviceCategory ( [
( fhir:coding [
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:serviceType ( [
( fhir:coding [
fhir:code [ fhir:v "57" ] ;
fhir:display [ fhir:v "Immunization" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:code [ fhir:v "408480009" ] ;
fhir:display [ fhir:v "Clinical immunology" ] ] )
] ) ; #
fhir:actor ( [
fhir:reference [ fhir:v "Location/138803" ] ;
fhir:display [ fhir:v "Burgers UMC, South Wing, second floor" ]
] ) ; #
fhir:planningHorizon [
fhir:start [ fhir:v "2013-12-25T09:15:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2013-12-25T09:30:00Z"^^xsd:dateTime ]
] ; #
fhir:comment [ fhir:v "The slots attached to this schedule should be specialized to cover immunizations within the clinic"] . #