FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/appointmentstatus version 📦4.0.1| Code | Display | Definition |
| proposed | Proposed | None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet. |
| pending | Pending | Some or all of the participant(s) have not finalized their acceptance of the appointment request. |
| booked | Booked | All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified. |
Source1
{
"resourceType": "ValueSet",
"id": "ch-orf-vs-appointmentstatus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-appointmentstatus",
"version": "3.0.3-ci-build",
"name": "ChOrfAppointmentStatus",
"title": "Appointment Status",
"status": "active",
"experimental": false,
"date": "2025-12-16T09:52:18+00:00",
"publisher": "HL7 Switzerland",
"contact": [
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/"
}
]
}
],
"description": "Value Set for CH ORF Appointment Status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/appointmentstatus",
"concept": [
{
"code": "proposed"
},
{
"code": "pending"
},
{
"code": "booked"
}
]
}
]
}
}