class FHIR::DSTU2::AppointmentResponse
Constants
- METADATA
- SEARCH_PARAMS
Attributes
actor[RW]
appointment[RW]
comment[RW]
contained[RW]
end[RW]
extension[RW]
id[RW]
identifier[RW]
implicitRules[RW]
language[RW]
meta[RW]
modifierExtension[RW]
participantStatus[RW]
participantType[RW]
start[RW]
text[RW]
Public Instance Methods
resourceType()
click to toggle source
# File lib/fhir_dstu2_models/fhir/resources/AppointmentResponse.rb, line 45 def resourceType 'AppointmentResponse' end