Package com.ibm.fhir.model.resource
Class Appointment
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.resource.Resource
-
- com.ibm.fhir.model.resource.DomainResource
-
- com.ibm.fhir.model.resource.Appointment
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class Appointment extends DomainResource
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).Maturity level: FMM3 (Trial Use)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppointment.Builderstatic classAppointment.ParticipantList of participants involved in the appointment.
-
Field Summary
-
Fields inherited from class com.ibm.fhir.model.resource.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class com.ibm.fhir.model.resource.Resource
id, implicitRules, language, meta
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static Appointment.Builderbuilder()booleanequals(Object obj)CodeableConceptgetAppointmentType()The style of appointment or patient that has been booked in the slot (not service type).List<Reference>getBasedOn()The service request this appointment is allocated to assess (e.g.CodeableConceptgetCancelationReason()The coded reason for the appointment being cancelled.StringgetComment()Additional comments about the appointment.DateTimegetCreated()The date that this appointment was initially created.StringgetDescription()The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list.InstantgetEnd()Date/Time that the appointment is to conclude.List<Identifier>getIdentifier()This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g.PositiveIntgetMinutesDuration()Number of minutes that the appointment is to take.List<Appointment.Participant>getParticipant()List of participants involved in the appointment.StringgetPatientInstruction()While Appointment.comment contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g.UnsignedIntgetPriority()The priority of the appointment.List<CodeableConcept>getReasonCode()The coded reason that this appointment is being scheduled.List<Reference>getReasonReference()Reason the appointment has been scheduled to take place, as specified using information from another resource.List<Period>getRequestedPeriod()A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.List<CodeableConcept>getServiceCategory()A broad categorization of the service that is to be performed during this appointment.List<CodeableConcept>getServiceType()The specific service that is to be performed during this appointment.List<Reference>getSlot()The slots from the participants' schedules that will be filled by the appointment.List<CodeableConcept>getSpecialty()The specialty of a practitioner that would be required to perform the service requested in this appointment.InstantgetStart()Date/Time that the appointment is to take place.AppointmentStatusgetStatus()The overall status of the Appointment.List<Reference>getSupportingInformation()Additional information to support the appointment provided when making the appointment.booleanhasChildren()inthashCode()Appointment.BuildertoBuilder()Create a new Builder from the contents of this Resource-
Methods inherited from class com.ibm.fhir.model.resource.DomainResource
getContained, getExtension, getModifierExtension, getText
-
Methods inherited from class com.ibm.fhir.model.resource.Resource
as, getId, getImplicitRules, getLanguage, getMeta, is
-
-
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).- Returns:
- An unmodifiable list containing immutable objects of type
Identifierthat may be empty.
-
getStatus
public AppointmentStatus getStatus()
The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.- Returns:
- An immutable object of type
AppointmentStatusthat is non-null.
-
getCancelationReason
public CodeableConcept getCancelationReason()
The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply.- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getServiceCategory
public List<CodeableConcept> getServiceCategory()
A broad categorization of the service that is to be performed during this appointment.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getServiceType
public List<CodeableConcept> getServiceType()
The specific service that is to be performed during this appointment.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getSpecialty
public List<CodeableConcept> getSpecialty()
The specialty of a practitioner that would be required to perform the service requested in this appointment.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getAppointmentType
public CodeableConcept getAppointmentType()
The style of appointment or patient that has been booked in the slot (not service type).- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getReasonCode
public List<CodeableConcept> getReasonCode()
The coded reason that this appointment is being scheduled. This is more clinical than administrative.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getReasonReference
public List<Reference> getReasonReference()
Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getPriority
public UnsignedInt getPriority()
The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).- Returns:
- An immutable object of type
UnsignedIntthat may be null.
-
getDescription
public String getDescription()
The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the comment field.- Returns:
- An immutable object of type
Stringthat may be null.
-
getSupportingInformation
public List<Reference> getSupportingInformation()
Additional information to support the appointment provided when making the appointment.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getStart
public Instant getStart()
Date/Time that the appointment is to take place.- Returns:
- An immutable object of type
Instantthat may be null.
-
getEnd
public Instant getEnd()
Date/Time that the appointment is to conclude.- Returns:
- An immutable object of type
Instantthat may be null.
-
getMinutesDuration
public PositiveInt getMinutesDuration()
Number of minutes that the appointment is to take. This can be less than the duration between the start and end times. For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work. Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end.- Returns:
- An immutable object of type
PositiveIntthat may be null.
-
getSlot
public List<Reference> getSlot()
The slots from the participants' schedules that will be filled by the appointment.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getCreated
public DateTime getCreated()
The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment.- Returns:
- An immutable object of type
DateTimethat may be null.
-
getComment
public String getComment()
Additional comments about the appointment.- Returns:
- An immutable object of type
Stringthat may be null.
-
getPatientInstruction
public String getPatientInstruction()
While Appointment.comment contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before).- Returns:
- An immutable object of type
Stringthat may be null.
-
getBasedOn
public List<Reference> getBasedOn()
The service request this appointment is allocated to assess (e.g. incoming referral or procedure request).- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getParticipant
public List<Appointment.Participant> getParticipant()
List of participants involved in the appointment.- Returns:
- An unmodifiable list containing immutable objects of type
Appointment.Participantthat is non-empty.
-
getRequestedPeriod
public List<Period> getRequestedPeriod()
A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.The duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system.
- Returns:
- An unmodifiable list containing immutable objects of type
Periodthat may be empty.
-
hasChildren
public boolean hasChildren()
- Overrides:
hasChildrenin classDomainResource
-
accept
public void accept(String elementName, int elementIndex, Visitor visitor)
Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
acceptin interfaceVisitable- Specified by:
acceptin classAbstractVisitable- Parameters:
elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
-
toBuilder
public Appointment.Builder toBuilder()
Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
toBuilderin classDomainResource
-
builder
public static Appointment.Builder builder()
-
-