class FHIR::DSTU2::AllergyIntolerance
Constants
- METADATA
- SEARCH_PARAMS
Attributes
category[RW]
contained[RW]
criticality[RW]
extension[RW]
id[RW]
identifier[RW]
implicitRules[RW]
language[RW]
lastOccurence[RW]
meta[RW]
modifierExtension[RW]
note[RW]
onset[RW]
patient[RW]
reaction[RW]
recordedDate[RW]
recorder[RW]
reporter[RW]
status[RW]
substance[RW]
text[RW]
type[RW]
Public Instance Methods
resourceType()
click to toggle source
# File lib/fhir_dstu2_models/fhir/resources/AllergyIntolerance.rb, line 89 def resourceType 'AllergyIntolerance' end