Class: FHIR::ExampleScenario

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/resources/ExampleScenario.rb

Defined Under Namespace

Classes: Actor, Instance, Process

Constant Summary collapse

SEARCH_PARAMS =
['context', 'context-quantity', 'context-type', 'date', 'identifier', 'jurisdiction', 'name', 'publisher', 'status', 'url', 'version']
METADATA =
{
  'id' => {'type'=>'id', 'path'=>'ExampleScenario.id', 'min'=>0, 'max'=>1},
  'meta' => {'type'=>'Meta', 'path'=>'ExampleScenario.meta', 'min'=>0, 'max'=>1},
  'implicitRules' => {'type'=>'uri', 'path'=>'ExampleScenario.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'=>'ExampleScenario.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}},
  'text' => {'type'=>'Narrative', 'path'=>'ExampleScenario.text', 'min'=>0, 'max'=>1},
  'contained' => {'type'=>'Resource', 'path'=>'ExampleScenario.contained', 'min'=>0, 'max'=>Float::INFINITY},
  'extension' => {'type'=>'Extension', 'path'=>'ExampleScenario.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'ExampleScenario.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'url' => {'type'=>'uri', 'path'=>'ExampleScenario.url', 'min'=>0, 'max'=>1},
  'identifier' => {'type'=>'Identifier', 'path'=>'ExampleScenario.identifier', 'min'=>0, 'max'=>Float::INFINITY},
  'version' => {'type'=>'string', 'path'=>'ExampleScenario.version', 'min'=>0, 'max'=>1},
  'name' => {'type'=>'string', 'path'=>'ExampleScenario.name', 'min'=>0, 'max'=>1},
  'status' => {'valid_codes'=>{'http://hl7.org/fhir/publication-status'=>['draft', 'active', 'retired', 'unknown']}, 'type'=>'code', 'path'=>'ExampleScenario.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/publication-status|4.0.0'}},
  'experimental' => {'type'=>'boolean', 'path'=>'ExampleScenario.experimental', 'min'=>0, 'max'=>1},
  'date' => {'type'=>'dateTime', 'path'=>'ExampleScenario.date', 'min'=>0, 'max'=>1},
  'publisher' => {'type'=>'string', 'path'=>'ExampleScenario.publisher', 'min'=>0, 'max'=>1},
  'contact' => {'type'=>'ContactDetail', 'path'=>'ExampleScenario.contact', 'min'=>0, 'max'=>Float::INFINITY},
  'useContext' => {'type'=>'UsageContext', 'path'=>'ExampleScenario.useContext', 'min'=>0, 'max'=>Float::INFINITY},
  'jurisdiction' => {'type'=>'CodeableConcept', 'path'=>'ExampleScenario.jurisdiction', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/jurisdiction'}},
  'copyright' => {'type'=>'markdown', 'path'=>'ExampleScenario.copyright', 'min'=>0, 'max'=>1},
  'purpose' => {'type'=>'markdown', 'path'=>'ExampleScenario.purpose', 'min'=>0, 'max'=>1},
  'actor' => {'type'=>'ExampleScenario::Actor', 'path'=>'ExampleScenario.actor', 'min'=>0, 'max'=>Float::INFINITY},
  'instance' => {'type'=>'ExampleScenario::Instance', 'path'=>'ExampleScenario.instance', 'min'=>0, 'max'=>Float::INFINITY},
  'process' => {'type'=>'ExampleScenario::Process', 'path'=>'ExampleScenario.process', 'min'=>0, 'max'=>Float::INFINITY},
  'workflow' => {'type'=>'canonical', 'path'=>'ExampleScenario.workflow', '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

#actorObject

0-* [ ExampleScenario::Actor ]



257
258
259
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 257

def actor
  @actor
end

#contactObject

0-* [ ContactDetail ]



252
253
254
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 252

def contact
  @contact
end

#containedObject

0-* [ Resource ]



241
242
243
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 241

def contained
  @contained
end

0-1 markdown



255
256
257
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 255

def copyright
  @copyright
end

#dateObject

0-1 dateTime



250
251
252
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 250

def date
  @date
end

#experimentalObject

0-1 boolean



249
250
251
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 249

def experimental
  @experimental
end

#extensionObject

0-* [ Extension ]



242
243
244
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 242

def extension
  @extension
end

#idObject

0-1 id



236
237
238
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 236

def id
  @id
end

#identifierObject

0-* [ Identifier ]



245
246
247
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 245

def identifier
  @identifier
end

#implicitRulesObject

0-1 uri



238
239
240
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 238

def implicitRules
  @implicitRules
end

#instanceObject

0-* [ ExampleScenario::Instance ]



258
259
260
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 258

def instance
  @instance
end

#jurisdictionObject

0-* [ CodeableConcept ]



254
255
256
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 254

def jurisdiction
  @jurisdiction
end

#languageObject

0-1 code



239
240
241
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 239

def language
  @language
end

#metaObject

0-1 Meta



237
238
239
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 237

def meta
  @meta
end

#modifierExtensionObject

0-* [ Extension ]



243
244
245
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 243

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 string



247
248
249
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 247

def name
  @name
end

#processObject

0-* [ ExampleScenario::Process ]



259
260
261
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 259

def process
  @process
end

#publisherObject

0-1 string



251
252
253
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 251

def publisher
  @publisher
end

#purposeObject

0-1 markdown



256
257
258
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 256

def purpose
  @purpose
end

#statusObject

1-1 code



248
249
250
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 248

def status
  @status
end

#textObject

0-1 Narrative



240
241
242
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 240

def text
  @text
end

#urlObject

0-1 uri



244
245
246
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 244

def url
  @url
end

#useContextObject

0-* [ UsageContext ]



253
254
255
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 253

def useContext
  @useContext
end

#versionObject

0-1 string



246
247
248
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 246

def version
  @version
end

#workflowObject

0-* [ canonical ]



260
261
262
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 260

def workflow
  @workflow
end

Instance Method Details

#resourceTypeObject



262
263
264
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 262

def resourceType
  'ExampleScenario'
end