WOF Connect📍
0.1.1 - ci-build [WIP]

WOF Connect📍, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-connect/ and changes regularly. See the Directory of published versions

: Appointment-GetByIdExample - 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-GetByIdExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt>     ] ) ;
    ( fhir:tag [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system>       ] ;
fhir:code [ fhir:v "frenda" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment Appointment-GetByIdExample</b></p><a name=\"Appointment-GetByIdExample\"> </a><a name=\"hcAppointment-GetByIdExample\"> </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=\"https://profiles.ihe.net/ITI/Scheduling/1.0.0/StructureDefinition-ihe-sched-appt.html\">IHE ITI Appointment Profile</a></p><p style=\"margin-bottom: 0px\">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><blockquote><p><b>WofConnect Characteristic</b></p><p><b>minChangeHours</b>: 48</p><p><b>webReschedulingCountAllowed</b>: 3</p><p><b>schedulingAvailability</b>: <span title=\"Codes:{http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic scheduling-accepts-cancellation}, {http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic scheduling-accepts-reschedule}\">Cancellation available</span></p><blockquote><p><b>url</b></p>scheduling</blockquote></blockquote><blockquote><p><b>WOF Connect Appointment Update - Reschedule &amp; Cancellation</b></p><ul><li>webReschedulingCount: 0</li><li>canBeRescheduled: true</li><li>canBeCancelled: true</li></ul></blockquote><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id 4e10ed9b-814e-41c9-999f-3866de9d5343}\">Akuttid för barnpatienter.</span></p><p><b>description</b>: Akut</p><p><b>start</b>: 2026-02-12 08:00:00+0000</p><p><b>end</b>: 2026-02-12 08:30:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235\">Utv Mattias Ekberg</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Organization/48e428b0-fb37-4224-84df-5783a301a9da\">Service Well AB</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2026-02-12 08:00:00+0000 --&gt; 2026-02-12 08:30:00+0000</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [
fhir:v "minChangeHours"^^xsd:anyURI ;
fhir:l fhir:minChangeHours         ] ;
fhir:value [
a fhir:Integer ;
fhir:v 48         ]       ] [
fhir:url [
fhir:v "webReschedulingCountAllowed"^^xsd:anyURI ;
fhir:l fhir:webReschedulingCountAllowed         ] ;
fhir:value [
a fhir:Integer ;
fhir:v 3         ]       ] [
fhir:url [
fhir:v "schedulingAvailability"^^xsd:anyURI ;
fhir:l fhir:schedulingAvailability         ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic>             ] ;
fhir:code [ fhir:v "scheduling-accepts-cancellation" ] ;
fhir:display [ fhir:v "Cancellation available" ]           ] [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic>             ] ;
fhir:code [ fhir:v "scheduling-accepts-reschedule" ] ;
fhir:display [ fhir:v "Reschedule available" ]           ] )         ]       ] ) ;
fhir:url [
fhir:v "scheduling"^^xsd:anyURI ;
fhir:l fhir:scheduling       ]     ] ) ;
fhir:url [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-characteristic"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-characteristic>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "webReschedulingCount"^^xsd:anyURI ;
fhir:l fhir:webReschedulingCount       ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0       ]     ] [
fhir:url [
fhir:v "canBeRescheduled"^^xsd:anyURI ;
fhir:l fhir:canBeRescheduled       ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true       ]     ] [
fhir:url [
fhir:v "canBeCancelled"^^xsd:anyURI ;
fhir:l fhir:canBeCancelled       ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true       ]     ] ) ;
fhir:url [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-appointment-update"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-appointment-update>     ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id>       ] ;
fhir:code [ fhir:v "4e10ed9b-814e-41c9-999f-3866de9d5343" ] ;
fhir:display [ fhir:v "Akuttid för barnpatienter." ]     ] ) ;
fhir:text [ fhir:v "Akuttid för barnpatienter." ]
  ] ) ; # 
  fhir:description [ fhir:v "Akut"] ; # 
  fhir:start [ fhir:v "2026-02-12T08:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2026-02-12T08:30:00Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:l fhir:Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235 ;
fhir:reference [ fhir:v "Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235" ] ;
fhir:display [ fhir:v "Utv Mattias Ekberg" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:l fhir:Organization/48e428b0-fb37-4224-84df-5783a301a9da ;
fhir:reference [ fhir:v "Organization/48e428b0-fb37-4224-84df-5783a301a9da" ] ;
fhir:display [ fhir:v "Service Well AB" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) ; # 
  fhir:requestedPeriod ( [
fhir:start [ fhir:v "2026-02-12T08:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-02-12T08:30:00Z"^^xsd:dateTime ]
  ] ) . #