class FHIR::DSTU2::Appointment

Constants

METADATA
SEARCH_PARAMS

Attributes

comment[RW]
contained[RW]
description[RW]
end[RW]
extension[RW]
id[RW]
identifier[RW]
implicitRules[RW]
language[RW]
meta[RW]
minutesDuration[RW]
modifierExtension[RW]
participant[RW]
priority[RW]
reason[RW]
slot[RW]
start[RW]
status[RW]
text[RW]
type[RW]

Public Instance Methods

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