FHIR IG analytics| Package | ca.on.mha.pds |
| Resource Type | ValueSet |
| Id | ValueSet.ca-on-mha-AppointmentStatus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
The status of an appointment.
{
"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"
}
]
}
]
}
}