class FHIR::Patient
Constants
- METADATA
- MULTIPLE_TYPES
- SEARCH_PARAMS
Attributes
active[RW]
address[RW]
birthDate[RW]
communication[RW]
contact[RW]
contained[RW]
deceasedBoolean[RW]
deceasedDateTime[RW]
extension[RW]
gender[RW]
generalPractitioner[RW]
id[RW]
identifier[RW]
implicitRules[RW]
language[RW]
link[RW]
managingOrganization[RW]
maritalStatus[RW]
meta[RW]
modifierExtension[RW]
multipleBirthBoolean[RW]
multipleBirthInteger[RW]
name[RW]
photo[RW]
telecom[RW]
text[RW]
Public Instance Methods
resourceType()
click to toggle source
# File lib/fhir_models/fhir/resources/Patient.rb, line 138 def resourceType 'Patient' end