Class: FHIR::DSTU2::Claim::MissingTeeth
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Claim.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'MissingTeeth.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'MissingTeeth.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'MissingTeeth.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'tooth' => { 'valid_codes' => { 'http://hl7.org/fhir/ex-fdi' => ['11', '12', '13', '14', '15', '16', '17', '18', '21', '22', '23', '24', '25', '26', '27', '28', '31', '32', '33', '34', '35', '36', '37', '38', '41', '42', '43', '44', '45', '46', '47', '48'] }, 'type' => 'Coding', 'path' => 'MissingTeeth.tooth', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/teeth' } }, 'reason' => { 'valid_codes' => { 'http://hl7.org/fhir/missingtoothreason' => ['E', 'C', 'U', 'O'] }, 'type' => 'Coding', 'path' => 'MissingTeeth.reason', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/missing-tooth-reason' } }, 'extractionDate' => { 'type' => 'date', 'path' => 'MissingTeeth.extractionDate', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#extractionDate ⇒ Object
0-1 date.
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#reason ⇒ Object
0-1 Coding.
-
#tooth ⇒ Object
1-1 Coding.
Method Summary
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
#extension ⇒ Object
0-* [ Extension ]
282 283 284 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 282 def extension @extension end |
#extractionDate ⇒ Object
0-1 date
286 287 288 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 286 def extractionDate @extractionDate end |
#id ⇒ Object
0-1 id
281 282 283 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 281 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
283 284 285 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 283 def modifierExtension @modifierExtension end |
#reason ⇒ Object
0-1 Coding
285 286 287 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 285 def reason @reason end |
#tooth ⇒ Object
1-1 Coding
284 285 286 |
# File 'lib/fhir_dstu2_models/fhir/resources/Claim.rb', line 284 def tooth @tooth end |