class FHIR::Bundle

Constants

METADATA
SEARCH_PARAMS

Attributes

entry[RW]
id[RW]
identifier[RW]
implicitRules[RW]
language[RW]
meta[RW]
signature[RW]
timestamp[RW]
total[RW]
type[RW]

Public Instance Methods

resourceType() click to toggle source
# File lib/fhir_models/fhir/resources/Bundle.rb, line 156
def resourceType
  'Bundle'
end