This page is part of the Finnish Base Profiles (v0.2.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0-rc2. For a full list of available versions, see the Directory of published versions
: SNOMED CT coded Schedule - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Schedule ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ScheduleExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Schedule</b><a name=\"ScheduleExample\"> </a></p><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\">Resource Schedule "ScheduleExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-schedule.html\">FI Base Schedule</a></p></div><p><b>identifier</b>: id: 45 (use: USUAL)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: 408443003 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#408443003)</span></p><p><b>serviceType</b>: 788007007 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#788007007)</span></p><p><b>specialty</b>: 394814009 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>actor</b>: <a href=\"Location-LocationExample.html\">Location/LocationExample</a> "Kirurgian poliklinikka"</p><p><b>planningHorizon</b>: 2023-01-01 09:15:00+0000 --> 2033-12-25 09:30:00+0000</p></div>"
] ; #
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"^^xsd:boolean] ; #
fhir:serviceCategory ( [
( fhir:coding [
a sct:408443003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408443003" ] ] )
] ) ; #
fhir:serviceType ( [
( fhir:coding [
a sct:788007007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "788007007" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:394814009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394814009" ] ] )
] ) ; #
fhir:actor ( [
fhir:reference [ fhir:v "Location/LocationExample" ]
] ) ; #
fhir:planningHorizon [
fhir:start [ fhir:v "2023-01-01T09:15:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2033-12-25T09:30:00Z"^^xsd:dateTime ]
] . #