This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state
defines the following codes:
Code | Display |
reached | Reached |
not_reached | Not Reached |
no_action_taken | No Action Taken |
"
] ; #
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" ]
] ) . #
# -------------------------------------------------------------------------------------