Finnish Scheduling - Local Development build (v2.0.0-ci) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Appointment example 2, Waitlisted / Suunniteltu - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-status-extension-01"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2019-12-14T09:16:34.659+03:00"^^xsd:dateTime ]
] ; #
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-status-extension-01</b></p><a name=\"appointment-status-extension-01\"> </a><a name=\"hcappointment-status-extension-01\"> </a><a name=\"appointment-status-extension-01-fi-FI\"> </a><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\">Last updated: 2019-12-14 09:16:34+0300</p></div><p><b>status</b>: Waitlisted</p><p><b>created</b>: 2019-12-14 09:16:34+0300</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-patient-petri.html\">Petri Potilas Male, DoB: 2010-10-11 ( urn:oid:1.2.246.21#101100A9277 (use: official, ))</a></td><td>Tentative</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [
fhir:v "waitlist" ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/ajanvarauksen-tila"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.881"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Suunniteltu" ] ] ] )
] ; #
fhir:created [ fhir:v "2019-12-14T09:16:34+03:00"^^xsd:dateTime] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/patient-petri" ] ] ;
fhir:status [ fhir:v "tentative" ]
] ) . #