AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: InvitationAppointment - 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 "InvitationAppointment"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">InvitationAppointment</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0564" ] ;
fhir:display [ fhir:v "Rutinundersökning" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "TBD" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "6bc62e41-bf1a-40a4-baf1-8d3f6a9f9d32" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:code [ fhir:v "CLINIC" ]     ] )
  ] ; # 
  fhir:start [ fhir:v "2026-04-07T11:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2026-04-07T11:30:00Z"^^xsd:dateTime] ; # 
  fhir:minutesDuration [ fhir:v "30"^^xsd:positiveInteger] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "ADM" ]       ] )     ] ) ;
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/SE162321000255-O43306" ] ;
fhir:display [ fhir:v "Reference to HealtCareService" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
    ( fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "ATND" ]       ] )     ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/SE162321000255-225633" ] ;
fhir:display [ fhir:v "Reference to Practitioner" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #