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

: reminder-appointment-id - 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 "reminder-appointment-id"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">ReminderAppointment</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 "168" ] ;
fhir:display [ fhir:v "Bedömning av hörsel" ]       ] )     ]
  ] [
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 "47a7f3d6-7216-4704-b5c1-bb7955812ea8" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:appointmentType [
    ( fhir:coding [
fhir:code [ fhir:v "CLINIC" ]     ] )
  ] ; # 
  fhir:start [ fhir:v "2048-04-09T09:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2048-04-09T09:30:00Z"^^xsd:dateTime] ; # 
  fhir:minutesDuration [ fhir:v "30"^^xsd:positiveInteger] ; # 
  fhir:created [ fhir:v "2023-04-19T08:22:00Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/ReminderHealthcareService" ] ;
fhir:display [ fhir:v "HealthCareService" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #