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

FHIR IG Statistics: ValueSet/CorHealthAppointmentStatusVS

Packageca.on.oh.corhealth
Resource TypeValueSet
IdCorHealthAppointmentStatusVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/ValueSet/CorHealthAppointmentStatusVS
URLhttps://corhealth-ontario.ca/fhir/ValueSet/CorHealthAppointmentStatusVS
Statusactive
NameCorHealthAppointmentStatusVS
TitleAppointment Status
DescriptionAppointment Status

Resources that use this resource

StructureDefinition
corhealth-appointmentCorHealth Appointment

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "CorHealthAppointmentStatusVS",
  "id": "CorHealthAppointmentStatusVS",
  "title": "Appointment Status",
  "description": "Appointment Status",
  "url": "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthAppointmentStatusVS",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "concept": [
          {
            "code": "booked",
            "display": "Booked"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "waitlist",
            "display": "Waitlisted"
          }
        ]
      }
    ]
  }
}