| Package | ch.fhir.ig.ch-orf |
| Resource Type | ValueSet |
| Id | ch-orf-vs-appointmentstatus |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/ValueSet-ch-orf-vs-appointmentstatus.html |
| URL | http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-appointmentstatus |
| Version | 3.0.2-ci-build |
| Status | active |
| Date | 2025-05-22T09:52:16+00:00 |
| Name | ChOrfAppointmentStatus |
| Title | Appointment Status |
| Realm | ch |
| Authority | hl7 |
| Description | Value Set for CH ORF Appointment Status |
| Copyright | CC0-1.0 |
| StructureDefinition | |
| ch-orf-appointment | CH ORF Appointment |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ch-orf-vs-appointmentstatus
http://hl7.org/fhir/appointmentstatus| 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. |
{
"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.2-ci-build",
"name": "ChOrfAppointmentStatus",
"title": "Appointment Status",
"status": "active",
"experimental": false,
"date": "2025-05-22T09:52:16+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"
}
]
}
]
}
}