fhir_models 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +0 -1
- data/Gemfile.lock +1 -1
- data/Rakefile +0 -1
- data/fhir_models.gemspec +1 -1
- data/lib/fhir/metadata.rb +25 -0
- data/lib/fhir/resources/Account.rb +54 -0
- data/lib/fhir/resources/AllergyIntolerance.rb +92 -0
- data/lib/fhir/resources/Appointment.rb +88 -0
- data/lib/fhir/resources/AppointmentResponse.rb +48 -0
- data/lib/fhir/resources/AuditEvent.rb +188 -0
- data/lib/fhir/resources/Basic.rb +42 -0
- data/lib/fhir/resources/Binary.rb +28 -0
- data/lib/fhir/resources/BodySite.rb +44 -0
- data/lib/fhir/resources/Bundle.rb +154 -0
- data/lib/fhir/resources/CarePlan.rb +184 -0
- data/lib/fhir/resources/CareTeam.rb +70 -0
- data/lib/fhir/resources/Claim.rb +490 -0
- data/lib/fhir/resources/ClaimResponse.rb +421 -0
- data/lib/fhir/resources/ClinicalImpression.rb +131 -0
- data/lib/fhir/resources/CodeSystem.rb +225 -0
- data/lib/fhir/resources/Communication.rb +83 -0
- data/lib/fhir/resources/CommunicationRequest.rb +90 -0
- data/lib/fhir/resources/CompartmentDefinition.rb +98 -0
- data/lib/fhir/resources/Composition.rb +136 -0
- data/lib/fhir/resources/ConceptMap.rb +168 -0
- data/lib/fhir/resources/Condition.rb +126 -0
- data/lib/fhir/resources/Conformance.rb +442 -0
- data/lib/fhir/resources/Contract.rb +320 -0
- data/lib/fhir/resources/Coverage.rb +77 -0
- data/lib/fhir/resources/DataElement.rb +104 -0
- data/lib/fhir/resources/DecisionSupportRule.rb +42 -0
- data/lib/fhir/resources/DecisionSupportServiceModule.rb +40 -0
- data/lib/fhir/resources/DetectedIssue.rb +74 -0
- data/lib/fhir/resources/Device.rb +64 -0
- data/lib/fhir/resources/DeviceComponent.rb +74 -0
- data/lib/fhir/resources/DeviceMetric.rb +74 -0
- data/lib/fhir/resources/DeviceUseRequest.rb +68 -0
- data/lib/fhir/resources/DeviceUseStatement.rb +60 -0
- data/lib/fhir/resources/DiagnosticOrder.rb +106 -0
- data/lib/fhir/resources/DiagnosticReport.rb +91 -0
- data/lib/fhir/resources/DocumentManifest.rb +99 -0
- data/lib/fhir/resources/DocumentReference.rb +156 -0
- data/lib/fhir/resources/DomainResource.rb +32 -0
- data/lib/fhir/resources/EligibilityRequest.rb +90 -0
- data/lib/fhir/resources/EligibilityResponse.rb +152 -0
- data/lib/fhir/resources/Encounter.rb +172 -0
- data/lib/fhir/resources/EnrollmentRequest.rb +52 -0
- data/lib/fhir/resources/EnrollmentResponse.rb +52 -0
- data/lib/fhir/resources/EpisodeOfCare.rb +74 -0
- data/lib/fhir/resources/ExpansionProfile.rb +284 -0
- data/lib/fhir/resources/ExplanationOfBenefit.rb +764 -0
- data/lib/fhir/resources/FamilyMemberHistory.rb +110 -0
- data/lib/fhir/resources/Flag.rb +48 -0
- data/lib/fhir/resources/Goal.rb +91 -0
- data/lib/fhir/resources/Group.rb +105 -0
- data/lib/fhir/resources/GuidanceResponse.rb +139 -0
- data/lib/fhir/resources/HealthcareService.rb +122 -0
- data/lib/fhir/resources/ImagingExcerpt.rb +210 -0
- data/lib/fhir/resources/ImagingObjectSelection.rb +136 -0
- data/lib/fhir/resources/ImagingStudy.rb +130 -0
- data/lib/fhir/resources/Immunization.rb +148 -0
- data/lib/fhir/resources/ImmunizationRecommendation.rb +114 -0
- data/lib/fhir/resources/ImplementationGuide.rb +211 -0
- data/lib/fhir/resources/Library.rb +145 -0
- data/lib/fhir/resources/Linkage.rb +56 -0
- data/lib/fhir/resources/List.rb +82 -0
- data/lib/fhir/resources/Location.rb +78 -0
- data/lib/fhir/resources/Measure.rb +160 -0
- data/lib/fhir/resources/MeasureReport.rb +204 -0
- data/lib/fhir/resources/Media.rb +56 -0
- data/lib/fhir/resources/Medication.rb +154 -0
- data/lib/fhir/resources/MedicationAdministration.rb +104 -0
- data/lib/fhir/resources/MedicationDispense.rb +141 -0
- data/lib/fhir/resources/MedicationOrder.rb +172 -0
- data/lib/fhir/resources/MedicationStatement.rb +117 -0
- data/lib/fhir/resources/MessageHeader.rb +124 -0
- data/lib/fhir/resources/ModuleDefinition.rb +249 -0
- data/lib/fhir/resources/NamingSystem.rb +102 -0
- data/lib/fhir/resources/NutritionOrder.rb +211 -0
- data/lib/fhir/resources/Observation.rb +187 -0
- data/lib/fhir/resources/OperationDefinition.rb +153 -0
- data/lib/fhir/resources/OperationOutcome.rb +62 -0
- data/lib/fhir/resources/Order.rb +73 -0
- data/lib/fhir/resources/OrderResponse.rb +46 -0
- data/lib/fhir/resources/OrderSet.rb +38 -0
- data/lib/fhir/resources/Organization.rb +72 -0
- data/lib/fhir/resources/Parameters.rb +117 -0
- data/lib/fhir/resources/Patient.rb +166 -0
- data/lib/fhir/resources/PaymentNotice.rb +71 -0
- data/lib/fhir/resources/PaymentReconciliation.rb +140 -0
- data/lib/fhir/resources/Person.rb +72 -0
- data/lib/fhir/resources/Practitioner.rb +110 -0
- data/lib/fhir/resources/PractitionerRole.rb +102 -0
- data/lib/fhir/resources/Procedure.rb +122 -0
- data/lib/fhir/resources/ProcedureRequest.rb +73 -0
- data/lib/fhir/resources/ProcessRequest.rb +99 -0
- data/lib/fhir/resources/ProcessResponse.rb +92 -0
- data/lib/fhir/resources/Protocol.rb +242 -0
- data/lib/fhir/resources/Provenance.rb +122 -0
- data/lib/fhir/resources/Questionnaire.rb +205 -0
- data/lib/fhir/resources/QuestionnaireResponse.rb +123 -0
- data/lib/fhir/resources/ReferralRequest.rb +68 -0
- data/lib/fhir/resources/RelatedPerson.rb +52 -0
- data/lib/fhir/resources/Resource.rb +24 -0
- data/lib/fhir/resources/RiskAssessment.rb +88 -0
- data/lib/fhir/resources/Schedule.rb +46 -0
- data/lib/fhir/resources/SearchParameter.rb +86 -0
- data/lib/fhir/resources/Sequence.rb +238 -0
- data/lib/fhir/resources/Slot.rb +54 -0
- data/lib/fhir/resources/Specimen.rb +140 -0
- data/lib/fhir/resources/StructureDefinition.rb +164 -0
- data/lib/fhir/resources/StructureMap.rb +297 -0
- data/lib/fhir/resources/Subscription.rb +72 -0
- data/lib/fhir/resources/Substance.rb +86 -0
- data/lib/fhir/resources/SupplyDelivery.rb +54 -0
- data/lib/fhir/resources/SupplyRequest.rb +77 -0
- data/lib/fhir/resources/Task.rb +240 -0
- data/lib/fhir/resources/TestScript.rb +692 -0
- data/lib/fhir/resources/ValueSet.rb +289 -0
- data/lib/fhir/resources/VisionPrescription.rb +97 -0
- data/lib/fhir/types/ActionDefinition.rb +109 -0
- data/lib/fhir/types/Address.rb +36 -0
- data/lib/fhir/types/Annotation.rb +27 -0
- data/lib/fhir/types/Attachment.rb +32 -0
- data/lib/fhir/types/BackboneElement.rb +18 -0
- data/lib/fhir/types/CodeableConcept.rb +20 -0
- data/lib/fhir/types/Coding.rb +26 -0
- data/lib/fhir/types/ContactPoint.rb +26 -0
- data/lib/fhir/types/DataRequirement.rb +78 -0
- data/lib/fhir/types/Element.rb +16 -0
- data/lib/fhir/types/ElementDefinition.rb +605 -0
- data/lib/fhir/types/Extension.rb +87 -0
- data/lib/fhir/types/HumanName.rb +30 -0
- data/lib/fhir/types/Identifier.rb +28 -0
- data/lib/fhir/types/Meta.rb +26 -0
- data/lib/fhir/types/ModuleMetadata.rb +152 -0
- data/lib/fhir/types/Narrative.rb +20 -0
- data/lib/fhir/types/ParameterDefinition.rb +30 -0
- data/lib/fhir/types/Period.rb +20 -0
- data/lib/fhir/types/Quantity.rb +26 -0
- data/lib/fhir/types/Range.rb +20 -0
- data/lib/fhir/types/Ratio.rb +20 -0
- data/lib/fhir/types/Reference.rb +20 -0
- data/lib/fhir/types/SampledData.rb +30 -0
- data/lib/fhir/types/Signature.rb +31 -0
- data/lib/fhir/types/Timing.rb +69 -0
- data/lib/fhir/types/TriggerDefinition.rb +33 -0
- data/lib/fhir_models.rb +2 -2
- data/lib/tasks/tasks.rake +29 -0
- metadata +145 -2
@@ -0,0 +1,154 @@
|
|
1
|
+
module FHIR
|
2
|
+
class Bundle < FHIR::Model
|
3
|
+
include FHIR::Hashable
|
4
|
+
include FHIR::Json
|
5
|
+
include FHIR::Xml
|
6
|
+
|
7
|
+
SEARCH_PARAMS = ["composition", "message", "type"]
|
8
|
+
METADATA = {
|
9
|
+
'id' => {'type'=>'id', 'path'=>'Bundle.id', 'min'=>0, 'max'=>1},
|
10
|
+
'meta' => {'type'=>'Meta', 'path'=>'Bundle.meta', 'min'=>0, 'max'=>1},
|
11
|
+
'implicitRules' => {'type'=>'uri', 'path'=>'Bundle.implicitRules', 'min'=>0, 'max'=>1},
|
12
|
+
'language' => {'type'=>'code', 'path'=>'Bundle.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
13
|
+
'type' => {'valid_codes'=>{'http://hl7.org/fhir/bundle-type'=>['document', 'message', 'transaction', 'transaction-response', 'batch', 'batch-response', 'history', 'searchset', 'collection']}, 'type'=>'code', 'path'=>'Bundle.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/bundle-type'}},
|
14
|
+
'total' => {'type'=>'unsignedInt', 'path'=>'Bundle.total', 'min'=>0, 'max'=>1},
|
15
|
+
'link' => {'type'=>'Bundle::Link', 'path'=>'Bundle.link', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
+
'entry' => {'type'=>'Bundle::Entry', 'path'=>'Bundle.entry', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
+
'signature' => {'type'=>'Signature', 'path'=>'Bundle.signature', 'min'=>0, 'max'=>1}
|
18
|
+
}
|
19
|
+
|
20
|
+
class Link < FHIR::Model
|
21
|
+
include FHIR::Hashable
|
22
|
+
include FHIR::Json
|
23
|
+
include FHIR::Xml
|
24
|
+
|
25
|
+
METADATA = {
|
26
|
+
'id' => {'type'=>'id', 'path'=>'Link.id', 'min'=>0, 'max'=>1},
|
27
|
+
'extension' => {'type'=>'Extension', 'path'=>'Link.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
28
|
+
'modifierExtension' => {'type'=>'Extension', 'path'=>'Link.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
29
|
+
'relation' => {'type'=>'string', 'path'=>'Link.relation', 'min'=>1, 'max'=>1},
|
30
|
+
'url' => {'type'=>'uri', 'path'=>'Link.url', 'min'=>1, 'max'=>1}
|
31
|
+
}
|
32
|
+
|
33
|
+
attr_accessor :id # 0-1 id
|
34
|
+
attr_accessor :extension # 0-* [ Extension ]
|
35
|
+
attr_accessor :modifierExtension # 0-* [ Extension ]
|
36
|
+
attr_accessor :relation # 1-1 string
|
37
|
+
attr_accessor :url # 1-1 uri
|
38
|
+
end
|
39
|
+
|
40
|
+
class Entry < FHIR::Model
|
41
|
+
include FHIR::Hashable
|
42
|
+
include FHIR::Json
|
43
|
+
include FHIR::Xml
|
44
|
+
|
45
|
+
METADATA = {
|
46
|
+
'id' => {'type'=>'id', 'path'=>'Entry.id', 'min'=>0, 'max'=>1},
|
47
|
+
'extension' => {'type'=>'Extension', 'path'=>'Entry.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
48
|
+
'modifierExtension' => {'type'=>'Extension', 'path'=>'Entry.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
49
|
+
'link' => {'type'=>'Bundle::Link', 'path'=>'Entry.link', 'min'=>0, 'max'=>Float::INFINITY},
|
50
|
+
'fullUrl' => {'type'=>'uri', 'path'=>'Entry.fullUrl', 'min'=>0, 'max'=>1},
|
51
|
+
'resource' => {'type'=>'Resource', 'path'=>'Entry.resource', 'min'=>0, 'max'=>1},
|
52
|
+
'search' => {'type'=>'Bundle::Entry::Search', 'path'=>'Entry.search', 'min'=>0, 'max'=>1},
|
53
|
+
'request' => {'type'=>'Bundle::Entry::Request', 'path'=>'Entry.request', 'min'=>0, 'max'=>1},
|
54
|
+
'response' => {'type'=>'Bundle::Entry::Response', 'path'=>'Entry.response', 'min'=>0, 'max'=>1}
|
55
|
+
}
|
56
|
+
|
57
|
+
class Search < FHIR::Model
|
58
|
+
include FHIR::Hashable
|
59
|
+
include FHIR::Json
|
60
|
+
include FHIR::Xml
|
61
|
+
|
62
|
+
METADATA = {
|
63
|
+
'id' => {'type'=>'id', 'path'=>'Search.id', 'min'=>0, 'max'=>1},
|
64
|
+
'extension' => {'type'=>'Extension', 'path'=>'Search.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
65
|
+
'modifierExtension' => {'type'=>'Extension', 'path'=>'Search.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
66
|
+
'mode' => {'valid_codes'=>{'http://hl7.org/fhir/search-entry-mode'=>['match', 'include', 'outcome']}, 'type'=>'code', 'path'=>'Search.mode', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/search-entry-mode'}},
|
67
|
+
'score' => {'type'=>'decimal', 'path'=>'Search.score', 'min'=>0, 'max'=>1}
|
68
|
+
}
|
69
|
+
|
70
|
+
attr_accessor :id # 0-1 id
|
71
|
+
attr_accessor :extension # 0-* [ Extension ]
|
72
|
+
attr_accessor :modifierExtension # 0-* [ Extension ]
|
73
|
+
attr_accessor :mode # 0-1 code
|
74
|
+
attr_accessor :score # 0-1 decimal
|
75
|
+
end
|
76
|
+
|
77
|
+
class Request < FHIR::Model
|
78
|
+
include FHIR::Hashable
|
79
|
+
include FHIR::Json
|
80
|
+
include FHIR::Xml
|
81
|
+
|
82
|
+
METADATA = {
|
83
|
+
'id' => {'type'=>'id', 'path'=>'Request.id', 'min'=>0, 'max'=>1},
|
84
|
+
'extension' => {'type'=>'Extension', 'path'=>'Request.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
85
|
+
'modifierExtension' => {'type'=>'Extension', 'path'=>'Request.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
86
|
+
'method' => {'local_name'=>'local_method', 'valid_codes'=>{'http://hl7.org/fhir/http-verb'=>['GET', 'POST', 'PUT', 'DELETE']}, 'type'=>'code', 'path'=>'Request.method', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/http-verb'}},
|
87
|
+
'url' => {'type'=>'uri', 'path'=>'Request.url', 'min'=>1, 'max'=>1},
|
88
|
+
'ifNoneMatch' => {'type'=>'string', 'path'=>'Request.ifNoneMatch', 'min'=>0, 'max'=>1},
|
89
|
+
'ifModifiedSince' => {'type'=>'instant', 'path'=>'Request.ifModifiedSince', 'min'=>0, 'max'=>1},
|
90
|
+
'ifMatch' => {'type'=>'string', 'path'=>'Request.ifMatch', 'min'=>0, 'max'=>1},
|
91
|
+
'ifNoneExist' => {'type'=>'string', 'path'=>'Request.ifNoneExist', 'min'=>0, 'max'=>1}
|
92
|
+
}
|
93
|
+
|
94
|
+
attr_accessor :id # 0-1 id
|
95
|
+
attr_accessor :extension # 0-* [ Extension ]
|
96
|
+
attr_accessor :modifierExtension # 0-* [ Extension ]
|
97
|
+
attr_accessor :local_method # 1-1 code
|
98
|
+
attr_accessor :url # 1-1 uri
|
99
|
+
attr_accessor :ifNoneMatch # 0-1 string
|
100
|
+
attr_accessor :ifModifiedSince # 0-1 instant
|
101
|
+
attr_accessor :ifMatch # 0-1 string
|
102
|
+
attr_accessor :ifNoneExist # 0-1 string
|
103
|
+
end
|
104
|
+
|
105
|
+
class Response < FHIR::Model
|
106
|
+
include FHIR::Hashable
|
107
|
+
include FHIR::Json
|
108
|
+
include FHIR::Xml
|
109
|
+
|
110
|
+
METADATA = {
|
111
|
+
'id' => {'type'=>'id', 'path'=>'Response.id', 'min'=>0, 'max'=>1},
|
112
|
+
'extension' => {'type'=>'Extension', 'path'=>'Response.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
113
|
+
'modifierExtension' => {'type'=>'Extension', 'path'=>'Response.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
114
|
+
'status' => {'type'=>'string', 'path'=>'Response.status', 'min'=>1, 'max'=>1},
|
115
|
+
'location' => {'type'=>'uri', 'path'=>'Response.location', 'min'=>0, 'max'=>1},
|
116
|
+
'etag' => {'type'=>'string', 'path'=>'Response.etag', 'min'=>0, 'max'=>1},
|
117
|
+
'lastModified' => {'type'=>'instant', 'path'=>'Response.lastModified', 'min'=>0, 'max'=>1}
|
118
|
+
}
|
119
|
+
|
120
|
+
attr_accessor :id # 0-1 id
|
121
|
+
attr_accessor :extension # 0-* [ Extension ]
|
122
|
+
attr_accessor :modifierExtension # 0-* [ Extension ]
|
123
|
+
attr_accessor :status # 1-1 string
|
124
|
+
attr_accessor :location # 0-1 uri
|
125
|
+
attr_accessor :etag # 0-1 string
|
126
|
+
attr_accessor :lastModified # 0-1 instant
|
127
|
+
end
|
128
|
+
|
129
|
+
attr_accessor :id # 0-1 id
|
130
|
+
attr_accessor :extension # 0-* [ Extension ]
|
131
|
+
attr_accessor :modifierExtension # 0-* [ Extension ]
|
132
|
+
attr_accessor :link # 0-* [ Bundle::Link ]
|
133
|
+
attr_accessor :fullUrl # 0-1 uri
|
134
|
+
attr_accessor :resource # 0-1 Resource
|
135
|
+
attr_accessor :search # 0-1 Bundle::Entry::Search
|
136
|
+
attr_accessor :request # 0-1 Bundle::Entry::Request
|
137
|
+
attr_accessor :response # 0-1 Bundle::Entry::Response
|
138
|
+
end
|
139
|
+
|
140
|
+
attr_accessor :id # 0-1 id
|
141
|
+
attr_accessor :meta # 0-1 Meta
|
142
|
+
attr_accessor :implicitRules # 0-1 uri
|
143
|
+
attr_accessor :language # 0-1 code
|
144
|
+
attr_accessor :type # 1-1 code
|
145
|
+
attr_accessor :total # 0-1 unsignedInt
|
146
|
+
attr_accessor :link # 0-* [ Bundle::Link ]
|
147
|
+
attr_accessor :entry # 0-* [ Bundle::Entry ]
|
148
|
+
attr_accessor :signature # 0-1 Signature
|
149
|
+
|
150
|
+
def resourceType
|
151
|
+
'Bundle'
|
152
|
+
end
|
153
|
+
end
|
154
|
+
end
|