|
| 1 | +from __future__ import annotations |
| 2 | + |
| 3 | +from spark_auto_mapper_fhir.fhir_types.uri import FhirUri |
| 4 | + |
| 5 | +from spark_auto_mapper_fhir.value_sets.generic_type import GenericTypeCode |
| 6 | +from spark_auto_mapper.type_definitions.defined_types import AutoMapperTextInputType |
| 7 | + |
| 8 | + |
| 9 | +# This file is auto-generated by generate_classes so do not edit manually |
| 10 | +# noinspection PyPep8Naming |
| 11 | +class FHIRAllTypesCode(GenericTypeCode): |
| 12 | + """ |
| 13 | + FHIRAllTypes |
| 14 | + """ |
| 15 | + |
| 16 | + def __init__(self, value: AutoMapperTextInputType): |
| 17 | + super().__init__(value=value) |
| 18 | + |
| 19 | + """ |
| 20 | + http://hl7.org/fhir/ValueSet/all-types |
| 21 | + """ |
| 22 | + codeset: FhirUri = "http://hl7.org/fhir/ValueSet/all-types" |
| 23 | + |
| 24 | + |
| 25 | +class FHIRAllTypesCodeValues: |
| 26 | + Address: FHIRAllTypesCode = FHIRAllTypesCode("address") |
| 27 | + |
| 28 | + Annotation: FHIRAllTypesCode = FHIRAllTypesCode("annotation") |
| 29 | + |
| 30 | + BackboneElement: FHIRAllTypesCode = FHIRAllTypesCode("backbone_element") |
| 31 | + |
| 32 | + Coding: FHIRAllTypesCode = FHIRAllTypesCode("coding") |
| 33 | + |
| 34 | + ContactPoint: FHIRAllTypesCode = FHIRAllTypesCode("contact_point") |
| 35 | + |
| 36 | + Count: FHIRAllTypesCode = FHIRAllTypesCode("count") |
| 37 | + |
| 38 | + Distance: FHIRAllTypesCode = FHIRAllTypesCode("distance") |
| 39 | + |
| 40 | + Duration: FHIRAllTypesCode = FHIRAllTypesCode("duration") |
| 41 | + |
| 42 | + ElementDefinition: FHIRAllTypesCode = FHIRAllTypesCode("element_definition") |
| 43 | + |
| 44 | + Extension: FHIRAllTypesCode = FHIRAllTypesCode("extension") |
| 45 | + |
| 46 | + Identifier: FHIRAllTypesCode = FHIRAllTypesCode("identifier") |
| 47 | + |
| 48 | + Meta: FHIRAllTypesCode = FHIRAllTypesCode("meta") |
| 49 | + |
| 50 | + MoneyQuantity: FHIRAllTypesCode = FHIRAllTypesCode("money_quantity") |
| 51 | + |
| 52 | + ParameterDefinition: FHIRAllTypesCode = FHIRAllTypesCode("parameter_definition") |
| 53 | + |
| 54 | + Population: FHIRAllTypesCode = FHIRAllTypesCode("population") |
| 55 | + |
| 56 | + ProductShelfLife: FHIRAllTypesCode = FHIRAllTypesCode("product_shelf_life") |
| 57 | + |
| 58 | + Range: FHIRAllTypesCode = FHIRAllTypesCode("range") |
| 59 | + |
| 60 | + Reference: FHIRAllTypesCode = FHIRAllTypesCode("reference") |
| 61 | + |
| 62 | + SampledData: FHIRAllTypesCode = FHIRAllTypesCode("sampled_data") |
| 63 | + |
| 64 | + SimpleQuantity: FHIRAllTypesCode = FHIRAllTypesCode("simple_quantity") |
| 65 | + |
| 66 | + Timing: FHIRAllTypesCode = FHIRAllTypesCode("timing") |
| 67 | + |
| 68 | + UsageContext: FHIRAllTypesCode = FHIRAllTypesCode("usage_context") |
| 69 | + |
| 70 | + boolean: FHIRAllTypesCode = FHIRAllTypesCode("boolean") |
| 71 | + |
| 72 | + code: FHIRAllTypesCode = FHIRAllTypesCode("code") |
| 73 | + |
| 74 | + dateTime: FHIRAllTypesCode = FHIRAllTypesCode("date_time") |
| 75 | + |
| 76 | + id: FHIRAllTypesCode = FHIRAllTypesCode("id") |
| 77 | + |
| 78 | + integer: FHIRAllTypesCode = FHIRAllTypesCode("integer") |
| 79 | + |
| 80 | + oid_: FHIRAllTypesCode = FHIRAllTypesCode("oid") |
| 81 | + |
| 82 | + string: FHIRAllTypesCode = FHIRAllTypesCode("string") |
| 83 | + |
| 84 | + unsignedInt: FHIRAllTypesCode = FHIRAllTypesCode("unsigned_int") |
| 85 | + |
| 86 | + url: FHIRAllTypesCode = FHIRAllTypesCode("url") |
| 87 | + |
| 88 | + xhtml: FHIRAllTypesCode = FHIRAllTypesCode("xhtml") |
| 89 | + |
| 90 | + ActivityDefinition: FHIRAllTypesCode = FHIRAllTypesCode("activity_definition") |
| 91 | + |
| 92 | + AllergyIntolerance: FHIRAllTypesCode = FHIRAllTypesCode("allergy_intolerance") |
| 93 | + |
| 94 | + AppointmentResponse: FHIRAllTypesCode = FHIRAllTypesCode("appointment_response") |
| 95 | + |
| 96 | + Basic: FHIRAllTypesCode = FHIRAllTypesCode("basic") |
| 97 | + |
| 98 | + BiologicallyDerivedProduct: FHIRAllTypesCode = FHIRAllTypesCode( |
| 99 | + "biologically_derived_product" |
| 100 | + ) |
| 101 | + |
| 102 | + Bundle: FHIRAllTypesCode = FHIRAllTypesCode("bundle") |
| 103 | + |
| 104 | + CarePlan: FHIRAllTypesCode = FHIRAllTypesCode("care_plan") |
| 105 | + |
| 106 | + CatalogEntry: FHIRAllTypesCode = FHIRAllTypesCode("catalog_entry") |
| 107 | + |
| 108 | + ChargeItemDefinition: FHIRAllTypesCode = FHIRAllTypesCode("charge_item_definition") |
| 109 | + |
| 110 | + ClaimResponse: FHIRAllTypesCode = FHIRAllTypesCode("claim_response") |
| 111 | + |
| 112 | + CodeSystem: FHIRAllTypesCode = FHIRAllTypesCode("code_system") |
| 113 | + |
| 114 | + CommunicationRequest: FHIRAllTypesCode = FHIRAllTypesCode("communication_request") |
| 115 | + |
| 116 | + Composition: FHIRAllTypesCode = FHIRAllTypesCode("composition") |
| 117 | + |
| 118 | + Condition: FHIRAllTypesCode = FHIRAllTypesCode("condition") |
| 119 | + |
| 120 | + Contract: FHIRAllTypesCode = FHIRAllTypesCode("contract") |
| 121 | + |
| 122 | + CoverageEligibilityRequest: FHIRAllTypesCode = FHIRAllTypesCode( |
| 123 | + "coverage_eligibility_request" |
| 124 | + ) |
| 125 | + |
| 126 | + DetectedIssue: FHIRAllTypesCode = FHIRAllTypesCode("detected_issue") |
| 127 | + |
| 128 | + DeviceDefinition: FHIRAllTypesCode = FHIRAllTypesCode("device_definition") |
| 129 | + |
| 130 | + DeviceRequest: FHIRAllTypesCode = FHIRAllTypesCode("device_request") |
| 131 | + |
| 132 | + DiagnosticReport: FHIRAllTypesCode = FHIRAllTypesCode("diagnostic_report") |
| 133 | + |
| 134 | + DocumentReference: FHIRAllTypesCode = FHIRAllTypesCode("document_reference") |
| 135 | + |
| 136 | + EffectEvidenceSynthesis: FHIRAllTypesCode = FHIRAllTypesCode( |
| 137 | + "effect_evidence_synthesis" |
| 138 | + ) |
| 139 | + |
| 140 | + Endpoint: FHIRAllTypesCode = FHIRAllTypesCode("endpoint") |
| 141 | + |
| 142 | + EnrollmentResponse: FHIRAllTypesCode = FHIRAllTypesCode("enrollment_response") |
| 143 | + |
| 144 | + EventDefinition: FHIRAllTypesCode = FHIRAllTypesCode("event_definition") |
| 145 | + |
| 146 | + EvidenceVariable: FHIRAllTypesCode = FHIRAllTypesCode("evidence_variable") |
| 147 | + |
| 148 | + ExplanationOfBenefit: FHIRAllTypesCode = FHIRAllTypesCode("explanation_of_benefit") |
| 149 | + |
| 150 | + Flag: FHIRAllTypesCode = FHIRAllTypesCode("flag") |
| 151 | + |
| 152 | + GraphDefinition: FHIRAllTypesCode = FHIRAllTypesCode("graph_definition") |
| 153 | + |
| 154 | + GuidanceResponse: FHIRAllTypesCode = FHIRAllTypesCode("guidance_response") |
| 155 | + |
| 156 | + ImagingStudy: FHIRAllTypesCode = FHIRAllTypesCode("imaging_study") |
| 157 | + |
| 158 | + ImmunizationEvaluation: FHIRAllTypesCode = FHIRAllTypesCode( |
| 159 | + "immunization_evaluation" |
| 160 | + ) |
| 161 | + |
| 162 | + ImplementationGuide: FHIRAllTypesCode = FHIRAllTypesCode("implementation_guide") |
| 163 | + |
| 164 | + Invoice: FHIRAllTypesCode = FHIRAllTypesCode("invoice") |
| 165 | + |
| 166 | + Linkage: FHIRAllTypesCode = FHIRAllTypesCode("linkage") |
| 167 | + |
| 168 | + Location: FHIRAllTypesCode = FHIRAllTypesCode("location") |
| 169 | + |
| 170 | + MeasureReport: FHIRAllTypesCode = FHIRAllTypesCode("measure_report") |
| 171 | + |
| 172 | + Medication: FHIRAllTypesCode = FHIRAllTypesCode("medication") |
| 173 | + |
| 174 | + MedicationDispense: FHIRAllTypesCode = FHIRAllTypesCode("medication_dispense") |
| 175 | + |
| 176 | + MedicationRequest: FHIRAllTypesCode = FHIRAllTypesCode("medication_request") |
| 177 | + |
| 178 | + MedicinalProduct: FHIRAllTypesCode = FHIRAllTypesCode("medicinal_product") |
| 179 | + |
| 180 | + MedicinalProductContraindication: FHIRAllTypesCode = FHIRAllTypesCode( |
| 181 | + "medicinal_product_contraindication" |
| 182 | + ) |
| 183 | + |
| 184 | + MedicinalProductIngredient: FHIRAllTypesCode = FHIRAllTypesCode( |
| 185 | + "medicinal_product_ingredient" |
| 186 | + ) |
| 187 | + |
| 188 | + MedicinalProductManufactured: FHIRAllTypesCode = FHIRAllTypesCode( |
| 189 | + "medicinal_product_manufactured" |
| 190 | + ) |
| 191 | + |
| 192 | + MedicinalProductPharmaceutical: FHIRAllTypesCode = FHIRAllTypesCode( |
| 193 | + "medicinal_product_pharmaceutical" |
| 194 | + ) |
| 195 | + |
| 196 | + MessageDefinition: FHIRAllTypesCode = FHIRAllTypesCode("message_definition") |
| 197 | + |
| 198 | + MolecularSequence: FHIRAllTypesCode = FHIRAllTypesCode("molecular_sequence") |
| 199 | + |
| 200 | + NutritionOrder: FHIRAllTypesCode = FHIRAllTypesCode("nutrition_order") |
| 201 | + |
| 202 | + ObservationDefinition: FHIRAllTypesCode = FHIRAllTypesCode("observation_definition") |
| 203 | + |
| 204 | + OperationOutcome: FHIRAllTypesCode = FHIRAllTypesCode("operation_outcome") |
| 205 | + |
| 206 | + OrganizationAffiliation: FHIRAllTypesCode = FHIRAllTypesCode( |
| 207 | + "organization_affiliation" |
| 208 | + ) |
| 209 | + |
| 210 | + Patient: FHIRAllTypesCode = FHIRAllTypesCode("patient") |
| 211 | + |
| 212 | + PaymentReconciliation: FHIRAllTypesCode = FHIRAllTypesCode("payment_reconciliation") |
| 213 | + |
| 214 | + PlanDefinition: FHIRAllTypesCode = FHIRAllTypesCode("plan_definition") |
| 215 | + |
| 216 | + PractitionerRole: FHIRAllTypesCode = FHIRAllTypesCode("practitioner_role") |
| 217 | + |
| 218 | + Provenance: FHIRAllTypesCode = FHIRAllTypesCode("provenance") |
| 219 | + |
| 220 | + QuestionnaireResponse: FHIRAllTypesCode = FHIRAllTypesCode("questionnaire_response") |
| 221 | + |
| 222 | + RequestGroup: FHIRAllTypesCode = FHIRAllTypesCode("request_group") |
| 223 | + |
| 224 | + ResearchElementDefinition: FHIRAllTypesCode = FHIRAllTypesCode( |
| 225 | + "research_element_definition" |
| 226 | + ) |
| 227 | + |
| 228 | + ResearchSubject: FHIRAllTypesCode = FHIRAllTypesCode("research_subject") |
| 229 | + |
| 230 | + RiskAssessment: FHIRAllTypesCode = FHIRAllTypesCode("risk_assessment") |
| 231 | + |
| 232 | + Schedule: FHIRAllTypesCode = FHIRAllTypesCode("schedule") |
| 233 | + |
| 234 | + ServiceRequest: FHIRAllTypesCode = FHIRAllTypesCode("service_request") |
| 235 | + |
| 236 | + Specimen: FHIRAllTypesCode = FHIRAllTypesCode("specimen") |
| 237 | + |
| 238 | + StructureDefinition: FHIRAllTypesCode = FHIRAllTypesCode("structure_definition") |
| 239 | + |
| 240 | + Subscription: FHIRAllTypesCode = FHIRAllTypesCode("subscription") |
| 241 | + |
| 242 | + SubstanceNucleicAcid: FHIRAllTypesCode = FHIRAllTypesCode("substance_nucleic_acid") |
| 243 | + |
| 244 | + SubstanceProtein: FHIRAllTypesCode = FHIRAllTypesCode("substance_protein") |
| 245 | + |
| 246 | + SubstanceSourceMaterial: FHIRAllTypesCode = FHIRAllTypesCode( |
| 247 | + "substance_source_material" |
| 248 | + ) |
| 249 | + |
| 250 | + SupplyDelivery: FHIRAllTypesCode = FHIRAllTypesCode("supply_delivery") |
| 251 | + |
| 252 | + Task: FHIRAllTypesCode = FHIRAllTypesCode("task") |
| 253 | + |
| 254 | + TestReport: FHIRAllTypesCode = FHIRAllTypesCode("test_report") |
| 255 | + |
| 256 | + ValueSet: FHIRAllTypesCode = FHIRAllTypesCode("value_set") |
| 257 | + |
| 258 | + VisionPrescription: FHIRAllTypesCode = FHIRAllTypesCode("vision_prescription") |
| 259 | + |
| 260 | + Any: FHIRAllTypesCode = FHIRAllTypesCode("any") |
0 commit comments