Class: FHIR::SupplyDelivery

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
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

Instance Method Summary collapse

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

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

#basedOnObject

0-* [ Reference(SupplyRequest) ]



69
70
71
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 69

def basedOn
  @basedOn
end

#containedObject

0-* [ Resource ]



65
66
67
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 65

def contained
  @contained
end

#destinationObject

0-1 Reference(Location)



79
80
81
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 79

def destination
  @destination
end

#extensionObject

0-* [ Extension ]



66
67
68
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 66

def extension
  @extension
end

#idObject

0-1 id



60
61
62
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 60

def id
  @id
end

#identifierObject

0-* [ Identifier ]



68
69
70
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 68

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



62
63
64
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 62

def implicitRules
  @implicitRules
end

#languageObject

0-1 code



63
64
65
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 63

def language
  @language
end

#metaObject

0-1 Meta



61
62
63
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 61

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



67
68
69
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 67

def modifierExtension
  @modifierExtension
end

#occurrenceDateTimeObject

0-1 dateTime



75
76
77
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 75

def occurrenceDateTime
  @occurrenceDateTime
end

#occurrencePeriodObject

0-1 Period



76
77
78
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 76

def occurrencePeriod
  @occurrencePeriod
end

#occurrenceTimingObject

0-1 Timing



77
78
79
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 77

def occurrenceTiming
  @occurrenceTiming
end

#partOfObject

0-* [ Reference(SupplyDelivery|Contract) ]



70
71
72
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 70

def partOf
  @partOf
end

#patientObject

0-1 Reference(Patient)



72
73
74
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 72

def patient
  @patient
end

#receiverObject

0-* [ Reference(Practitioner|PractitionerRole) ]



80
81
82
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 80

def receiver
  @receiver
end

#statusObject

0-1 code



71
72
73
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 71

def status
  @status
end

#suppliedItemObject

0-1 SupplyDelivery::SuppliedItem



74
75
76
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 74

def suppliedItem
  @suppliedItem
end

#supplierObject

0-1 Reference(Practitioner|PractitionerRole|Organization)



78
79
80
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 78

def supplier
  @supplier
end

#textObject

0-1 Narrative



64
65
66
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 64

def text
  @text
end

#typeObject

0-1 CodeableConcept



73
74
75
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 73

def type
  @type
end

Instance Method Details

#resourceTypeObject



82
83
84
# File 'lib/fhir_models/fhir/resources/SupplyDelivery.rb', line 82

def resourceType
  'SupplyDelivery'
end