This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-availability-state
defines the following codes:
Code | Display |
invalid | Invalid |
deleted | Deleted |
pending | Pending |
active | Active |
inactive | Inactive |
"
] ; #
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-availability-state"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AppointmentAvailabilityStateCodeSystem"] ; #
fhir:title [ fhir:v "Appointment Availability 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 state of availability of an appointment."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "invalid" ] ;
fhir:display [ fhir:v "Invalid" ]
] [
fhir:code [ fhir:v "deleted" ] ;
fhir:display [ fhir:v "Deleted" ]
] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Pending" ]
] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]
] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ]
] ) . #
# -------------------------------------------------------------------------------------