Class: FHIR::SupplyDelivery
- Defined in:
- lib/fhir_models/fhir/resources/SupplyDelivery.rb
Defined Under Namespace
Classes: SuppliedItem
Constant Summary collapse
- MULTIPLE_TYPES =
{ 'occurrence' => ['dateTime', 'Period', 'Timing'] }
- SEARCH_PARAMS =
['identifier', 'patient', 'receiver', 'status', 'supplier']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'SupplyDelivery.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'SupplyDelivery.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'SupplyDelivery.implicitRules', 'min'=>0, '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'=>'code', 'path'=>'SupplyDelivery.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}}, 'text' => {'type'=>'Narrative', 'path'=>'SupplyDelivery.text', 'min'=>0, 'max'=>1}, 'contained' => {'type'=>'Resource', 'path'=>'SupplyDelivery.contained', 'min'=>0, 'max'=>Float::INFINITY}, 'extension' => {'type'=>'Extension', 'path'=>'SupplyDelivery.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'SupplyDelivery.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'identifier' => {'type'=>'Identifier', 'path'=>'SupplyDelivery.identifier', 'min'=>0, 'max'=>Float::INFINITY}, 'basedOn' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/SupplyRequest'], 'type'=>'Reference', 'path'=>'SupplyDelivery.basedOn', 'min'=>0, 'max'=>Float::INFINITY}, 'partOf' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/SupplyDelivery', 'http://hl7.org/fhir/StructureDefinition/Contract'], 'type'=>'Reference', 'path'=>'SupplyDelivery.partOf', 'min'=>0, 'max'=>Float::INFINITY}, 'status' => {'valid_codes'=>{'http://hl7.org/fhir/supplydelivery-status'=>['in-progress', 'completed', 'abandoned', 'entered-in-error']}, 'type'=>'code', 'path'=>'SupplyDelivery.status', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.0'}}, 'patient' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Patient'], 'type'=>'Reference', 'path'=>'SupplyDelivery.patient', 'min'=>0, 'max'=>1}, 'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/supply-item-type'=>['medication', 'device']}, 'type'=>'CodeableConcept', 'path'=>'SupplyDelivery.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/supplydelivery-type|4.0.0'}}, 'suppliedItem' => {'type'=>'SupplyDelivery::SuppliedItem', 'path'=>'SupplyDelivery.suppliedItem', 'min'=>0, 'max'=>1}, 'occurrenceDateTime' => {'type'=>'dateTime', 'path'=>'SupplyDelivery.occurrence[x]', 'min'=>0, 'max'=>1}, 'occurrencePeriod' => {'type'=>'Period', 'path'=>'SupplyDelivery.occurrence[x]', 'min'=>0, 'max'=>1}, 'occurrenceTiming' => {'type'=>'Timing', 'path'=>'SupplyDelivery.occurrence[x]', 'min'=>0, 'max'=>1}, 'supplier' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/Organization'], 'type'=>'Reference', 'path'=>'SupplyDelivery.supplier', 'min'=>0, 'max'=>1}, 'destination' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Location'], 'type'=>'Reference', 'path'=>'SupplyDelivery.destination', 'min'=>0, 'max'=>1}, 'receiver' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole'], 'type'=>'Reference', 'path'=>'SupplyDelivery.receiver', 'min'=>0, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#basedOn ⇒ Object
0-* [ Reference(SupplyRequest) ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#destination ⇒ Object
0-1 Reference(Location).
-
#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 ].
-
#occurrenceDateTime ⇒ Object
0-1 dateTime.
-
#occurrencePeriod ⇒ Object
0-1 Period.
-
#occurrenceTiming ⇒ Object
0-1 Timing.
-
#partOf ⇒ Object
0-* [ Reference(SupplyDelivery|Contract) ].
-
#patient ⇒ Object
0-1 Reference(Patient).
-
#receiver ⇒ Object
0-* [ Reference(Practitioner|PractitionerRole) ].
-
#status ⇒ Object
0-1 code.
-
#suppliedItem ⇒ Object
0-1 SupplyDelivery::SuppliedItem.
-
#supplier ⇒ Object
0-1 Reference(Practitioner|PractitionerRole|Organization).
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-1 CodeableConcept.
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, #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
#basedOn ⇒ Object
0-* [ Reference(SupplyRequest) ]
69 70 71 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 69 def basedOn @basedOn end |
#contained ⇒ Object
0-* [ Resource ]
65 66 67 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 65 def contained @contained end |
#destination ⇒ Object
0-1 Reference(Location)
79 80 81 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 79 def destination @destination end |
#extension ⇒ Object
0-* [ Extension ]
66 67 68 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 66 def extension @extension end |
#id ⇒ Object
0-1 id
60 61 62 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 60 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
68 69 70 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 68 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
62 63 64 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 62 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
63 64 65 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 63 def language @language end |
#meta ⇒ Object
0-1 Meta
61 62 63 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 61 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
67 68 69 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 67 def modifierExtension @modifierExtension end |
#occurrenceDateTime ⇒ Object
0-1 dateTime
75 76 77 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 75 def occurrenceDateTime @occurrenceDateTime end |
#occurrencePeriod ⇒ Object
0-1 Period
76 77 78 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 76 def occurrencePeriod @occurrencePeriod end |
#occurrenceTiming ⇒ Object
0-1 Timing
77 78 79 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 77 def occurrenceTiming @occurrenceTiming end |
#partOf ⇒ Object
0-* [ Reference(SupplyDelivery|Contract) ]
70 71 72 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 70 def partOf @partOf end |
#patient ⇒ Object
0-1 Reference(Patient)
72 73 74 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 72 def patient @patient end |
#receiver ⇒ Object
0-* [ Reference(Practitioner|PractitionerRole) ]
80 81 82 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 80 def receiver @receiver end |
#status ⇒ Object
0-1 code
71 72 73 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 71 def status @status end |
#suppliedItem ⇒ Object
0-1 SupplyDelivery::SuppliedItem
74 75 76 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 74 def suppliedItem @suppliedItem end |
#supplier ⇒ Object
0-1 Reference(Practitioner|PractitionerRole|Organization)
78 79 80 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 78 def supplier @supplier end |
#text ⇒ Object
0-1 Narrative
64 65 66 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 64 def text @text end |
#type ⇒ Object
0-1 CodeableConcept
73 74 75 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 73 def type @type end |
Instance Method Details
#resourceType ⇒ Object
82 83 84 |
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 82 def resourceType 'SupplyDelivery' end |