Class: FHIR::ClaimResponse::ProcessNote
- Defined in:
- lib/fhir_models/fhir/resources/ClaimResponse.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'ProcessNote.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'ProcessNote.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'ProcessNote.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'number' => {'type'=>'positiveInt', 'path'=>'ProcessNote.number', 'min'=>0, 'max'=>1}, 'type' => {'valid_codes'=>{'http://hl7.org/fhir/note-type'=>['display', 'print', 'printoper']}, 'type'=>'code', 'path'=>'ProcessNote.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/note-type|4.0.0'}}, 'text' => {'type'=>'string', 'path'=>'ProcessNote.text', 'min'=>1, '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'=>'CodeableConcept', 'path'=>'ProcessNote.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}} }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#language ⇒ Object
0-1 CodeableConcept.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#number ⇒ Object
0-1 positiveInt.
-
#text ⇒ Object
1-1 string.
-
#type ⇒ Object
0-1 code.
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, #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
#extension ⇒ Object
0-* [ Extension ]
332 333 334 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 332 def extension @extension end |
#id ⇒ Object
0-1 string
331 332 333 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 331 def id @id end |
#language ⇒ Object
0-1 CodeableConcept
337 338 339 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 337 def language @language end |
#modifierExtension ⇒ Object
0-* [ Extension ]
333 334 335 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 333 def modifierExtension @modifierExtension end |
#number ⇒ Object
0-1 positiveInt
334 335 336 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 334 def number @number end |
#text ⇒ Object
1-1 string
336 337 338 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 336 def text @text end |
#type ⇒ Object
0-1 code
335 336 337 |
# File 'lib/fhir_models/fhir/resources/ClaimResponse.rb', line 335 def type @type end |