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

FHIR IG Statistics: ValueSet/ValueSet.ca-on-mha-AppointmentStatus

Packageca.on.oh.mha-pds
Resource TypeValueSet
IdValueSet.ca-on-mha-AppointmentStatus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus
URLhttp://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus
Version1.0.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameAppointmentStatus
TitleAppointment Status
Realmca
Authorityhl7
DescriptionThe status of an appointment.

Resources that use this resource

StructureDefinition
ca-on-mha-profile-AppointmentMHA Appointment Profile
ca-on-mha-profile-Appointment-V2-draftMHA Appointment Profile

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Appointment Status

http://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus

The status of an appointment.


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus",
  "version": "1.0.0",
  "name": "AppointmentStatus",
  "title": "Appointment Status",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The status of an appointment.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "version": "4.0.1",
        "concept": [
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "noshow",
            "display": "No Show"
          }
        ]
      }
    ]
  }
}