{
"description": "The free/busy status of an appointment.",
"_filename": "codesystem-appointmentstatus.json",
"package_name": "hl7.fhir.core",
"date": "2016-03-31T08:01:25+11:00",
"meta": {
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "AppointmentStatus",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.4.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.284"
} ],
"status": "draft",
"id": "97417fdf-9142-40e8-a760-3b6c681864a5",
"valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus",
"kind": null,
"url": "http://hl7.org/fhir/appointmentstatus",
"concept": [ {
"code": "proposed",
"display": "Proposed",
"definition": "None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time may not be set yet."
}, {
"code": "pending",
"display": "Pending",
"definition": "Some or all of the participant(s) have not finalized their acceptance of the appointment request."
}, {
"code": "booked",
"display": "Booked",
"definition": "All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified."
}, {
"code": "arrived",
"display": "Arrived",
"definition": "Some of the patients have arrived."
}, {
"code": "fulfilled",
"display": "Fulfilled",
"definition": "This appointment has completed and may have resulted in an encounter."
}, {
"code": "cancelled",
"display": "Cancelled",
"definition": "The appointment has been cancelled."
}, {
"code": "noshow",
"display": "No Show",
"definition": "Some or all of the participant(s) have not/did not appear for the appointment (usually the patient)."
} ],
"caseSensitive": true,
"version": "1.4.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "other"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}