Class: FHIR::ExampleScenario
- 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
-
#actor ⇒ Object
0-* [ ExampleScenario::Actor ].
-
#contact ⇒ Object
0-* [ ContactDetail ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#copyright ⇒ Object
0-1 markdown.
-
#date ⇒ Object
0-1 dateTime.
-
#experimental ⇒ Object
0-1 boolean.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#identifier ⇒ Object
0-* [ Identifier ].
-
#implicitRules ⇒ Object
0-1 uri.
-
#instance ⇒ Object
0-* [ ExampleScenario::Instance ].
-
#jurisdiction ⇒ Object
0-* [ CodeableConcept ].
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#process ⇒ Object
0-* [ ExampleScenario::Process ].
-
#publisher ⇒ Object
0-1 string.
-
#purpose ⇒ Object
0-1 markdown.
-
#status ⇒ Object
1-1 code.
-
#text ⇒ Object
0-1 Narrative.
-
#url ⇒ Object
0-1 uri.
-
#useContext ⇒ Object
0-* [ UsageContext ].
-
#version ⇒ Object
0-1 string.
-
#workflow ⇒ Object
0-* [ canonical ].
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
#actor ⇒ Object
0-* [ ExampleScenario::Actor ]
257 258 259 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 257 def actor @actor end |
#contact ⇒ Object
0-* [ ContactDetail ]
252 253 254 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 252 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
241 242 243 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 241 def contained @contained end |
#copyright ⇒ Object
0-1 markdown
255 256 257 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 255 def copyright @copyright end |
#date ⇒ Object
0-1 dateTime
250 251 252 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 250 def date @date end |
#experimental ⇒ Object
0-1 boolean
249 250 251 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 249 def experimental @experimental end |
#extension ⇒ Object
0-* [ Extension ]
242 243 244 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 242 def extension @extension end |
#id ⇒ Object
0-1 id
236 237 238 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 236 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
245 246 247 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 245 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
238 239 240 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 238 def implicitRules @implicitRules end |
#instance ⇒ Object
0-* [ ExampleScenario::Instance ]
258 259 260 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 258 def instance @instance end |
#jurisdiction ⇒ Object
0-* [ CodeableConcept ]
254 255 256 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 254 def jurisdiction @jurisdiction end |
#language ⇒ Object
0-1 code
239 240 241 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 239 def language @language end |
#meta ⇒ Object
0-1 Meta
237 238 239 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 237 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
243 244 245 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 243 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
247 248 249 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 247 def name @name end |
#process ⇒ Object
0-* [ ExampleScenario::Process ]
259 260 261 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 259 def process @process end |
#publisher ⇒ Object
0-1 string
251 252 253 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 251 def publisher @publisher end |
#purpose ⇒ Object
0-1 markdown
256 257 258 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 256 def purpose @purpose end |
#status ⇒ Object
1-1 code
248 249 250 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 248 def status @status end |
#text ⇒ Object
0-1 Narrative
240 241 242 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 240 def text @text end |
#url ⇒ Object
0-1 uri
244 245 246 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 244 def url @url end |
#useContext ⇒ Object
0-* [ UsageContext ]
253 254 255 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 253 def useContext @useContext end |
#version ⇒ Object
0-1 string
246 247 248 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 246 def version @version end |
#workflow ⇒ Object
0-* [ canonical ]
260 261 262 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 260 def workflow @workflow end |
Instance Method Details
#resourceType ⇒ Object
262 263 264 |
# File 'lib/fhir_models/fhir/resources/ExampleScenario.rb', line 262 def resourceType 'ExampleScenario' end |