class FHIR::DSTU2::MedicationStatement
Constants
- METADATA
- MULTIPLE_TYPES
- SEARCH_PARAMS
Attributes
contained[RW]
dateAsserted[RW]
dosage[RW]
effectiveDateTime[RW]
effectivePeriod[RW]
extension[RW]
id[RW]
identifier[RW]
implicitRules[RW]
informationSource[RW]
language[RW]
medicationCodeableConcept[RW]
medicationReference[RW]
meta[RW]
modifierExtension[RW]
note[RW]
patient[RW]
reasonForUseCodeableConcept[RW]
reasonForUseReference[RW]
reasonNotTaken[RW]
status[RW]
supportingInformation[RW]
text[RW]
wasNotTaken[RW]
Public Instance Methods
resourceType()
click to toggle source
# File lib/fhir_dstu2_models/fhir/resources/MedicationStatement.rb, line 114 def resourceType 'MedicationStatement' end