Package | ca.clicsante.base |
Resource Type | CodeSystem |
Id | client-state |
FHIR Version | R4 |
Source | http://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-client-state.html |
URL | http://documentation.clicsante.ca/fhir/base/CodeSystem/client-state |
Version | 1.0.0 |
Status | active |
Date | 2025-03-15T01:44:09+00:00 |
Name | ClientStateCodeSystem |
Title | Client State Codes |
Description | Describes the client state (status) of a patient participation on an appointment. |
Content | complete |
ValueSet | |
client-state | Client State Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem client-state
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 |
{ "resourceType": "CodeSystem", "id": "client-state", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://documentation.clicsante.ca/fhir/base/CodeSystem/client-state", "version": "1.0.0", "name": "ClientStateCodeSystem", "title": "Client State Codes", "status": "active", "experimental": true, "date": "2025-03-15T01:44:09+00:00", "publisher": "Clic Santé", "contact": [ { "name": "Clic Santé", "telecom": [ { "system": "url", "value": "https://clicsante.ca" } ] } ], "description": "Describes the client state (status) of a patient participation on an appointment.", "caseSensitive": true, "content": "complete", "count": 7, "concept": [ { "code": "absent", "display": "Absent" }, { "code": "cancelled-admin", "display": "Cancelled (admin)" }, { "code": "cancelled-public", "display": "Cancelled (public)" }, { "code": "not-eligible", "display": "Not eligible" }, { "code": "present", "display": "Present" }, { "code": "sample-received", "display": "Sample received" }, { "code": "undefined", "display": "Undefined" } ] }