ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ 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 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 "ITBAppointment"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBAppointment"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBAppointment> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csAvailableForCancellation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "false" ] ] [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csAvailableForReschedule"^^xsd:anyURI ] ;
fhir:code [ fhir:v "false" ] ] )
] ; #
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 ITBAppointment</b></p><a name=\"ITBAppointment\"> </a><a name=\"hcITBAppointment\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ITBAppointment.html\">ITB Appointment</a></p><p style=\"margin-bottom: 0px\">Tags: false (Details: csAvailableForCancellation code false), false (Details: csAvailableForReschedule code false)</p></div><p><b>identifier</b>: bookingId/14</p><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://opusdental.purified.link/fhir/CodeSystem/csBookingCategory bcbc1754-a399-48ba-8eec-10667f19a0d6}\">bcbc1754-a399-48ba-8eec-10667f19a0d6</span>, <span title=\"Codes:{http://portal.wof.purified.link/fhir/CodeSystem/csServiceType itb-not-defined}\">Booket besøk online</span></p><p><b>start</b>: 2021-03-04 14:25:00+0000</p><p><b>end</b>: 2021-03-04 14:55:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole/ecc708b6-95b2-4517-8644-e3b6c2180125\">Tannlege Lena Larsson</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService/b81f2315-7476-45e8-9ae6-51f547e2d82e\">Colosseum Tannlege Nationaltheatret</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Device/2\">Device</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/649\">Patient</a></p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bookingId" ] ] ) ] ;
fhir:system [ fhir:v "http://localhost:7001/http://localhost:7001/fc580e7c-7fd8-4acd-92e9-42cb052763d4/fhir/NamingSystem/nsbookingId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "14" ]
] ) ; #
fhir:status [ fhir:v "booked"] ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csBookingCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bcbc1754-a399-48ba-8eec-10667f19a0d6" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "itb-not-defined" ] ;
fhir:display [ fhir:v "Booket besøk online" ] ] ) ;
fhir:text [ fhir:v "Booket besøk online" ]
] ) ; #
fhir:start [ fhir:v "2021-03-04T14:25:00+00:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2021-03-04T14:55:00+00:00"^^xsd:dateTime] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/ecc708b6-95b2-4517-8644-e3b6c2180125" ] ;
fhir:display [ fhir:v "Tannlege Lena Larsson" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/b81f2315-7476-45e8-9ae6-51f547e2d82e" ] ;
fhir:display [ fhir:v "Colosseum Tannlege Nationaltheatret" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Device/2" ] ;
fhir:display [ fhir:v "Device" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Patient/649" ] ;
fhir:display [ fhir:v "Patient" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #
IG © 2020+ . Package portal.wof.purified.link#0.1.0 based on FHIR 4.0.1. Generated 2025-08-20
Links: Table of Contents |
QA Report