This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/client-state
defines the following codes:
Code | Display |
absent | Absent |
cancelled-admin | Cancelled (admin) |
cancelled-public | Cancelled (public) |
not-eligible | Not eligible |
present | Present |
sample-received | Sample received |
undefined | Undefined |
"
] ; #
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" ]
] ) . #
# -------------------------------------------------------------------------------------