Class: FHIR::Practitioner
- Defined in:
- lib/fhir_models/fhir/resources/Practitioner.rb
Defined Under Namespace
Classes: Qualification
Constant Summary collapse
- SEARCH_PARAMS =
['address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'email', 'family', 'gender', 'given', 'phone', 'phonetic', 'telecom', 'active', 'communication', 'identifier', 'name']
- 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' => {'valid_codes'=>{'urn:ietf:bcp:47'=>['ar', 'bn', 'cs', 'da', 'de', 'de-AT', 'de-CH', 'de-DE', 'el', 'en', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'es', 'es-AR', 'es-ES', 'es-UY', 'fi', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fy', 'fy-NL', 'hi', 'hr', 'it', 'it-CH', 'it-IT', 'ja', 'ko', 'nl', 'nl-BE', 'nl-NL', 'no', 'no-NO', 'pa', 'pl', 'pt', 'pt-BR', 'ru', 'ru-RU', 'sr', 'sr-RS', 'sv', 'sv-SE', 'te', 'zh', 'zh-CN', 'zh-HK', 'zh-SG', 'zh-TW']}, 'type'=>'code', 'path'=>'Practitioner.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}}, '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'=>Float::INFINITY}, '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|4.0.0'}}, 'birthDate' => {'type'=>'date', 'path'=>'Practitioner.birthDate', 'min'=>0, 'max'=>1}, 'photo' => {'type'=>'Attachment', 'path'=>'Practitioner.photo', 'min'=>0, 'max'=>Float::INFINITY}, 'qualification' => {'type'=>'Practitioner::Qualification', 'path'=>'Practitioner.qualification', 'min'=>0, 'max'=>Float::INFINITY}, 'communication' => {'valid_codes'=>{'urn:ietf:bcp:47'=>['ar', 'bn', 'cs', 'da', 'de', 'de-AT', 'de-CH', 'de-DE', 'el', 'en', 'en-AU', 'en-CA', 'en-GB', 'en-IN', 'en-NZ', 'en-SG', 'en-US', 'es', 'es-AR', 'es-ES', 'es-UY', 'fi', 'fr', 'fr-BE', 'fr-CH', 'fr-FR', 'fy', 'fy-NL', 'hi', 'hr', 'it', 'it-CH', 'it-IT', 'ja', 'ko', 'nl', 'nl-BE', 'nl-NL', 'no', 'no-NO', 'pa', 'pl', 'pt', 'pt-BR', 'ru', 'ru-RU', 'sr', 'sr-RS', 'sv', 'sv-SE', 'te', 'zh', 'zh-CN', 'zh-HK', 'zh-SG', 'zh-TW']}, 'type'=>'CodeableConcept', 'path'=>'Practitioner.communication', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}} }
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-* [ HumanName ].
-
#photo ⇒ Object
0-* [ Attachment ].
-
#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::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::Model
Instance Attribute Details
#active ⇒ Object
0-1 boolean
62 63 64 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 62 def active @active end |
#address ⇒ Object
0-* [ Address ]
65 66 67 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 65 def address @address end |
#birthDate ⇒ Object
0-1 date
67 68 69 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 67 def birthDate @birthDate end |
#communication ⇒ Object
0-* [ CodeableConcept ]
70 71 72 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 70 def communication @communication end |
#contained ⇒ Object
0-* [ Resource ]
58 59 60 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 58 def contained @contained end |
#extension ⇒ Object
0-* [ Extension ]
59 60 61 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 59 def extension @extension end |
#gender ⇒ Object
0-1 code
66 67 68 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 66 def gender @gender end |
#id ⇒ Object
0-1 id
53 54 55 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 53 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
61 62 63 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 61 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
55 56 57 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 55 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
56 57 58 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 56 def language @language end |
#meta ⇒ Object
0-1 Meta
54 55 56 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 54 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
60 61 62 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 60 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-* [ HumanName ]
63 64 65 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 63 def name @name end |
#photo ⇒ Object
0-* [ Attachment ]
68 69 70 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 68 def photo @photo end |
#qualification ⇒ Object
0-* [ Practitioner::Qualification ]
69 70 71 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 69 def qualification @qualification end |
#telecom ⇒ Object
0-* [ ContactPoint ]
64 65 66 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 64 def telecom @telecom end |
#text ⇒ Object
0-1 Narrative
57 58 59 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 57 def text @text end |
Instance Method Details
#resourceType ⇒ Object
72 73 74 |
# File 'lib/fhir_models/fhir/resources/Practitioner.rb', line 72 def resourceType 'Practitioner' end |