Class: FHIR::DSTU2::Order
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Order.rb
Defined Under Namespace
Classes: When
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'reason' => ['CodeableConcept', 'Reference'] }
- SEARCH_PARAMS =
['code', 'date', 'fulfillment', 'identifier', 'request', 'who', 'date', 'detail', 'identifier', 'patient', 'source', 'subject', 'target', 'when', 'when_code', 'additive', 'datetime', 'encounter', 'formula', 'identifier', 'oraldiet', 'patient', 'provider', 'status', 'supplement', 'code', 'datewritten', 'encounter', 'identifier', 'medication', 'patient', 'prescriber', 'status', 'actor', 'bodysite', 'code', 'encounter', 'event-date', 'event-status', 'identifier', 'item-date', 'item-past-status', 'item-status', 'orderer', 'patient', 'specimen', 'status', 'subject']
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Order.id', 'min' => 0, 'max' => 1 }, 'meta' => { 'type' => 'Meta', 'path' => 'Order.meta', 'min' => 0, 'max' => 1 }, 'implicitRules' => { 'type' => 'uri', 'path' => 'Order.implicitRules', 'min' => 0, 'max' => 1 }, 'language' => { 'type' => 'code', 'path' => 'Order.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } }, 'text' => { 'type' => 'Narrative', 'path' => 'Order.text', 'min' => 0, 'max' => 1 }, 'contained' => { 'type' => 'Resource', 'path' => 'Order.contained', 'min' => 0, 'max' => Float::INFINITY }, 'extension' => { 'type' => 'Extension', 'path' => 'Order.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Order.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'identifier' => { 'type' => 'Identifier', 'path' => 'Order.identifier', 'min' => 0, 'max' => Float::INFINITY }, 'date' => { 'type' => 'dateTime', 'path' => 'Order.date', 'min' => 0, 'max' => 1 }, 'subject' => { 'type' => 'Reference', 'path' => 'Order.subject', 'min' => 0, 'max' => 1 }, 'source' => { 'type' => 'Reference', 'path' => 'Order.source', 'min' => 0, 'max' => 1 }, 'target' => { 'type' => 'Reference', 'path' => 'Order.target', 'min' => 0, 'max' => 1 }, 'reasonCodeableConcept' => { 'type' => 'CodeableConcept', 'path' => 'Order.reason[x]', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } }, 'reasonReference' => { 'type' => 'Reference', 'path' => 'Order.reason[x]', 'min' => 0, 'max' => 1 }, 'when' => { 'type' => 'Order::When', 'path' => 'Order.when', 'min' => 0, 'max' => 1 }, 'detail' => { 'type' => 'Reference', 'path' => 'Order.detail', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#contained ⇒ Object
0-* [ Resource ].
-
#date ⇒ Object
0-1 dateTime.
-
#detail ⇒ Object
1-* [ Reference() ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#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 ].
-
#reasonCodeableConcept ⇒ Object
0-1 CodeableConcept.
-
#reasonReference ⇒ Object
0-1 Reference().
-
#source ⇒ Object
0-1 Reference().
-
#subject ⇒ Object
0-1 Reference().
-
#target ⇒ Object
0-1 Reference().
-
#text ⇒ Object
0-1 Narrative.
-
#when ⇒ Object
0-1 Order::When.
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, #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
#contained ⇒ Object
0-* [ Resource ]
57 58 59 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 57 def contained @contained end |
#date ⇒ Object
0-1 dateTime
61 62 63 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 61 def date @date end |
#detail ⇒ Object
1-* [ Reference() ]
68 69 70 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 68 def detail @detail end |
#extension ⇒ Object
0-* [ Extension ]
58 59 60 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 58 def extension @extension end |
#id ⇒ Object
0-1 id
52 53 54 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 52 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
60 61 62 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 60 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
54 55 56 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 54 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
55 56 57 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 55 def language @language end |
#meta ⇒ Object
0-1 Meta
53 54 55 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 53 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
59 60 61 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 59 def modifierExtension @modifierExtension end |
#reasonCodeableConcept ⇒ Object
0-1 CodeableConcept
65 66 67 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 65 def reasonCodeableConcept @reasonCodeableConcept end |
#reasonReference ⇒ Object
0-1 Reference()
66 67 68 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 66 def reasonReference @reasonReference end |
#source ⇒ Object
0-1 Reference()
63 64 65 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 63 def source @source end |
#subject ⇒ Object
0-1 Reference()
62 63 64 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 62 def subject @subject end |
#target ⇒ Object
0-1 Reference()
64 65 66 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 64 def target @target end |
#text ⇒ Object
0-1 Narrative
56 57 58 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 56 def text @text end |
#when ⇒ Object
0-1 Order::When
67 68 69 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 67 def when @when end |
Instance Method Details
#resourceType ⇒ Object
70 71 72 |
# File 'lib/fhir_dstu2_models/fhir/resources/Order.rb', line 70 def resourceType 'Order' end |