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-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:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "reminder-id"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8b215b35-4d64-4ac1-a0c9-6f9c03fea583" ] ;
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderCommunicationRequest"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderCommunicationRequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">ReminderCommunicationRequest</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extReminderScheduledAtUtcDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2025-09-14"^^xsd:date ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "b089f841-2119-41f2-9772-3a40a43ddf6f" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/200107095433" ] ;
fhir:display [ fhir:v "Referens till Patient" ]
  ] ; # 
  fhir:about ( [
fhir:reference [ fhir:v "Appointment/reminder-appointment-id" ] ;
fhir:display [ fhir:v "Referens till påminnelse" ]
  ] ) . #