Class: FHIR::DSTU2::Practitioner
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Practitioner.rb
Defined Under Namespace
Classes: PractitionerRole, Qualification
Constant Summary collapse
- SEARCH_PARAMS =
['address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'communication', 'email', 'family', 'gender', 'given', 'identifier', 'location', 'name', 'organization', 'phone', 'phonetic', 'role', 'specialty', 'telecom']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'Practitioner.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'Practitioner.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'Practitioner.implicitRules', 'min'=>0, 'max'=>1}, 'language' => {'type'=>'code', 'path'=>'Practitioner.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}}, 'text' => {'type'=>'Narrative', 'path'=>'Practitioner.text', 'min'=>0, 'max'=>1}, 'contained' => {'type'=>'Resource', 'path'=>'Practitioner.contained', 'min'=>0, 'max'=>Float::INFINITY}, 'extension' => {'type'=>'Extension', 'path'=>'Practitioner.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Practitioner.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'identifier' => {'type'=>'Identifier', 'path'=>'Practitioner.identifier', 'min'=>0, 'max'=>Float::INFINITY}, 'active' => {'type'=>'boolean', 'path'=>'Practitioner.active', 'min'=>0, 'max'=>1}, 'name' => {'type'=>'HumanName', 'path'=>'Practitioner.name', 'min'=>0, 'max'=>1}, 'telecom' => {'type'=>'ContactPoint', 'path'=>'Practitioner.telecom', 'min'=>0, 'max'=>Float::INFINITY}, 'address' => {'type'=>'Address', 'path'=>'Practitioner.address', 'min'=>0, 'max'=>Float::INFINITY}, 'gender' => {'valid_codes'=>{'http://hl7.org/fhir/administrative-gender'=>['male', 'female', 'other', 'unknown']}, 'type'=>'code', 'path'=>'Practitioner.gender', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/administrative-gender'}}, 'birthDate' => {'type'=>'date', 'path'=>'Practitioner.birthDate', 'min'=>0, 'max'=>1}, 'photo' => {'type'=>'Attachment', 'path'=>'Practitioner.photo', 'min'=>0, 'max'=>Float::INFINITY}, 'practitionerRole' => {'type'=>'Practitioner::PractitionerRole', 'path'=>'Practitioner.practitionerRole', 'min'=>0, 'max'=>Float::INFINITY}, 'qualification' => {'type'=>'Practitioner::Qualification', 'path'=>'Practitioner.qualification', 'min'=>0, 'max'=>Float::INFINITY}, 'communication' => {'type'=>'CodeableConcept', 'path'=>'Practitioner.communication', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}} }
Instance Attribute Summary collapse
-
#active ⇒ Object
0-1 boolean.
-
#address ⇒ Object
0-* [ Address ].
-
#birthDate ⇒ Object
0-1 date.
-
#communication ⇒ Object
0-* [ CodeableConcept ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#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.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 HumanName.
-
#photo ⇒ Object
0-* [ Attachment ].
-
#practitionerRole ⇒ Object
0-* [ Practitioner::PractitionerRole ].
-
#qualification ⇒ Object
0-* [ Practitioner::Qualification ].
-
#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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #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
92 93 94 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 92 def active @active end |
#address ⇒ Object
0-* [ Address ]
95 96 97 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 95 def address @address end |
#birthDate ⇒ Object
0-1 date
97 98 99 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 97 def birthDate @birthDate end |
#communication ⇒ Object
0-* [ CodeableConcept ]
101 102 103 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 101 def communication @communication end |
#contained ⇒ Object
0-* [ Resource ]
88 89 90 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 88 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
89 90 91 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 89 def extension @extension end |
#gender ⇒ Object
0-1 code
96 97 98 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 96 def gender @gender end |
#id ⇒ Object
0-1 id
83 84 85 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 83 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 91 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
85 86 87 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 85 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
86 87 88 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 86 def language @language end |
#meta ⇒ Object
0-1 Meta
84 85 86 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 84 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
90 91 92 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 90 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 HumanName
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 93 def name @name end |
#photo ⇒ Object
0-* [ Attachment ]
98 99 100 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 98 def photo @photo end |
#practitionerRole ⇒ Object
0-* [ Practitioner::PractitionerRole ]
99 100 101 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 99 def practitionerRole @practitionerRole end |
#qualification ⇒ Object
0-* [ Practitioner::Qualification ]
100 101 102 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 100 def qualification @qualification end |
#telecom ⇒ Object
0-* [ ContactPoint ]
94 95 96 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 94 def telecom @telecom end |
#text ⇒ Object
0-1 Narrative
87 88 89 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 87 def text @text end |
Instance Method Details
#resourceType ⇒ Object
103 104 105 |
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 103 def resourceType 'Practitioner' end |