Clic Santé
1.0.0 - trial-use

This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Appointment Follow Up State Codes - TTL Representation

Active as of 2025-03-15

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "appointment-follow-up-state"] ; # 
  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: CodeSystem appointment-follow-up-state</b></p><a name=\"appointment-follow-up-state\"> </a><a name=\"hcappointment-follow-up-state\"> </a><a name=\"appointment-follow-up-state-en-US\"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">reached<a name=\"appointment-follow-up-state-reached\"> </a></td><td>Reached</td></tr><tr><td style=\"white-space:nowrap\">not_reached<a name=\"appointment-follow-up-state-not_reached\"> </a></td><td>Not Reached</td></tr><tr><td style=\"white-space:nowrap\">no_action_taken<a name=\"appointment-follow-up-state-no_action_taken\"> </a></td><td>No Action Taken</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "AppointmentFollowUpStateCodeSystem"] ; # 
  fhir:title [ fhir:v "Appointment Follow Up State Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-03-15T01:45:42+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clic Santé"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Clic Santé" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://clicsante.ca" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Describes the follow up state of an appointment."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "reached" ] ;
fhir:display [ fhir:v "Reached" ]
  ] [
fhir:code [ fhir:v "not_reached" ] ;
fhir:display [ fhir:v "Not Reached" ]
  ] [
fhir:code [ fhir:v "no_action_taken" ] ;
fhir:display [ fhir:v "No Action Taken" ]
  ] ) . #