Finnish Base Profiles
1.0.0-rc2 - ballot Finland flag

Finnish Base Profiles - Local Development build (v1.0.0-rc2). See the Directory of published versions

: FreeSlot - 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:Resource.id [ fhir:value "FreeSlot"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot";
       fhir:index 0;
       fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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#SOTE3)</span></p><p><b>serviceType</b>: Yleislääkärin palvelu <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#EE)</span></p><p><b>appointmentType</b>: Kertakäynti toimipaikassa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#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:Slot.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "123456789" ]
  ]; # 
  fhir:Slot.serviceCategory [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.50.201801" ];
       fhir:Coding.code [ fhir:value "SOTE3" ];
       fhir:Coding.display [ fhir:value "Lääkäripalvelut" ]     ]
  ]; # 
  fhir:Slot.serviceType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.49.201501" ];
       fhir:Coding.code [ fhir:value "EE" ];
       fhir:Coding.display [ fhir:value "Yleislääkärin palvelu" ]     ]
  ]; # 
  fhir:Slot.appointmentType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.884.2015" ];
       fhir:Coding.code [ fhir:value "10" ];
       fhir:Coding.display [ fhir:value "Kertakäynti toimipaikassa" ]     ]
  ]; # 
  fhir:Slot.schedule [
     fhir:Reference.reference [ fhir:value "Schedule/ScheduleExample" ]
  ]; # 
  fhir:Slot.status [ fhir:value "free"]; # 
  fhir:Slot.start [ fhir:value "2023-01-01T12:00:00+02:00"^^xsd:dateTime]; # 
  fhir:Slot.end [ fhir:value "2023-01-01T12:30:00+02:00"^^xsd:dateTime]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.