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
: Client State Codes - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "client-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 client-state</b></p><a name=\"client-state\"> </a><a name=\"hcclient-state\"> </a><a name=\"client-state-en-US\"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/client-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\">absent<a name=\"client-state-absent\"> </a></td><td>Absent</td></tr><tr><td style=\"white-space:nowrap\">cancelled-admin<a name=\"client-state-cancelled-admin\"> </a></td><td>Cancelled (admin)</td></tr><tr><td style=\"white-space:nowrap\">cancelled-public<a name=\"client-state-cancelled-public\"> </a></td><td>Cancelled (public)</td></tr><tr><td style=\"white-space:nowrap\">not-eligible<a name=\"client-state-not-eligible\"> </a></td><td>Not eligible</td></tr><tr><td style=\"white-space:nowrap\">present<a name=\"client-state-present\"> </a></td><td>Present</td></tr><tr><td style=\"white-space:nowrap\">sample-received<a name=\"client-state-sample-received\"> </a></td><td>Sample received</td></tr><tr><td style=\"white-space:nowrap\">undefined<a name=\"client-state-undefined\"> </a></td><td>Undefined</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/CodeSystem/client-state"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ClientStateCodeSystem"] ; #
fhir:title [ fhir:v "Client 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 client state (status) of a patient participation on an appointment."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "absent" ] ;
fhir:display [ fhir:v "Absent" ]
] [
fhir:code [ fhir:v "cancelled-admin" ] ;
fhir:display [ fhir:v "Cancelled (admin)" ]
] [
fhir:code [ fhir:v "cancelled-public" ] ;
fhir:display [ fhir:v "Cancelled (public)" ]
] [
fhir:code [ fhir:v "not-eligible" ] ;
fhir:display [ fhir:v "Not eligible" ]
] [
fhir:code [ fhir:v "present" ] ;
fhir:display [ fhir:v "Present" ]
] [
fhir:code [ fhir:v "sample-received" ] ;
fhir:display [ fhir:v "Sample received" ]
] [
fhir:code [ fhir:v "undefined" ] ;
fhir:display [ fhir:v "Undefined" ]
] ) . #