Class: FHIR::STU3::MessageHeader::Response
- Inherits:
-
FHIR::STU3::Model
- Object
- FHIR::STU3::Model
- FHIR::STU3::MessageHeader::Response
- Defined in:
- lib/fhir_stu3_models/fhir/resources/MessageHeader.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Response.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Response.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Response.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'identifier' => {'type'=>'id', 'path'=>'Response.identifier', 'min'=>1, 'max'=>1}, 'code' => {'valid_codes'=>{'http://hl7.org/fhir/response-code'=>['ok', 'transient-error', 'fatal-error']}, 'type'=>'code', 'path'=>'Response.code', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/response-code'}}, 'details' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/OperationOutcome'], 'type'=>'Reference', 'path'=>'Response.details', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#code ⇒ Object
1-1 code.
-
#details ⇒ Object
0-1 Reference(OperationOutcome).
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#identifier ⇒ Object
1-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
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 FHIR::STU3::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::STU3::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::STU3::Model
Instance Attribute Details
#code ⇒ Object
1-1 code
98 99 100 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 98 def code @code end |
#details ⇒ Object
0-1 Reference(OperationOutcome)
99 100 101 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 99 def details @details end |
#extension ⇒ Object
0-* [ Extension ]
95 96 97 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 95 def extension @extension end |
#id ⇒ Object
0-1 string
94 95 96 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 94 def id @id end |
#identifier ⇒ Object
1-1 id
97 98 99 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 97 def identifier @identifier end |
#modifierExtension ⇒ Object
0-* [ Extension ]
96 97 98 |
# File 'lib/fhir_stu3_models/fhir/resources/MessageHeader.rb', line 96 def modifierExtension @modifierExtension end |