Class: FHIR::STU3::ImplementationGuide::Page

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

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Page.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Page.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Page.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'source' => {'type'=>'uri', 'path'=>'Page.source', 'min'=>1, 'max'=>1},
  'title' => {'type'=>'string', 'path'=>'Page.title', 'min'=>1, 'max'=>1},
  'kind' => {'valid_codes'=>{'http://hl7.org/fhir/guide-page-kind'=>['page', 'example', 'list', 'include', 'directory', 'dictionary', 'toc', 'resource']}, 'type'=>'code', 'path'=>'Page.kind', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/guide-page-kind'}},
  'type' => {'valid_codes'=>{'http://hl7.org/fhir/resource-types'=>['Account', 'ActivityDefinition', 'AdverseEvent', 'AllergyIntolerance', 'Appointment', 'AppointmentResponse', 'AuditEvent', 'Basic', 'Binary', 'BodySite', 'Bundle', 'CapabilityStatement', 'CarePlan', 'CareTeam', 'ChargeItem', 'Claim', 'ClaimResponse', 'ClinicalImpression', 'CodeSystem', 'Communication', 'CommunicationRequest', 'CompartmentDefinition', 'Composition', 'ConceptMap', 'Condition', 'Consent', 'Contract', 'Coverage', 'DataElement', 'DetectedIssue', 'Device', 'DeviceComponent', 'DeviceMetric', 'DeviceRequest', 'DeviceUseStatement', 'DiagnosticReport', 'DocumentManifest', 'DocumentReference', 'DomainResource', 'EligibilityRequest', 'EligibilityResponse', 'Encounter', 'Endpoint', 'EnrollmentRequest', 'EnrollmentResponse', 'EpisodeOfCare', 'ExpansionProfile', 'ExplanationOfBenefit', 'FamilyMemberHistory', 'Flag', 'Goal', 'GraphDefinition', 'Group', 'GuidanceResponse', 'HealthcareService', 'ImagingManifest', 'ImagingStudy', 'Immunization', 'ImmunizationRecommendation', 'ImplementationGuide', 'Library', 'Linkage', 'List', 'Location', 'Measure', 'MeasureReport', 'Media', 'Medication', 'MedicationAdministration', 'MedicationDispense', 'MedicationRequest', 'MedicationStatement', 'MessageDefinition', 'MessageHeader', 'NamingSystem', 'NutritionOrder', 'Observation', 'OperationDefinition', 'OperationOutcome', 'Organization', 'Parameters', 'Patient', 'PaymentNotice', 'PaymentReconciliation', 'Person', 'PlanDefinition', 'Practitioner', 'PractitionerRole', 'Procedure', 'ProcedureRequest', 'ProcessRequest', 'ProcessResponse', 'Provenance', 'Questionnaire', 'QuestionnaireResponse', 'ReferralRequest', 'RelatedPerson', 'RequestGroup', 'ResearchStudy', 'ResearchSubject', 'Resource', 'RiskAssessment', 'Schedule', 'SearchParameter', 'Sequence', 'ServiceDefinition', 'Slot', 'Specimen', 'StructureDefinition', 'StructureMap', 'Subscription', 'Substance', 'SupplyDelivery', 'SupplyRequest', 'Task', 'TestReport', 'TestScript', 'ValueSet', 'VisionPrescription']}, 'type'=>'code', 'path'=>'Page.type', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/resource-types'}},
  'package' => {'type'=>'string', 'path'=>'Page.package', 'min'=>0, 'max'=>Float::INFINITY},
  'format' => {'type'=>'code', 'path'=>'Page.format', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://www.rfc-editor.org/bcp/bcp13.txt'}},
  'page' => {'type'=>'ImplementationGuide::Page', 'path'=>'Page.page', 'min'=>0, 'max'=>Float::INFINITY}
}

Instance Attribute Summary collapse

Method Summary

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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::STU3::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::STU3::Model

Instance Attribute Details

#extensionObject

0-* [ Extension ]



152
153
154
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 152

def extension
  @extension
end

#formatObject

0-1 code



159
160
161
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 159

def format
  @format
end

#idObject

0-1 string



151
152
153
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 151

def id
  @id
end

#kindObject

1-1 code



156
157
158
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 156

def kind
  @kind
end

#modifierExtensionObject

0-* [ Extension ]



153
154
155
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 153

def modifierExtension
  @modifierExtension
end

#packageObject

0-* [ string ]



158
159
160
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 158

def package
  @package
end

#pageObject

0-* [ ImplementationGuide::Page ]



160
161
162
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 160

def page
  @page
end

#sourceObject

1-1 uri



154
155
156
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 154

def source
  @source
end

#titleObject

1-1 string



155
156
157
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 155

def title
  @title
end

#typeObject

0-* [ code ]



157
158
159
# File 'lib/fhir_stu3_models/fhir/resources/ImplementationGuide.rb', line 157

def type
  @type
end