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

FHIR IG Statistics: CodeSystem/appointment-follow-up-state

Packageca.clicsante.base
Resource TypeCodeSystem
Idappointment-follow-up-state
FHIR VersionR4
Sourcehttp://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-appointment-follow-up-state.html
URLhttp://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state
Version1.0.0
Statusactive
Date2025-03-15T01:44:09+00:00
NameAppointmentFollowUpStateCodeSystem
TitleAppointment Follow Up State Codes
DescriptionDescribes the follow up state of an appointment.
Contentcomplete

Resources that use this resource

ValueSet
appointment-follow-up-stateAppointment Follow Up 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 appointment-follow-up-state

This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state defines the following codes:

CodeDisplay
reached Reached
not_reached Not Reached
no_action_taken No Action Taken

Source

{
  "resourceType": "CodeSystem",
  "id": "appointment-follow-up-state",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state",
  "version": "1.0.0",
  "name": "AppointmentFollowUpStateCodeSystem",
  "title": "Appointment Follow Up 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 follow up state of an appointment.",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "reached",
      "display": "Reached"
    },
    {
      "code": "not_reached",
      "display": "Not Reached"
    },
    {
      "code": "no_action_taken",
      "display": "No Action Taken"
    }
  ]
}