Class: FHIR::DSTU2::Flag
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Flag.rb
Constant Summary collapse
- SEARCH_PARAMS =
['author', 'date', 'encounter', 'patient', 'subject']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'Flag.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'Flag.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'Flag.implicitRules', 'min'=>0, 'max'=>1}, 'language' => {'type'=>'code', 'path'=>'Flag.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}}, 'text' => {'type'=>'Narrative', 'path'=>'Flag.text', 'min'=>0, 'max'=>1}, 'contained' => {'type'=>'Resource', 'path'=>'Flag.contained', 'min'=>0, 'max'=>Float::INFINITY}, 'extension' => {'type'=>'Extension', 'path'=>'Flag.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Flag.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'identifier' => {'type'=>'Identifier', 'path'=>'Flag.identifier', 'min'=>0, 'max'=>Float::INFINITY}, 'category' => {'valid_codes'=>{'http://hl7.org/fhir/flag-category'=>['diet', 'drug', 'lab', 'admin', 'contact']}, 'type'=>'CodeableConcept', 'path'=>'Flag.category', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/flag-category'}}, 'status' => {'valid_codes'=>{'http://hl7.org/fhir/flag-status'=>['active', 'inactive', 'entered-in-error']}, 'type'=>'code', 'path'=>'Flag.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/flag-status'}}, 'period' => {'type'=>'Period', 'path'=>'Flag.period', 'min'=>0, 'max'=>1}, 'subject' => {'type'=>'Reference', 'path'=>'Flag.subject', 'min'=>1, 'max'=>1}, 'encounter' => {'type'=>'Reference', 'path'=>'Flag.encounter', 'min'=>0, 'max'=>1}, 'author' => {'type'=>'Reference', 'path'=>'Flag.author', 'min'=>0, 'max'=>1}, 'code' => {'valid_codes'=>{'http://snomed.info/sct'=>[]}, 'type'=>'CodeableConcept', 'path'=>'Flag.code', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/flag-code'}} }
Instance Attribute Summary collapse
-
#author ⇒ Object
0-1 Reference().
-
#category ⇒ Object
0-1 CodeableConcept.
-
#code ⇒ Object
1-1 CodeableConcept.
-
#contained ⇒ Object
0-* [ Resource ].
-
#encounter ⇒ Object
0-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 ].
-
#period ⇒ Object
0-1 Period.
-
#status ⇒ Object
1-1 code.
-
#subject ⇒ Object
1-1 Reference().
-
#text ⇒ Object
0-1 Narrative.
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::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#author ⇒ Object
0-1 Reference()
42 43 44 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 42 def @author end |
#category ⇒ Object
0-1 CodeableConcept
37 38 39 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 37 def category @category end |
#code ⇒ Object
1-1 CodeableConcept
43 44 45 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 43 def code @code end |
#contained ⇒ Object
0-* [ Resource ]
33 34 35 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 33 def contained @contained end |
#encounter ⇒ Object
0-1 Reference()
41 42 43 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 41 def encounter @encounter end |
#extension ⇒ Object
0-* [ Extension ]
34 35 36 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 34 def extension @extension end |
#id ⇒ Object
0-1 id
28 29 30 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 28 def id @id end |
#identifier ⇒ Object
0-* [ Identifier ]
36 37 38 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 36 def identifier @identifier end |
#implicitRules ⇒ Object
0-1 uri
30 31 32 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 30 def implicitRules @implicitRules end |
#language ⇒ Object
0-1 code
31 32 33 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 31 def language @language end |
#meta ⇒ Object
0-1 Meta
29 30 31 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 29 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
35 36 37 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 35 def modifierExtension @modifierExtension end |
#period ⇒ Object
0-1 Period
39 40 41 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 39 def period @period end |
#status ⇒ Object
1-1 code
38 39 40 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 38 def status @status end |
#subject ⇒ Object
1-1 Reference()
40 41 42 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 40 def subject @subject end |
#text ⇒ Object
0-1 Narrative
32 33 34 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 32 def text @text end |
Instance Method Details
#resourceType ⇒ Object
45 46 47 |
# File 'lib/fhir_dstu2_models/fhir/resources/Flag.rb', line 45 def resourceType 'Flag' end |