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,69 @@
|
|
1
|
+
module FHIR
|
2
|
+
class Timing < FHIR::Model
|
3
|
+
include FHIR::Hashable
|
4
|
+
include FHIR::Json
|
5
|
+
include FHIR::Xml
|
6
|
+
|
7
|
+
SEARCH_PARAMS = []
|
8
|
+
METADATA = {
|
9
|
+
'id' => {'type'=>'id', 'path'=>'Timing.id', 'min'=>0, 'max'=>1},
|
10
|
+
'extension' => {'type'=>'Extension', 'path'=>'Timing.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
11
|
+
'event' => {'type'=>'dateTime', 'path'=>'Timing.event', 'min'=>0, 'max'=>Float::INFINITY},
|
12
|
+
'repeat' => {'type'=>'Timing::Repeat', 'path'=>'Timing.repeat', 'min'=>0, 'max'=>1},
|
13
|
+
'code' => {'valid_codes'=>{'http://hl7.org/fhir/timing-abbreviation'=>['QD', 'QOD', 'Q4H', 'Q6H'], 'http://hl7.org/fhir/v3/GTSAbbreviation'=>['BID', 'TID', 'QID', 'AM', 'PM']}, 'type'=>'CodeableConcept', 'path'=>'Timing.code', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/timing-abbreviation'}}
|
14
|
+
}
|
15
|
+
|
16
|
+
class Repeat < FHIR::Model
|
17
|
+
include FHIR::Hashable
|
18
|
+
include FHIR::Json
|
19
|
+
include FHIR::Xml
|
20
|
+
|
21
|
+
MULTIPLE_TYPES = {
|
22
|
+
'bounds' => ['Quantity', 'Range', 'Period']
|
23
|
+
}
|
24
|
+
METADATA = {
|
25
|
+
'id' => {'type'=>'id', 'path'=>'Repeat.id', 'min'=>0, 'max'=>1},
|
26
|
+
'extension' => {'type'=>'Extension', 'path'=>'Repeat.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
27
|
+
'boundsQuantity' => {'type'=>'Quantity', 'path'=>'Repeat.bounds[x]', 'min'=>0, 'max'=>1},
|
28
|
+
'boundsRange' => {'type'=>'Range', 'path'=>'Repeat.bounds[x]', 'min'=>0, 'max'=>1},
|
29
|
+
'boundsPeriod' => {'type'=>'Period', 'path'=>'Repeat.bounds[x]', 'min'=>0, 'max'=>1},
|
30
|
+
'count' => {'type'=>'integer', 'path'=>'Repeat.count', 'min'=>0, 'max'=>1},
|
31
|
+
'countMax' => {'type'=>'integer', 'path'=>'Repeat.countMax', 'min'=>0, 'max'=>1},
|
32
|
+
'duration' => {'type'=>'decimal', 'path'=>'Repeat.duration', 'min'=>0, 'max'=>1},
|
33
|
+
'durationMax' => {'type'=>'decimal', 'path'=>'Repeat.durationMax', 'min'=>0, 'max'=>1},
|
34
|
+
'durationUnit' => {'valid_codes'=>{'http://unitsofmeasure.org'=>['s', 'min', 'h', 'd', 'wk', 'mo', 'a']}, 'type'=>'code', 'path'=>'Repeat.durationUnit', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/units-of-time'}},
|
35
|
+
'frequency' => {'type'=>'integer', 'path'=>'Repeat.frequency', 'min'=>0, 'max'=>1},
|
36
|
+
'frequencyMax' => {'type'=>'integer', 'path'=>'Repeat.frequencyMax', 'min'=>0, 'max'=>1},
|
37
|
+
'period' => {'type'=>'decimal', 'path'=>'Repeat.period', 'min'=>0, 'max'=>1},
|
38
|
+
'periodMax' => {'type'=>'decimal', 'path'=>'Repeat.periodMax', 'min'=>0, 'max'=>1},
|
39
|
+
'periodUnit' => {'valid_codes'=>{'http://unitsofmeasure.org'=>['s', 'min', 'h', 'd', 'wk', 'mo', 'a']}, 'type'=>'code', 'path'=>'Repeat.periodUnit', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/units-of-time'}},
|
40
|
+
'when' => {'valid_codes'=>{'http://hl7.org/fhir/v3/TimingEvent'=>['HS', 'WAKE', 'C', 'CM', 'CD', 'CV', 'AC', 'ACM', 'ACD', 'ACV', 'PC', 'PCM', 'PCD', 'PCV']}, 'type'=>'code', 'path'=>'Repeat.when', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/event-timing'}},
|
41
|
+
'offset' => {'type'=>'unsignedInt', 'path'=>'Repeat.offset', 'min'=>0, 'max'=>1}
|
42
|
+
}
|
43
|
+
|
44
|
+
attr_accessor :id # 0-1 id
|
45
|
+
attr_accessor :extension # 0-* [ Extension ]
|
46
|
+
attr_accessor :boundsQuantity # 0-1 Quantity
|
47
|
+
attr_accessor :boundsRange # 0-1 Range
|
48
|
+
attr_accessor :boundsPeriod # 0-1 Period
|
49
|
+
attr_accessor :count # 0-1 integer
|
50
|
+
attr_accessor :countMax # 0-1 integer
|
51
|
+
attr_accessor :duration # 0-1 decimal
|
52
|
+
attr_accessor :durationMax # 0-1 decimal
|
53
|
+
attr_accessor :durationUnit # 0-1 code
|
54
|
+
attr_accessor :frequency # 0-1 integer
|
55
|
+
attr_accessor :frequencyMax # 0-1 integer
|
56
|
+
attr_accessor :period # 0-1 decimal
|
57
|
+
attr_accessor :periodMax # 0-1 decimal
|
58
|
+
attr_accessor :periodUnit # 0-1 code
|
59
|
+
attr_accessor :when # 0-1 code
|
60
|
+
attr_accessor :offset # 0-1 unsignedInt
|
61
|
+
end
|
62
|
+
|
63
|
+
attr_accessor :id # 0-1 id
|
64
|
+
attr_accessor :extension # 0-* [ Extension ]
|
65
|
+
attr_accessor :event # 0-* [ dateTime ]
|
66
|
+
attr_accessor :repeat # 0-1 Timing::Repeat
|
67
|
+
attr_accessor :code # 0-1 CodeableConcept
|
68
|
+
end
|
69
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
module FHIR
|
2
|
+
class TriggerDefinition < FHIR::Model
|
3
|
+
include FHIR::Hashable
|
4
|
+
include FHIR::Json
|
5
|
+
include FHIR::Xml
|
6
|
+
|
7
|
+
MULTIPLE_TYPES = {
|
8
|
+
'eventTiming' => ['Timing', 'Reference', 'date', 'dateTime']
|
9
|
+
}
|
10
|
+
SEARCH_PARAMS = []
|
11
|
+
METADATA = {
|
12
|
+
'id' => {'type'=>'id', 'path'=>'TriggerDefinition.id', 'min'=>0, 'max'=>1},
|
13
|
+
'extension' => {'type'=>'Extension', 'path'=>'TriggerDefinition.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
14
|
+
'type' => {'valid_codes'=>{'http://hl7.org/fhir/trigger-type'=>['named-event', 'periodic', 'data-added', 'data-modified', 'data-removed', 'data-accessed', 'data-access-ended']}, 'type'=>'code', 'path'=>'TriggerDefinition.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/trigger-type'}},
|
15
|
+
'eventName' => {'type'=>'string', 'path'=>'TriggerDefinition.eventName', 'min'=>0, 'max'=>1},
|
16
|
+
'eventTimingTiming' => {'type'=>'Timing', 'path'=>'TriggerDefinition.eventTiming[x]', 'min'=>0, 'max'=>1},
|
17
|
+
'eventTimingReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Schedule'], 'type'=>'Reference', 'path'=>'TriggerDefinition.eventTiming[x]', 'min'=>0, 'max'=>1},
|
18
|
+
'eventTimingDate' => {'type'=>'date', 'path'=>'TriggerDefinition.eventTiming[x]', 'min'=>0, 'max'=>1},
|
19
|
+
'eventTimingDateTime' => {'type'=>'dateTime', 'path'=>'TriggerDefinition.eventTiming[x]', 'min'=>0, 'max'=>1},
|
20
|
+
'eventData' => {'type'=>'DataRequirement', 'path'=>'TriggerDefinition.eventData', 'min'=>0, 'max'=>1}
|
21
|
+
}
|
22
|
+
|
23
|
+
attr_accessor :id # 0-1 id
|
24
|
+
attr_accessor :extension # 0-* [ Extension ]
|
25
|
+
attr_accessor :type # 1-1 code
|
26
|
+
attr_accessor :eventName # 0-1 string
|
27
|
+
attr_accessor :eventTimingTiming # 0-1 Timing
|
28
|
+
attr_accessor :eventTimingReference # 0-1 Reference(Schedule)
|
29
|
+
attr_accessor :eventTimingDate # 0-1 date
|
30
|
+
attr_accessor :eventTimingDateTime # 0-1 dateTime
|
31
|
+
attr_accessor :eventData # 0-1 DataRequirement
|
32
|
+
end
|
33
|
+
end
|
data/lib/fhir_models.rb
CHANGED
@@ -29,9 +29,9 @@ require File.join(root, 'lib','fhir.rb')
|
|
29
29
|
|
30
30
|
# Require the generated code
|
31
31
|
Dir.glob(File.join(root, 'lib','fhir','*.rb')).each do |file|
|
32
|
-
|
32
|
+
require file
|
33
33
|
end
|
34
34
|
Dir.glob(File.join(root, 'lib','fhir','**','*.rb')).each do |file|
|
35
|
-
|
35
|
+
require file
|
36
36
|
end
|
37
37
|
|
data/lib/tasks/tasks.rake
CHANGED
@@ -83,6 +83,35 @@ namespace :fhir do
|
|
83
83
|
puts 'Done.'
|
84
84
|
end
|
85
85
|
|
86
|
+
desc 'output invariant expressions from definitions'
|
87
|
+
task :invariants, [] do |t, args|
|
88
|
+
# create a generator and load the definitions
|
89
|
+
generator = FHIR::Boot::Generator.new
|
90
|
+
defs = generator.types + generator.resources + generator.extensions + generator.profiles
|
91
|
+
invariants = {}
|
92
|
+
defs.each do |structureDef|
|
93
|
+
structureDef['snapshot']['element'].each do |element|
|
94
|
+
if element['constraint']
|
95
|
+
element['constraint'].each do |constraint|
|
96
|
+
if constraint['expression']
|
97
|
+
invariants[constraint['key']] = {
|
98
|
+
:path => element['path'],
|
99
|
+
:expression => constraint['expression'],
|
100
|
+
:human => constraint['human']
|
101
|
+
}
|
102
|
+
end
|
103
|
+
end
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
file = File.open('invariants.txt','w:UTF-8')
|
108
|
+
invariants.each do |key,value|
|
109
|
+
file.write "#{key}|#{value[:path]}|#{value[:expression]}|#{value[:human]}\n"
|
110
|
+
end
|
111
|
+
file.close
|
112
|
+
puts "Wrote invariants into pipe-delimited file: invariants.txt"
|
113
|
+
end
|
114
|
+
|
86
115
|
def copy_artifacts(artifacts,src_folder,dest_folder,verbose=true)
|
87
116
|
artifacts.each do |artifact|
|
88
117
|
puts " Copying #{artifact}..." if verbose
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fhir_models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Walonoski
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-06-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: pry
|
@@ -958,6 +958,149 @@ files:
|
|
958
958
|
- lib/bootstrap/template.rb
|
959
959
|
- lib/bootstrap/xml.rb
|
960
960
|
- lib/fhir.rb
|
961
|
+
- lib/fhir/metadata.rb
|
962
|
+
- lib/fhir/resources/Account.rb
|
963
|
+
- lib/fhir/resources/AllergyIntolerance.rb
|
964
|
+
- lib/fhir/resources/Appointment.rb
|
965
|
+
- lib/fhir/resources/AppointmentResponse.rb
|
966
|
+
- lib/fhir/resources/AuditEvent.rb
|
967
|
+
- lib/fhir/resources/Basic.rb
|
968
|
+
- lib/fhir/resources/Binary.rb
|
969
|
+
- lib/fhir/resources/BodySite.rb
|
970
|
+
- lib/fhir/resources/Bundle.rb
|
971
|
+
- lib/fhir/resources/CarePlan.rb
|
972
|
+
- lib/fhir/resources/CareTeam.rb
|
973
|
+
- lib/fhir/resources/Claim.rb
|
974
|
+
- lib/fhir/resources/ClaimResponse.rb
|
975
|
+
- lib/fhir/resources/ClinicalImpression.rb
|
976
|
+
- lib/fhir/resources/CodeSystem.rb
|
977
|
+
- lib/fhir/resources/Communication.rb
|
978
|
+
- lib/fhir/resources/CommunicationRequest.rb
|
979
|
+
- lib/fhir/resources/CompartmentDefinition.rb
|
980
|
+
- lib/fhir/resources/Composition.rb
|
981
|
+
- lib/fhir/resources/ConceptMap.rb
|
982
|
+
- lib/fhir/resources/Condition.rb
|
983
|
+
- lib/fhir/resources/Conformance.rb
|
984
|
+
- lib/fhir/resources/Contract.rb
|
985
|
+
- lib/fhir/resources/Coverage.rb
|
986
|
+
- lib/fhir/resources/DataElement.rb
|
987
|
+
- lib/fhir/resources/DecisionSupportRule.rb
|
988
|
+
- lib/fhir/resources/DecisionSupportServiceModule.rb
|
989
|
+
- lib/fhir/resources/DetectedIssue.rb
|
990
|
+
- lib/fhir/resources/Device.rb
|
991
|
+
- lib/fhir/resources/DeviceComponent.rb
|
992
|
+
- lib/fhir/resources/DeviceMetric.rb
|
993
|
+
- lib/fhir/resources/DeviceUseRequest.rb
|
994
|
+
- lib/fhir/resources/DeviceUseStatement.rb
|
995
|
+
- lib/fhir/resources/DiagnosticOrder.rb
|
996
|
+
- lib/fhir/resources/DiagnosticReport.rb
|
997
|
+
- lib/fhir/resources/DocumentManifest.rb
|
998
|
+
- lib/fhir/resources/DocumentReference.rb
|
999
|
+
- lib/fhir/resources/DomainResource.rb
|
1000
|
+
- lib/fhir/resources/EligibilityRequest.rb
|
1001
|
+
- lib/fhir/resources/EligibilityResponse.rb
|
1002
|
+
- lib/fhir/resources/Encounter.rb
|
1003
|
+
- lib/fhir/resources/EnrollmentRequest.rb
|
1004
|
+
- lib/fhir/resources/EnrollmentResponse.rb
|
1005
|
+
- lib/fhir/resources/EpisodeOfCare.rb
|
1006
|
+
- lib/fhir/resources/ExpansionProfile.rb
|
1007
|
+
- lib/fhir/resources/ExplanationOfBenefit.rb
|
1008
|
+
- lib/fhir/resources/FamilyMemberHistory.rb
|
1009
|
+
- lib/fhir/resources/Flag.rb
|
1010
|
+
- lib/fhir/resources/Goal.rb
|
1011
|
+
- lib/fhir/resources/Group.rb
|
1012
|
+
- lib/fhir/resources/GuidanceResponse.rb
|
1013
|
+
- lib/fhir/resources/HealthcareService.rb
|
1014
|
+
- lib/fhir/resources/ImagingExcerpt.rb
|
1015
|
+
- lib/fhir/resources/ImagingObjectSelection.rb
|
1016
|
+
- lib/fhir/resources/ImagingStudy.rb
|
1017
|
+
- lib/fhir/resources/Immunization.rb
|
1018
|
+
- lib/fhir/resources/ImmunizationRecommendation.rb
|
1019
|
+
- lib/fhir/resources/ImplementationGuide.rb
|
1020
|
+
- lib/fhir/resources/Library.rb
|
1021
|
+
- lib/fhir/resources/Linkage.rb
|
1022
|
+
- lib/fhir/resources/List.rb
|
1023
|
+
- lib/fhir/resources/Location.rb
|
1024
|
+
- lib/fhir/resources/Measure.rb
|
1025
|
+
- lib/fhir/resources/MeasureReport.rb
|
1026
|
+
- lib/fhir/resources/Media.rb
|
1027
|
+
- lib/fhir/resources/Medication.rb
|
1028
|
+
- lib/fhir/resources/MedicationAdministration.rb
|
1029
|
+
- lib/fhir/resources/MedicationDispense.rb
|
1030
|
+
- lib/fhir/resources/MedicationOrder.rb
|
1031
|
+
- lib/fhir/resources/MedicationStatement.rb
|
1032
|
+
- lib/fhir/resources/MessageHeader.rb
|
1033
|
+
- lib/fhir/resources/ModuleDefinition.rb
|
1034
|
+
- lib/fhir/resources/NamingSystem.rb
|
1035
|
+
- lib/fhir/resources/NutritionOrder.rb
|
1036
|
+
- lib/fhir/resources/Observation.rb
|
1037
|
+
- lib/fhir/resources/OperationDefinition.rb
|
1038
|
+
- lib/fhir/resources/OperationOutcome.rb
|
1039
|
+
- lib/fhir/resources/Order.rb
|
1040
|
+
- lib/fhir/resources/OrderResponse.rb
|
1041
|
+
- lib/fhir/resources/OrderSet.rb
|
1042
|
+
- lib/fhir/resources/Organization.rb
|
1043
|
+
- lib/fhir/resources/Parameters.rb
|
1044
|
+
- lib/fhir/resources/Patient.rb
|
1045
|
+
- lib/fhir/resources/PaymentNotice.rb
|
1046
|
+
- lib/fhir/resources/PaymentReconciliation.rb
|
1047
|
+
- lib/fhir/resources/Person.rb
|
1048
|
+
- lib/fhir/resources/Practitioner.rb
|
1049
|
+
- lib/fhir/resources/PractitionerRole.rb
|
1050
|
+
- lib/fhir/resources/Procedure.rb
|
1051
|
+
- lib/fhir/resources/ProcedureRequest.rb
|
1052
|
+
- lib/fhir/resources/ProcessRequest.rb
|
1053
|
+
- lib/fhir/resources/ProcessResponse.rb
|
1054
|
+
- lib/fhir/resources/Protocol.rb
|
1055
|
+
- lib/fhir/resources/Provenance.rb
|
1056
|
+
- lib/fhir/resources/Questionnaire.rb
|
1057
|
+
- lib/fhir/resources/QuestionnaireResponse.rb
|
1058
|
+
- lib/fhir/resources/ReferralRequest.rb
|
1059
|
+
- lib/fhir/resources/RelatedPerson.rb
|
1060
|
+
- lib/fhir/resources/Resource.rb
|
1061
|
+
- lib/fhir/resources/RiskAssessment.rb
|
1062
|
+
- lib/fhir/resources/Schedule.rb
|
1063
|
+
- lib/fhir/resources/SearchParameter.rb
|
1064
|
+
- lib/fhir/resources/Sequence.rb
|
1065
|
+
- lib/fhir/resources/Slot.rb
|
1066
|
+
- lib/fhir/resources/Specimen.rb
|
1067
|
+
- lib/fhir/resources/StructureDefinition.rb
|
1068
|
+
- lib/fhir/resources/StructureMap.rb
|
1069
|
+
- lib/fhir/resources/Subscription.rb
|
1070
|
+
- lib/fhir/resources/Substance.rb
|
1071
|
+
- lib/fhir/resources/SupplyDelivery.rb
|
1072
|
+
- lib/fhir/resources/SupplyRequest.rb
|
1073
|
+
- lib/fhir/resources/Task.rb
|
1074
|
+
- lib/fhir/resources/TestScript.rb
|
1075
|
+
- lib/fhir/resources/ValueSet.rb
|
1076
|
+
- lib/fhir/resources/VisionPrescription.rb
|
1077
|
+
- lib/fhir/types/ActionDefinition.rb
|
1078
|
+
- lib/fhir/types/Address.rb
|
1079
|
+
- lib/fhir/types/Annotation.rb
|
1080
|
+
- lib/fhir/types/Attachment.rb
|
1081
|
+
- lib/fhir/types/BackboneElement.rb
|
1082
|
+
- lib/fhir/types/CodeableConcept.rb
|
1083
|
+
- lib/fhir/types/Coding.rb
|
1084
|
+
- lib/fhir/types/ContactPoint.rb
|
1085
|
+
- lib/fhir/types/DataRequirement.rb
|
1086
|
+
- lib/fhir/types/Element.rb
|
1087
|
+
- lib/fhir/types/ElementDefinition.rb
|
1088
|
+
- lib/fhir/types/Extension.rb
|
1089
|
+
- lib/fhir/types/HumanName.rb
|
1090
|
+
- lib/fhir/types/Identifier.rb
|
1091
|
+
- lib/fhir/types/Meta.rb
|
1092
|
+
- lib/fhir/types/ModuleMetadata.rb
|
1093
|
+
- lib/fhir/types/Narrative.rb
|
1094
|
+
- lib/fhir/types/ParameterDefinition.rb
|
1095
|
+
- lib/fhir/types/Period.rb
|
1096
|
+
- lib/fhir/types/Quantity.rb
|
1097
|
+
- lib/fhir/types/Range.rb
|
1098
|
+
- lib/fhir/types/Ratio.rb
|
1099
|
+
- lib/fhir/types/Reference.rb
|
1100
|
+
- lib/fhir/types/SampledData.rb
|
1101
|
+
- lib/fhir/types/Signature.rb
|
1102
|
+
- lib/fhir/types/Timing.rb
|
1103
|
+
- lib/fhir/types/TriggerDefinition.rb
|
961
1104
|
- lib/fhir_models.rb
|
962
1105
|
- lib/tasks/tasks.rake
|
963
1106
|
- test/simplecov.rb
|