Finnish Base Profiles
1.0.0-rc21 - qa-preview Finland flag

This page is part of the Finnish Base Profiles (v1.0.0-rc21: QA Preview) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Free slot (kertakäynti yleislääkärillä) - 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:Slot ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FreeSlot"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Slot</b><a name=\"FreeSlot\"> </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 Slot &quot;FreeSlot&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-slot.html\">FI Base Slot</a></p></div><p><b>identifier</b>: id: 123456789</p><p><b>serviceCategory</b>: Lääkäripalvelut <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown[201801]#SOTE3)</span></p><p><b>serviceType</b>: Yleislääkärin palvelu <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown[201501]#EE)</span></p><p><b>appointmentType</b>: Kertakäynti toimipaikassa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown[2015]#10)</span></p><p><b>schedule</b>: <a href=\"Schedule-ScheduleExample.html\">Schedule/ScheduleExample</a></p><p><b>status</b>: free</p><p><b>start</b>: Jan 1, 2023, 12:00:00 PM</p><p><b>end</b>: Jan 1, 2023, 12:30:00 PM</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.50"^^xsd:anyURI ] ;
fhir:version [ fhir:v "201801" ] ;
fhir:code [ fhir:v "SOTE3" ] ;
fhir:display [ fhir:v "Lääkäripalvelut" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.49"^^xsd:anyURI ] ;
fhir:version [ fhir:v "201501" ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Yleislääkärin palvelu" ]     ] )
  ] ) ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.884"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2015" ] ;
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Kertakäynti toimipaikassa" ]     ] )
  ] ; # 
  fhir:schedule [
fhir:reference [ fhir:v "Schedule/ScheduleExample" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2023-01-01T12:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-01-01T12:30:00+02:00"^^xsd:dateTime] . #