FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/client-state

Packageca.clicsante.base
Resource TypeCodeSystem
Idclient-state
FHIR VersionR4
Sourcehttp://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-client-state.html
URLhttp://documentation.clicsante.ca/fhir/base/CodeSystem/client-state
Version1.0.0
Statusactive
Date2025-03-15T01:44:09+00:00
NameClientStateCodeSystem
TitleClient State Codes
DescriptionDescribes the client state (status) of a patient participation on an appointment.
Contentcomplete

Resources that use this resource

ValueSet
client-stateClient State Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
absent Absent
cancelled-admin Cancelled (admin)
cancelled-public Cancelled (public)
not-eligible Not eligible
present Present
sample-received Sample received
undefined Undefined

Source

{
  "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"
    }
  ]
}