Class: FHIR::DSTU2::Location

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_dstu2_models/fhir/resources/Location.rb

Defined Under Namespace

Classes: Position

Constant Summary collapse

SEARCH_PARAMS =
['address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'identifier', 'name', 'near', 'near-distance', 'organization', 'partof', 'status', 'type']
METADATA =
{
  'id' => { 'type' => 'id', 'path' => 'Location.id', 'min' => 0, 'max' => 1 },
  'meta' => { 'type' => 'Meta', 'path' => 'Location.meta', 'min' => 0, 'max' => 1 },
  'implicitRules' => { 'type' => 'uri', 'path' => 'Location.implicitRules', 'min' => 0, 'max' => 1 },
  'language' => { 'type' => 'code', 'path' => 'Location.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
  'text' => { 'type' => 'Narrative', 'path' => 'Location.text', 'min' => 0, 'max' => 1 },
  'contained' => { 'type' => 'Resource', 'path' => 'Location.contained', 'min' => 0, 'max' => Float::INFINITY },
  'extension' => { 'type' => 'Extension', 'path' => 'Location.extension', 'min' => 0, 'max' => Float::INFINITY },
  'modifierExtension' => { 'type' => 'Extension', 'path' => 'Location.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
  'identifier' => { 'type' => 'Identifier', 'path' => 'Location.identifier', 'min' => 0, 'max' => Float::INFINITY },
  'status' => { 'valid_codes' => { 'http://hl7.org/fhir/location-status' => ['active', 'suspended', 'inactive'] }, 'type' => 'code', 'path' => 'Location.status', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/location-status' } },
  'name' => { 'type' => 'string', 'path' => 'Location.name', 'min' => 0, 'max' => 1 },
  'description' => { 'type' => 'string', 'path' => 'Location.description', 'min' => 0, 'max' => 1 },
  'mode' => { 'valid_codes' => { 'http://hl7.org/fhir/location-mode' => ['instance', 'kind'] }, 'type' => 'code', 'path' => 'Location.mode', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/location-mode' } },
  'type' => { 'valid_codes' => { 'http://hl7.org/fhir/v3/RoleCode' => ['_AffiliationRoleType', '_CoverageSponsorRoleType', 'FULLINS', 'SELFINS', '_PayorRoleType', 'ENROLBKR', 'TPA', 'UMO', 'RESPRSN', 'EXCEST', 'GUADLTM', 'GUARD', 'POWATT', 'DPOWATT', 'HPOWATT', 'SPOWATT', '_AssignedRoleType', '_AssignedNonPersonLivingSubjectRoleType', 'ASSIST', 'BIOTH', 'ANTIBIOT', 'DEBR', 'CCO', 'SEE', 'SNIFF', '_CertifiedEntityType', '_CitizenRoleType', 'CAS', 'CASM', 'CN', 'CNRP', 'CNRPM', 'CPCA', 'CRP', 'CRPM', '_ContactRoleType', '_AdministrativeContactRoleType', 'BILL', 'ORG', 'PAYOR', 'ECON', 'NOK', '_IdentifiedEntityType', '_LocationIdentifiedEntityRoleCode', 'ACHFID', 'JURID', 'LOCHFID', '_LivingSubjectProductionClass', 'BF', 'BL', 'BR', 'CO', 'DA', 'DR', 'DU', 'FI', 'LY', 'MT', 'MU', 'PL', 'RC', 'SH', 'VL', 'WL', 'WO', '_MedicationGeneralizationRoleType', 'DC', 'GD', 'GDF', 'GDS', 'GDSF', 'MGDSF', '_MemberRoleType', 'TRB', '_PersonalRelationshipRoleType', 'FAMMEMB', 'CHILD', 'CHLDADOPT', 'DAUADOPT', 'SONADOPT', 'CHLDFOST', 'DAUFOST', 'SONFOST', 'DAUC', 'DAU', 'STPDAU', 'NCHILD', 'SON', 'SONC', 'STPSON', 'STPCHLD', 'EXT', 'AUNT', 'MAUNT', 'PAUNT', 'COUSN', 'MCOUSN', 'PCOUSN', 'GGRPRN', 'GGRFTH', 'MGGRFTH', 'PGGRFTH', 'GGRMTH', 'MGGRMTH', 'PGGRMTH', 'MGGRPRN', 'PGGRPRN', 'GRNDCHILD', 'GRNDDAU', 'GRNDSON', 'GRPRN', 'GRFTH', 'MGRFTH', 'PGRFTH', 'GRMTH', 'MGRMTH', 'PGRMTH', 'MGRPRN', 'PGRPRN', 'INLAW', 'CHLDINLAW', 'DAUINLAW', 'SONINLAW', 'PRNINLAW', 'FTHINLAW', 'MTHINLAW', 'SIBINLAW', 'BROINLAW', 'SISINLAW', 'NIENEPH', 'NEPHEW', 'NIECE', 'UNCLE', 'MUNCLE', 'PUNCLE', 'PRN', 'ADOPTP', 'ADOPTF', 'ADOPTM', 'FTH', 'FTHFOST', 'NFTH', 'NFTHF', 'STPFTH', 'MTH', 'GESTM', 'MTHFOST', 'NMTH', 'NMTHF', 'STPMTH', 'NPRN', 'PRNFOST', 'STPPRN', 'SIB', 'BRO', 'HBRO', 'NBRO', 'TWINBRO', 'FTWINBRO', 'ITWINBRO', 'STPBRO', 'HSIB', 'HSIS', 'NSIB', 'NSIS', 'TWINSIS', 'FTWINSIS', 'ITWINSIS', 'TWIN', 'FTWIN', 'ITWIN', 'SIS', 'STPSIS', 'STPSIB', 'SIGOTHR', 'DOMPART', 'FMRSPS', 'SPS', 'HUSB', 'WIFE', 'FRND', 'NBOR', 'ONESELF', 'ROOM', '_PolicyOrProgramCoverageRoleType', '_CoverageRoleType', 'FAMDEP', 'HANDIC', 'INJ', 'SELF', 'SPON', 'STUD', 'FSTUD', 'PSTUD', 'ADOPT', 'GCHILD', 'GPARNT', 'NAT', 'NIENE', 'PARNT', 'SPSE', 'STEP', '_CoveredPartyRoleType', '_ClaimantCoveredPartyRoleType', 'CRIMEVIC', 'INJWKR', '_DependentCoveredPartyRoleType', 'COCBEN', 'DIFFABL', 'WARD', '_IndividualInsuredPartyRoleType', 'RETIREE', '_ProgramEligiblePartyRoleType', 'INDIG', 'MIL', 'ACTMIL', 'RETMIL', 'VET', '_SubscriberCoveredPartyRoleType', '_ResearchSubjectRoleBasis', 'ERL', 'SCN', '_DedicatedServiceDeliveryLocationRoleType', '_DedicatedClinicalLocationRoleType', 'DX', 'CVDX', 'CATH', 'ECHO', 'GIDX', 'ENDOS', 'RADDX', 'RADO', 'RNEU', 'HOSP', 'CHR', 'GACH', 'MHSP', 'PSYCHF', 'RH', 'RHAT', 'RHII', 'RHMAD', 'RHPI', 'RHPIH', 'RHPIMS', 'RHPIVS', 'RHYAD', 'HU', 'BMTU', 'CCU', 'CHEST', 'EPIL', 'ER', 'ETU', 'HD', 'HLAB', 'INLAB', 'OUTLAB', 'HRAD', 'HUSCS', 'ICU', 'PEDICU', 'PEDNICU', 'INPHARM', 'MBL', 'NCCS', 'NS', 'OUTPHARM', 'PEDU', 'PHU', 'RHU', 'SLEEP', 'NCCF', 'SNF', 'OF', 'ALL', 'AMPUT', 'BMTC', 'BREAST', 'CANC', 'CAPC', 'CARD', 'PEDCARD', 'COAG', 'CRS', 'DERM', 'ENDO', 'PEDE', 'ENT', 'FMC', 'GI', 'PEDGI', 'GIM', 'GYN', 'HEM', 'PEDHEM', 'HTN', 'IEC', 'INFD', 'PEDID', 'INV', 'LYMPH', 'MGEN', 'NEPH', 'PEDNEPH', 'NEUR', 'OB', 'OMS', 'ONCL', 'PEDHO', 'OPH', 'OPTC', 'ORTHO', 'HAND', 'PAINCL', 'PC', 'PEDC', 'PEDRHEUM', 'POD', 'PREV', 'PROCTO', 'PROFF', 'PROS', 'PSI', 'PSY', 'RHEUM', 'SPMED', 'SU', 'PLS', 'URO', 'TR', 'TRAVEL', 'WND', 'RTF', 'PRC', 'SURF', '_DedicatedNonClinicalLocationRoleType', 'DADDR', 'MOBL', 'AMB', 'PHARM', '_IncidentalServiceDeliveryLocationRoleType', 'ACC', 'COMM', 'CSC', 'PTRES', 'SCHOOL', 'UPC', 'WORK', '_SpecimenRoleType', 'C', 'G', 'L', 'P', 'Q', 'B', 'E', 'F', 'O', 'V', 'R', 'CLAIM', 'communityLaboratory', 'GT', 'homeHealth', 'laboratory', 'pathologist', 'PH', 'phlebotomist', 'PROG', 'PT', 'subject', 'thirdParty', 'DEP', 'DEPEN', 'FM', 'INDIV', 'NAMED', 'PSYCHCF', 'SUBSCR'] }, 'type' => 'CodeableConcept', 'path' => 'Location.type', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'extensible', 'uri' => 'http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType' } },
  'telecom' => { 'type' => 'ContactPoint', 'path' => 'Location.telecom', 'min' => 0, 'max' => Float::INFINITY },
  'address' => { 'type' => 'Address', 'path' => 'Location.address', 'min' => 0, 'max' => 1 },
  'physicalType' => { 'valid_codes' => { 'http://hl7.org/fhir/location-physical-type' => ['bu', 'wi', 'lvl', 'co', 'ro', 'bd', 've', 'ho', 'ca', 'rd', 'jdn', 'area'] }, 'type' => 'CodeableConcept', 'path' => 'Location.physicalType', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/location-physical-type' } },
  'position' => { 'type' => 'Location::Position', 'path' => 'Location.position', 'min' => 0, 'max' => 1 },
  'managingOrganization' => { 'type' => 'Reference', 'path' => 'Location.managingOrganization', 'min' => 0, 'max' => 1 },
  'partOf' => { 'type' => 'Reference', 'path' => 'Location.partOf', 'min' => 0, 'max' => 1 }
}

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from Model

#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::DSTU2::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model

Instance Attribute Details

#addressObject

0-1 Address



69
70
71
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 69

def address
  @address
end

#containedObject

0-* [ Resource ]



59
60
61
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 59

def contained
  @contained
end

#descriptionObject

0-1 string



65
66
67
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 65

def description
  @description
end

#extensionObject

0-* [ Extension ]



60
61
62
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 60

def extension
  @extension
end

#idObject

0-1 id



54
55
56
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 54

def id
  @id
end

#identifierObject

0-* [ Identifier ]



62
63
64
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 62

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



56
57
58
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 56

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



57
58
59
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 57

def language
  @language
end

#managingOrganizationObject

0-1 Reference()



72
73
74
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 72

def managingOrganization
  @managingOrganization
end

#metaObject

0-1 Meta



55
56
57
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 55

def meta
  @meta
end

#modeObject

0-1 code



66
67
68
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 66

def mode
  @mode
end

#modifierExtensionObject

0-* [ Extension ]



61
62
63
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 61

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 string



64
65
66
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 64

def name
  @name
end

#partOfObject

0-1 Reference()



73
74
75
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 73

def partOf
  @partOf
end

#physicalTypeObject

0-1 CodeableConcept



70
71
72
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 70

def physicalType
  @physicalType
end

#positionObject

0-1 Location::Position



71
72
73
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 71

def position
  @position
end

#statusObject

0-1 code



63
64
65
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 63

def status
  @status
end

#telecomObject

0-* [ ContactPoint ]



68
69
70
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 68

def telecom
  @telecom
end

#textObject

0-1 Narrative



58
59
60
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 58

def text
  @text
end

#typeObject

0-1 CodeableConcept



67
68
69
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 67

def type
  @type
end

Instance Method Details

#resourceTypeObject



75
76
77
# File 'lib/fhir_dstu2_models/fhir/resources/Location.rb', line 75

def resourceType
  'Location'
end