class FHIR::STU3::Appointment

Constants

METADATA
SEARCH_PARAMS

Attributes

appointmentType[RW]
comment[RW]
contained[RW]
created[RW]
description[RW]
end[RW]
extension[RW]
id[RW]
identifier[RW]
implicitRules[RW]
incomingReferral[RW]
indication[RW]
language[RW]
meta[RW]
minutesDuration[RW]
modifierExtension[RW]
participant[RW]
priority[RW]
reason[RW]
requestedPeriod[RW]
serviceCategory[RW]
serviceType[RW]
slot[RW]
specialty[RW]
start[RW]
status[RW]
supportingInformation[RW]
text[RW]

Public Instance Methods

resourceType() click to toggle source
# File lib/fhir_stu3_models/fhir/resources/Appointment.rb, line 93
def resourceType
  'Appointment'
end