Class: FHIR::DSTU2::Patient
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Patient.rb
Defined Under Namespace
Classes: Animal, Communication, Contact, Link
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'deceased' => ['boolean', 'dateTime'], 'multipleBirth' => ['boolean', 'integer'] }
- SEARCH_PARAMS =
['active', 'address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'animal-breed', 'animal-species', 'birthdate', 'careprovider', 'deathdate', 'deceased', 'email', 'family', 'gender', 'given', 'identifier', 'language', 'link', 'name', 'organization', 'phone', 'phonetic', 'telecom']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Patient.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'Patient.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'Patient.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'Patient.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'Patient.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'Patient.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'Patient.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Patient.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'Patient.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'active' => { 'type' => 'boolean', 'path' => 'Patient.active', 'min' => 0, 'max' => 1 }, 'name' => { 'type' => 'HumanName', 'path' => 'Patient.name', 'min' => 0, 'max' => Float::INFINITY }, 'telecom' => { 'type' => 'ContactPoint', 'path' => 'Patient.telecom', 'min' => 0, 'max' => Float::INFINITY }, 'gender' => { 'valid_codes' => { 'http://hl7.org/fhir/administrative-gender' => ['male', 'female', 'other', 'unknown'] }, 'type' => 'code', 'path' => 'Patient.gender', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/administrative-gender' } }, 'birthDate' => { 'type' => 'date', 'path' => 'Patient.birthDate', 'min' => 0, 'max' => 1 }, 'deceasedBoolean' => { 'type' => 'boolean', 'path' => 'Patient.deceased[x]', 'min' => 0, 'max' => 1 }, 'deceasedDateTime' => { 'type' => 'dateTime', 'path' => 'Patient.deceased[x]', 'min' => 0, 'max' => 1 }, 'address' => { 'type' => 'Address', 'path' => 'Patient.address', 'min' => 0, 'max' => Float::INFINITY }, 'maritalStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/marital-status' => ['U'], 'http://hl7.org/fhir/v3/MaritalStatus' => ['A', 'D', 'I', 'L', 'M', 'P', 'S', 'T', 'U', 'W'], 'http://hl7.org/fhir/v3/NullFlavor' => ['NI', 'INV', 'DER', 'OTH', 'NINF', 'PINF', 'UNC', 'MSK', 'NA', 'UNK', 'ASKU', 'NAV', 'NASK', 'QS', 'TRC', 'NP'] }, 'type' => 'CodeableConcept', 'path' => 'Patient.maritalStatus', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/marital-status' } }, 'multipleBirthBoolean' => { 'type' => 'boolean', 'path' => 'Patient.multipleBirth[x]', 'min' => 0, 'max' => 1 }, 'multipleBirthInteger' => { 'type' => 'integer', 'path' => 'Patient.multipleBirth[x]', 'min' => 0, 'max' => 1 }, 'photo' => { 'type' => 'Attachment', 'path' => 'Patient.photo', 'min' => 0, 'max' => Float::INFINITY }, 'contact' => { 'type' => 'Patient::Contact', 'path' => 'Patient.contact', 'min' => 0, 'max' => Float::INFINITY }, 'animal' => { 'type' => 'Patient::Animal', 'path' => 'Patient.animal', 'min' => 0, 'max' => 1 }, 'communication' => { 'type' => 'Patient::Communication', 'path' => 'Patient.communication', 'min' => 0, 'max' => Float::INFINITY }, 'careProvider' => { 'type' => 'Reference', 'path' => 'Patient.careProvider', 'min' => 0, 'max' => Float::INFINITY }, 'managingOrganization' => { 'type' => 'Reference', 'path' => 'Patient.managingOrganization', 'min' => 0, 'max' => 1 }, 'link' => { 'type' => 'Patient::Link', 'path' => 'Patient.link', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#active ⇒ Object
0-1 boolean.
-
#address ⇒ Object
0-* [ Address ].
-
#animal ⇒ Object
0-1 Patient::Animal.
-
#birthDate ⇒ Object
0-1 date.
-
#careProvider ⇒ Object
0-* [ Reference() ].
-
#communication ⇒ Object
0-* [ Patient::Communication ].
-
#contact ⇒ Object
0-* [ Patient::Contact ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#deceasedBoolean ⇒ Object
0-1 boolean.
-
#deceasedDateTime ⇒ Object
0-1 dateTime.
-
#extension ⇒ Object
0-* [ Extension ].
-
#gender ⇒ Object
0-1 code.
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#language ⇒ Object
0-1 code.
-
#link ⇒ Object
0-* [ Patient::Link ].
-
#managingOrganization ⇒ Object
0-1 Reference().
-
#maritalStatus ⇒ Object
0-1 CodeableConcept.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#multipleBirthBoolean ⇒ Object
0-1 boolean.
-
#multipleBirthInteger ⇒ Object
0-1 integer.
-
#name ⇒ Object
0-* [ HumanName ].
-
#photo ⇒ Object
0-* [ Attachment ].
-
#telecom ⇒ Object
0-* [ ContactPoint ].
-
#text ⇒ Object
0-1 Narrative.
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
144 145 146 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 144 def active @active end |
#address ⇒ Object
0-* [ Address ]
151 152 153 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 151 def address @address end |
#animal ⇒ Object
0-1 Patient::Animal
157 158 159 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 157 def animal @animal end |
#birthDate ⇒ Object
0-1 date
148 149 150 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 148 def birthDate @birthDate end |
#careProvider ⇒ Object
0-* [ Reference() ]
159 160 161 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 159 def careProvider @careProvider end |
#communication ⇒ Object
0-* [ Patient::Communication ]
158 159 160 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 158 def communication @communication end |
#contact ⇒ Object
0-* [ Patient::Contact ]
156 157 158 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 156 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
140 141 142 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 140 def contained @contained end |
#deceasedBoolean ⇒ Object
0-1 boolean
149 150 151 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 149 def deceasedBoolean @deceasedBoolean end |
#deceasedDateTime ⇒ Object
0-1 dateTime
150 151 152 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 150 def deceasedDateTime @deceasedDateTime end |
#extension ⇒ Object
0-* [ Extension ]
141 142 143 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 141 def extension @extension end |
#gender ⇒ Object
0-1 code
147 148 149 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 147 def gender @gender end |
#id ⇒ Object
0-1 id
135 136 137 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 135 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
143 144 145 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 143 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
137 138 139 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 137 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
138 139 140 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 138 def language @language end |
#link ⇒ Object
0-* [ Patient::Link ]
161 162 163 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 161 def link @link end |
#managingOrganization ⇒ Object
0-1 Reference()
160 161 162 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 160 def managingOrganization @managingOrganization end |
#maritalStatus ⇒ Object
0-1 CodeableConcept
152 153 154 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 152 def maritalStatus @maritalStatus end |
#meta ⇒ Object
0-1 Meta
136 137 138 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 136 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
142 143 144 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 142 def modifierExtension @modifierExtension end |
#multipleBirthBoolean ⇒ Object
0-1 boolean
153 154 155 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 153 def multipleBirthBoolean @multipleBirthBoolean end |
#multipleBirthInteger ⇒ Object
0-1 integer
154 155 156 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 154 def multipleBirthInteger @multipleBirthInteger end |
#name ⇒ Object
0-* [ HumanName ]
145 146 147 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 145 def name @name end |
#photo ⇒ Object
0-* [ Attachment ]
155 156 157 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 155 def photo @photo end |
#telecom ⇒ Object
0-* [ ContactPoint ]
146 147 148 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 146 def telecom @telecom end |
#text ⇒ Object
0-1 Narrative
139 140 141 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 139 def text @text end |
Instance Method Details
#resourceType ⇒ Object
163 164 165 |
# File 'lib/fhir_dstu2_models/fhir/resources/Patient.rb', line 163 def resourceType 'Patient' end |