Class: FHIR::DSTU2::Organization
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Organization.rb
Defined Under Namespace
Classes: Contact
Constant Summary collapse
- SEARCH_PARAMS =
['active', 'address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'identifier', 'name', 'partof', 'phonetic', 'type']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Organization.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'Organization.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'Organization.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'Organization.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'Organization.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'Organization.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'Organization.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Organization.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'Organization.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'active' => { 'type' => 'boolean', 'path' => 'Organization.active', 'min' => 0, 'max' => 1 }, 'type' => { 'valid_codes' => { 'http://hl7.org/fhir/organization-type' => ['prov', 'dept', 'team', 'govt', 'ins', 'edu', 'reli', 'crs', 'cg', 'bus', 'other'] }, 'type' => 'CodeableConcept', 'path' => 'Organization.type', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/organization-type' } }, 'name' => { 'type' => 'string', 'path' => 'Organization.name', 'min' => 0, 'max' => 1 }, 'telecom' => { 'type' => 'ContactPoint', 'path' => 'Organization.telecom', 'min' => 0, 'max' => Float::INFINITY }, 'address' => { 'type' => 'Address', 'path' => 'Organization.address', 'min' => 0, 'max' => Float::INFINITY }, 'partOf' => { 'type' => 'Reference', 'path' => 'Organization.partOf', 'min' => 0, 'max' => 1 }, 'contact' => { 'type' => 'Organization::Contact', 'path' => 'Organization.contact', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#active ⇒ Object
0-1 boolean.
-
#address ⇒ Object
0-* [ Address ].
-
#contact ⇒ Object
0-* [ Organization::Contact ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#partOf ⇒ Object
0-1 Reference().
-
#telecom ⇒ Object
0-* [ ContactPoint ].
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-1 CodeableConcept.
Instance Method Summary collapse
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
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
#active ⇒ Object
0-1 boolean
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 61 def active @active end |
#address ⇒ Object
0-* [ Address ]
65 66 67 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 65 def address @address end |
#contact ⇒ Object
0-* [ Organization::Contact ]
67 68 69 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 67 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
57 58 59 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 57 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
58 59 60 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 58 def extension @extension end |
#id ⇒ Object
0-1 id
52 53 54 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 52 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 60 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
54 55 56 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 54 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
55 56 57 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 55 def language @language end |
#meta ⇒ Object
0-1 Meta
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 53 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
59 60 61 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 59 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
63 64 65 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 63 def name @name end |
#partOf ⇒ Object
0-1 Reference()
66 67 68 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 66 def partOf @partOf end |
#telecom ⇒ Object
0-* [ ContactPoint ]
64 65 66 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 64 def telecom @telecom end |
#text ⇒ Object
0-1 Narrative
56 57 58 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 56 def text @text end |
#type ⇒ Object
0-1 CodeableConcept
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 62 def type @type end |
Instance Method Details
#resourceType ⇒ Object
69 70 71 |
# File 'lib/fhir_dstu2_models/fhir/resources/Organization.rb', line 69 def resourceType 'Organization' end |