Class: FHIR::NamingSystem
- Defined in:
- lib/fhir_models/fhir/resources/NamingSystem.rb
Defined Under Namespace
Classes: UniqueId
Constant Summary collapse
- SEARCH_PARAMS =
['context', 'context-quantity', 'context-type', 'date', 'description', 'jurisdiction', 'name', 'publisher', 'status', 'contact', 'id-type', 'kind', 'period', 'responsible', 'telecom', 'type', 'value']
- METADATA =
{ 'id' => {'type'=>'id', 'path'=>'NamingSystem.id', 'min'=>0, 'max'=>1}, 'meta' => {'type'=>'Meta', 'path'=>'NamingSystem.meta', 'min'=>0, 'max'=>1}, 'implicitRules' => {'type'=>'uri', 'path'=>'NamingSystem.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'=>'NamingSystem.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/languages'}}, 'text' => {'type'=>'Narrative', 'path'=>'NamingSystem.text', 'min'=>0, 'max'=>1}, 'contained' => {'type'=>'Resource', 'path'=>'NamingSystem.contained', 'min'=>0, 'max'=>Float::INFINITY}, 'extension' => {'type'=>'Extension', 'path'=>'NamingSystem.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'NamingSystem.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'name' => {'type'=>'string', 'path'=>'NamingSystem.name', 'min'=>1, 'max'=>1}, 'status' => {'valid_codes'=>{'http://hl7.org/fhir/publication-status'=>['draft', 'active', 'retired', 'unknown']}, 'type'=>'code', 'path'=>'NamingSystem.status', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/publication-status|4.0.0'}}, 'kind' => {'valid_codes'=>{'http://hl7.org/fhir/namingsystem-type'=>['codesystem', 'identifier', 'root']}, 'type'=>'code', 'path'=>'NamingSystem.kind', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/namingsystem-type|4.0.0'}}, 'date' => {'type'=>'dateTime', 'path'=>'NamingSystem.date', 'min'=>1, 'max'=>1}, 'publisher' => {'type'=>'string', 'path'=>'NamingSystem.publisher', 'min'=>0, 'max'=>1}, 'contact' => {'type'=>'ContactDetail', 'path'=>'NamingSystem.contact', 'min'=>0, 'max'=>Float::INFINITY}, 'responsible' => {'type'=>'string', 'path'=>'NamingSystem.responsible', 'min'=>0, 'max'=>1}, 'type' => {'valid_codes'=>{'http://terminology.hl7.org/CodeSystem/v2-0203'=>['DL', 'PPN', 'BRN', 'MR', 'MCN', 'EN', 'TAX', 'NIIP', 'PRN', 'MD', 'DR', 'ACSN', 'UDI', 'SNO', 'SB', 'PLAC', 'FILL', 'JHN']}, 'type'=>'CodeableConcept', 'path'=>'NamingSystem.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/identifier-type'}}, 'description' => {'type'=>'markdown', 'path'=>'NamingSystem.description', 'min'=>0, 'max'=>1}, 'useContext' => {'type'=>'UsageContext', 'path'=>'NamingSystem.useContext', 'min'=>0, 'max'=>Float::INFINITY}, 'jurisdiction' => {'type'=>'CodeableConcept', 'path'=>'NamingSystem.jurisdiction', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/jurisdiction'}}, 'usage' => {'type'=>'string', 'path'=>'NamingSystem.usage', 'min'=>0, 'max'=>1}, 'uniqueId' => {'type'=>'NamingSystem::UniqueId', 'path'=>'NamingSystem.uniqueId', 'min'=>1, 'max'=>Float::INFINITY} }
Instance Attribute Summary collapse
-
#contact ⇒ Object
0-* [ ContactDetail ].
-
#contained ⇒ Object
0-* [ Resource ].
-
#date ⇒ Object
1-1 dateTime.
-
#description ⇒ Object
0-1 markdown.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#implicitRules ⇒ Object
0-1 uri.
-
#jurisdiction ⇒ Object
0-* [ CodeableConcept ].
-
#kind ⇒ Object
1-1 code.
-
#language ⇒ Object
0-1 code.
-
#meta ⇒ Object
0-1 Meta.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
1-1 string.
-
#publisher ⇒ Object
0-1 string.
-
#responsible ⇒ Object
0-1 string.
-
#status ⇒ Object
1-1 code.
-
#text ⇒ Object
0-1 Narrative.
-
#type ⇒ Object
0-1 CodeableConcept.
-
#uniqueId ⇒ Object
1-* [ NamingSystem::UniqueId ].
-
#usage ⇒ Object
0-1 string.
-
#useContext ⇒ Object
0-* [ UsageContext ].
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
#contact ⇒ Object
0-* [ ContactDetail ]
71 72 73 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 71 def contact @contact end |
#contained ⇒ Object
0-* [ Resource ]
63 64 65 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 63 def contained @contained end |
#date ⇒ Object
1-1 dateTime
69 70 71 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 69 def date @date end |
#description ⇒ Object
0-1 markdown
74 75 76 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 74 def description @description end |
#extension ⇒ Object
0-* [ Extension ]
64 65 66 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 64 def extension @extension end |
#id ⇒ Object
0-1 id
58 59 60 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 58 def id @id end |
#implicitRules ⇒ Object
0-1 uri
60 61 62 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 60 def implicitRules @implicitRules end |
#jurisdiction ⇒ Object
0-* [ CodeableConcept ]
76 77 78 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 76 def jurisdiction @jurisdiction end |
#kind ⇒ Object
1-1 code
68 69 70 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 68 def kind @kind end |
#language ⇒ Object
0-1 code
61 62 63 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 61 def language @language end |
#meta ⇒ Object
0-1 Meta
59 60 61 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 59 def @meta end |
#modifierExtension ⇒ Object
0-* [ Extension ]
65 66 67 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 65 def modifierExtension @modifierExtension end |
#name ⇒ Object
1-1 string
66 67 68 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 66 def name @name end |
#publisher ⇒ Object
0-1 string
70 71 72 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 70 def publisher @publisher end |
#responsible ⇒ Object
0-1 string
72 73 74 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 72 def responsible @responsible end |
#status ⇒ Object
1-1 code
67 68 69 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 67 def status @status end |
#text ⇒ Object
0-1 Narrative
62 63 64 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 62 def text @text end |
#type ⇒ Object
0-1 CodeableConcept
73 74 75 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 73 def type @type end |
#uniqueId ⇒ Object
1-* [ NamingSystem::UniqueId ]
78 79 80 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 78 def uniqueId @uniqueId end |
#usage ⇒ Object
0-1 string
77 78 79 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 77 def usage @usage end |
#useContext ⇒ Object
0-* [ UsageContext ]
75 76 77 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 75 def useContext @useContext end |
Instance Method Details
#resourceType ⇒ Object
80 81 82 |
# File 'lib/fhir_models/fhir/resources/NamingSystem.rb', line 80 def resourceType 'NamingSystem' end |