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
@@ -11,33 +11,33 @@ module FHIR
|
|
11
11
|
}
|
12
12
|
SEARCH_PARAMS = ['active', 'address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'animal-breed', 'animal-species', 'birthdate', 'careprovider', 'deathdate', 'deceased', 'email', 'family', 'gender', 'given', 'identifier', 'language', 'link', 'name', 'organization', 'phone', 'phonetic', 'telecom']
|
13
13
|
METADATA = {
|
14
|
-
'id' => {'type'=>'id', 'path'=>'Patient.id', 'min'=>0, 'max'=>1},
|
15
|
-
'meta' => {'type'=>'Meta', 'path'=>'Patient.meta', 'min'=>0, 'max'=>1},
|
16
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'Patient.implicitRules', 'min'=>0, 'max'=>1},
|
17
|
-
'language' => {'type'=>'code', 'path'=>'Patient.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
18
|
-
'text' => {'type'=>'Narrative', 'path'=>'Patient.text', 'min'=>0, 'max'=>1},
|
19
|
-
'contained' => {'type'=>'Resource', 'path'=>'Patient.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
20
|
-
'extension' => {'type'=>'Extension', 'path'=>'Patient.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
21
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Patient.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
22
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'Patient.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
23
|
-
'active' => {'type'=>'boolean', 'path'=>'Patient.active', 'min'=>0, 'max'=>1},
|
24
|
-
'name' => {'type'=>'HumanName', 'path'=>'Patient.name', 'min'=>0, 'max'=>Float::INFINITY},
|
25
|
-
'telecom' => {'type'=>'ContactPoint', 'path'=>'Patient.telecom', 'min'=>0, 'max'=>Float::INFINITY},
|
26
|
-
'gender' => {'valid_codes'=>{'http://hl7.org/fhir/administrative-gender'=>['male', 'female', 'other', 'unknown']}, 'type'=>'code', 'path'=>'Patient.gender', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/administrative-gender'}},
|
27
|
-
'birthDate' => {'type'=>'date', 'path'=>'Patient.birthDate', 'min'=>0, 'max'=>1},
|
28
|
-
'deceasedBoolean' => {'type'=>'boolean', 'path'=>'Patient.deceased[x]', 'min'=>0, 'max'=>1},
|
29
|
-
'deceasedDateTime' => {'type'=>'dateTime', 'path'=>'Patient.deceased[x]', 'min'=>0, 'max'=>1},
|
30
|
-
'address' => {'type'=>'Address', 'path'=>'Patient.address', 'min'=>0, 'max'=>Float::INFINITY},
|
31
|
-
'maritalStatus' => {'valid_codes'=>{'http://hl7.org/fhir/marital-status'=>['U'], 'http://hl7.org/fhir/v3/MaritalStatus'=>['A', 'D', 'I', 'L', 'M', 'P', 'S', 'T', 'U', 'W'], 'http://hl7.org/fhir/v3/NullFlavor'=>['NI', 'INV', 'DER', 'OTH', 'NINF', 'PINF', 'UNC', 'MSK', 'NA', 'UNK', 'ASKU', 'NAV', 'NASK', 'QS', 'TRC', 'NP']}, 'type'=>'CodeableConcept', 'path'=>'Patient.maritalStatus', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/marital-status'}},
|
32
|
-
'multipleBirthBoolean' => {'type'=>'boolean', 'path'=>'Patient.multipleBirth[x]', 'min'=>0, 'max'=>1},
|
33
|
-
'multipleBirthInteger' => {'type'=>'integer', 'path'=>'Patient.multipleBirth[x]', 'min'=>0, 'max'=>1},
|
34
|
-
'photo' => {'type'=>'Attachment', 'path'=>'Patient.photo', 'min'=>0, 'max'=>Float::INFINITY},
|
35
|
-
'contact' => {'type'=>'Patient::Contact', 'path'=>'Patient.contact', 'min'=>0, 'max'=>Float::INFINITY},
|
36
|
-
'animal' => {'type'=>'Patient::Animal', 'path'=>'Patient.animal', 'min'=>0, 'max'=>1},
|
37
|
-
'communication' => {'type'=>'Patient::Communication', 'path'=>'Patient.communication', 'min'=>0, 'max'=>Float::INFINITY},
|
38
|
-
'careProvider' => {'type'=>'Reference', 'path'=>'Patient.careProvider', 'min'=>0, 'max'=>Float::INFINITY},
|
39
|
-
'managingOrganization' => {'type'=>'Reference', 'path'=>'Patient.managingOrganization', 'min'=>0, 'max'=>1},
|
40
|
-
'link' => {'type'=>'Patient::Link', 'path'=>'Patient.link', 'min'=>0, 'max'=>Float::INFINITY}
|
14
|
+
'id' => { 'type' => 'id', 'path' => 'Patient.id', 'min' => 0, 'max' => 1 },
|
15
|
+
'meta' => { 'type' => 'Meta', 'path' => 'Patient.meta', 'min' => 0, 'max' => 1 },
|
16
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'Patient.implicitRules', 'min' => 0, 'max' => 1 },
|
17
|
+
'language' => { 'type' => 'code', 'path' => 'Patient.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
18
|
+
'text' => { 'type' => 'Narrative', 'path' => 'Patient.text', 'min' => 0, 'max' => 1 },
|
19
|
+
'contained' => { 'type' => 'Resource', 'path' => 'Patient.contained', 'min' => 0, 'max' => Float::INFINITY },
|
20
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Patient.extension', 'min' => 0, 'max' => Float::INFINITY },
|
21
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Patient.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
22
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'Patient.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
23
|
+
'active' => { 'type' => 'boolean', 'path' => 'Patient.active', 'min' => 0, 'max' => 1 },
|
24
|
+
'name' => { 'type' => 'HumanName', 'path' => 'Patient.name', 'min' => 0, 'max' => Float::INFINITY },
|
25
|
+
'telecom' => { 'type' => 'ContactPoint', 'path' => 'Patient.telecom', 'min' => 0, 'max' => Float::INFINITY },
|
26
|
+
'gender' => { 'valid_codes' => { 'http://hl7.org/fhir/administrative-gender' => ['male', 'female', 'other', 'unknown'] }, 'type' => 'code', 'path' => 'Patient.gender', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/administrative-gender' } },
|
27
|
+
'birthDate' => { 'type' => 'date', 'path' => 'Patient.birthDate', 'min' => 0, 'max' => 1 },
|
28
|
+
'deceasedBoolean' => { 'type' => 'boolean', 'path' => 'Patient.deceased[x]', 'min' => 0, 'max' => 1 },
|
29
|
+
'deceasedDateTime' => { 'type' => 'dateTime', 'path' => 'Patient.deceased[x]', 'min' => 0, 'max' => 1 },
|
30
|
+
'address' => { 'type' => 'Address', 'path' => 'Patient.address', 'min' => 0, 'max' => Float::INFINITY },
|
31
|
+
'maritalStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/marital-status' => ['U'], 'http://hl7.org/fhir/v3/MaritalStatus' => ['A', 'D', 'I', 'L', 'M', 'P', 'S', 'T', 'U', 'W'], 'http://hl7.org/fhir/v3/NullFlavor' => ['NI', 'INV', 'DER', 'OTH', 'NINF', 'PINF', 'UNC', 'MSK', 'NA', 'UNK', 'ASKU', 'NAV', 'NASK', 'QS', 'TRC', 'NP'] }, 'type' => 'CodeableConcept', 'path' => 'Patient.maritalStatus', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/marital-status' } },
|
32
|
+
'multipleBirthBoolean' => { 'type' => 'boolean', 'path' => 'Patient.multipleBirth[x]', 'min' => 0, 'max' => 1 },
|
33
|
+
'multipleBirthInteger' => { 'type' => 'integer', 'path' => 'Patient.multipleBirth[x]', 'min' => 0, 'max' => 1 },
|
34
|
+
'photo' => { 'type' => 'Attachment', 'path' => 'Patient.photo', 'min' => 0, 'max' => Float::INFINITY },
|
35
|
+
'contact' => { 'type' => 'Patient::Contact', 'path' => 'Patient.contact', 'min' => 0, 'max' => Float::INFINITY },
|
36
|
+
'animal' => { 'type' => 'Patient::Animal', 'path' => 'Patient.animal', 'min' => 0, 'max' => 1 },
|
37
|
+
'communication' => { 'type' => 'Patient::Communication', 'path' => 'Patient.communication', 'min' => 0, 'max' => Float::INFINITY },
|
38
|
+
'careProvider' => { 'type' => 'Reference', 'path' => 'Patient.careProvider', 'min' => 0, 'max' => Float::INFINITY },
|
39
|
+
'managingOrganization' => { 'type' => 'Reference', 'path' => 'Patient.managingOrganization', 'min' => 0, 'max' => 1 },
|
40
|
+
'link' => { 'type' => 'Patient::Link', 'path' => 'Patient.link', 'min' => 0, 'max' => Float::INFINITY }
|
41
41
|
}
|
42
42
|
|
43
43
|
class Contact < FHIR::DSTU2::Model
|
@@ -46,16 +46,16 @@ module FHIR
|
|
46
46
|
include FHIR::DSTU2::Xml
|
47
47
|
|
48
48
|
METADATA = {
|
49
|
-
'id' => {'type'=>'id', 'path'=>'Contact.id', 'min'=>0, 'max'=>1},
|
50
|
-
'extension' => {'type'=>'Extension', 'path'=>'Contact.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
51
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Contact.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
52
|
-
'relationship' => {'valid_codes'=>{'http://hl7.org/fhir/patient-contact-relationship'=>['emergency', 'family', 'guardian', 'friend', 'partner', 'work', 'caregiver', 'agent', 'guarantor', 'owner', 'parent']}, 'type'=>'CodeableConcept', 'path'=>'Contact.relationship', 'min'=>0, 'max'=>Float::INFINITY, 'binding'=>{'strength'=>'extensible', 'uri'=>'http://hl7.org/fhir/ValueSet/patient-contact-relationship'}},
|
53
|
-
'name' => {'type'=>'HumanName', 'path'=>'Contact.name', 'min'=>0, 'max'=>1},
|
54
|
-
'telecom' => {'type'=>'ContactPoint', 'path'=>'Contact.telecom', 'min'=>0, 'max'=>Float::INFINITY},
|
55
|
-
'address' => {'type'=>'Address', 'path'=>'Contact.address', 'min'=>0, 'max'=>1},
|
56
|
-
'gender' => {'valid_codes'=>{'http://hl7.org/fhir/administrative-gender'=>['male', 'female', 'other', 'unknown']}, 'type'=>'code', 'path'=>'Contact.gender', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/administrative-gender'}},
|
57
|
-
'organization' => {'type'=>'Reference', 'path'=>'Contact.organization', 'min'=>0, 'max'=>1},
|
58
|
-
'period' => {'type'=>'Period', 'path'=>'Contact.period', 'min'=>0, 'max'=>1}
|
49
|
+
'id' => { 'type' => 'id', 'path' => 'Contact.id', 'min' => 0, 'max' => 1 },
|
50
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Contact.extension', 'min' => 0, 'max' => Float::INFINITY },
|
51
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Contact.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
52
|
+
'relationship' => { 'valid_codes' => { 'http://hl7.org/fhir/patient-contact-relationship' => ['emergency', 'family', 'guardian', 'friend', 'partner', 'work', 'caregiver', 'agent', 'guarantor', 'owner', 'parent'] }, 'type' => 'CodeableConcept', 'path' => 'Contact.relationship', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'extensible', 'uri' => 'http://hl7.org/fhir/ValueSet/patient-contact-relationship' } },
|
53
|
+
'name' => { 'type' => 'HumanName', 'path' => 'Contact.name', 'min' => 0, 'max' => 1 },
|
54
|
+
'telecom' => { 'type' => 'ContactPoint', 'path' => 'Contact.telecom', 'min' => 0, 'max' => Float::INFINITY },
|
55
|
+
'address' => { 'type' => 'Address', 'path' => 'Contact.address', 'min' => 0, 'max' => 1 },
|
56
|
+
'gender' => { 'valid_codes' => { 'http://hl7.org/fhir/administrative-gender' => ['male', 'female', 'other', 'unknown'] }, 'type' => 'code', 'path' => 'Contact.gender', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/administrative-gender' } },
|
57
|
+
'organization' => { 'type' => 'Reference', 'path' => 'Contact.organization', 'min' => 0, 'max' => 1 },
|
58
|
+
'period' => { 'type' => 'Period', 'path' => 'Contact.period', 'min' => 0, 'max' => 1 }
|
59
59
|
}
|
60
60
|
|
61
61
|
attr_accessor :id # 0-1 id
|
@@ -76,12 +76,12 @@ module FHIR
|
|
76
76
|
include FHIR::DSTU2::Xml
|
77
77
|
|
78
78
|
METADATA = {
|
79
|
-
'id' => {'type'=>'id', 'path'=>'Animal.id', 'min'=>0, 'max'=>1},
|
80
|
-
'extension' => {'type'=>'Extension', 'path'=>'Animal.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
81
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Animal.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
82
|
-
'species' => {'valid_codes'=>{'http://hl7.org/fhir/animal-species'=>['canislf', 'ovisa', 'serinuscd']}, 'type'=>'CodeableConcept', 'path'=>'Animal.species', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/animal-species'}},
|
83
|
-
'breed' => {'valid_codes'=>{'http://hl7.org/fhir/animal-breed'=>['gsd', 'irt', 'tibmas', 'gret']}, 'type'=>'CodeableConcept', 'path'=>'Animal.breed', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/animal-breeds'}},
|
84
|
-
'genderStatus' => {'valid_codes'=>{'http://hl7.org/fhir/animal-genderstatus'=>['neutered', 'intact', 'unknown']}, 'type'=>'CodeableConcept', 'path'=>'Animal.genderStatus', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/animal-genderstatus'}}
|
79
|
+
'id' => { 'type' => 'id', 'path' => 'Animal.id', 'min' => 0, 'max' => 1 },
|
80
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Animal.extension', 'min' => 0, 'max' => Float::INFINITY },
|
81
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Animal.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
82
|
+
'species' => { 'valid_codes' => { 'http://hl7.org/fhir/animal-species' => ['canislf', 'ovisa', 'serinuscd'] }, 'type' => 'CodeableConcept', 'path' => 'Animal.species', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/animal-species' } },
|
83
|
+
'breed' => { 'valid_codes' => { 'http://hl7.org/fhir/animal-breed' => ['gsd', 'irt', 'tibmas', 'gret'] }, 'type' => 'CodeableConcept', 'path' => 'Animal.breed', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/animal-breeds' } },
|
84
|
+
'genderStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/animal-genderstatus' => ['neutered', 'intact', 'unknown'] }, 'type' => 'CodeableConcept', 'path' => 'Animal.genderStatus', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/animal-genderstatus' } }
|
85
85
|
}
|
86
86
|
|
87
87
|
attr_accessor :id # 0-1 id
|
@@ -98,11 +98,11 @@ module FHIR
|
|
98
98
|
include FHIR::DSTU2::Xml
|
99
99
|
|
100
100
|
METADATA = {
|
101
|
-
'id' => {'type'=>'id', 'path'=>'Communication.id', 'min'=>0, 'max'=>1},
|
102
|
-
'extension' => {'type'=>'Extension', 'path'=>'Communication.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
103
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Communication.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
104
|
-
'language' => {'type'=>'CodeableConcept', 'path'=>'Communication.language', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
105
|
-
'preferred' => {'type'=>'boolean', 'path'=>'Communication.preferred', 'min'=>0, 'max'=>1}
|
101
|
+
'id' => { 'type' => 'id', 'path' => 'Communication.id', 'min' => 0, 'max' => 1 },
|
102
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Communication.extension', 'min' => 0, 'max' => Float::INFINITY },
|
103
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Communication.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
104
|
+
'language' => { 'type' => 'CodeableConcept', 'path' => 'Communication.language', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
105
|
+
'preferred' => { 'type' => 'boolean', 'path' => 'Communication.preferred', 'min' => 0, 'max' => 1 }
|
106
106
|
}
|
107
107
|
|
108
108
|
attr_accessor :id # 0-1 id
|
@@ -118,11 +118,11 @@ module FHIR
|
|
118
118
|
include FHIR::DSTU2::Xml
|
119
119
|
|
120
120
|
METADATA = {
|
121
|
-
'id' => {'type'=>'id', 'path'=>'Link.id', 'min'=>0, 'max'=>1},
|
122
|
-
'extension' => {'type'=>'Extension', 'path'=>'Link.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
123
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Link.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
124
|
-
'other' => {'type'=>'Reference', 'path'=>'Link.other', 'min'=>1, 'max'=>1},
|
125
|
-
'type' => {'valid_codes'=>{'http://hl7.org/fhir/link-type'=>['replace', 'refer', 'seealso']}, 'type'=>'code', 'path'=>'Link.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/link-type'}}
|
121
|
+
'id' => { 'type' => 'id', 'path' => 'Link.id', 'min' => 0, 'max' => 1 },
|
122
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Link.extension', 'min' => 0, 'max' => Float::INFINITY },
|
123
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Link.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
124
|
+
'other' => { 'type' => 'Reference', 'path' => 'Link.other', 'min' => 1, 'max' => 1 },
|
125
|
+
'type' => { 'valid_codes' => { 'http://hl7.org/fhir/link-type' => ['replace', 'refer', 'seealso'] }, 'type' => 'code', 'path' => 'Link.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/link-type' } }
|
126
126
|
}
|
127
127
|
|
128
128
|
attr_accessor :id # 0-1 id
|
@@ -165,4 +165,4 @@ module FHIR
|
|
165
165
|
end
|
166
166
|
end
|
167
167
|
end
|
168
|
-
end
|
168
|
+
end
|
@@ -7,24 +7,24 @@ module FHIR
|
|
7
7
|
|
8
8
|
SEARCH_PARAMS = ['identifier']
|
9
9
|
METADATA = {
|
10
|
-
'id' => {'type'=>'id', 'path'=>'PaymentNotice.id', 'min'=>0, 'max'=>1},
|
11
|
-
'meta' => {'type'=>'Meta', 'path'=>'PaymentNotice.meta', 'min'=>0, 'max'=>1},
|
12
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'PaymentNotice.implicitRules', 'min'=>0, 'max'=>1},
|
13
|
-
'language' => {'type'=>'code', 'path'=>'PaymentNotice.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
14
|
-
'text' => {'type'=>'Narrative', 'path'=>'PaymentNotice.text', 'min'=>0, 'max'=>1},
|
15
|
-
'contained' => {'type'=>'Resource', 'path'=>'PaymentNotice.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
-
'extension' => {'type'=>'Extension', 'path'=>'PaymentNotice.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'PaymentNotice.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
18
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'PaymentNotice.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
19
|
-
'ruleset' => {'valid_codes'=>{'http://hl7.org/fhir/ruleset'=>['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3']}, 'type'=>'Coding', 'path'=>'PaymentNotice.ruleset', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ruleset'}},
|
20
|
-
'originalRuleset' => {'valid_codes'=>{'http://hl7.org/fhir/ruleset'=>['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3']}, 'type'=>'Coding', 'path'=>'PaymentNotice.originalRuleset', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ruleset'}},
|
21
|
-
'created' => {'type'=>'dateTime', 'path'=>'PaymentNotice.created', 'min'=>0, 'max'=>1},
|
22
|
-
'target' => {'type'=>'Reference', 'path'=>'PaymentNotice.target', 'min'=>0, 'max'=>1},
|
23
|
-
'provider' => {'type'=>'Reference', 'path'=>'PaymentNotice.provider', 'min'=>0, 'max'=>1},
|
24
|
-
'organization' => {'type'=>'Reference', 'path'=>'PaymentNotice.organization', 'min'=>0, 'max'=>1},
|
25
|
-
'request' => {'type'=>'Reference', 'path'=>'PaymentNotice.request', 'min'=>0, 'max'=>1},
|
26
|
-
'response' => {'type'=>'Reference', 'path'=>'PaymentNotice.response', 'min'=>0, 'max'=>1},
|
27
|
-
'paymentStatus' => {'valid_codes'=>{'http://hl7.org/fhir/paymentstatus'=>['paid', 'cleared']}, 'type'=>'Coding', 'path'=>'PaymentNotice.paymentStatus', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/payment-status'}}
|
10
|
+
'id' => { 'type' => 'id', 'path' => 'PaymentNotice.id', 'min' => 0, 'max' => 1 },
|
11
|
+
'meta' => { 'type' => 'Meta', 'path' => 'PaymentNotice.meta', 'min' => 0, 'max' => 1 },
|
12
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'PaymentNotice.implicitRules', 'min' => 0, 'max' => 1 },
|
13
|
+
'language' => { 'type' => 'code', 'path' => 'PaymentNotice.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
14
|
+
'text' => { 'type' => 'Narrative', 'path' => 'PaymentNotice.text', 'min' => 0, 'max' => 1 },
|
15
|
+
'contained' => { 'type' => 'Resource', 'path' => 'PaymentNotice.contained', 'min' => 0, 'max' => Float::INFINITY },
|
16
|
+
'extension' => { 'type' => 'Extension', 'path' => 'PaymentNotice.extension', 'min' => 0, 'max' => Float::INFINITY },
|
17
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'PaymentNotice.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
18
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'PaymentNotice.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
19
|
+
'ruleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentNotice.ruleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } },
|
20
|
+
'originalRuleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentNotice.originalRuleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } },
|
21
|
+
'created' => { 'type' => 'dateTime', 'path' => 'PaymentNotice.created', 'min' => 0, 'max' => 1 },
|
22
|
+
'target' => { 'type' => 'Reference', 'path' => 'PaymentNotice.target', 'min' => 0, 'max' => 1 },
|
23
|
+
'provider' => { 'type' => 'Reference', 'path' => 'PaymentNotice.provider', 'min' => 0, 'max' => 1 },
|
24
|
+
'organization' => { 'type' => 'Reference', 'path' => 'PaymentNotice.organization', 'min' => 0, 'max' => 1 },
|
25
|
+
'request' => { 'type' => 'Reference', 'path' => 'PaymentNotice.request', 'min' => 0, 'max' => 1 },
|
26
|
+
'response' => { 'type' => 'Reference', 'path' => 'PaymentNotice.response', 'min' => 0, 'max' => 1 },
|
27
|
+
'paymentStatus' => { 'valid_codes' => { 'http://hl7.org/fhir/paymentstatus' => ['paid', 'cleared'] }, 'type' => 'Coding', 'path' => 'PaymentNotice.paymentStatus', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/payment-status' } }
|
28
28
|
}
|
29
29
|
|
30
30
|
attr_accessor :id # 0-1 id
|
@@ -51,4 +51,4 @@ module FHIR
|
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|
54
|
-
end
|
54
|
+
end
|
@@ -7,29 +7,29 @@ module FHIR
|
|
7
7
|
|
8
8
|
SEARCH_PARAMS = ['identifier']
|
9
9
|
METADATA = {
|
10
|
-
'id' => {'type'=>'id', 'path'=>'PaymentReconciliation.id', 'min'=>0, 'max'=>1},
|
11
|
-
'meta' => {'type'=>'Meta', 'path'=>'PaymentReconciliation.meta', 'min'=>0, 'max'=>1},
|
12
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'PaymentReconciliation.implicitRules', 'min'=>0, 'max'=>1},
|
13
|
-
'language' => {'type'=>'code', 'path'=>'PaymentReconciliation.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
14
|
-
'text' => {'type'=>'Narrative', 'path'=>'PaymentReconciliation.text', 'min'=>0, 'max'=>1},
|
15
|
-
'contained' => {'type'=>'Resource', 'path'=>'PaymentReconciliation.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
-
'extension' => {'type'=>'Extension', 'path'=>'PaymentReconciliation.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'PaymentReconciliation.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
18
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'PaymentReconciliation.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
19
|
-
'request' => {'type'=>'Reference', 'path'=>'PaymentReconciliation.request', 'min'=>0, 'max'=>1},
|
20
|
-
'outcome' => {'valid_codes'=>{'http://hl7.org/fhir/remittance-outcome'=>['complete', 'error']}, 'type'=>'code', 'path'=>'PaymentReconciliation.outcome', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/remittance-outcome'}},
|
21
|
-
'disposition' => {'type'=>'string', 'path'=>'PaymentReconciliation.disposition', 'min'=>0, 'max'=>1},
|
22
|
-
'ruleset' => {'valid_codes'=>{'http://hl7.org/fhir/ruleset'=>['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3']}, 'type'=>'Coding', 'path'=>'PaymentReconciliation.ruleset', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ruleset'}},
|
23
|
-
'originalRuleset' => {'valid_codes'=>{'http://hl7.org/fhir/ruleset'=>['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3']}, 'type'=>'Coding', 'path'=>'PaymentReconciliation.originalRuleset', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/ruleset'}},
|
24
|
-
'created' => {'type'=>'dateTime', 'path'=>'PaymentReconciliation.created', 'min'=>0, 'max'=>1},
|
25
|
-
'period' => {'type'=>'Period', 'path'=>'PaymentReconciliation.period', 'min'=>0, 'max'=>1},
|
26
|
-
'organization' => {'type'=>'Reference', 'path'=>'PaymentReconciliation.organization', 'min'=>0, 'max'=>1},
|
27
|
-
'requestProvider' => {'type'=>'Reference', 'path'=>'PaymentReconciliation.requestProvider', 'min'=>0, 'max'=>1},
|
28
|
-
'requestOrganization' => {'type'=>'Reference', 'path'=>'PaymentReconciliation.requestOrganization', 'min'=>0, 'max'=>1},
|
29
|
-
'detail' => {'type'=>'PaymentReconciliation::Detail', 'path'=>'PaymentReconciliation.detail', 'min'=>0, 'max'=>Float::INFINITY},
|
30
|
-
'form' => {'valid_codes'=>{'http://hl7.org/fhir/forms-codes'=>['1', '2']}, 'type'=>'Coding', 'path'=>'PaymentReconciliation.form', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/forms'}},
|
31
|
-
'total' => {'type'=>'Quantity', 'path'=>'PaymentReconciliation.total', 'min'=>1, 'max'=>1},
|
32
|
-
'note' => {'type'=>'PaymentReconciliation::Note', 'path'=>'PaymentReconciliation.note', 'min'=>0, 'max'=>Float::INFINITY}
|
10
|
+
'id' => { 'type' => 'id', 'path' => 'PaymentReconciliation.id', 'min' => 0, 'max' => 1 },
|
11
|
+
'meta' => { 'type' => 'Meta', 'path' => 'PaymentReconciliation.meta', 'min' => 0, 'max' => 1 },
|
12
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'PaymentReconciliation.implicitRules', 'min' => 0, 'max' => 1 },
|
13
|
+
'language' => { 'type' => 'code', 'path' => 'PaymentReconciliation.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
14
|
+
'text' => { 'type' => 'Narrative', 'path' => 'PaymentReconciliation.text', 'min' => 0, 'max' => 1 },
|
15
|
+
'contained' => { 'type' => 'Resource', 'path' => 'PaymentReconciliation.contained', 'min' => 0, 'max' => Float::INFINITY },
|
16
|
+
'extension' => { 'type' => 'Extension', 'path' => 'PaymentReconciliation.extension', 'min' => 0, 'max' => Float::INFINITY },
|
17
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'PaymentReconciliation.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
18
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'PaymentReconciliation.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
19
|
+
'request' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.request', 'min' => 0, 'max' => 1 },
|
20
|
+
'outcome' => { 'valid_codes' => { 'http://hl7.org/fhir/remittance-outcome' => ['complete', 'error'] }, 'type' => 'code', 'path' => 'PaymentReconciliation.outcome', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/remittance-outcome' } },
|
21
|
+
'disposition' => { 'type' => 'string', 'path' => 'PaymentReconciliation.disposition', 'min' => 0, 'max' => 1 },
|
22
|
+
'ruleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.ruleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } },
|
23
|
+
'originalRuleset' => { 'valid_codes' => { 'http://hl7.org/fhir/ruleset' => ['x12-4010', 'x12-5010', 'x12-7010', 'cdanet-v2', 'cdanet-v4', 'cpha-3'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.originalRuleset', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/ruleset' } },
|
24
|
+
'created' => { 'type' => 'dateTime', 'path' => 'PaymentReconciliation.created', 'min' => 0, 'max' => 1 },
|
25
|
+
'period' => { 'type' => 'Period', 'path' => 'PaymentReconciliation.period', 'min' => 0, 'max' => 1 },
|
26
|
+
'organization' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.organization', 'min' => 0, 'max' => 1 },
|
27
|
+
'requestProvider' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.requestProvider', 'min' => 0, 'max' => 1 },
|
28
|
+
'requestOrganization' => { 'type' => 'Reference', 'path' => 'PaymentReconciliation.requestOrganization', 'min' => 0, 'max' => 1 },
|
29
|
+
'detail' => { 'type' => 'PaymentReconciliation::Detail', 'path' => 'PaymentReconciliation.detail', 'min' => 0, 'max' => Float::INFINITY },
|
30
|
+
'form' => { 'valid_codes' => { 'http://hl7.org/fhir/forms-codes' => ['1', '2'] }, 'type' => 'Coding', 'path' => 'PaymentReconciliation.form', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/forms' } },
|
31
|
+
'total' => { 'type' => 'Quantity', 'path' => 'PaymentReconciliation.total', 'min' => 1, 'max' => 1 },
|
32
|
+
'note' => { 'type' => 'PaymentReconciliation::Note', 'path' => 'PaymentReconciliation.note', 'min' => 0, 'max' => Float::INFINITY }
|
33
33
|
}
|
34
34
|
|
35
35
|
class Detail < FHIR::DSTU2::Model
|
@@ -38,16 +38,16 @@ module FHIR
|
|
38
38
|
include FHIR::DSTU2::Xml
|
39
39
|
|
40
40
|
METADATA = {
|
41
|
-
'id' => {'type'=>'id', 'path'=>'Detail.id', 'min'=>0, 'max'=>1},
|
42
|
-
'extension' => {'type'=>'Extension', 'path'=>'Detail.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
43
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Detail.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
44
|
-
'type' => {'valid_codes'=>{'http://hl7.org/fhir/payment-type'=>['payment', 'adjustment', 'advance']}, 'type'=>'Coding', 'path'=>'Detail.type', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'example', 'uri'=>'http://hl7.org/fhir/ValueSet/payment-type'}},
|
45
|
-
'request' => {'type'=>'Reference', 'path'=>'Detail.request', 'min'=>0, 'max'=>1},
|
46
|
-
'responce' => {'type'=>'Reference', 'path'=>'Detail.responce', 'min'=>0, 'max'=>1},
|
47
|
-
'submitter' => {'type'=>'Reference', 'path'=>'Detail.submitter', 'min'=>0, 'max'=>1},
|
48
|
-
'payee' => {'type'=>'Reference', 'path'=>'Detail.payee', 'min'=>0, 'max'=>1},
|
49
|
-
'date' => {'type'=>'date', 'path'=>'Detail.date', 'min'=>0, 'max'=>1},
|
50
|
-
'amount' => {'type'=>'Quantity', 'path'=>'Detail.amount', 'min'=>0, 'max'=>1}
|
41
|
+
'id' => { 'type' => 'id', 'path' => 'Detail.id', 'min' => 0, 'max' => 1 },
|
42
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Detail.extension', 'min' => 0, 'max' => Float::INFINITY },
|
43
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Detail.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
44
|
+
'type' => { 'valid_codes' => { 'http://hl7.org/fhir/payment-type' => ['payment', 'adjustment', 'advance'] }, 'type' => 'Coding', 'path' => 'Detail.type', 'min' => 1, 'max' => 1, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/payment-type' } },
|
45
|
+
'request' => { 'type' => 'Reference', 'path' => 'Detail.request', 'min' => 0, 'max' => 1 },
|
46
|
+
'responce' => { 'type' => 'Reference', 'path' => 'Detail.responce', 'min' => 0, 'max' => 1 },
|
47
|
+
'submitter' => { 'type' => 'Reference', 'path' => 'Detail.submitter', 'min' => 0, 'max' => 1 },
|
48
|
+
'payee' => { 'type' => 'Reference', 'path' => 'Detail.payee', 'min' => 0, 'max' => 1 },
|
49
|
+
'date' => { 'type' => 'date', 'path' => 'Detail.date', 'min' => 0, 'max' => 1 },
|
50
|
+
'amount' => { 'type' => 'Quantity', 'path' => 'Detail.amount', 'min' => 0, 'max' => 1 }
|
51
51
|
}
|
52
52
|
|
53
53
|
attr_accessor :id # 0-1 id
|
@@ -68,11 +68,11 @@ module FHIR
|
|
68
68
|
include FHIR::DSTU2::Xml
|
69
69
|
|
70
70
|
METADATA = {
|
71
|
-
'id' => {'type'=>'id', 'path'=>'Note.id', 'min'=>0, 'max'=>1},
|
72
|
-
'extension' => {'type'=>'Extension', 'path'=>'Note.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
73
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Note.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
74
|
-
'type' => {'valid_codes'=>{'http://hl7.org/fhir/note-type'=>['display', 'print', 'printoper']}, 'type'=>'Coding', 'path'=>'Note.type', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/note-type'}},
|
75
|
-
'text' => {'type'=>'string', 'path'=>'Note.text', 'min'=>0, 'max'=>1}
|
71
|
+
'id' => { 'type' => 'id', 'path' => 'Note.id', 'min' => 0, 'max' => 1 },
|
72
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Note.extension', 'min' => 0, 'max' => Float::INFINITY },
|
73
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Note.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
74
|
+
'type' => { 'valid_codes' => { 'http://hl7.org/fhir/note-type' => ['display', 'print', 'printoper'] }, 'type' => 'Coding', 'path' => 'Note.type', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/note-type' } },
|
75
|
+
'text' => { 'type' => 'string', 'path' => 'Note.text', 'min' => 0, 'max' => 1 }
|
76
76
|
}
|
77
77
|
|
78
78
|
attr_accessor :id # 0-1 id
|
@@ -111,4 +111,4 @@ module FHIR
|
|
111
111
|
end
|
112
112
|
end
|
113
113
|
end
|
114
|
-
end
|
114
|
+
end
|
@@ -7,24 +7,24 @@ module FHIR
|
|
7
7
|
|
8
8
|
SEARCH_PARAMS = ['address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'birthdate', 'email', 'gender', 'identifier', 'name', 'patient', 'phone', 'phonetic', 'telecom', 'address', 'address-city', 'address-country', 'address-postalcode', 'address-state', 'address-use', 'birthdate', 'email', 'gender', 'identifier', 'link', 'name', 'organization', 'patient', 'phone', 'phonetic', 'practitioner', 'relatedperson', 'telecom']
|
9
9
|
METADATA = {
|
10
|
-
'id' => {'type'=>'id', 'path'=>'Person.id', 'min'=>0, 'max'=>1},
|
11
|
-
'meta' => {'type'=>'Meta', 'path'=>'Person.meta', 'min'=>0, 'max'=>1},
|
12
|
-
'implicitRules' => {'type'=>'uri', 'path'=>'Person.implicitRules', 'min'=>0, 'max'=>1},
|
13
|
-
'language' => {'type'=>'code', 'path'=>'Person.language', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://tools.ietf.org/html/bcp47'}},
|
14
|
-
'text' => {'type'=>'Narrative', 'path'=>'Person.text', 'min'=>0, 'max'=>1},
|
15
|
-
'contained' => {'type'=>'Resource', 'path'=>'Person.contained', 'min'=>0, 'max'=>Float::INFINITY},
|
16
|
-
'extension' => {'type'=>'Extension', 'path'=>'Person.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
17
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Person.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
18
|
-
'identifier' => {'type'=>'Identifier', 'path'=>'Person.identifier', 'min'=>0, 'max'=>Float::INFINITY},
|
19
|
-
'name' => {'type'=>'HumanName', 'path'=>'Person.name', 'min'=>0, 'max'=>Float::INFINITY},
|
20
|
-
'telecom' => {'type'=>'ContactPoint', 'path'=>'Person.telecom', 'min'=>0, 'max'=>Float::INFINITY},
|
21
|
-
'gender' => {'valid_codes'=>{'http://hl7.org/fhir/administrative-gender'=>['male', 'female', 'other', 'unknown']}, 'type'=>'code', 'path'=>'Person.gender', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/administrative-gender'}},
|
22
|
-
'birthDate' => {'type'=>'date', 'path'=>'Person.birthDate', 'min'=>0, 'max'=>1},
|
23
|
-
'address' => {'type'=>'Address', 'path'=>'Person.address', 'min'=>0, 'max'=>Float::INFINITY},
|
24
|
-
'photo' => {'type'=>'Attachment', 'path'=>'Person.photo', 'min'=>0, 'max'=>1},
|
25
|
-
'managingOrganization' => {'type'=>'Reference', 'path'=>'Person.managingOrganization', 'min'=>0, 'max'=>1},
|
26
|
-
'active' => {'type'=>'boolean', 'path'=>'Person.active', 'min'=>0, 'max'=>1},
|
27
|
-
'link' => {'type'=>'Person::Link', 'path'=>'Person.link', 'min'=>0, 'max'=>Float::INFINITY}
|
10
|
+
'id' => { 'type' => 'id', 'path' => 'Person.id', 'min' => 0, 'max' => 1 },
|
11
|
+
'meta' => { 'type' => 'Meta', 'path' => 'Person.meta', 'min' => 0, 'max' => 1 },
|
12
|
+
'implicitRules' => { 'type' => 'uri', 'path' => 'Person.implicitRules', 'min' => 0, 'max' => 1 },
|
13
|
+
'language' => { 'type' => 'code', 'path' => 'Person.language', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://tools.ietf.org/html/bcp47' } },
|
14
|
+
'text' => { 'type' => 'Narrative', 'path' => 'Person.text', 'min' => 0, 'max' => 1 },
|
15
|
+
'contained' => { 'type' => 'Resource', 'path' => 'Person.contained', 'min' => 0, 'max' => Float::INFINITY },
|
16
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Person.extension', 'min' => 0, 'max' => Float::INFINITY },
|
17
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Person.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
18
|
+
'identifier' => { 'type' => 'Identifier', 'path' => 'Person.identifier', 'min' => 0, 'max' => Float::INFINITY },
|
19
|
+
'name' => { 'type' => 'HumanName', 'path' => 'Person.name', 'min' => 0, 'max' => Float::INFINITY },
|
20
|
+
'telecom' => { 'type' => 'ContactPoint', 'path' => 'Person.telecom', 'min' => 0, 'max' => Float::INFINITY },
|
21
|
+
'gender' => { 'valid_codes' => { 'http://hl7.org/fhir/administrative-gender' => ['male', 'female', 'other', 'unknown'] }, 'type' => 'code', 'path' => 'Person.gender', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/administrative-gender' } },
|
22
|
+
'birthDate' => { 'type' => 'date', 'path' => 'Person.birthDate', 'min' => 0, 'max' => 1 },
|
23
|
+
'address' => { 'type' => 'Address', 'path' => 'Person.address', 'min' => 0, 'max' => Float::INFINITY },
|
24
|
+
'photo' => { 'type' => 'Attachment', 'path' => 'Person.photo', 'min' => 0, 'max' => 1 },
|
25
|
+
'managingOrganization' => { 'type' => 'Reference', 'path' => 'Person.managingOrganization', 'min' => 0, 'max' => 1 },
|
26
|
+
'active' => { 'type' => 'boolean', 'path' => 'Person.active', 'min' => 0, 'max' => 1 },
|
27
|
+
'link' => { 'type' => 'Person::Link', 'path' => 'Person.link', 'min' => 0, 'max' => Float::INFINITY }
|
28
28
|
}
|
29
29
|
|
30
30
|
class Link < FHIR::DSTU2::Model
|
@@ -33,11 +33,11 @@ module FHIR
|
|
33
33
|
include FHIR::DSTU2::Xml
|
34
34
|
|
35
35
|
METADATA = {
|
36
|
-
'id' => {'type'=>'id', 'path'=>'Link.id', 'min'=>0, 'max'=>1},
|
37
|
-
'extension' => {'type'=>'Extension', 'path'=>'Link.extension', 'min'=>0, 'max'=>Float::INFINITY},
|
38
|
-
'modifierExtension' => {'type'=>'Extension', 'path'=>'Link.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
|
39
|
-
'target' => {'type'=>'Reference', 'path'=>'Link.target', 'min'=>1, 'max'=>1},
|
40
|
-
'assurance' => {'valid_codes'=>{'http://hl7.org/fhir/identity-assuranceLevel'=>['level1', 'level2', 'level3', 'level4']}, 'type'=>'code', 'path'=>'Link.assurance', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/identity-assuranceLevel'}}
|
36
|
+
'id' => { 'type' => 'id', 'path' => 'Link.id', 'min' => 0, 'max' => 1 },
|
37
|
+
'extension' => { 'type' => 'Extension', 'path' => 'Link.extension', 'min' => 0, 'max' => Float::INFINITY },
|
38
|
+
'modifierExtension' => { 'type' => 'Extension', 'path' => 'Link.modifierExtension', 'min' => 0, 'max' => Float::INFINITY },
|
39
|
+
'target' => { 'type' => 'Reference', 'path' => 'Link.target', 'min' => 1, 'max' => 1 },
|
40
|
+
'assurance' => { 'valid_codes' => { 'http://hl7.org/fhir/identity-assuranceLevel' => ['level1', 'level2', 'level3', 'level4'] }, 'type' => 'code', 'path' => 'Link.assurance', 'min' => 0, 'max' => 1, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/identity-assuranceLevel' } }
|
41
41
|
}
|
42
42
|
|
43
43
|
attr_accessor :id # 0-1 id
|
@@ -71,4 +71,4 @@ module FHIR
|
|
71
71
|
end
|
72
72
|
end
|
73
73
|
end
|
74
|
-
end
|
74
|
+
end
|