description: Base StructureDefinition for Appointment Resource package_name: hl7.fhir.core derivation: specialization name: Appointment type: Appointment elements: description: {type: string, short: 'Shown on a subject line in a meeting request, or appointment list', index: 8} serviceCategory: {short: A broad categorisation of the service that is to be performed during this appointment, type: CodeableConcept, isSummary: true, index: 2} slot: short: If provided, then no schedule and start/end values MUST match slot refers: ['http://hl7.org/fhir/StructureDefinition/Slot'] type: Reference array: true index: 12 specialty: {short: The specialty of a practitioner that would be required to perform the service requested in this appointment, type: CodeableConcept, array: true, isSummary: true, index: 4} requestedPeriod: {type: Period, short: Potential date/time interval(s) requested to allocate the appointment during, comments: This does not introduce a capacity for recurring appointments., array: true, index: 20} start: {short: When appointment is to take place, type: instant, isSummary: true, index: 9} created: {short: The date that this appointment was initially created, comments: This property is required for many use cases where the age of an appointment is considered in processing workflows for scheduling and billing of appointments., type: dateTime, index: 13} participant: constraint: app-1: {human: Either the type or actor on the participant MUST be specified, severity: error, expression: type.exists() or actor.exists()} min: 1 short: Participants involved in appointment index: 15 type: BackboneElement array: true elements: type: {short: Role of participant in the appointment, comments: "The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value MUST be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.", type: CodeableConcept, array: true, isSummary: true, index: 16} actor: short: Person, Location/HealthcareService or Device refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson'] type: Reference isSummary: true index: 17 required: {short: required | optional | information-only, type: code, isSummary: true, index: 18} status: {short: accepted | declined | tentative | needs-action, type: code, index: 19} required: [status] serviceType: {short: The specific service that is to be performed during this appointment, type: CodeableConcept, array: true, isSummary: true, index: 3} reason: {short: Reason this appointment is scheduled, type: CodeableConcept, isSummary: true, index: 6} priority: {short: Used to make informed decisions if needing to re-prioritize, comments: "Seeking implementer feedback on this property and how interoperable it is.\r\rUsing an extension to record a codeableconcept for named values may be tested at a future connectathon.", type: unsignedInt, index: 7} appointmentType: {short: The style of appointment or patient that has been booked in the slot (not service type), type: CodeableConcept, isSummary: true, index: 5} status: {isModifier: true, short: proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error, comments: 'If the Appointment''s status is "cancelled" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.', type: code, isSummary: true, index: 1} comment: {short: Additional comments, comments: "Additional text to aid in facilitating the appointment. For instance, a comment might be, \"patient should proceed immediately to infusion room upon arrival\"\r\rWhere this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it.", type: string, index: 14} minutesDuration: {type: positiveInt, short: Can be less than start/end (e.g. estimate), index: 11} identifier: {short: External Ids for this item, type: Identifier, array: true, isSummary: true, index: 0} end: {short: When appointment is to conclude, type: instant, isSummary: true, index: 10} package_version: 1.8.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Appointment base: http://hl7.org/fhir/StructureDefinition/DomainResource version: null required: [participant, status]