Class: FHIR::DSTU2::Practitioner

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
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

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, #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

#activeObject

0-1 boolean



92
93
94
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 92

def active
  @active
end

#addressObject

0-* [ Address ]



95
96
97
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 95

def address
  @address
end

#birthDateObject

0-1 date



97
98
99
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 97

def birthDate
  @birthDate
end

#communicationObject

0-* [ CodeableConcept ]



101
102
103
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 101

def communication
  @communication
end

#containedObject

0-* [ Resource ]



88
89
90
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 88

def contained
  @contained
end

#extensionObject

0-* [ Extension ]



89
90
91
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 89

def extension
  @extension
end

#genderObject

0-1 code



96
97
98
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 96

def gender
  @gender
end

#idObject

0-1 id



83
84
85
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 83

def id
  @id
end

#identifierObject

0-* [ Identifier ]



91
92
93
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 91

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



85
86
87
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 85

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



86
87
88
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 86

def language
  @language
end

#metaObject

0-1 Meta



84
85
86
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 84

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



90
91
92
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 90

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 HumanName



93
94
95
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 93

def name
  @name
end

#photoObject

0-* [ Attachment ]



98
99
100
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 98

def photo
  @photo
end

#practitionerRoleObject

0-* [ Practitioner::PractitionerRole ]



99
100
101
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 99

def practitionerRole
  @practitionerRole
end

#qualificationObject

0-* [ Practitioner::Qualification ]



100
101
102
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 100

def qualification
  @qualification
end

#telecomObject

0-* [ ContactPoint ]



94
95
96
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 94

def telecom
  @telecom
end

#textObject

0-1 Narrative



87
88
89
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 87

def text
  @text
end

Instance Method Details

#resourceTypeObject



103
104
105
# File 'lib/fhir_dstu2_models/fhir/resources/Practitioner.rb', line 103

def resourceType
  'Practitioner'
end