Finnish Base Profiles
1.0.0-rc15 - ballot Finland flag

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

: GP appointment - 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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "appointment-general-practitioner"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-appointment"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-appointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"appointment-general-practitioner\"> </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 Appointment &quot;appointment-general-practitioner&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-appointment.html\">FI Base Appointment</a></p></div><p><b>status</b>: fulfilled</p><p><b>serviceCategory</b>: SOTE9.2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#SOTE9.2)</span></p><p><b>serviceType</b>: EEA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#EEA)</span></p><p><b>appointmentType</b>: 101 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#101)</span></p><p><b>description</b>: Kuume</p><p><b>start</b>: Jan 20, 2023, 10:00:00 AM</p><p><b>end</b>: Jan 20, 2023, 10:20:00 AM</p><p><b>slot</b>: <a href=\"Slot-FreeSlot.html\">Slot/FreeSlot</a></p><p><b>created</b>: 2023-01-20 08:45:15+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-patient-of-municipality.html\">Patient/patient-of-municipality</a> &quot; HENKILĂ–&quot;</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></p><p><b>actor</b>: <a href=\"Practitioner-PractitionerLicensedPhysician.html\">Practitioner/PractitionerLicensedPhysician</a> &quot; DOCTOR&quot;</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-LocationExample.html\">Location/LocationExample</a> &quot;Kirurgian poliklinikka&quot;</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService-healthcareService-example.html\">HealthcareService/healthcareService-example</a> &quot;Vastaanottoaika*&quot;</p><p><b>status</b>: accepted</p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.fi/fhir/StructureDefinition/ServiceEventExt"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.246.10.3575029.10.50.14131.2023.159325" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "Cancellable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "Reschedulable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] ) ;
fhir:url [ fhir:v "http://hl7.fi/fhir/StructureDefinition/AppointmentMutabilityExtension"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "fulfilled"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.50.201801"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SOTE9.2" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.49.201501"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EEA" ]     ] )
  ] ) ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.884.2015"^^xsd:anyURI ] ;
fhir:code [ fhir:v "101" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Kuume"] ; # 
  fhir:start [ fhir:v "2023-01-20T10:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-01-20T10:20:00+02:00"^^xsd:dateTime] ; # 
  fhir:slot ( [
fhir:reference [ fhir:v "Slot/FreeSlot" ]
  ] ) ; # 
  fhir:created [ fhir:v "2023-01-20T08:45:15+02:00"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/patient-of-municipality" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ]       ] )     ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/PractitionerLicensedPhysician" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "Location/LocationExample" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/healthcareService-example" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #