Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions
@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 class=\"res-header-id\"><b>Generated Narrative: Appointment appointment-general-practitioner</b></p><a name=\"appointment-general-practitioner\"> </a><a name=\"hcappointment-general-practitioner\"> </a><a name=\"appointment-general-practitioner-fi-FI\"> </a><p><b>status</b>: Fulfilled</p><p><b>serviceCategory</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.50 SOTE9.2}\">SOTE9.2</span></p><p><b>serviceType</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.49 EEA}\">EEA</span></p><p><b>appointmentType</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.884 101}\">101</span></p><p><b>description</b>: Kuume</p><p><b>start</b>: 2023-01-20 10:00:00+0200</p><p><b>end</b>: 2023-01-20 10:20:00+0200</p><p><b>slot</b>: <a href=\"Slot-FreeSlot.html\">Slot: identifier = 123456789; serviceCategory = Lääkäripalvelut; serviceType = Yleislääkärin palvelu; appointmentType = Kertakäynti toimipaikassa; status = free; start = 2023-01-01 12:00:00+0200; end = 2023-01-01 12:30:00+0200</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\">Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Practitioner-practitioner-licensed-physician.html\">Practitioner Dave Doctor </a></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 Kirurgian poliklinikka</a></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 Vastaanottoaika*</a></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"^^xsd:anyURI ] ;
fhir:version [ fhir:v "201801" ] ;
fhir:code [ fhir:v "SOTE9.2" ] ] )
] ) ; #
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 "EEA" ] ] )
] ) ; #
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 "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/practitioner-licensed-physician" ] ] ;
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" ]
] ) . #
IG © 2022+ HL7 Finland. Package hl7.fhir.fi.base#1.0.1-cibuild based on FHIR 4.0.1. Generated 2024-08-16
Links: Table of Contents
| QA Report| Version History
|
| Source
| Propose a change