fhir_dstu2_models 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeclimate.yml +1 -1
- data/.github/workflows/ruby.yml +2 -1
- data/.rubocop.yml +7 -1
- data/.rubocop_todo.yml +56 -161
- data/.ruby-version +1 -0
- data/.simplecov +1 -5
- data/.tool-versions +1 -0
- data/Gemfile.lock +37 -35
- data/Guardfile +1 -1
- data/fhir_dstu2_models.gemspec +2 -1
- data/lib/fhir_dstu2_models/bootstrap/definitions.rb +18 -4
- data/lib/fhir_dstu2_models/bootstrap/field.rb +2 -2
- data/lib/fhir_dstu2_models/bootstrap/generator.rb +6 -4
- data/lib/fhir_dstu2_models/bootstrap/hashable.rb +6 -5
- data/lib/fhir_dstu2_models/bootstrap/json.rb +2 -2
- data/lib/fhir_dstu2_models/bootstrap/model.rb +45 -32
- data/lib/fhir_dstu2_models/bootstrap/preprocess.rb +19 -11
- data/lib/fhir_dstu2_models/bootstrap/xml.rb +9 -7
- data/lib/fhir_dstu2_models/deprecate.rb +1 -0
- data/lib/fhir_dstu2_models/fhir/metadata.rb +19 -21
- data/lib/fhir_dstu2_models/fhir/resources/Account.rb +20 -20
- data/lib/fhir_dstu2_models/fhir/resources/AllergyIntolerance.rb +34 -34
- data/lib/fhir_dstu2_models/fhir/resources/Appointment.rb +28 -28
- data/lib/fhir_dstu2_models/fhir/resources/AppointmentResponse.rb +17 -17
- data/lib/fhir_dstu2_models/fhir/resources/AuditEvent.rb +66 -66
- data/lib/fhir_dstu2_models/fhir/resources/Basic.rb +14 -14
- data/lib/fhir_dstu2_models/fhir/resources/Binary.rb +7 -7
- data/lib/fhir_dstu2_models/fhir/resources/BodySite.rb +15 -15
- data/lib/fhir_dstu2_models/fhir/resources/Bundle.rb +45 -45
- data/lib/fhir_dstu2_models/fhir/resources/CarePlan.rb +63 -63
- data/lib/fhir_dstu2_models/fhir/resources/Claim.rb +118 -118
- data/lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb +122 -124
- data/lib/fhir_dstu2_models/fhir/resources/ClinicalImpression.rb +42 -42
- data/lib/fhir_dstu2_models/fhir/resources/Communication.rb +28 -28
- data/lib/fhir_dstu2_models/fhir/resources/CommunicationRequest.rb +30 -30
- data/lib/fhir_dstu2_models/fhir/resources/Composition.rb +46 -46
- data/lib/fhir_dstu2_models/fhir/resources/ConceptMap.rb +53 -53
- data/lib/fhir_dstu2_models/fhir/resources/Condition.rb +44 -44
- data/lib/fhir_dstu2_models/fhir/resources/Conformance.rb +138 -138
- data/lib/fhir_dstu2_models/fhir/resources/Contract.rb +98 -98
- data/lib/fhir_dstu2_models/fhir/resources/Coverage.rb +23 -23
- data/lib/fhir_dstu2_models/fhir/resources/DataElement.rb +35 -35
- data/lib/fhir_dstu2_models/fhir/resources/DetectedIssue.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/Device.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/DeviceComponent.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/DeviceMetric.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/DeviceUseRequest.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/DeviceUseStatement.rb +21 -21
- data/lib/fhir_dstu2_models/fhir/resources/DiagnosticOrder.rb +36 -36
- data/lib/fhir_dstu2_models/fhir/resources/DiagnosticReport.rb +32 -32
- data/lib/fhir_dstu2_models/fhir/resources/DocumentManifest.rb +31 -31
- data/lib/fhir_dstu2_models/fhir/resources/DocumentReference.rb +51 -51
- data/lib/fhir_dstu2_models/fhir/resources/DomainResource.rb +12 -12
- data/lib/fhir_dstu2_models/fhir/resources/EligibilityRequest.rb +16 -16
- data/lib/fhir_dstu2_models/fhir/resources/EligibilityResponse.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/Encounter.rb +59 -59
- data/lib/fhir_dstu2_models/fhir/resources/EnrollmentRequest.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/EnrollmentResponse.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/EpisodeOfCare.rb +31 -31
- data/lib/fhir_dstu2_models/fhir/resources/ExplanationOfBenefit.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/FamilyMemberHistory.rb +39 -39
- data/lib/fhir_dstu2_models/fhir/resources/Flag.rb +17 -17
- data/lib/fhir_dstu2_models/fhir/resources/Goal.rb +30 -30
- data/lib/fhir_dstu2_models/fhir/resources/Group.rb +33 -33
- data/lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb +48 -48
- data/lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb +41 -41
- data/lib/fhir_dstu2_models/fhir/resources/ImagingStudy.rb +48 -48
- data/lib/fhir_dstu2_models/fhir/resources/Immunization.rb +52 -52
- data/lib/fhir_dstu2_models/fhir/resources/ImmunizationRecommendation.rb +35 -35
- data/lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb +67 -67
- data/lib/fhir_dstu2_models/fhir/resources/List.rb +29 -29
- data/lib/fhir_dstu2_models/fhir/resources/Location.rb +27 -27
- data/lib/fhir_dstu2_models/fhir/resources/Media.rb +21 -21
- data/lib/fhir_dstu2_models/fhir/resources/Medication.rb +40 -40
- data/lib/fhir_dstu2_models/fhir/resources/MedicationAdministration.rb +36 -36
- data/lib/fhir_dstu2_models/fhir/resources/MedicationDispense.rb +49 -49
- data/lib/fhir_dstu2_models/fhir/resources/MedicationOrder.rb +57 -57
- data/lib/fhir_dstu2_models/fhir/resources/MedicationStatement.rb +41 -41
- data/lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb +40 -40
- data/lib/fhir_dstu2_models/fhir/resources/NamingSystem.rb +34 -34
- data/lib/fhir_dstu2_models/fhir/resources/NutritionOrder.rb +67 -67
- data/lib/fhir_dstu2_models/fhir/resources/Observation.rb +68 -68
- data/lib/fhir_dstu2_models/fhir/resources/OperationDefinition.rb +51 -51
- data/lib/fhir_dstu2_models/fhir/resources/OperationOutcome.rb +21 -21
- data/lib/fhir_dstu2_models/fhir/resources/Order.rb +23 -23
- data/lib/fhir_dstu2_models/fhir/resources/OrderResponse.rb +16 -16
- data/lib/fhir_dstu2_models/fhir/resources/Organization.rb +24 -24
- data/lib/fhir_dstu2_models/fhir/resources/Parameters.rb +48 -48
- data/lib/fhir_dstu2_models/fhir/resources/Patient.rb +54 -54
- data/lib/fhir_dstu2_models/fhir/resources/PaymentNotice.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/PaymentReconciliation.rb +39 -39
- data/lib/fhir_dstu2_models/fhir/resources/Person.rb +24 -24
- data/lib/fhir_dstu2_models/fhir/resources/Practitioner.rb +36 -36
- data/lib/fhir_dstu2_models/fhir/resources/Procedure.rb +42 -42
- data/lib/fhir_dstu2_models/fhir/resources/ProcedureRequest.rb +27 -27
- data/lib/fhir_dstu2_models/fhir/resources/ProcessRequest.rb +29 -29
- data/lib/fhir_dstu2_models/fhir/resources/ProcessResponse.rb +27 -27
- data/lib/fhir_dstu2_models/fhir/resources/Provenance.rb +39 -39
- data/lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb +40 -40
- data/lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb +50 -50
- data/lib/fhir_dstu2_models/fhir/resources/ReferralRequest.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/RelatedPerson.rb +19 -19
- data/lib/fhir_dstu2_models/fhir/resources/Resource.rb +5 -5
- data/lib/fhir_dstu2_models/fhir/resources/RiskAssessment.rb +30 -30
- data/lib/fhir_dstu2_models/fhir/resources/Schedule.rb +14 -14
- data/lib/fhir_dstu2_models/fhir/resources/SearchParameter.rb +29 -29
- data/lib/fhir_dstu2_models/fhir/resources/Slot.rb +17 -17
- data/lib/fhir_dstu2_models/fhir/resources/Specimen.rb +45 -45
- data/lib/fhir_dstu2_models/fhir/resources/StructureDefinition.rb +54 -54
- data/lib/fhir_dstu2_models/fhir/resources/Subscription.rb +24 -24
- data/lib/fhir_dstu2_models/fhir/resources/Substance.rb +26 -26
- data/lib/fhir_dstu2_models/fhir/resources/SupplyDelivery.rb +20 -20
- data/lib/fhir_dstu2_models/fhir/resources/SupplyRequest.rb +25 -25
- data/lib/fhir_dstu2_models/fhir/resources/TestScript.rb +140 -140
- data/lib/fhir_dstu2_models/fhir/resources/ValueSet.rb +108 -108
- data/lib/fhir_dstu2_models/fhir/resources/VisionPrescription.rb +35 -35
- data/lib/fhir_dstu2_models/fhir/types/Address.rb +16 -16
- data/lib/fhir_dstu2_models/fhir/types/Annotation.rb +10 -10
- data/lib/fhir_dstu2_models/fhir/types/Attachment.rb +14 -14
- data/lib/fhir_dstu2_models/fhir/types/BackboneElement.rb +7 -7
- data/lib/fhir_dstu2_models/fhir/types/CodeableConcept.rb +8 -8
- data/lib/fhir_dstu2_models/fhir/types/Coding.rb +11 -11
- data/lib/fhir_dstu2_models/fhir/types/ContactPoint.rb +11 -11
- data/lib/fhir_dstu2_models/fhir/types/Element.rb +3 -3
- data/lib/fhir_dstu2_models/fhir/types/ElementDefinition.rb +263 -263
- data/lib/fhir_dstu2_models/fhir/types/Extension.rb +40 -40
- data/lib/fhir_dstu2_models/fhir/types/HumanName.rb +13 -13
- data/lib/fhir_dstu2_models/fhir/types/Identifier.rb +12 -12
- data/lib/fhir_dstu2_models/fhir/types/Meta.rb +11 -11
- data/lib/fhir_dstu2_models/fhir/types/Narrative.rb +8 -8
- data/lib/fhir_dstu2_models/fhir/types/Period.rb +8 -8
- data/lib/fhir_dstu2_models/fhir/types/Quantity.rb +11 -11
- data/lib/fhir_dstu2_models/fhir/types/Range.rb +8 -8
- data/lib/fhir_dstu2_models/fhir/types/Ratio.rb +8 -8
- data/lib/fhir_dstu2_models/fhir/types/Reference.rb +5 -5
- data/lib/fhir_dstu2_models/fhir/types/SampledData.rb +13 -13
- data/lib/fhir_dstu2_models/fhir/types/Signature.rb +12 -12
- data/lib/fhir_dstu2_models/fhir/types/Timing.rb +24 -24
- data/lib/fhir_dstu2_models/fhir.rb +7 -6
- data/lib/fhir_dstu2_models/fhir_ext/element_definition.rb +3 -0
- data/lib/fhir_dstu2_models/fhir_ext/structure_definition.rb +19 -14
- data/lib/fhir_dstu2_models/fhir_ext/structure_definition_compare.rb +10 -0
- data/lib/fhir_dstu2_models/fhir_ext/structure_definition_finding.rb +2 -2
- data/lib/fhir_dstu2_models/fluentpath/evaluate.rb +18 -11
- data/lib/fhir_dstu2_models/fluentpath/expression.rb +3 -5
- data/lib/fhir_dstu2_models/fluentpath/parse.rb +7 -4
- data/lib/fhir_dstu2_models/version.rb +1 -1
- metadata +11 -9
@@ -7,22 +7,22 @@ module FHIR
|
|
7
7
|
|
8
8
|
SEARCH_PARAMS = ['actual', 'characteristic', 'code', 'exclude', 'identifier', 'member', 'type', 'value']
|
9
9
|
METADATA = {
|
10
|
-
'id' => {'type'=>'id', 'path'=>'Group.id', 'min'=>0, 'max'=>1},
|
11
|
-
'meta' => {'type'=>'Meta', 'path'=>'Group.meta', 'min'=>0, 'max'=>1},
|
12
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'Group.implicitRules', 'min'=>0, 'max'=>1},
|
13
|
-
'language' => {'type'=>'code', 'path'=>'Group.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
14
|
-
'text' => {'type'=>'Narrative', 'path'=>'Group.text', 'min'=>0, 'max'=>1},
|
15
|
-
'contained' => {'type'=>'Resource', 'path'=>'Group.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
-
'extension' => {'type'=>'Extension', 'path'=>'Group.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Group.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
18
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'Group.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
19
|
-
'type' => {'valid_codes'=>{'http://hl7.org/fhir/group-type'=>['person', 'animal', 'practitioner', 'device', 'medication', 'substance']}, 'type'=>'code', 'path'=>'Group.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/group-type'}},
|
20
|
-
'actual' => {'type'=>'boolean', 'path'=>'Group.actual', 'min'=>1, 'max'=>1},
|
21
|
-
'code' => {'type'=>'CodeableConcept', 'path'=>'Group.code', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
22
|
-
'name' => {'type'=>'string', 'path'=>'Group.name', 'min'=>0, 'max'=>1},
|
23
|
-
'quantity' => {'type'=>'unsignedInt', 'path'=>'Group.quantity', 'min'=>0, 'max'=>1},
|
24
|
-
'characteristic' => {'type'=>'Group::Characteristic', 'path'=>'Group.characteristic', 'min'=>0, 'max'=>Float::INFINITY},
|
25
|
-
'member' => {'type'=>'Group::Member', 'path'=>'Group.member', 'min'=>0, 'max'=>Float::INFINITY}
|
10
|
+
'id' => { 'type' => 'id', 'path' => 'Group.id', 'min' => 0, 'max' => 1 },
|
11
|
+
'meta' => { 'type' => 'Meta', 'path' => 'Group.meta', 'min' => 0, 'max' => 1 },
|
12
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'Group.implicitRules', 'min' => 0, 'max' => 1 },
|
13
|
+
'language' => { 'type' => 'code', 'path' => 'Group.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
14
|
+
'text' => { 'type' => 'Narrative', 'path' => 'Group.text', 'min' => 0, 'max' => 1 },
|
15
|
+
'contained' => { 'type' => 'Resource', 'path' => 'Group.contained', 'min' => 0, 'max' => Float::INFINITY },
|
16
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Group.extension', 'min' => 0, 'max' => Float::INFINITY },
|
17
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Group.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
18
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'Group.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
19
|
+
'type' => { 'valid_codes' => { 'http://hl7.org/fhir/group-type' => ['person', 'animal', 'practitioner', 'device', 'medication', 'substance'] }, 'type' => 'code', 'path' => 'Group.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/group-type' } },
|
20
|
+
'actual' => { 'type' => 'boolean', 'path' => 'Group.actual', 'min' => 1, 'max' => 1 },
|
21
|
+
'code' => { 'type' => 'CodeableConcept', 'path' => 'Group.code', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
22
|
+
'name' => { 'type' => 'string', 'path' => 'Group.name', 'min' => 0, 'max' => 1 },
|
23
|
+
'quantity' => { 'type' => 'unsignedInt', 'path' => 'Group.quantity', 'min' => 0, 'max' => 1 },
|
24
|
+
'characteristic' => { 'type' => 'Group::Characteristic', 'path' => 'Group.characteristic', 'min' => 0, 'max' => Float::INFINITY },
|
25
|
+
'member' => { 'type' => 'Group::Member', 'path' => 'Group.member', 'min' => 0, 'max' => Float::INFINITY }
|
26
26
|
}
|
27
27
|
|
28
28
|
class Characteristic < FHIR::DSTU2::Model
|
@@ -34,16 +34,16 @@ module FHIR
|
|
34
34
|
'value' => ['CodeableConcept', 'boolean', 'Quantity', 'Range']
|
35
35
|
}
|
36
36
|
METADATA = {
|
37
|
-
'id' => {'type'=>'id', 'path'=>'Characteristic.id', 'min'=>0, 'max'=>1},
|
38
|
-
'extension' => {'type'=>'Extension', 'path'=>'Characteristic.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
39
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Characteristic.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
40
|
-
'code' => {'type'=>'CodeableConcept', 'path'=>'Characteristic.code', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
41
|
-
'valueCodeableConcept' => {'type'=>'CodeableConcept', 'path'=>'Characteristic.value[x]', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
42
|
-
'valueBoolean' => {'type'=>'boolean', 'path'=>'Characteristic.value[x]', 'min'=>1, 'max'=>1},
|
43
|
-
'valueQuantity' => {'type'=>'Quantity', 'path'=>'Characteristic.value[x]', 'min'=>1, 'max'=>1},
|
44
|
-
'valueRange' => {'type'=>'Range', 'path'=>'Characteristic.value[x]', 'min'=>1, 'max'=>1},
|
45
|
-
'exclude' => {'type'=>'boolean', 'path'=>'Characteristic.exclude', 'min'=>1, 'max'=>1},
|
46
|
-
'period' => {'type'=>'Period', 'path'=>'Characteristic.period', 'min'=>0, 'max'=>1}
|
37
|
+
'id' => { 'type' => 'id', 'path' => 'Characteristic.id', 'min' => 0, 'max' => 1 },
|
38
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Characteristic.extension', 'min' => 0, 'max' => Float::INFINITY },
|
39
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Characteristic.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
40
|
+
'code' => { 'type' => 'CodeableConcept', 'path' => 'Characteristic.code', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
41
|
+
'valueCodeableConcept' => { 'type' => 'CodeableConcept', 'path' => 'Characteristic.value[x]', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
42
|
+
'valueBoolean' => { 'type' => 'boolean', 'path' => 'Characteristic.value[x]', 'min' => 1, 'max' => 1 },
|
43
|
+
'valueQuantity' => { 'type' => 'Quantity', 'path' => 'Characteristic.value[x]', 'min' => 1, 'max' => 1 },
|
44
|
+
'valueRange' => { 'type' => 'Range', 'path' => 'Characteristic.value[x]', 'min' => 1, 'max' => 1 },
|
45
|
+
'exclude' => { 'type' => 'boolean', 'path' => 'Characteristic.exclude', 'min' => 1, 'max' => 1 },
|
46
|
+
'period' => { 'type' => 'Period', 'path' => 'Characteristic.period', 'min' => 0, 'max' => 1 }
|
47
47
|
}
|
48
48
|
|
49
49
|
attr_accessor :id # 0-1 id
|
@@ -64,12 +64,12 @@ module FHIR
|
|
64
64
|
include FHIR::DSTU2::Xml
|
65
65
|
|
66
66
|
METADATA = {
|
67
|
-
'id' => {'type'=>'id', 'path'=>'Member.id', 'min'=>0, 'max'=>1},
|
68
|
-
'extension' => {'type'=>'Extension', 'path'=>'Member.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
69
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Member.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
70
|
-
'entity' => {'type'=>'Reference', 'path'=>'Member.entity', 'min'=>1, 'max'=>1},
|
71
|
-
'period' => {'type'=>'Period', 'path'=>'Member.period', 'min'=>0, 'max'=>1},
|
72
|
-
'inactive' => {'type'=>'boolean', 'path'=>'Member.inactive', 'min'=>0, 'max'=>1}
|
67
|
+
'id' => { 'type' => 'id', 'path' => 'Member.id', 'min' => 0, 'max' => 1 },
|
68
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Member.extension', 'min' => 0, 'max' => Float::INFINITY },
|
69
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Member.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
70
|
+
'entity' => { 'type' => 'Reference', 'path' => 'Member.entity', 'min' => 1, 'max' => 1 },
|
71
|
+
'period' => { 'type' => 'Period', 'path' => 'Member.period', 'min' => 0, 'max' => 1 },
|
72
|
+
'inactive' => { 'type' => 'boolean', 'path' => 'Member.inactive', 'min' => 0, 'max' => 1 }
|
73
73
|
}
|
74
74
|
|
75
75
|
attr_accessor :id # 0-1 id
|
@@ -102,4 +102,4 @@ module FHIR
|
|
102
102
|
end
|
103
103
|
end
|
104
104
|
end
|
105
|
-
end
|
105
|
+
end
|
@@ -7,36 +7,36 @@ module FHIR
|
|
7
7
|
|
8
8
|
SEARCH_PARAMS = ['characteristic', 'identifier', 'location', 'name', 'organization', 'programname', 'servicecategory', 'servicetype']
|
9
9
|
METADATA = {
|
10
|
-
'id' => {'type'=>'id', 'path'=>'HealthcareService.id', 'min'=>0, 'max'=>1},
|
11
|
-
'meta' => {'type'=>'Meta', 'path'=>'HealthcareService.meta', 'min'=>0, 'max'=>1},
|
12
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'HealthcareService.implicitRules', 'min'=>0, 'max'=>1},
|
13
|
-
'language' => {'type'=>'code', 'path'=>'HealthcareService.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
14
|
-
'text' => {'type'=>'Narrative', 'path'=>'HealthcareService.text', 'min'=>0, 'max'=>1},
|
15
|
-
'contained' => {'type'=>'Resource', 'path'=>'HealthcareService.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
-
'extension' => {'type'=>'Extension', 'path'=>'HealthcareService.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'HealthcareService.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
18
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'HealthcareService.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
19
|
-
'providedBy' => {'type'=>'Reference', 'path'=>'HealthcareService.providedBy', 'min'=>0, 'max'=>1},
|
20
|
-
'serviceCategory' => {'type'=>'CodeableConcept', 'path'=>'HealthcareService.serviceCategory', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
21
|
-
'serviceType' => {'type'=>'HealthcareService::ServiceType', 'path'=>'HealthcareService.serviceType', 'min'=>0, 'max'=>Float::INFINITY},
|
22
|
-
'location' => {'type'=>'Reference', 'path'=>'HealthcareService.location', 'min'=>1, 'max'=>1},
|
23
|
-
'serviceName' => {'type'=>'string', 'path'=>'HealthcareService.serviceName', 'min'=>0, 'max'=>1},
|
24
|
-
'comment' => {'type'=>'string', 'path'=>'HealthcareService.comment', 'min'=>0, 'max'=>1},
|
25
|
-
'extraDetails' => {'type'=>'string', 'path'=>'HealthcareService.extraDetails', 'min'=>0, 'max'=>1},
|
26
|
-
'photo' => {'type'=>'Attachment', 'path'=>'HealthcareService.photo', 'min'=>0, 'max'=>1},
|
27
|
-
'telecom' => {'type'=>'ContactPoint', 'path'=>'HealthcareService.telecom', 'min'=>0, 'max'=>Float::INFINITY},
|
28
|
-
'coverageArea' => {'type'=>'Reference', 'path'=>'HealthcareService.coverageArea', 'min'=>0, 'max'=>Float::INFINITY},
|
29
|
-
'serviceProvisionCode' => {'valid_codes'=>{'http://hl7.org/fhir/service-provision-conditions'=>['free', 'disc', 'cost']}, 'type'=>'CodeableConcept', 'path'=>'HealthcareService.serviceProvisionCode', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-provision-conditions'}},
|
30
|
-
'eligibility' => {'type'=>'CodeableConcept', 'path'=>'HealthcareService.eligibility', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
31
|
-
'eligibilityNote' => {'type'=>'string', 'path'=>'HealthcareService.eligibilityNote', 'min'=>0, 'max'=>1},
|
32
|
-
'programName' => {'type'=>'string', 'path'=>'HealthcareService.programName', 'min'=>0, 'max'=>Float::INFINITY},
|
33
|
-
'characteristic' => {'type'=>'CodeableConcept', 'path'=>'HealthcareService.characteristic', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>nil}},
|
34
|
-
'referralMethod' => {'valid_codes'=>{'http://hl7.org/fhir/service-referral-method'=>['fax', 'phone', 'elec', 'semail', 'mail']}, 'type'=>'CodeableConcept', 'path'=>'HealthcareService.referralMethod', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/service-referral-method'}},
|
35
|
-
'publicKey' => {'type'=>'string', 'path'=>'HealthcareService.publicKey', 'min'=>0, 'max'=>1},
|
36
|
-
'appointmentRequired' => {'type'=>'boolean', 'path'=>'HealthcareService.appointmentRequired', 'min'=>0, 'max'=>1},
|
37
|
-
'availableTime' => {'type'=>'HealthcareService::AvailableTime', 'path'=>'HealthcareService.availableTime', 'min'=>0, 'max'=>Float::INFINITY},
|
38
|
-
'notAvailable' => {'type'=>'HealthcareService::NotAvailable', 'path'=>'HealthcareService.notAvailable', 'min'=>0, 'max'=>Float::INFINITY},
|
39
|
-
'availabilityExceptions' => {'type'=>'string', 'path'=>'HealthcareService.availabilityExceptions', 'min'=>0, 'max'=>1}
|
10
|
+
'id' => { 'type' => 'id', 'path' => 'HealthcareService.id', 'min' => 0, 'max' => 1 },
|
11
|
+
'meta' => { 'type' => 'Meta', 'path' => 'HealthcareService.meta', 'min' => 0, 'max' => 1 },
|
12
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'HealthcareService.implicitRules', 'min' => 0, 'max' => 1 },
|
13
|
+
'language' => { 'type' => 'code', 'path' => 'HealthcareService.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
14
|
+
'text' => { 'type' => 'Narrative', 'path' => 'HealthcareService.text', 'min' => 0, 'max' => 1 },
|
15
|
+
'contained' => { 'type' => 'Resource', 'path' => 'HealthcareService.contained', 'min' => 0, 'max' => Float::INFINITY },
|
16
|
+
'extension' => { 'type' => 'Extension', 'path' => 'HealthcareService.extension', 'min' => 0, 'max' => Float::INFINITY },
|
17
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'HealthcareService.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
18
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'HealthcareService.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
19
|
+
'providedBy' => { 'type' => 'Reference', 'path' => 'HealthcareService.providedBy', 'min' => 0, 'max' => 1 },
|
20
|
+
'serviceCategory' => { 'type' => 'CodeableConcept', 'path' => 'HealthcareService.serviceCategory', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
21
|
+
'serviceType' => { 'type' => 'HealthcareService::ServiceType', 'path' => 'HealthcareService.serviceType', 'min' => 0, 'max' => Float::INFINITY },
|
22
|
+
'location' => { 'type' => 'Reference', 'path' => 'HealthcareService.location', 'min' => 1, 'max' => 1 },
|
23
|
+
'serviceName' => { 'type' => 'string', 'path' => 'HealthcareService.serviceName', 'min' => 0, 'max' => 1 },
|
24
|
+
'comment' => { 'type' => 'string', 'path' => 'HealthcareService.comment', 'min' => 0, 'max' => 1 },
|
25
|
+
'extraDetails' => { 'type' => 'string', 'path' => 'HealthcareService.extraDetails', 'min' => 0, 'max' => 1 },
|
26
|
+
'photo' => { 'type' => 'Attachment', 'path' => 'HealthcareService.photo', 'min' => 0, 'max' => 1 },
|
27
|
+
'telecom' => { 'type' => 'ContactPoint', 'path' => 'HealthcareService.telecom', 'min' => 0, 'max' => Float::INFINITY },
|
28
|
+
'coverageArea' => { 'type' => 'Reference', 'path' => 'HealthcareService.coverageArea', 'min' => 0, 'max' => Float::INFINITY },
|
29
|
+
'serviceProvisionCode' => { 'valid_codes' => { 'http://hl7.org/fhir/service-provision-conditions' => ['free', 'disc', 'cost'] }, 'type' => 'CodeableConcept', 'path' => 'HealthcareService.serviceProvisionCode', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/service-provision-conditions' } },
|
30
|
+
'eligibility' => { 'type' => 'CodeableConcept', 'path' => 'HealthcareService.eligibility', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
31
|
+
'eligibilityNote' => { 'type' => 'string', 'path' => 'HealthcareService.eligibilityNote', 'min' => 0, 'max' => 1 },
|
32
|
+
'programName' => { 'type' => 'string', 'path' => 'HealthcareService.programName', 'min' => 0, 'max' => Float::INFINITY },
|
33
|
+
'characteristic' => { 'type' => 'CodeableConcept', 'path' => 'HealthcareService.characteristic', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => nil } },
|
34
|
+
'referralMethod' => { 'valid_codes' => { 'http://hl7.org/fhir/service-referral-method' => ['fax', 'phone', 'elec', 'semail', 'mail'] }, 'type' => 'CodeableConcept', 'path' => 'HealthcareService.referralMethod', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/service-referral-method' } },
|
35
|
+
'publicKey' => { 'type' => 'string', 'path' => 'HealthcareService.publicKey', 'min' => 0, 'max' => 1 },
|
36
|
+
'appointmentRequired' => { 'type' => 'boolean', 'path' => 'HealthcareService.appointmentRequired', 'min' => 0, 'max' => 1 },
|
37
|
+
'availableTime' => { 'type' => 'HealthcareService::AvailableTime', 'path' => 'HealthcareService.availableTime', 'min' => 0, 'max' => Float::INFINITY },
|
38
|
+
'notAvailable' => { 'type' => 'HealthcareService::NotAvailable', 'path' => 'HealthcareService.notAvailable', 'min' => 0, 'max' => Float::INFINITY },
|
39
|
+
'availabilityExceptions' => { 'type' => 'string', 'path' => 'HealthcareService.availabilityExceptions', 'min' => 0, 'max' => 1 }
|
40
40
|
}
|
41
41
|
|
42
42
|
class ServiceType < FHIR::DSTU2::Model
|
@@ -45,11 +45,11 @@ module FHIR
|
|
45
45
|
include FHIR::DSTU2::Xml
|
46
46
|
|
47
47
|
METADATA = {
|
48
|
-
'id' => {'type'=>'id', 'path'=>'ServiceType.id', 'min'=>0, 'max'=>1},
|
49
|
-
'extension' => {'type'=>'Extension', 'path'=>'ServiceType.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
50
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'ServiceType.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
51
|
-
'type' => {'valid_codes'=>{'http://snomed.info/sct'=>['408467006', '394577000', '394578005', '421661004', '408462000', '394579002', '394804000', '394580004', '394803006', '408480009', '408454008', '394809005', '394592004', '394600006', '394601005', '394581000', '408478003', '394812008', '408444009', '394582007', '408475000', '410005002', '394583002', '419772000', '394584008', '408443003', '394802001', '394915009', '394814009', '394808002', '394811001', '408446006', '394586005', '394916005', '408472002', '394597005', '394598000', '394807007', '419192003', '408468001', '394593009', '394813003', '410001006', '394589003', '394591006', '394599008', '394649004', '408470005', '394585009', '394821009', '422191005', '394594003', '416304004', '418960008', '394882004', '394806003', '394588006', '408459003', '394607009', '419610006', '418058008', '420208008', '418652005', '418535003', '418862001', '419365004', '418002000', '419983000', '419170002', '419472004', '394539006', '420112009', '409968004', '394587001', '394913002', '408440000', '418112009', '419815003', '394914008', '408455009', '394602003', '408447002', '394810000', '408450004', '408476004', '408469009', '408466002', '408471009', '408464004', '408441001', '408465003', '394605001', '394608004', '408461007', '408460008', '394606000', '408449004', '418018006', '394604002', '394609007', '408474001', '394610002', '394611003', '408477008', '394801008', '408463005', '419321007', '394576009', '394590007', '409967009', '408448007', '419043006', '394612005', '394733009', '394732004']}, 'type'=>'CodeableConcept', 'path'=>'ServiceType.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'preferred', 'uri'=>'http://hl7.org/fhir/ValueSet/c80-practice-codes'}},
|
52
|
-
'specialty' => {'type'=>'CodeableConcept', 'path'=>'ServiceType.specialty', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'example', 'uri'=>nil}}
|
48
|
+
'id' => { 'type' => 'id', 'path' => 'ServiceType.id', 'min' => 0, 'max' => 1 },
|
49
|
+
'extension' => { 'type' => 'Extension', 'path' => 'ServiceType.extension', 'min' => 0, 'max' => Float::INFINITY },
|
50
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'ServiceType.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
51
|
+
'type' => { 'valid_codes' => { 'http://snomed.info/sct' => ['408467006', '394577000', '394578005', '421661004', '408462000', '394579002', '394804000', '394580004', '394803006', '408480009', '408454008', '394809005', '394592004', '394600006', '394601005', '394581000', '408478003', '394812008', '408444009', '394582007', '408475000', '410005002', '394583002', '419772000', '394584008', '408443003', '394802001', '394915009', '394814009', '394808002', '394811001', '408446006', '394586005', '394916005', '408472002', '394597005', '394598000', '394807007', '419192003', '408468001', '394593009', '394813003', '410001006', '394589003', '394591006', '394599008', '394649004', '408470005', '394585009', '394821009', '422191005', '394594003', '416304004', '418960008', '394882004', '394806003', '394588006', '408459003', '394607009', '419610006', '418058008', '420208008', '418652005', '418535003', '418862001', '419365004', '418002000', '419983000', '419170002', '419472004', '394539006', '420112009', '409968004', '394587001', '394913002', '408440000', '418112009', '419815003', '394914008', '408455009', '394602003', '408447002', '394810000', '408450004', '408476004', '408469009', '408466002', '408471009', '408464004', '408441001', '408465003', '394605001', '394608004', '408461007', '408460008', '394606000', '408449004', '418018006', '394604002', '394609007', '408474001', '394610002', '394611003', '408477008', '394801008', '408463005', '419321007', '394576009', '394590007', '409967009', '408448007', '419043006', '394612005', '394733009', '394732004'] }, 'type' => 'CodeableConcept', 'path' => 'ServiceType.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'preferred', 'uri' => 'http://hl7.org/fhir/ValueSet/c80-practice-codes' } },
|
52
|
+
'specialty' => { 'type' => 'CodeableConcept', 'path' => 'ServiceType.specialty', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => nil } }
|
53
53
|
}
|
54
54
|
|
55
55
|
attr_accessor :id # 0-1 id
|
@@ -65,13 +65,13 @@ module FHIR
|
|
65
65
|
include FHIR::DSTU2::Xml
|
66
66
|
|
67
67
|
METADATA = {
|
68
|
-
'id' => {'type'=>'id', 'path'=>'AvailableTime.id', 'min'=>0, 'max'=>1},
|
69
|
-
'extension' => {'type'=>'Extension', 'path'=>'AvailableTime.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
70
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'AvailableTime.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
71
|
-
'daysOfWeek' => {'valid_codes'=>{'http://hl7.org/fhir/days-of-week'=>['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']}, 'type'=>'code', 'path'=>'AvailableTime.daysOfWeek', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/days-of-week'}},
|
72
|
-
'allDay' => {'type'=>'boolean', 'path'=>'AvailableTime.allDay', 'min'=>0, 'max'=>1},
|
73
|
-
'availableStartTime' => {'type'=>'time', 'path'=>'AvailableTime.availableStartTime', 'min'=>0, 'max'=>1},
|
74
|
-
'availableEndTime' => {'type'=>'time', 'path'=>'AvailableTime.availableEndTime', 'min'=>0, 'max'=>1}
|
68
|
+
'id' => { 'type' => 'id', 'path' => 'AvailableTime.id', 'min' => 0, 'max' => 1 },
|
69
|
+
'extension' => { 'type' => 'Extension', 'path' => 'AvailableTime.extension', 'min' => 0, 'max' => Float::INFINITY },
|
70
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'AvailableTime.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
71
|
+
'daysOfWeek' => { 'valid_codes' => { 'http://hl7.org/fhir/days-of-week' => ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'] }, 'type' => 'code', 'path' => 'AvailableTime.daysOfWeek', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/days-of-week' } },
|
72
|
+
'allDay' => { 'type' => 'boolean', 'path' => 'AvailableTime.allDay', 'min' => 0, 'max' => 1 },
|
73
|
+
'availableStartTime' => { 'type' => 'time', 'path' => 'AvailableTime.availableStartTime', 'min' => 0, 'max' => 1 },
|
74
|
+
'availableEndTime' => { 'type' => 'time', 'path' => 'AvailableTime.availableEndTime', 'min' => 0, 'max' => 1 }
|
75
75
|
}
|
76
76
|
|
77
77
|
attr_accessor :id # 0-1 id
|
@@ -89,11 +89,11 @@ module FHIR
|
|
89
89
|
include FHIR::DSTU2::Xml
|
90
90
|
|
91
91
|
METADATA = {
|
92
|
-
'id' => {'type'=>'id', 'path'=>'NotAvailable.id', 'min'=>0, 'max'=>1},
|
93
|
-
'extension' => {'type'=>'Extension', 'path'=>'NotAvailable.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
94
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'NotAvailable.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
95
|
-
'description' => {'type'=>'string', 'path'=>'NotAvailable.description', 'min'=>1, 'max'=>1},
|
96
|
-
'during' => {'type'=>'Period', 'path'=>'NotAvailable.during', 'min'=>0, 'max'=>1}
|
92
|
+
'id' => { 'type' => 'id', 'path' => 'NotAvailable.id', 'min' => 0, 'max' => 1 },
|
93
|
+
'extension' => { 'type' => 'Extension', 'path' => 'NotAvailable.extension', 'min' => 0, 'max' => Float::INFINITY },
|
94
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'NotAvailable.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
95
|
+
'description' => { 'type' => 'string', 'path' => 'NotAvailable.description', 'min' => 1, 'max' => 1 },
|
96
|
+
'during' => { 'type' => 'Period', 'path' => 'NotAvailable.during', 'min' => 0, 'max' => 1 }
|
97
97
|
}
|
98
98
|
|
99
99
|
attr_accessor :id # 0-1 id
|
@@ -139,4 +139,4 @@ module FHIR
|
|
139
139
|
end
|
140
140
|
end
|
141
141
|
end
|
142
|
-
end
|
142
|
+
end
|