@metriport/api-sdk 0.0.343 → 0.30.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +35 -56
- package/dist/devices/client/metriport.d.ts +181 -0
- package/dist/devices/client/metriport.d.ts.map +1 -0
- package/dist/devices/client/metriport.js +263 -0
- package/dist/devices/client/metriport.js.map +1 -0
- package/dist/devices/client/models/get-connect-token-response.d.ts +4 -0
- package/dist/devices/client/models/get-connect-token-response.d.ts.map +1 -0
- package/dist/devices/client/models/get-connect-token-response.js +3 -0
- package/dist/devices/client/models/get-connect-token-response.js.map +1 -0
- package/dist/devices/client/models/get-connected-users-response.d.ts +5 -0
- package/dist/devices/client/models/get-connected-users-response.d.ts.map +1 -0
- package/dist/devices/client/models/get-connected-users-response.js +3 -0
- package/dist/devices/client/models/get-connected-users-response.js.map +1 -0
- package/dist/devices/client/models/get-metriport-user-id-response.d.ts +4 -0
- package/dist/devices/client/models/get-metriport-user-id-response.d.ts.map +1 -0
- package/dist/devices/client/models/get-metriport-user-id-response.js +3 -0
- package/dist/devices/client/models/get-metriport-user-id-response.js.map +1 -0
- package/dist/devices/client/models/settings-response.d.ts +6 -0
- package/dist/devices/client/models/settings-response.d.ts.map +1 -0
- package/dist/devices/client/models/settings-response.js +3 -0
- package/dist/devices/client/models/settings-response.js.map +1 -0
- package/dist/devices/client/models/webhook-status-response.d.ts +7 -0
- package/dist/devices/client/models/webhook-status-response.d.ts.map +1 -0
- package/dist/devices/client/models/webhook-status-response.js +3 -0
- package/dist/devices/client/models/webhook-status-response.js.map +1 -0
- package/dist/devices/client/util/date-util.d.ts +2 -0
- package/dist/devices/client/util/date-util.d.ts.map +1 -0
- package/dist/devices/client/util/date-util.js +17 -0
- package/dist/devices/client/util/date-util.js.map +1 -0
- package/dist/devices/client/util/timezone-util.d.ts +2 -0
- package/dist/devices/client/util/timezone-util.d.ts.map +1 -0
- package/dist/devices/client/util/timezone-util.js +21 -0
- package/dist/devices/client/util/timezone-util.js.map +1 -0
- package/dist/devices/models/activity.d.ts +22 -0
- package/dist/devices/models/activity.d.ts.map +1 -0
- package/dist/devices/models/activity.js +3 -0
- package/dist/devices/models/activity.js.map +1 -0
- package/dist/devices/models/biometrics.d.ts +17 -0
- package/dist/devices/models/biometrics.d.ts.map +1 -0
- package/dist/devices/models/biometrics.js +3 -0
- package/dist/devices/models/biometrics.js.map +1 -0
- package/dist/devices/models/body.d.ts +13 -0
- package/dist/devices/models/body.d.ts.map +1 -0
- package/dist/devices/models/body.js +3 -0
- package/dist/devices/models/body.js.map +1 -0
- package/dist/devices/models/common/activity-durations.d.ts +19 -0
- package/dist/devices/models/common/activity-durations.d.ts.map +1 -0
- package/dist/devices/models/common/activity-durations.js +3 -0
- package/dist/devices/models/common/activity-durations.js.map +1 -0
- package/dist/devices/models/common/activity-log.d.ts +32 -0
- package/dist/devices/models/common/activity-log.d.ts.map +1 -0
- package/dist/devices/models/common/activity-log.js +3 -0
- package/dist/devices/models/common/activity-log.js.map +1 -0
- package/dist/devices/models/common/activity-movement.d.ts +16 -0
- package/dist/devices/models/common/activity-movement.d.ts.map +1 -0
- package/dist/devices/models/common/activity-movement.js +3 -0
- package/dist/devices/models/common/activity-movement.js.map +1 -0
- package/dist/devices/models/common/aminos.d.ts +23 -0
- package/dist/devices/models/common/aminos.d.ts.map +1 -0
- package/dist/devices/models/common/aminos.js +3 -0
- package/dist/devices/models/common/aminos.js.map +1 -0
- package/dist/devices/models/common/blood-glucose.d.ts +6 -0
- package/dist/devices/models/common/blood-glucose.d.ts.map +1 -0
- package/dist/devices/models/common/blood-glucose.js +3 -0
- package/dist/devices/models/common/blood-glucose.js.map +1 -0
- package/dist/devices/models/common/blood-pressure.d.ts +10 -0
- package/dist/devices/models/common/blood-pressure.d.ts.map +1 -0
- package/dist/devices/models/common/blood-pressure.js +3 -0
- package/dist/devices/models/common/blood-pressure.js.map +1 -0
- package/dist/devices/models/common/connected-user-info.d.ts +6 -0
- package/dist/devices/models/common/connected-user-info.d.ts.map +1 -0
- package/dist/devices/models/common/connected-user-info.js +3 -0
- package/dist/devices/models/common/connected-user-info.js.map +1 -0
- package/dist/devices/models/common/energy-expenditure.d.ts +7 -0
- package/dist/devices/models/common/energy-expenditure.d.ts.map +1 -0
- package/dist/devices/models/common/energy-expenditure.js +3 -0
- package/dist/devices/models/common/energy-expenditure.js.map +1 -0
- package/dist/devices/models/common/food.d.ts +15 -0
- package/dist/devices/models/common/food.d.ts.map +1 -0
- package/dist/devices/models/common/food.js +3 -0
- package/dist/devices/models/common/food.js.map +1 -0
- package/dist/devices/models/common/heart-rate-variability.d.ts +12 -0
- package/dist/devices/models/common/heart-rate-variability.d.ts.map +1 -0
- package/dist/devices/models/common/heart-rate-variability.js +3 -0
- package/dist/devices/models/common/heart-rate-variability.js.map +1 -0
- package/dist/devices/models/common/heart-rate.d.ts +9 -0
- package/dist/devices/models/common/heart-rate.d.ts.map +1 -0
- package/dist/devices/models/common/heart-rate.js +3 -0
- package/dist/devices/models/common/heart-rate.js.map +1 -0
- package/dist/devices/models/common/lat-lon.d.ts +5 -0
- package/dist/devices/models/common/lat-lon.d.ts.map +1 -0
- package/dist/devices/models/common/lat-lon.js +3 -0
- package/dist/devices/models/common/lat-lon.js.map +1 -0
- package/dist/devices/models/common/macros.d.ts +14 -0
- package/dist/devices/models/common/macros.d.ts.map +1 -0
- package/dist/devices/models/common/macros.js +3 -0
- package/dist/devices/models/common/macros.js.map +1 -0
- package/dist/devices/models/common/metadata.d.ts +10 -0
- package/dist/devices/models/common/metadata.d.ts.map +1 -0
- package/dist/devices/models/common/metadata.js +3 -0
- package/dist/devices/models/common/metadata.js.map +1 -0
- package/dist/devices/models/common/micros.d.ts +28 -0
- package/dist/devices/models/common/micros.d.ts.map +1 -0
- package/dist/devices/models/common/micros.js +3 -0
- package/dist/devices/models/common/micros.js.map +1 -0
- package/dist/devices/models/common/provider-source.d.ts +13 -0
- package/dist/devices/models/common/provider-source.d.ts.map +1 -0
- package/dist/devices/models/common/provider-source.js +17 -0
- package/dist/devices/models/common/provider-source.js.map +1 -0
- package/dist/devices/models/common/respiration.d.ts +18 -0
- package/dist/devices/models/common/respiration.d.ts.map +1 -0
- package/dist/devices/models/common/respiration.js +3 -0
- package/dist/devices/models/common/respiration.js.map +1 -0
- package/dist/devices/models/common/sample.d.ts +8 -0
- package/dist/devices/models/common/sample.d.ts.map +1 -0
- package/dist/devices/models/common/sample.js +3 -0
- package/dist/devices/models/common/sample.js.map +1 -0
- package/dist/devices/models/common/sex.d.ts +2 -0
- package/dist/devices/models/common/sex.d.ts.map +1 -0
- package/dist/devices/models/common/sex.js +3 -0
- package/dist/devices/models/common/sex.js.map +1 -0
- package/dist/devices/models/common/source-info.d.ts +8 -0
- package/dist/devices/models/common/source-info.d.ts.map +1 -0
- package/dist/devices/models/common/source-info.js +3 -0
- package/dist/devices/models/common/source-info.js.map +1 -0
- package/dist/devices/models/common/source-type.d.ts +5 -0
- package/dist/devices/models/common/source-type.d.ts.map +1 -0
- package/dist/devices/models/common/source-type.js +9 -0
- package/dist/devices/models/common/source-type.js.map +1 -0
- package/dist/devices/models/common/temperature.d.ts +13 -0
- package/dist/devices/models/common/temperature.d.ts.map +1 -0
- package/dist/devices/models/common/temperature.js +3 -0
- package/dist/devices/models/common/temperature.js.map +1 -0
- package/dist/devices/models/metriport-data.d.ts +5 -0
- package/dist/devices/models/metriport-data.d.ts.map +1 -0
- package/dist/devices/models/metriport-data.js +3 -0
- package/dist/devices/models/metriport-data.js.map +1 -0
- package/dist/devices/models/nutrition.d.ts +14 -0
- package/dist/devices/models/nutrition.d.ts.map +1 -0
- package/dist/devices/models/nutrition.js +3 -0
- package/dist/devices/models/nutrition.js.map +1 -0
- package/dist/devices/models/sleep.d.ts +29 -0
- package/dist/devices/models/sleep.d.ts.map +1 -0
- package/dist/devices/models/sleep.js +3 -0
- package/dist/devices/models/sleep.js.map +1 -0
- package/dist/devices/models/user.d.ts +14 -0
- package/dist/devices/models/user.d.ts.map +1 -0
- package/dist/devices/models/user.js +3 -0
- package/dist/devices/models/user.js.map +1 -0
- package/dist/index.d.ts +30 -4
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +62 -20
- package/dist/index.js.map +1 -0
- package/dist/medical/client/metriport.d.ts +600 -0
- package/dist/medical/client/metriport.d.ts.map +1 -0
- package/dist/medical/client/metriport.js +956 -0
- package/dist/medical/client/metriport.js.map +1 -0
- package/dist/medical/models/common/address.d.ts +158 -0
- package/dist/medical/models/common/address.d.ts.map +1 -0
- package/dist/medical/models/common/address.js +29 -0
- package/dist/medical/models/common/address.js.map +1 -0
- package/dist/medical/models/common/base-update.d.ts +16 -0
- package/dist/medical/models/common/base-update.d.ts.map +1 -0
- package/dist/medical/models/common/base-update.js +13 -0
- package/dist/medical/models/common/base-update.js.map +1 -0
- package/dist/medical/models/common/medical-data-source.d.ts +5 -0
- package/dist/medical/models/common/medical-data-source.d.ts.map +1 -0
- package/dist/medical/models/common/medical-data-source.js +9 -0
- package/dist/medical/models/common/medical-data-source.js.map +1 -0
- package/dist/medical/models/common/us-data.d.ts +111 -0
- package/dist/medical/models/common/us-data.d.ts.map +1 -0
- package/dist/medical/models/common/us-data.js +12 -0
- package/dist/medical/models/common/us-data.js.map +1 -0
- package/dist/medical/models/demographics.d.ts +903 -0
- package/dist/medical/models/demographics.d.ts.map +1 -0
- package/dist/medical/models/demographics.js +60 -0
- package/dist/medical/models/demographics.js.map +1 -0
- package/dist/medical/models/document.d.ts +290 -0
- package/dist/medical/models/document.d.ts.map +1 -0
- package/dist/medical/models/document.js +45 -0
- package/dist/medical/models/document.js.map +1 -0
- package/dist/medical/models/embed-token.d.ts +7 -0
- package/dist/medical/models/embed-token.d.ts.map +1 -0
- package/dist/medical/models/embed-token.js +3 -0
- package/dist/medical/models/embed-token.js.map +1 -0
- package/dist/medical/models/facility.d.ts +458 -0
- package/dist/medical/models/facility.d.ts.map +1 -0
- package/dist/medical/models/facility.js +22 -0
- package/dist/medical/models/facility.js.map +1 -0
- package/dist/medical/models/fhir.d.ts +109 -0
- package/dist/medical/models/fhir.d.ts.map +1 -0
- package/dist/medical/models/fhir.js +33 -0
- package/dist/medical/models/fhir.js.map +1 -0
- package/dist/medical/models/medicalRecordStatus.d.ts +5 -0
- package/dist/medical/models/medicalRecordStatus.d.ts.map +1 -0
- package/dist/medical/models/medicalRecordStatus.js +3 -0
- package/dist/medical/models/medicalRecordStatus.js.map +1 -0
- package/dist/medical/models/network-entry.d.ts +11 -0
- package/dist/medical/models/network-entry.d.ts.map +1 -0
- package/dist/medical/models/network-entry.js +3 -0
- package/dist/medical/models/network-entry.js.map +1 -0
- package/dist/medical/models/organization.d.ts +269 -0
- package/dist/medical/models/organization.d.ts.map +1 -0
- package/dist/medical/models/organization.js +20 -0
- package/dist/medical/models/organization.js.map +1 -0
- package/dist/medical/models/patient.d.ts +2400 -0
- package/dist/medical/models/patient.d.ts.map +1 -0
- package/dist/medical/models/patient.js +29 -0
- package/dist/medical/models/patient.js.map +1 -0
- package/dist/medical/models/patientDTO.d.ts +55 -0
- package/dist/medical/models/patientDTO.d.ts.map +1 -0
- package/dist/medical/models/patientDTO.js +3 -0
- package/dist/medical/models/patientDTO.js.map +1 -0
- package/dist/medical/models/settings-response.d.ts +6 -0
- package/dist/medical/models/settings-response.d.ts.map +1 -0
- package/dist/medical/models/settings-response.js +3 -0
- package/dist/medical/models/settings-response.js.map +1 -0
- package/dist/scratch-embed-token.d.ts +12 -0
- package/dist/scratch-embed-token.d.ts.map +1 -0
- package/dist/scratch-embed-token.js +77 -0
- package/dist/scratch-embed-token.js.map +1 -0
- package/dist/shared.d.ts +7 -0
- package/dist/shared.d.ts.map +1 -0
- package/dist/shared.js +19 -0
- package/dist/shared.js.map +1 -0
- package/package.json +80 -25
- package/Client.d.ts +0 -22
- package/Client.js +0 -17
- package/api/index.d.ts +0 -1
- package/api/index.js +0 -17
- package/api/resources/commons/index.d.ts +0 -1
- package/api/resources/commons/index.js +0 -17
- package/api/resources/commons/types/Address.d.ts +0 -29
- package/api/resources/commons/types/Address.js +0 -5
- package/api/resources/commons/types/UsState.d.ts +0 -57
- package/api/resources/commons/types/UsState.js +0 -59
- package/api/resources/commons/types/index.d.ts +0 -2
- package/api/resources/commons/types/index.js +0 -18
- package/api/resources/fhir/index.d.ts +0 -1
- package/api/resources/fhir/index.js +0 -17
- package/api/resources/fhir/types/AccessPolicy.d.ts +0 -26
- package/api/resources/fhir/types/AccessPolicy.js +0 -5
- package/api/resources/fhir/types/AccessPolicyIpAccessRule.d.ts +0 -15
- package/api/resources/fhir/types/AccessPolicyIpAccessRule.js +0 -5
- package/api/resources/fhir/types/AccessPolicyIpAccessRuleAction.d.ts +0 -11
- package/api/resources/fhir/types/AccessPolicyIpAccessRuleAction.js +0 -10
- package/api/resources/fhir/types/AccessPolicyResource.d.ts +0 -21
- package/api/resources/fhir/types/AccessPolicyResource.js +0 -5
- package/api/resources/fhir/types/AccessPolicyResourceWriteCriteria.d.ts +0 -12
- package/api/resources/fhir/types/AccessPolicyResourceWriteCriteria.js +0 -5
- package/api/resources/fhir/types/Account.d.ts +0 -32
- package/api/resources/fhir/types/Account.js +0 -5
- package/api/resources/fhir/types/AccountCoverage.d.ts +0 -19
- package/api/resources/fhir/types/AccountCoverage.js +0 -5
- package/api/resources/fhir/types/AccountGuarantor.d.ts +0 -21
- package/api/resources/fhir/types/AccountGuarantor.js +0 -5
- package/api/resources/fhir/types/AccountStatus.d.ts +0 -14
- package/api/resources/fhir/types/AccountStatus.js +0 -13
- package/api/resources/fhir/types/ActivityDefinition.d.ts +0 -116
- package/api/resources/fhir/types/ActivityDefinition.js +0 -5
- package/api/resources/fhir/types/ActivityDefinitionDynamicValue.d.ts +0 -19
- package/api/resources/fhir/types/ActivityDefinitionDynamicValue.js +0 -5
- package/api/resources/fhir/types/ActivityDefinitionParticipant.d.ts +0 -19
- package/api/resources/fhir/types/ActivityDefinitionParticipant.js +0 -5
- package/api/resources/fhir/types/ActivityDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/ActivityDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/Address.d.ts +0 -33
- package/api/resources/fhir/types/Address.js +0 -5
- package/api/resources/fhir/types/AddressType.d.ts +0 -12
- package/api/resources/fhir/types/AddressType.js +0 -11
- package/api/resources/fhir/types/AddressUse.d.ts +0 -14
- package/api/resources/fhir/types/AddressUse.js +0 -13
- package/api/resources/fhir/types/AdverseEvent.d.ts +0 -50
- package/api/resources/fhir/types/AdverseEvent.js +0 -5
- package/api/resources/fhir/types/AdverseEventActuality.d.ts +0 -11
- package/api/resources/fhir/types/AdverseEventActuality.js +0 -10
- package/api/resources/fhir/types/AdverseEventCausality.d.ts +0 -23
- package/api/resources/fhir/types/AdverseEventCausality.js +0 -5
- package/api/resources/fhir/types/AdverseEventSuspectEntity.d.ts +0 -19
- package/api/resources/fhir/types/AdverseEventSuspectEntity.js +0 -5
- package/api/resources/fhir/types/Age.d.ts +0 -23
- package/api/resources/fhir/types/Age.js +0 -5
- package/api/resources/fhir/types/AgeComparator.d.ts +0 -13
- package/api/resources/fhir/types/AgeComparator.js +0 -12
- package/api/resources/fhir/types/Agent.d.ts +0 -30
- package/api/resources/fhir/types/Agent.js +0 -5
- package/api/resources/fhir/types/AgentChannel.d.ts +0 -15
- package/api/resources/fhir/types/AgentChannel.js +0 -5
- package/api/resources/fhir/types/AgentSetting.d.ts +0 -19
- package/api/resources/fhir/types/AgentSetting.js +0 -5
- package/api/resources/fhir/types/AgentStatus.d.ts +0 -12
- package/api/resources/fhir/types/AgentStatus.js +0 -11
- package/api/resources/fhir/types/AllergyIntolerance.d.ts +0 -50
- package/api/resources/fhir/types/AllergyIntolerance.js +0 -5
- package/api/resources/fhir/types/AllergyIntoleranceCategoryItem.d.ts +0 -10
- package/api/resources/fhir/types/AllergyIntoleranceCategoryItem.js +0 -12
- package/api/resources/fhir/types/AllergyIntoleranceCriticality.d.ts +0 -12
- package/api/resources/fhir/types/AllergyIntoleranceCriticality.js +0 -11
- package/api/resources/fhir/types/AllergyIntoleranceReaction.d.ts +0 -29
- package/api/resources/fhir/types/AllergyIntoleranceReaction.js +0 -5
- package/api/resources/fhir/types/AllergyIntoleranceReactionSeverity.d.ts +0 -12
- package/api/resources/fhir/types/AllergyIntoleranceReactionSeverity.js +0 -11
- package/api/resources/fhir/types/AllergyIntoleranceType.d.ts +0 -11
- package/api/resources/fhir/types/AllergyIntoleranceType.js +0 -10
- package/api/resources/fhir/types/Annotation.d.ts +0 -21
- package/api/resources/fhir/types/Annotation.js +0 -5
- package/api/resources/fhir/types/Appointment.d.ts +0 -54
- package/api/resources/fhir/types/Appointment.js +0 -5
- package/api/resources/fhir/types/AppointmentParticipant.d.ts +0 -25
- package/api/resources/fhir/types/AppointmentParticipant.js +0 -5
- package/api/resources/fhir/types/AppointmentParticipantRequired.d.ts +0 -12
- package/api/resources/fhir/types/AppointmentParticipantRequired.js +0 -11
- package/api/resources/fhir/types/AppointmentParticipantStatus.d.ts +0 -13
- package/api/resources/fhir/types/AppointmentParticipantStatus.js +0 -12
- package/api/resources/fhir/types/AppointmentResponse.d.ts +0 -26
- package/api/resources/fhir/types/AppointmentResponse.js +0 -5
- package/api/resources/fhir/types/AppointmentStatus.d.ts +0 -19
- package/api/resources/fhir/types/AppointmentStatus.js +0 -18
- package/api/resources/fhir/types/AsyncJob.d.ts +0 -26
- package/api/resources/fhir/types/AsyncJob.js +0 -5
- package/api/resources/fhir/types/AsyncJobStatus.d.ts +0 -13
- package/api/resources/fhir/types/AsyncJobStatus.js +0 -12
- package/api/resources/fhir/types/Attachment.d.ts +0 -29
- package/api/resources/fhir/types/Attachment.js +0 -5
- package/api/resources/fhir/types/AuditEvent.d.ts +0 -32
- package/api/resources/fhir/types/AuditEvent.js +0 -5
- package/api/resources/fhir/types/AuditEventAction.d.ts +0 -14
- package/api/resources/fhir/types/AuditEventAction.js +0 -13
- package/api/resources/fhir/types/AuditEventAgent.d.ts +0 -37
- package/api/resources/fhir/types/AuditEventAgent.js +0 -5
- package/api/resources/fhir/types/AuditEventDetail.d.ts +0 -21
- package/api/resources/fhir/types/AuditEventDetail.js +0 -5
- package/api/resources/fhir/types/AuditEventEntity.d.ts +0 -33
- package/api/resources/fhir/types/AuditEventEntity.js +0 -5
- package/api/resources/fhir/types/AuditEventNetwork.d.ts +0 -19
- package/api/resources/fhir/types/AuditEventNetwork.js +0 -5
- package/api/resources/fhir/types/AuditEventNetworkType.d.ts +0 -14
- package/api/resources/fhir/types/AuditEventNetworkType.js +0 -13
- package/api/resources/fhir/types/AuditEventOutcome.d.ts +0 -13
- package/api/resources/fhir/types/AuditEventOutcome.js +0 -12
- package/api/resources/fhir/types/AuditEventSource.d.ts +0 -21
- package/api/resources/fhir/types/AuditEventSource.js +0 -5
- package/api/resources/fhir/types/Base64Binary.d.ts +0 -7
- package/api/resources/fhir/types/Base64Binary.js +0 -5
- package/api/resources/fhir/types/BaseResource.d.ts +0 -22
- package/api/resources/fhir/types/BaseResource.js +0 -5
- package/api/resources/fhir/types/Basic.d.ts +0 -20
- package/api/resources/fhir/types/Basic.js +0 -5
- package/api/resources/fhir/types/Binary.d.ts +0 -24
- package/api/resources/fhir/types/Binary.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProduct.d.ts +0 -32
- package/api/resources/fhir/types/BiologicallyDerivedProduct.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProductCollection.d.ts +0 -23
- package/api/resources/fhir/types/BiologicallyDerivedProductCollection.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProductManipulation.d.ts +0 -21
- package/api/resources/fhir/types/BiologicallyDerivedProductManipulation.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProductProcessing.d.ts +0 -25
- package/api/resources/fhir/types/BiologicallyDerivedProductProcessing.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProductProductCategory.d.ts +0 -14
- package/api/resources/fhir/types/BiologicallyDerivedProductProductCategory.js +0 -13
- package/api/resources/fhir/types/BiologicallyDerivedProductStatus.d.ts +0 -11
- package/api/resources/fhir/types/BiologicallyDerivedProductStatus.js +0 -10
- package/api/resources/fhir/types/BiologicallyDerivedProductStorage.d.ts +0 -23
- package/api/resources/fhir/types/BiologicallyDerivedProductStorage.js +0 -5
- package/api/resources/fhir/types/BiologicallyDerivedProductStorageScale.d.ts +0 -12
- package/api/resources/fhir/types/BiologicallyDerivedProductStorageScale.js +0 -11
- package/api/resources/fhir/types/BodyStructure.d.ts +0 -26
- package/api/resources/fhir/types/BodyStructure.js +0 -5
- package/api/resources/fhir/types/Boolean.d.ts +0 -7
- package/api/resources/fhir/types/Boolean.js +0 -5
- package/api/resources/fhir/types/Bot.d.ts +0 -46
- package/api/resources/fhir/types/Bot.js +0 -5
- package/api/resources/fhir/types/BotAuditEventDestinationItem.d.ts +0 -8
- package/api/resources/fhir/types/BotAuditEventDestinationItem.js +0 -10
- package/api/resources/fhir/types/BotAuditEventTrigger.d.ts +0 -13
- package/api/resources/fhir/types/BotAuditEventTrigger.js +0 -12
- package/api/resources/fhir/types/BotRuntimeVersion.d.ts +0 -11
- package/api/resources/fhir/types/BotRuntimeVersion.js +0 -10
- package/api/resources/fhir/types/BulkDataExport.d.ts +0 -34
- package/api/resources/fhir/types/BulkDataExport.js +0 -5
- package/api/resources/fhir/types/BulkDataExportDeleted.d.ts +0 -13
- package/api/resources/fhir/types/BulkDataExportDeleted.js +0 -5
- package/api/resources/fhir/types/BulkDataExportError.d.ts +0 -13
- package/api/resources/fhir/types/BulkDataExportError.js +0 -5
- package/api/resources/fhir/types/BulkDataExportOutput.d.ts +0 -13
- package/api/resources/fhir/types/BulkDataExportOutput.js +0 -5
- package/api/resources/fhir/types/BulkDataExportStatus.d.ts +0 -13
- package/api/resources/fhir/types/BulkDataExportStatus.js +0 -12
- package/api/resources/fhir/types/Bundle.d.ts +0 -32
- package/api/resources/fhir/types/Bundle.js +0 -5
- package/api/resources/fhir/types/BundleEntry.d.ts +0 -27
- package/api/resources/fhir/types/BundleEntry.js +0 -5
- package/api/resources/fhir/types/BundleLink.d.ts +0 -19
- package/api/resources/fhir/types/BundleLink.js +0 -5
- package/api/resources/fhir/types/BundleRequest.d.ts +0 -27
- package/api/resources/fhir/types/BundleRequest.js +0 -5
- package/api/resources/fhir/types/BundleRequestMethod.d.ts +0 -15
- package/api/resources/fhir/types/BundleRequestMethod.js +0 -14
- package/api/resources/fhir/types/BundleResponse.d.ts +0 -25
- package/api/resources/fhir/types/BundleResponse.js +0 -5
- package/api/resources/fhir/types/BundleSearch.d.ts +0 -19
- package/api/resources/fhir/types/BundleSearch.js +0 -5
- package/api/resources/fhir/types/BundleSearchMode.d.ts +0 -12
- package/api/resources/fhir/types/BundleSearchMode.js +0 -11
- package/api/resources/fhir/types/BundleType.d.ts +0 -18
- package/api/resources/fhir/types/BundleType.js +0 -17
- package/api/resources/fhir/types/Canonical.d.ts +0 -7
- package/api/resources/fhir/types/Canonical.js +0 -5
- package/api/resources/fhir/types/CapabilityStatement.d.ts +0 -62
- package/api/resources/fhir/types/CapabilityStatement.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementDocument.d.ts +0 -21
- package/api/resources/fhir/types/CapabilityStatementDocument.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementDocumentMode.d.ts +0 -11
- package/api/resources/fhir/types/CapabilityStatementDocumentMode.js +0 -10
- package/api/resources/fhir/types/CapabilityStatementEndpoint.d.ts +0 -19
- package/api/resources/fhir/types/CapabilityStatementEndpoint.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementFhirVersion.d.ts +0 -31
- package/api/resources/fhir/types/CapabilityStatementFhirVersion.js +0 -30
- package/api/resources/fhir/types/CapabilityStatementImplementation.d.ts +0 -21
- package/api/resources/fhir/types/CapabilityStatementImplementation.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementInteraction.d.ts +0 -19
- package/api/resources/fhir/types/CapabilityStatementInteraction.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementInteraction1.d.ts +0 -19
- package/api/resources/fhir/types/CapabilityStatementInteraction1.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementInteraction1Code.d.ts +0 -13
- package/api/resources/fhir/types/CapabilityStatementInteraction1Code.js +0 -12
- package/api/resources/fhir/types/CapabilityStatementInteractionCode.d.ts +0 -18
- package/api/resources/fhir/types/CapabilityStatementInteractionCode.js +0 -17
- package/api/resources/fhir/types/CapabilityStatementKind.d.ts +0 -12
- package/api/resources/fhir/types/CapabilityStatementKind.js +0 -11
- package/api/resources/fhir/types/CapabilityStatementMessaging.d.ts +0 -23
- package/api/resources/fhir/types/CapabilityStatementMessaging.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementOperation.d.ts +0 -21
- package/api/resources/fhir/types/CapabilityStatementOperation.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementResource.d.ts +0 -49
- package/api/resources/fhir/types/CapabilityStatementResource.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementResourceConditionalDelete.d.ts +0 -12
- package/api/resources/fhir/types/CapabilityStatementResourceConditionalDelete.js +0 -11
- package/api/resources/fhir/types/CapabilityStatementResourceConditionalRead.d.ts +0 -13
- package/api/resources/fhir/types/CapabilityStatementResourceConditionalRead.js +0 -12
- package/api/resources/fhir/types/CapabilityStatementResourceReferencePolicyItem.d.ts +0 -11
- package/api/resources/fhir/types/CapabilityStatementResourceReferencePolicyItem.js +0 -13
- package/api/resources/fhir/types/CapabilityStatementResourceVersioning.d.ts +0 -12
- package/api/resources/fhir/types/CapabilityStatementResourceVersioning.js +0 -11
- package/api/resources/fhir/types/CapabilityStatementRest.d.ts +0 -31
- package/api/resources/fhir/types/CapabilityStatementRest.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementRestMode.d.ts +0 -11
- package/api/resources/fhir/types/CapabilityStatementRestMode.js +0 -10
- package/api/resources/fhir/types/CapabilityStatementSearchParam.d.ts +0 -23
- package/api/resources/fhir/types/CapabilityStatementSearchParam.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementSearchParamType.d.ts +0 -18
- package/api/resources/fhir/types/CapabilityStatementSearchParamType.js +0 -17
- package/api/resources/fhir/types/CapabilityStatementSecurity.d.ts +0 -21
- package/api/resources/fhir/types/CapabilityStatementSecurity.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementSoftware.d.ts +0 -21
- package/api/resources/fhir/types/CapabilityStatementSoftware.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementStatus.d.ts +0 -13
- package/api/resources/fhir/types/CapabilityStatementStatus.js +0 -12
- package/api/resources/fhir/types/CapabilityStatementSupportedMessage.d.ts +0 -19
- package/api/resources/fhir/types/CapabilityStatementSupportedMessage.js +0 -5
- package/api/resources/fhir/types/CapabilityStatementSupportedMessageMode.d.ts +0 -11
- package/api/resources/fhir/types/CapabilityStatementSupportedMessageMode.js +0 -10
- package/api/resources/fhir/types/CarePlan.d.ts +0 -56
- package/api/resources/fhir/types/CarePlan.js +0 -5
- package/api/resources/fhir/types/CarePlanActivity.d.ts +0 -25
- package/api/resources/fhir/types/CarePlanActivity.js +0 -5
- package/api/resources/fhir/types/CarePlanDetail.d.ts +0 -55
- package/api/resources/fhir/types/CarePlanDetail.js +0 -5
- package/api/resources/fhir/types/CarePlanDetailStatus.d.ts +0 -18
- package/api/resources/fhir/types/CarePlanDetailStatus.js +0 -17
- package/api/resources/fhir/types/CareTeam.d.ts +0 -36
- package/api/resources/fhir/types/CareTeam.js +0 -5
- package/api/resources/fhir/types/CareTeamParticipant.d.ts +0 -23
- package/api/resources/fhir/types/CareTeamParticipant.js +0 -5
- package/api/resources/fhir/types/CareTeamStatus.d.ts +0 -14
- package/api/resources/fhir/types/CareTeamStatus.js +0 -13
- package/api/resources/fhir/types/CatalogEntry.d.ts +0 -36
- package/api/resources/fhir/types/CatalogEntry.js +0 -5
- package/api/resources/fhir/types/CatalogEntryRelatedEntry.d.ts +0 -19
- package/api/resources/fhir/types/CatalogEntryRelatedEntry.js +0 -5
- package/api/resources/fhir/types/CatalogEntryRelatedEntryRelationtype.d.ts +0 -11
- package/api/resources/fhir/types/CatalogEntryRelatedEntryRelationtype.js +0 -10
- package/api/resources/fhir/types/CatalogEntryStatus.d.ts +0 -13
- package/api/resources/fhir/types/CatalogEntryStatus.js +0 -12
- package/api/resources/fhir/types/ChargeItem.d.ts +0 -68
- package/api/resources/fhir/types/ChargeItem.js +0 -5
- package/api/resources/fhir/types/ChargeItemDefinition.d.ts +0 -56
- package/api/resources/fhir/types/ChargeItemDefinition.js +0 -5
- package/api/resources/fhir/types/ChargeItemDefinitionApplicability.d.ts +0 -21
- package/api/resources/fhir/types/ChargeItemDefinitionApplicability.js +0 -5
- package/api/resources/fhir/types/ChargeItemDefinitionPriceComponent.d.ts +0 -23
- package/api/resources/fhir/types/ChargeItemDefinitionPriceComponent.js +0 -5
- package/api/resources/fhir/types/ChargeItemDefinitionPropertyGroup.d.ts +0 -19
- package/api/resources/fhir/types/ChargeItemDefinitionPropertyGroup.js +0 -5
- package/api/resources/fhir/types/ChargeItemDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/ChargeItemDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/ChargeItemPerformer.d.ts +0 -19
- package/api/resources/fhir/types/ChargeItemPerformer.js +0 -5
- package/api/resources/fhir/types/ChargeItemStatus.d.ts +0 -16
- package/api/resources/fhir/types/ChargeItemStatus.js +0 -15
- package/api/resources/fhir/types/Claim.d.ts +0 -64
- package/api/resources/fhir/types/Claim.js +0 -5
- package/api/resources/fhir/types/ClaimAccident.d.ts +0 -23
- package/api/resources/fhir/types/ClaimAccident.js +0 -5
- package/api/resources/fhir/types/ClaimCareTeam.d.ts +0 -25
- package/api/resources/fhir/types/ClaimCareTeam.js +0 -5
- package/api/resources/fhir/types/ClaimDetail.d.ts +0 -39
- package/api/resources/fhir/types/ClaimDetail.js +0 -5
- package/api/resources/fhir/types/ClaimDiagnosis.d.ts +0 -27
- package/api/resources/fhir/types/ClaimDiagnosis.js +0 -5
- package/api/resources/fhir/types/ClaimInsurance.d.ts +0 -29
- package/api/resources/fhir/types/ClaimInsurance.js +0 -5
- package/api/resources/fhir/types/ClaimItem.d.ts +0 -63
- package/api/resources/fhir/types/ClaimItem.js +0 -5
- package/api/resources/fhir/types/ClaimPayee.d.ts +0 -19
- package/api/resources/fhir/types/ClaimPayee.js +0 -5
- package/api/resources/fhir/types/ClaimProcedure.d.ts +0 -27
- package/api/resources/fhir/types/ClaimProcedure.js +0 -5
- package/api/resources/fhir/types/ClaimRelated.d.ts +0 -21
- package/api/resources/fhir/types/ClaimRelated.js +0 -5
- package/api/resources/fhir/types/ClaimResponse.d.ts +0 -64
- package/api/resources/fhir/types/ClaimResponse.js +0 -5
- package/api/resources/fhir/types/ClaimResponseAddItem.d.ts +0 -57
- package/api/resources/fhir/types/ClaimResponseAddItem.js +0 -5
- package/api/resources/fhir/types/ClaimResponseAdjudication.d.ts +0 -23
- package/api/resources/fhir/types/ClaimResponseAdjudication.js +0 -5
- package/api/resources/fhir/types/ClaimResponseDetail.d.ts +0 -23
- package/api/resources/fhir/types/ClaimResponseDetail.js +0 -5
- package/api/resources/fhir/types/ClaimResponseDetail1.d.ts +0 -33
- package/api/resources/fhir/types/ClaimResponseDetail1.js +0 -5
- package/api/resources/fhir/types/ClaimResponseError.d.ts +0 -23
- package/api/resources/fhir/types/ClaimResponseError.js +0 -5
- package/api/resources/fhir/types/ClaimResponseInsurance.d.ts +0 -25
- package/api/resources/fhir/types/ClaimResponseInsurance.js +0 -5
- package/api/resources/fhir/types/ClaimResponseItem.d.ts +0 -23
- package/api/resources/fhir/types/ClaimResponseItem.js +0 -5
- package/api/resources/fhir/types/ClaimResponsePayment.d.ts +0 -27
- package/api/resources/fhir/types/ClaimResponsePayment.js +0 -5
- package/api/resources/fhir/types/ClaimResponseProcessNote.d.ts +0 -23
- package/api/resources/fhir/types/ClaimResponseProcessNote.js +0 -5
- package/api/resources/fhir/types/ClaimResponseProcessNoteType.d.ts +0 -12
- package/api/resources/fhir/types/ClaimResponseProcessNoteType.js +0 -11
- package/api/resources/fhir/types/ClaimResponseSubDetail.d.ts +0 -21
- package/api/resources/fhir/types/ClaimResponseSubDetail.js +0 -5
- package/api/resources/fhir/types/ClaimResponseSubDetail1.d.ts +0 -31
- package/api/resources/fhir/types/ClaimResponseSubDetail1.js +0 -5
- package/api/resources/fhir/types/ClaimResponseTotal.d.ts +0 -19
- package/api/resources/fhir/types/ClaimResponseTotal.js +0 -5
- package/api/resources/fhir/types/ClaimSubDetail.d.ts +0 -37
- package/api/resources/fhir/types/ClaimSubDetail.js +0 -5
- package/api/resources/fhir/types/ClaimSupportingInfo.d.ts +0 -37
- package/api/resources/fhir/types/ClaimSupportingInfo.js +0 -5
- package/api/resources/fhir/types/ClaimUse.d.ts +0 -12
- package/api/resources/fhir/types/ClaimUse.js +0 -11
- package/api/resources/fhir/types/ClientApplication.d.ts +0 -34
- package/api/resources/fhir/types/ClientApplication.js +0 -5
- package/api/resources/fhir/types/ClinicalImpression.d.ts +0 -52
- package/api/resources/fhir/types/ClinicalImpression.js +0 -5
- package/api/resources/fhir/types/ClinicalImpressionFinding.d.ts +0 -21
- package/api/resources/fhir/types/ClinicalImpressionFinding.js +0 -5
- package/api/resources/fhir/types/ClinicalImpressionInvestigation.d.ts +0 -19
- package/api/resources/fhir/types/ClinicalImpressionInvestigation.js +0 -5
- package/api/resources/fhir/types/Code.d.ts +0 -7
- package/api/resources/fhir/types/Code.js +0 -5
- package/api/resources/fhir/types/CodeSystem.d.ts +0 -62
- package/api/resources/fhir/types/CodeSystem.js +0 -5
- package/api/resources/fhir/types/CodeSystemConcept.d.ts +0 -27
- package/api/resources/fhir/types/CodeSystemConcept.js +0 -5
- package/api/resources/fhir/types/CodeSystemContent.d.ts +0 -14
- package/api/resources/fhir/types/CodeSystemContent.js +0 -13
- package/api/resources/fhir/types/CodeSystemDesignation.d.ts +0 -21
- package/api/resources/fhir/types/CodeSystemDesignation.js +0 -5
- package/api/resources/fhir/types/CodeSystemFilter.d.ts +0 -23
- package/api/resources/fhir/types/CodeSystemFilter.js +0 -5
- package/api/resources/fhir/types/CodeSystemHierarchyMeaning.d.ts +0 -13
- package/api/resources/fhir/types/CodeSystemHierarchyMeaning.js +0 -12
- package/api/resources/fhir/types/CodeSystemProperty.d.ts +0 -23
- package/api/resources/fhir/types/CodeSystemProperty.js +0 -5
- package/api/resources/fhir/types/CodeSystemProperty1.d.ts +0 -31
- package/api/resources/fhir/types/CodeSystemProperty1.js +0 -5
- package/api/resources/fhir/types/CodeSystemPropertyType.d.ts +0 -16
- package/api/resources/fhir/types/CodeSystemPropertyType.js +0 -15
- package/api/resources/fhir/types/CodeSystemStatus.d.ts +0 -13
- package/api/resources/fhir/types/CodeSystemStatus.js +0 -12
- package/api/resources/fhir/types/CodeableConcept.d.ts +0 -17
- package/api/resources/fhir/types/CodeableConcept.js +0 -5
- package/api/resources/fhir/types/Coding.d.ts +0 -23
- package/api/resources/fhir/types/Coding.js +0 -5
- package/api/resources/fhir/types/Communication.d.ts +0 -56
- package/api/resources/fhir/types/Communication.js +0 -5
- package/api/resources/fhir/types/CommunicationPayload.d.ts +0 -21
- package/api/resources/fhir/types/CommunicationPayload.js +0 -5
- package/api/resources/fhir/types/CommunicationRequest.d.ts +0 -56
- package/api/resources/fhir/types/CommunicationRequest.js +0 -5
- package/api/resources/fhir/types/CommunicationRequestPayload.d.ts +0 -21
- package/api/resources/fhir/types/CommunicationRequestPayload.js +0 -5
- package/api/resources/fhir/types/CompartmentDefinition.d.ts +0 -38
- package/api/resources/fhir/types/CompartmentDefinition.js +0 -5
- package/api/resources/fhir/types/CompartmentDefinitionCode.d.ts +0 -14
- package/api/resources/fhir/types/CompartmentDefinitionCode.js +0 -13
- package/api/resources/fhir/types/CompartmentDefinitionResource.d.ts +0 -21
- package/api/resources/fhir/types/CompartmentDefinitionResource.js +0 -5
- package/api/resources/fhir/types/CompartmentDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/CompartmentDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/Composition.d.ts +0 -40
- package/api/resources/fhir/types/Composition.js +0 -5
- package/api/resources/fhir/types/CompositionAttester.d.ts +0 -21
- package/api/resources/fhir/types/CompositionAttester.js +0 -5
- package/api/resources/fhir/types/CompositionAttesterMode.d.ts +0 -13
- package/api/resources/fhir/types/CompositionAttesterMode.js +0 -12
- package/api/resources/fhir/types/CompositionEvent.d.ts +0 -21
- package/api/resources/fhir/types/CompositionEvent.js +0 -5
- package/api/resources/fhir/types/CompositionRelatesTo.d.ts +0 -21
- package/api/resources/fhir/types/CompositionRelatesTo.js +0 -5
- package/api/resources/fhir/types/CompositionSection.d.ts +0 -35
- package/api/resources/fhir/types/CompositionSection.js +0 -5
- package/api/resources/fhir/types/CompositionStatus.d.ts +0 -13
- package/api/resources/fhir/types/CompositionStatus.js +0 -12
- package/api/resources/fhir/types/ConceptMap.d.ts +0 -50
- package/api/resources/fhir/types/ConceptMap.js +0 -5
- package/api/resources/fhir/types/ConceptMapDependsOn.d.ts +0 -23
- package/api/resources/fhir/types/ConceptMapDependsOn.js +0 -5
- package/api/resources/fhir/types/ConceptMapElement.d.ts +0 -21
- package/api/resources/fhir/types/ConceptMapElement.js +0 -5
- package/api/resources/fhir/types/ConceptMapGroup.d.ts +0 -27
- package/api/resources/fhir/types/ConceptMapGroup.js +0 -5
- package/api/resources/fhir/types/ConceptMapStatus.d.ts +0 -13
- package/api/resources/fhir/types/ConceptMapStatus.js +0 -12
- package/api/resources/fhir/types/ConceptMapTarget.d.ts +0 -27
- package/api/resources/fhir/types/ConceptMapTarget.js +0 -5
- package/api/resources/fhir/types/ConceptMapTargetEquivalence.d.ts +0 -19
- package/api/resources/fhir/types/ConceptMapTargetEquivalence.js +0 -18
- package/api/resources/fhir/types/ConceptMapUnmapped.d.ts +0 -23
- package/api/resources/fhir/types/ConceptMapUnmapped.js +0 -5
- package/api/resources/fhir/types/ConceptMapUnmappedMode.d.ts +0 -12
- package/api/resources/fhir/types/ConceptMapUnmappedMode.js +0 -11
- package/api/resources/fhir/types/Condition.d.ts +0 -60
- package/api/resources/fhir/types/Condition.js +0 -5
- package/api/resources/fhir/types/ConditionEvidence.d.ts +0 -19
- package/api/resources/fhir/types/ConditionEvidence.js +0 -5
- package/api/resources/fhir/types/ConditionStage.d.ts +0 -21
- package/api/resources/fhir/types/ConditionStage.js +0 -5
- package/api/resources/fhir/types/Consent.d.ts +0 -38
- package/api/resources/fhir/types/Consent.js +0 -5
- package/api/resources/fhir/types/ConsentActor.d.ts +0 -19
- package/api/resources/fhir/types/ConsentActor.js +0 -5
- package/api/resources/fhir/types/ConsentData.d.ts +0 -19
- package/api/resources/fhir/types/ConsentData.js +0 -5
- package/api/resources/fhir/types/ConsentDataMeaning.d.ts +0 -13
- package/api/resources/fhir/types/ConsentDataMeaning.js +0 -12
- package/api/resources/fhir/types/ConsentPolicy.d.ts +0 -19
- package/api/resources/fhir/types/ConsentPolicy.js +0 -5
- package/api/resources/fhir/types/ConsentProvision.d.ts +0 -37
- package/api/resources/fhir/types/ConsentProvision.js +0 -5
- package/api/resources/fhir/types/ConsentProvisionType.d.ts +0 -11
- package/api/resources/fhir/types/ConsentProvisionType.js +0 -10
- package/api/resources/fhir/types/ConsentStatus.d.ts +0 -15
- package/api/resources/fhir/types/ConsentStatus.js +0 -14
- package/api/resources/fhir/types/ConsentVerification.d.ts +0 -21
- package/api/resources/fhir/types/ConsentVerification.js +0 -5
- package/api/resources/fhir/types/ContactDetail.d.ts +0 -17
- package/api/resources/fhir/types/ContactDetail.js +0 -5
- package/api/resources/fhir/types/ContactPoint.d.ts +0 -23
- package/api/resources/fhir/types/ContactPoint.js +0 -5
- package/api/resources/fhir/types/ContactPointSystem.d.ts +0 -16
- package/api/resources/fhir/types/ContactPointSystem.js +0 -15
- package/api/resources/fhir/types/ContactPointUse.d.ts +0 -14
- package/api/resources/fhir/types/ContactPointUse.js +0 -13
- package/api/resources/fhir/types/Contract.d.ts +0 -80
- package/api/resources/fhir/types/Contract.js +0 -5
- package/api/resources/fhir/types/ContractAction.d.ts +0 -61
- package/api/resources/fhir/types/ContractAction.js +0 -5
- package/api/resources/fhir/types/ContractAnswer.d.ts +0 -39
- package/api/resources/fhir/types/ContractAnswer.js +0 -5
- package/api/resources/fhir/types/ContractAsset.d.ts +0 -45
- package/api/resources/fhir/types/ContractAsset.js +0 -5
- package/api/resources/fhir/types/ContractContentDefinition.d.ts +0 -27
- package/api/resources/fhir/types/ContractContentDefinition.js +0 -5
- package/api/resources/fhir/types/ContractContext.d.ts +0 -21
- package/api/resources/fhir/types/ContractContext.js +0 -5
- package/api/resources/fhir/types/ContractFriendly.d.ts +0 -19
- package/api/resources/fhir/types/ContractFriendly.js +0 -5
- package/api/resources/fhir/types/ContractLegal.d.ts +0 -19
- package/api/resources/fhir/types/ContractLegal.js +0 -5
- package/api/resources/fhir/types/ContractOffer.d.ts +0 -35
- package/api/resources/fhir/types/ContractOffer.js +0 -5
- package/api/resources/fhir/types/ContractParty.d.ts +0 -19
- package/api/resources/fhir/types/ContractParty.js +0 -5
- package/api/resources/fhir/types/ContractRule.d.ts +0 -19
- package/api/resources/fhir/types/ContractRule.js +0 -5
- package/api/resources/fhir/types/ContractSecurityLabel.d.ts +0 -23
- package/api/resources/fhir/types/ContractSecurityLabel.js +0 -5
- package/api/resources/fhir/types/ContractSigner.d.ts +0 -21
- package/api/resources/fhir/types/ContractSigner.js +0 -5
- package/api/resources/fhir/types/ContractSubject.d.ts +0 -19
- package/api/resources/fhir/types/ContractSubject.js +0 -5
- package/api/resources/fhir/types/ContractTerm.d.ts +0 -41
- package/api/resources/fhir/types/ContractTerm.js +0 -5
- package/api/resources/fhir/types/ContractValuedItem.d.ts +0 -45
- package/api/resources/fhir/types/ContractValuedItem.js +0 -5
- package/api/resources/fhir/types/Contributor.d.ts +0 -19
- package/api/resources/fhir/types/Contributor.js +0 -5
- package/api/resources/fhir/types/ContributorType.d.ts +0 -13
- package/api/resources/fhir/types/ContributorType.js +0 -12
- package/api/resources/fhir/types/Count.d.ts +0 -23
- package/api/resources/fhir/types/Count.js +0 -5
- package/api/resources/fhir/types/CountComparator.d.ts +0 -13
- package/api/resources/fhir/types/CountComparator.js +0 -12
- package/api/resources/fhir/types/Coverage.d.ts +0 -44
- package/api/resources/fhir/types/Coverage.js +0 -5
- package/api/resources/fhir/types/CoverageClass.d.ts +0 -21
- package/api/resources/fhir/types/CoverageClass.js +0 -5
- package/api/resources/fhir/types/CoverageCostToBeneficiary.d.ts +0 -23
- package/api/resources/fhir/types/CoverageCostToBeneficiary.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityRequest.d.ts +0 -40
- package/api/resources/fhir/types/CoverageEligibilityRequest.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityRequestDiagnosis.d.ts +0 -19
- package/api/resources/fhir/types/CoverageEligibilityRequestDiagnosis.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityRequestInsurance.d.ts +0 -21
- package/api/resources/fhir/types/CoverageEligibilityRequestInsurance.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityRequestItem.d.ts +0 -35
- package/api/resources/fhir/types/CoverageEligibilityRequestItem.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityRequestPurposeItem.d.ts +0 -10
- package/api/resources/fhir/types/CoverageEligibilityRequestPurposeItem.js +0 -12
- package/api/resources/fhir/types/CoverageEligibilityRequestSupportingInfo.d.ts +0 -21
- package/api/resources/fhir/types/CoverageEligibilityRequestSupportingInfo.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponse.d.ts +0 -42
- package/api/resources/fhir/types/CoverageEligibilityResponse.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponseBenefit.d.ts +0 -29
- package/api/resources/fhir/types/CoverageEligibilityResponseBenefit.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponseError.d.ts +0 -17
- package/api/resources/fhir/types/CoverageEligibilityResponseError.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponseInsurance.d.ts +0 -23
- package/api/resources/fhir/types/CoverageEligibilityResponseInsurance.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponseItem.d.ts +0 -43
- package/api/resources/fhir/types/CoverageEligibilityResponseItem.js +0 -5
- package/api/resources/fhir/types/CoverageEligibilityResponseOutcome.d.ts +0 -13
- package/api/resources/fhir/types/CoverageEligibilityResponseOutcome.js +0 -12
- package/api/resources/fhir/types/CoverageEligibilityResponsePurposeItem.d.ts +0 -10
- package/api/resources/fhir/types/CoverageEligibilityResponsePurposeItem.js +0 -12
- package/api/resources/fhir/types/CoverageException.d.ts +0 -19
- package/api/resources/fhir/types/CoverageException.js +0 -5
- package/api/resources/fhir/types/DataRequirement.d.ts +0 -31
- package/api/resources/fhir/types/DataRequirement.js +0 -5
- package/api/resources/fhir/types/DataRequirementCodeFilter.d.ts +0 -23
- package/api/resources/fhir/types/DataRequirementCodeFilter.js +0 -5
- package/api/resources/fhir/types/DataRequirementDateFilter.d.ts +0 -25
- package/api/resources/fhir/types/DataRequirementDateFilter.js +0 -5
- package/api/resources/fhir/types/DataRequirementSort.d.ts +0 -19
- package/api/resources/fhir/types/DataRequirementSort.js +0 -5
- package/api/resources/fhir/types/DataRequirementSortDirection.d.ts +0 -11
- package/api/resources/fhir/types/DataRequirementSortDirection.js +0 -10
- package/api/resources/fhir/types/DateTime.d.ts +0 -7
- package/api/resources/fhir/types/DateTime.js +0 -5
- package/api/resources/fhir/types/Date_.d.ts +0 -7
- package/api/resources/fhir/types/Date_.js +0 -5
- package/api/resources/fhir/types/Decimal.d.ts +0 -7
- package/api/resources/fhir/types/Decimal.js +0 -5
- package/api/resources/fhir/types/DetectedIssue.d.ts +0 -36
- package/api/resources/fhir/types/DetectedIssue.js +0 -5
- package/api/resources/fhir/types/DetectedIssueEvidence.d.ts +0 -19
- package/api/resources/fhir/types/DetectedIssueEvidence.js +0 -5
- package/api/resources/fhir/types/DetectedIssueMitigation.d.ts +0 -21
- package/api/resources/fhir/types/DetectedIssueMitigation.js +0 -5
- package/api/resources/fhir/types/DetectedIssueSeverity.d.ts +0 -12
- package/api/resources/fhir/types/DetectedIssueSeverity.js +0 -11
- package/api/resources/fhir/types/Device.d.ts +0 -62
- package/api/resources/fhir/types/Device.js +0 -5
- package/api/resources/fhir/types/DeviceDefinition.d.ts +0 -58
- package/api/resources/fhir/types/DeviceDefinition.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionCapability.d.ts +0 -19
- package/api/resources/fhir/types/DeviceDefinitionCapability.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionClassification.d.ts +0 -19
- package/api/resources/fhir/types/DeviceDefinitionClassification.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionDeviceName.d.ts +0 -19
- package/api/resources/fhir/types/DeviceDefinitionDeviceName.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionDeviceNameType.d.ts +0 -15
- package/api/resources/fhir/types/DeviceDefinitionDeviceNameType.js +0 -14
- package/api/resources/fhir/types/DeviceDefinitionMaterial.d.ts +0 -21
- package/api/resources/fhir/types/DeviceDefinitionMaterial.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionProperty.d.ts +0 -21
- package/api/resources/fhir/types/DeviceDefinitionProperty.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionSpecialization.d.ts +0 -19
- package/api/resources/fhir/types/DeviceDefinitionSpecialization.js +0 -5
- package/api/resources/fhir/types/DeviceDefinitionUdiDeviceIdentifier.d.ts +0 -21
- package/api/resources/fhir/types/DeviceDefinitionUdiDeviceIdentifier.js +0 -5
- package/api/resources/fhir/types/DeviceDeviceName.d.ts +0 -19
- package/api/resources/fhir/types/DeviceDeviceName.js +0 -5
- package/api/resources/fhir/types/DeviceDeviceNameType.d.ts +0 -15
- package/api/resources/fhir/types/DeviceDeviceNameType.js +0 -14
- package/api/resources/fhir/types/DeviceMetric.d.ts +0 -30
- package/api/resources/fhir/types/DeviceMetric.js +0 -5
- package/api/resources/fhir/types/DeviceMetricCalibration.d.ts +0 -21
- package/api/resources/fhir/types/DeviceMetricCalibration.js +0 -5
- package/api/resources/fhir/types/DeviceMetricCalibrationState.d.ts +0 -13
- package/api/resources/fhir/types/DeviceMetricCalibrationState.js +0 -12
- package/api/resources/fhir/types/DeviceMetricCalibrationType.d.ts +0 -13
- package/api/resources/fhir/types/DeviceMetricCalibrationType.js +0 -12
- package/api/resources/fhir/types/DeviceMetricCategory.d.ts +0 -13
- package/api/resources/fhir/types/DeviceMetricCategory.js +0 -12
- package/api/resources/fhir/types/DeviceMetricColor.d.ts +0 -17
- package/api/resources/fhir/types/DeviceMetricColor.js +0 -16
- package/api/resources/fhir/types/DeviceMetricOperationalStatus.d.ts +0 -13
- package/api/resources/fhir/types/DeviceMetricOperationalStatus.js +0 -12
- package/api/resources/fhir/types/DeviceProperty.d.ts +0 -21
- package/api/resources/fhir/types/DeviceProperty.js +0 -5
- package/api/resources/fhir/types/DeviceRequest.d.ts +0 -64
- package/api/resources/fhir/types/DeviceRequest.js +0 -5
- package/api/resources/fhir/types/DeviceRequestParameter.d.ts +0 -25
- package/api/resources/fhir/types/DeviceRequestParameter.js +0 -5
- package/api/resources/fhir/types/DeviceSpecialization.d.ts +0 -19
- package/api/resources/fhir/types/DeviceSpecialization.js +0 -5
- package/api/resources/fhir/types/DeviceStatus.d.ts +0 -13
- package/api/resources/fhir/types/DeviceStatus.js +0 -12
- package/api/resources/fhir/types/DeviceUdiCarrier.d.ts +0 -27
- package/api/resources/fhir/types/DeviceUdiCarrier.js +0 -5
- package/api/resources/fhir/types/DeviceUdiCarrierEntryType.d.ts +0 -15
- package/api/resources/fhir/types/DeviceUdiCarrierEntryType.js +0 -14
- package/api/resources/fhir/types/DeviceUseStatement.d.ts +0 -40
- package/api/resources/fhir/types/DeviceUseStatement.js +0 -5
- package/api/resources/fhir/types/DeviceUseStatementStatus.d.ts +0 -15
- package/api/resources/fhir/types/DeviceUseStatementStatus.js +0 -14
- package/api/resources/fhir/types/DeviceVersion.d.ts +0 -21
- package/api/resources/fhir/types/DeviceVersion.js +0 -5
- package/api/resources/fhir/types/DiagnosticReport.d.ts +0 -48
- package/api/resources/fhir/types/DiagnosticReport.js +0 -5
- package/api/resources/fhir/types/DiagnosticReportMedia.d.ts +0 -19
- package/api/resources/fhir/types/DiagnosticReportMedia.js +0 -5
- package/api/resources/fhir/types/DiagnosticReportStatus.d.ts +0 -19
- package/api/resources/fhir/types/DiagnosticReportStatus.js +0 -18
- package/api/resources/fhir/types/Distance.d.ts +0 -23
- package/api/resources/fhir/types/Distance.js +0 -5
- package/api/resources/fhir/types/DistanceComparator.d.ts +0 -13
- package/api/resources/fhir/types/DistanceComparator.js +0 -12
- package/api/resources/fhir/types/DocumentManifest.d.ts +0 -34
- package/api/resources/fhir/types/DocumentManifest.js +0 -5
- package/api/resources/fhir/types/DocumentManifestRelated.d.ts +0 -19
- package/api/resources/fhir/types/DocumentManifestRelated.js +0 -5
- package/api/resources/fhir/types/DocumentManifestStatus.d.ts +0 -12
- package/api/resources/fhir/types/DocumentManifestStatus.js +0 -11
- package/api/resources/fhir/types/DocumentReference.d.ts +0 -42
- package/api/resources/fhir/types/DocumentReference.js +0 -5
- package/api/resources/fhir/types/DocumentReferenceContent.d.ts +0 -19
- package/api/resources/fhir/types/DocumentReferenceContent.js +0 -5
- package/api/resources/fhir/types/DocumentReferenceContext.d.ts +0 -29
- package/api/resources/fhir/types/DocumentReferenceContext.js +0 -5
- package/api/resources/fhir/types/DocumentReferenceRelatesTo.d.ts +0 -19
- package/api/resources/fhir/types/DocumentReferenceRelatesTo.js +0 -5
- package/api/resources/fhir/types/DocumentReferenceRelatesToCode.d.ts +0 -13
- package/api/resources/fhir/types/DocumentReferenceRelatesToCode.js +0 -12
- package/api/resources/fhir/types/DocumentReferenceStatus.d.ts +0 -12
- package/api/resources/fhir/types/DocumentReferenceStatus.js +0 -11
- package/api/resources/fhir/types/DomainConfiguration.d.ts +0 -22
- package/api/resources/fhir/types/DomainConfiguration.js +0 -5
- package/api/resources/fhir/types/Dosage.d.ts +0 -43
- package/api/resources/fhir/types/Dosage.js +0 -5
- package/api/resources/fhir/types/DosageDoseAndRate.d.ts +0 -27
- package/api/resources/fhir/types/DosageDoseAndRate.js +0 -5
- package/api/resources/fhir/types/Duration.d.ts +0 -23
- package/api/resources/fhir/types/Duration.js +0 -5
- package/api/resources/fhir/types/DurationComparator.d.ts +0 -13
- package/api/resources/fhir/types/DurationComparator.js +0 -12
- package/api/resources/fhir/types/EffectEvidenceSynthesis.d.ts +0 -76
- package/api/resources/fhir/types/EffectEvidenceSynthesis.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisCertainty.d.ts +0 -21
- package/api/resources/fhir/types/EffectEvidenceSynthesisCertainty.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisCertaintySubcomponent.d.ts +0 -21
- package/api/resources/fhir/types/EffectEvidenceSynthesisCertaintySubcomponent.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisEffectEstimate.d.ts +0 -27
- package/api/resources/fhir/types/EffectEvidenceSynthesisEffectEstimate.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisPrecisionEstimate.d.ts +0 -23
- package/api/resources/fhir/types/EffectEvidenceSynthesisPrecisionEstimate.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposure.d.ts +0 -23
- package/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposure.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposureExposureState.d.ts +0 -11
- package/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposureExposureState.js +0 -10
- package/api/resources/fhir/types/EffectEvidenceSynthesisSampleSize.d.ts +0 -21
- package/api/resources/fhir/types/EffectEvidenceSynthesisSampleSize.js +0 -5
- package/api/resources/fhir/types/EffectEvidenceSynthesisStatus.d.ts +0 -13
- package/api/resources/fhir/types/EffectEvidenceSynthesisStatus.js +0 -12
- package/api/resources/fhir/types/Element.d.ts +0 -13
- package/api/resources/fhir/types/Element.js +0 -5
- package/api/resources/fhir/types/ElementDefinition.d.ts +0 -409
- package/api/resources/fhir/types/ElementDefinition.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionBase.d.ts +0 -21
- package/api/resources/fhir/types/ElementDefinitionBase.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionBinding.d.ts +0 -21
- package/api/resources/fhir/types/ElementDefinitionBinding.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionBindingStrength.d.ts +0 -13
- package/api/resources/fhir/types/ElementDefinitionBindingStrength.js +0 -12
- package/api/resources/fhir/types/ElementDefinitionConstraint.d.ts +0 -29
- package/api/resources/fhir/types/ElementDefinitionConstraint.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionConstraintSeverity.d.ts +0 -11
- package/api/resources/fhir/types/ElementDefinitionConstraintSeverity.js +0 -10
- package/api/resources/fhir/types/ElementDefinitionDiscriminator.d.ts +0 -19
- package/api/resources/fhir/types/ElementDefinitionDiscriminator.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionDiscriminatorType.d.ts +0 -14
- package/api/resources/fhir/types/ElementDefinitionDiscriminatorType.js +0 -13
- package/api/resources/fhir/types/ElementDefinitionExample.d.ts +0 -117
- package/api/resources/fhir/types/ElementDefinitionExample.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionMapping.d.ts +0 -23
- package/api/resources/fhir/types/ElementDefinitionMapping.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionRepresentationItem.d.ts +0 -11
- package/api/resources/fhir/types/ElementDefinitionRepresentationItem.js +0 -13
- package/api/resources/fhir/types/ElementDefinitionSlicing.d.ts +0 -23
- package/api/resources/fhir/types/ElementDefinitionSlicing.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionSlicingRules.d.ts +0 -12
- package/api/resources/fhir/types/ElementDefinitionSlicingRules.js +0 -11
- package/api/resources/fhir/types/ElementDefinitionType.d.ts +0 -25
- package/api/resources/fhir/types/ElementDefinitionType.js +0 -5
- package/api/resources/fhir/types/ElementDefinitionTypeAggregationItem.d.ts +0 -9
- package/api/resources/fhir/types/ElementDefinitionTypeAggregationItem.js +0 -11
- package/api/resources/fhir/types/ElementDefinitionTypeVersioning.d.ts +0 -12
- package/api/resources/fhir/types/ElementDefinitionTypeVersioning.js +0 -11
- package/api/resources/fhir/types/Encounter.d.ts +0 -56
- package/api/resources/fhir/types/Encounter.js +0 -5
- package/api/resources/fhir/types/EncounterClassHistory.d.ts +0 -19
- package/api/resources/fhir/types/EncounterClassHistory.js +0 -5
- package/api/resources/fhir/types/EncounterDiagnosis.d.ts +0 -21
- package/api/resources/fhir/types/EncounterDiagnosis.js +0 -5
- package/api/resources/fhir/types/EncounterHospitalization.d.ts +0 -33
- package/api/resources/fhir/types/EncounterHospitalization.js +0 -5
- package/api/resources/fhir/types/EncounterLocation.d.ts +0 -23
- package/api/resources/fhir/types/EncounterLocation.js +0 -5
- package/api/resources/fhir/types/EncounterLocationStatus.d.ts +0 -13
- package/api/resources/fhir/types/EncounterLocationStatus.js +0 -12
- package/api/resources/fhir/types/EncounterParticipant.d.ts +0 -21
- package/api/resources/fhir/types/EncounterParticipant.js +0 -5
- package/api/resources/fhir/types/EncounterStatus.d.ts +0 -18
- package/api/resources/fhir/types/EncounterStatus.js +0 -17
- package/api/resources/fhir/types/EncounterStatusHistory.d.ts +0 -19
- package/api/resources/fhir/types/EncounterStatusHistory.js +0 -5
- package/api/resources/fhir/types/EncounterStatusHistoryStatus.d.ts +0 -18
- package/api/resources/fhir/types/EncounterStatusHistoryStatus.js +0 -17
- package/api/resources/fhir/types/Endpoint.d.ts +0 -32
- package/api/resources/fhir/types/Endpoint.js +0 -5
- package/api/resources/fhir/types/EndpointStatus.d.ts +0 -15
- package/api/resources/fhir/types/EndpointStatus.js +0 -14
- package/api/resources/fhir/types/EnrollmentRequest.d.ts +0 -24
- package/api/resources/fhir/types/EnrollmentRequest.js +0 -5
- package/api/resources/fhir/types/EnrollmentResponse.d.ts +0 -26
- package/api/resources/fhir/types/EnrollmentResponse.js +0 -5
- package/api/resources/fhir/types/EnrollmentResponseOutcome.d.ts +0 -13
- package/api/resources/fhir/types/EnrollmentResponseOutcome.js +0 -12
- package/api/resources/fhir/types/EpisodeOfCare.d.ts +0 -34
- package/api/resources/fhir/types/EpisodeOfCare.js +0 -5
- package/api/resources/fhir/types/EpisodeOfCareDiagnosis.d.ts +0 -21
- package/api/resources/fhir/types/EpisodeOfCareDiagnosis.js +0 -5
- package/api/resources/fhir/types/EpisodeOfCareStatus.d.ts +0 -16
- package/api/resources/fhir/types/EpisodeOfCareStatus.js +0 -15
- package/api/resources/fhir/types/EpisodeOfCareStatusHistory.d.ts +0 -19
- package/api/resources/fhir/types/EpisodeOfCareStatusHistory.js +0 -5
- package/api/resources/fhir/types/EpisodeOfCareStatusHistoryStatus.d.ts +0 -16
- package/api/resources/fhir/types/EpisodeOfCareStatusHistoryStatus.js +0 -15
- package/api/resources/fhir/types/EventDefinition.d.ts +0 -68
- package/api/resources/fhir/types/EventDefinition.js +0 -5
- package/api/resources/fhir/types/EventDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/EventDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/Evidence.d.ts +0 -66
- package/api/resources/fhir/types/Evidence.js +0 -5
- package/api/resources/fhir/types/EvidenceStatus.d.ts +0 -13
- package/api/resources/fhir/types/EvidenceStatus.js +0 -12
- package/api/resources/fhir/types/EvidenceVariable.d.ts +0 -64
- package/api/resources/fhir/types/EvidenceVariable.js +0 -5
- package/api/resources/fhir/types/EvidenceVariableCharacteristic.d.ts +0 -45
- package/api/resources/fhir/types/EvidenceVariableCharacteristic.js +0 -5
- package/api/resources/fhir/types/EvidenceVariableCharacteristicGroupMeasure.d.ts +0 -15
- package/api/resources/fhir/types/EvidenceVariableCharacteristicGroupMeasure.js +0 -14
- package/api/resources/fhir/types/EvidenceVariableStatus.d.ts +0 -13
- package/api/resources/fhir/types/EvidenceVariableStatus.js +0 -12
- package/api/resources/fhir/types/EvidenceVariableType.d.ts +0 -12
- package/api/resources/fhir/types/EvidenceVariableType.js +0 -11
- package/api/resources/fhir/types/ExampleScenario.d.ts +0 -44
- package/api/resources/fhir/types/ExampleScenario.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioActor.d.ts +0 -23
- package/api/resources/fhir/types/ExampleScenarioActor.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioActorType.d.ts +0 -11
- package/api/resources/fhir/types/ExampleScenarioActorType.js +0 -10
- package/api/resources/fhir/types/ExampleScenarioAlternative.d.ts +0 -21
- package/api/resources/fhir/types/ExampleScenarioAlternative.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioContainedInstance.d.ts +0 -19
- package/api/resources/fhir/types/ExampleScenarioContainedInstance.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioInstance.d.ts +0 -27
- package/api/resources/fhir/types/ExampleScenarioInstance.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioOperation.d.ts +0 -35
- package/api/resources/fhir/types/ExampleScenarioOperation.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioProcess.d.ts +0 -25
- package/api/resources/fhir/types/ExampleScenarioProcess.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioStatus.d.ts +0 -13
- package/api/resources/fhir/types/ExampleScenarioStatus.js +0 -12
- package/api/resources/fhir/types/ExampleScenarioStep.d.ts +0 -23
- package/api/resources/fhir/types/ExampleScenarioStep.js +0 -5
- package/api/resources/fhir/types/ExampleScenarioVersion.d.ts +0 -19
- package/api/resources/fhir/types/ExampleScenarioVersion.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefit.d.ts +0 -96
- package/api/resources/fhir/types/ExplanationOfBenefit.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitAccident.d.ts +0 -23
- package/api/resources/fhir/types/ExplanationOfBenefitAccident.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitAddItem.d.ts +0 -57
- package/api/resources/fhir/types/ExplanationOfBenefitAddItem.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitAdjudication.d.ts +0 -23
- package/api/resources/fhir/types/ExplanationOfBenefitAdjudication.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitBenefitBalance.d.ts +0 -31
- package/api/resources/fhir/types/ExplanationOfBenefitBenefitBalance.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitCareTeam.d.ts +0 -25
- package/api/resources/fhir/types/ExplanationOfBenefitCareTeam.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitDetail.d.ts +0 -43
- package/api/resources/fhir/types/ExplanationOfBenefitDetail.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitDetail1.d.ts +0 -33
- package/api/resources/fhir/types/ExplanationOfBenefitDetail1.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitDiagnosis.d.ts +0 -27
- package/api/resources/fhir/types/ExplanationOfBenefitDiagnosis.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitFinancial.d.ts +0 -27
- package/api/resources/fhir/types/ExplanationOfBenefitFinancial.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitInsurance.d.ts +0 -21
- package/api/resources/fhir/types/ExplanationOfBenefitInsurance.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitItem.d.ts +0 -67
- package/api/resources/fhir/types/ExplanationOfBenefitItem.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitPayee.d.ts +0 -19
- package/api/resources/fhir/types/ExplanationOfBenefitPayee.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitPayment.d.ts +0 -27
- package/api/resources/fhir/types/ExplanationOfBenefitPayment.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitProcedure.d.ts +0 -27
- package/api/resources/fhir/types/ExplanationOfBenefitProcedure.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitProcessNote.d.ts +0 -23
- package/api/resources/fhir/types/ExplanationOfBenefitProcessNote.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitProcessNoteType.d.ts +0 -12
- package/api/resources/fhir/types/ExplanationOfBenefitProcessNoteType.js +0 -11
- package/api/resources/fhir/types/ExplanationOfBenefitRelated.d.ts +0 -21
- package/api/resources/fhir/types/ExplanationOfBenefitRelated.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitStatus.d.ts +0 -13
- package/api/resources/fhir/types/ExplanationOfBenefitStatus.js +0 -12
- package/api/resources/fhir/types/ExplanationOfBenefitSubDetail.d.ts +0 -41
- package/api/resources/fhir/types/ExplanationOfBenefitSubDetail.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitSubDetail1.d.ts +0 -31
- package/api/resources/fhir/types/ExplanationOfBenefitSubDetail1.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitSupportingInfo.d.ts +0 -37
- package/api/resources/fhir/types/ExplanationOfBenefitSupportingInfo.js +0 -5
- package/api/resources/fhir/types/ExplanationOfBenefitTotal.d.ts +0 -19
- package/api/resources/fhir/types/ExplanationOfBenefitTotal.js +0 -5
- package/api/resources/fhir/types/Expression.d.ts +0 -23
- package/api/resources/fhir/types/Expression.js +0 -5
- package/api/resources/fhir/types/ExpressionLanguage.d.ts +0 -12
- package/api/resources/fhir/types/ExpressionLanguage.js +0 -11
- package/api/resources/fhir/types/Extension.d.ts +0 -115
- package/api/resources/fhir/types/Extension.js +0 -5
- package/api/resources/fhir/types/FamilyMemberHistory.d.ts +0 -62
- package/api/resources/fhir/types/FamilyMemberHistory.js +0 -5
- package/api/resources/fhir/types/FamilyMemberHistoryCondition.d.ts +0 -31
- package/api/resources/fhir/types/FamilyMemberHistoryCondition.js +0 -5
- package/api/resources/fhir/types/FamilyMemberHistoryStatus.d.ts +0 -13
- package/api/resources/fhir/types/FamilyMemberHistoryStatus.js +0 -12
- package/api/resources/fhir/types/Flag.d.ts +0 -26
- package/api/resources/fhir/types/Flag.js +0 -5
- package/api/resources/fhir/types/FlagStatus.d.ts +0 -12
- package/api/resources/fhir/types/FlagStatus.js +0 -11
- package/api/resources/fhir/types/Goal.d.ts +0 -44
- package/api/resources/fhir/types/Goal.js +0 -5
- package/api/resources/fhir/types/GoalLifecycleStatus.d.ts +0 -18
- package/api/resources/fhir/types/GoalLifecycleStatus.js +0 -17
- package/api/resources/fhir/types/GoalTarget.d.ts +0 -35
- package/api/resources/fhir/types/GoalTarget.js +0 -5
- package/api/resources/fhir/types/GraphDefinition.d.ts +0 -40
- package/api/resources/fhir/types/GraphDefinition.js +0 -5
- package/api/resources/fhir/types/GraphDefinitionCompartment.d.ts +0 -25
- package/api/resources/fhir/types/GraphDefinitionCompartment.js +0 -5
- package/api/resources/fhir/types/GraphDefinitionCompartmentRule.d.ts +0 -13
- package/api/resources/fhir/types/GraphDefinitionCompartmentRule.js +0 -12
- package/api/resources/fhir/types/GraphDefinitionCompartmentUse.d.ts +0 -11
- package/api/resources/fhir/types/GraphDefinitionCompartmentUse.js +0 -10
- package/api/resources/fhir/types/GraphDefinitionLink.d.ts +0 -27
- package/api/resources/fhir/types/GraphDefinitionLink.js +0 -5
- package/api/resources/fhir/types/GraphDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/GraphDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/GraphDefinitionTarget.d.ts +0 -25
- package/api/resources/fhir/types/GraphDefinitionTarget.js +0 -5
- package/api/resources/fhir/types/Group.d.ts +0 -30
- package/api/resources/fhir/types/Group.js +0 -5
- package/api/resources/fhir/types/GroupCharacteristic.d.ts +0 -31
- package/api/resources/fhir/types/GroupCharacteristic.js +0 -5
- package/api/resources/fhir/types/GroupMember.d.ts +0 -21
- package/api/resources/fhir/types/GroupMember.js +0 -5
- package/api/resources/fhir/types/GroupType.d.ts +0 -15
- package/api/resources/fhir/types/GroupType.js +0 -14
- package/api/resources/fhir/types/GuidanceResponse.d.ts +0 -44
- package/api/resources/fhir/types/GuidanceResponse.js +0 -5
- package/api/resources/fhir/types/GuidanceResponseStatus.d.ts +0 -15
- package/api/resources/fhir/types/GuidanceResponseStatus.js +0 -14
- package/api/resources/fhir/types/HealthcareService.d.ts +0 -58
- package/api/resources/fhir/types/HealthcareService.js +0 -5
- package/api/resources/fhir/types/HealthcareServiceAvailableTime.d.ts +0 -23
- package/api/resources/fhir/types/HealthcareServiceAvailableTime.js +0 -5
- package/api/resources/fhir/types/HealthcareServiceAvailableTimeDaysOfWeekItem.d.ts +0 -13
- package/api/resources/fhir/types/HealthcareServiceAvailableTimeDaysOfWeekItem.js +0 -15
- package/api/resources/fhir/types/HealthcareServiceEligibility.d.ts +0 -19
- package/api/resources/fhir/types/HealthcareServiceEligibility.js +0 -5
- package/api/resources/fhir/types/HealthcareServiceNotAvailable.d.ts +0 -19
- package/api/resources/fhir/types/HealthcareServiceNotAvailable.js +0 -5
- package/api/resources/fhir/types/HumanName.d.ts +0 -27
- package/api/resources/fhir/types/HumanName.js +0 -5
- package/api/resources/fhir/types/HumanNameUse.d.ts +0 -16
- package/api/resources/fhir/types/HumanNameUse.js +0 -15
- package/api/resources/fhir/types/Id.d.ts +0 -7
- package/api/resources/fhir/types/Id.js +0 -5
- package/api/resources/fhir/types/Identifier.d.ts +0 -25
- package/api/resources/fhir/types/Identifier.js +0 -5
- package/api/resources/fhir/types/IdentifierUse.d.ts +0 -14
- package/api/resources/fhir/types/IdentifierUse.js +0 -13
- package/api/resources/fhir/types/IdentityProvider.d.ts +0 -20
- package/api/resources/fhir/types/IdentityProvider.js +0 -5
- package/api/resources/fhir/types/ImagingStudy.d.ts +0 -50
- package/api/resources/fhir/types/ImagingStudy.js +0 -5
- package/api/resources/fhir/types/ImagingStudyInstance.d.ts +0 -23
- package/api/resources/fhir/types/ImagingStudyInstance.js +0 -5
- package/api/resources/fhir/types/ImagingStudyPerformer.d.ts +0 -19
- package/api/resources/fhir/types/ImagingStudyPerformer.js +0 -5
- package/api/resources/fhir/types/ImagingStudySeries.d.ts +0 -39
- package/api/resources/fhir/types/ImagingStudySeries.js +0 -5
- package/api/resources/fhir/types/ImagingStudyStatus.d.ts +0 -14
- package/api/resources/fhir/types/ImagingStudyStatus.js +0 -13
- package/api/resources/fhir/types/Immunization.d.ts +0 -68
- package/api/resources/fhir/types/Immunization.js +0 -5
- package/api/resources/fhir/types/ImmunizationEducation.d.ts +0 -23
- package/api/resources/fhir/types/ImmunizationEducation.js +0 -5
- package/api/resources/fhir/types/ImmunizationEvaluation.d.ts +0 -40
- package/api/resources/fhir/types/ImmunizationEvaluation.js +0 -5
- package/api/resources/fhir/types/ImmunizationPerformer.d.ts +0 -19
- package/api/resources/fhir/types/ImmunizationPerformer.js +0 -5
- package/api/resources/fhir/types/ImmunizationProtocolApplied.d.ts +0 -29
- package/api/resources/fhir/types/ImmunizationProtocolApplied.js +0 -5
- package/api/resources/fhir/types/ImmunizationReaction.d.ts +0 -21
- package/api/resources/fhir/types/ImmunizationReaction.js +0 -5
- package/api/resources/fhir/types/ImmunizationRecommendation.d.ts +0 -20
- package/api/resources/fhir/types/ImmunizationRecommendation.js +0 -5
- package/api/resources/fhir/types/ImmunizationRecommendationDateCriterion.d.ts +0 -19
- package/api/resources/fhir/types/ImmunizationRecommendationDateCriterion.js +0 -5
- package/api/resources/fhir/types/ImmunizationRecommendationRecommendation.d.ts +0 -43
- package/api/resources/fhir/types/ImmunizationRecommendationRecommendation.js +0 -5
- package/api/resources/fhir/types/ImplementationGuide.d.ts +0 -50
- package/api/resources/fhir/types/ImplementationGuide.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideDefinition.d.ts +0 -25
- package/api/resources/fhir/types/ImplementationGuideDefinition.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideDependsOn.d.ts +0 -21
- package/api/resources/fhir/types/ImplementationGuideDependsOn.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideFhirVersionItem.d.ts +0 -28
- package/api/resources/fhir/types/ImplementationGuideFhirVersionItem.js +0 -30
- package/api/resources/fhir/types/ImplementationGuideGlobal.d.ts +0 -19
- package/api/resources/fhir/types/ImplementationGuideGlobal.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideGrouping.d.ts +0 -19
- package/api/resources/fhir/types/ImplementationGuideGrouping.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideLicense.d.ts +0 -355
- package/api/resources/fhir/types/ImplementationGuideLicense.js +0 -354
- package/api/resources/fhir/types/ImplementationGuideManifest.d.ts +0 -25
- package/api/resources/fhir/types/ImplementationGuideManifest.js +0 -5
- package/api/resources/fhir/types/ImplementationGuidePage.d.ts +0 -25
- package/api/resources/fhir/types/ImplementationGuidePage.js +0 -5
- package/api/resources/fhir/types/ImplementationGuidePage1.d.ts +0 -21
- package/api/resources/fhir/types/ImplementationGuidePage1.js +0 -5
- package/api/resources/fhir/types/ImplementationGuidePageGeneration.d.ts +0 -13
- package/api/resources/fhir/types/ImplementationGuidePageGeneration.js +0 -12
- package/api/resources/fhir/types/ImplementationGuideParameter.d.ts +0 -19
- package/api/resources/fhir/types/ImplementationGuideParameter.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideParameterCode.d.ts +0 -19
- package/api/resources/fhir/types/ImplementationGuideParameterCode.js +0 -18
- package/api/resources/fhir/types/ImplementationGuideResource.d.ts +0 -29
- package/api/resources/fhir/types/ImplementationGuideResource.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideResource1.d.ts +0 -23
- package/api/resources/fhir/types/ImplementationGuideResource1.js +0 -5
- package/api/resources/fhir/types/ImplementationGuideResourceFhirVersionItem.d.ts +0 -28
- package/api/resources/fhir/types/ImplementationGuideResourceFhirVersionItem.js +0 -30
- package/api/resources/fhir/types/ImplementationGuideStatus.d.ts +0 -13
- package/api/resources/fhir/types/ImplementationGuideStatus.js +0 -12
- package/api/resources/fhir/types/ImplementationGuideTemplate.d.ts +0 -21
- package/api/resources/fhir/types/ImplementationGuideTemplate.js +0 -5
- package/api/resources/fhir/types/Instant.d.ts +0 -7
- package/api/resources/fhir/types/Instant.js +0 -5
- package/api/resources/fhir/types/InsurancePlan.d.ts +0 -38
- package/api/resources/fhir/types/InsurancePlan.js +0 -5
- package/api/resources/fhir/types/InsurancePlanBenefit.d.ts +0 -21
- package/api/resources/fhir/types/InsurancePlanBenefit.js +0 -5
- package/api/resources/fhir/types/InsurancePlanBenefit1.d.ts +0 -19
- package/api/resources/fhir/types/InsurancePlanBenefit1.js +0 -5
- package/api/resources/fhir/types/InsurancePlanContact.d.ts +0 -23
- package/api/resources/fhir/types/InsurancePlanContact.js +0 -5
- package/api/resources/fhir/types/InsurancePlanCost.d.ts +0 -23
- package/api/resources/fhir/types/InsurancePlanCost.js +0 -5
- package/api/resources/fhir/types/InsurancePlanCoverage.d.ts +0 -21
- package/api/resources/fhir/types/InsurancePlanCoverage.js +0 -5
- package/api/resources/fhir/types/InsurancePlanGeneralCost.d.ts +0 -23
- package/api/resources/fhir/types/InsurancePlanGeneralCost.js +0 -5
- package/api/resources/fhir/types/InsurancePlanLimit.d.ts +0 -19
- package/api/resources/fhir/types/InsurancePlanLimit.js +0 -5
- package/api/resources/fhir/types/InsurancePlanPlan.d.ts +0 -27
- package/api/resources/fhir/types/InsurancePlanPlan.js +0 -5
- package/api/resources/fhir/types/InsurancePlanSpecificCost.d.ts +0 -19
- package/api/resources/fhir/types/InsurancePlanSpecificCost.js +0 -5
- package/api/resources/fhir/types/InsurancePlanStatus.d.ts +0 -13
- package/api/resources/fhir/types/InsurancePlanStatus.js +0 -12
- package/api/resources/fhir/types/Integer.d.ts +0 -7
- package/api/resources/fhir/types/Integer.js +0 -5
- package/api/resources/fhir/types/Invoice.d.ts +0 -42
- package/api/resources/fhir/types/Invoice.js +0 -5
- package/api/resources/fhir/types/InvoiceLineItem.d.ts +0 -23
- package/api/resources/fhir/types/InvoiceLineItem.js +0 -5
- package/api/resources/fhir/types/InvoiceParticipant.d.ts +0 -19
- package/api/resources/fhir/types/InvoiceParticipant.js +0 -5
- package/api/resources/fhir/types/InvoicePriceComponent.d.ts +0 -23
- package/api/resources/fhir/types/InvoicePriceComponent.js +0 -5
- package/api/resources/fhir/types/InvoicePriceComponentType.d.ts +0 -15
- package/api/resources/fhir/types/InvoicePriceComponentType.js +0 -14
- package/api/resources/fhir/types/InvoiceStatus.d.ts +0 -14
- package/api/resources/fhir/types/InvoiceStatus.js +0 -13
- package/api/resources/fhir/types/JsonWebKey.d.ts +0 -50
- package/api/resources/fhir/types/JsonWebKey.js +0 -5
- package/api/resources/fhir/types/Library.d.ts +0 -74
- package/api/resources/fhir/types/Library.js +0 -5
- package/api/resources/fhir/types/LibraryStatus.d.ts +0 -13
- package/api/resources/fhir/types/LibraryStatus.js +0 -12
- package/api/resources/fhir/types/Linkage.d.ts +0 -16
- package/api/resources/fhir/types/Linkage.js +0 -5
- package/api/resources/fhir/types/LinkageItem.d.ts +0 -19
- package/api/resources/fhir/types/LinkageItem.js +0 -5
- package/api/resources/fhir/types/LinkageItemType.d.ts +0 -12
- package/api/resources/fhir/types/LinkageItemType.js +0 -11
- package/api/resources/fhir/types/List.d.ts +0 -36
- package/api/resources/fhir/types/List.js +0 -5
- package/api/resources/fhir/types/ListEntry.d.ts +0 -23
- package/api/resources/fhir/types/ListEntry.js +0 -5
- package/api/resources/fhir/types/ListMode.d.ts +0 -12
- package/api/resources/fhir/types/ListMode.js +0 -11
- package/api/resources/fhir/types/ListStatus.d.ts +0 -12
- package/api/resources/fhir/types/ListStatus.js +0 -11
- package/api/resources/fhir/types/Location.d.ts +0 -44
- package/api/resources/fhir/types/Location.js +0 -5
- package/api/resources/fhir/types/LocationHoursOfOperation.d.ts +0 -23
- package/api/resources/fhir/types/LocationHoursOfOperation.js +0 -5
- package/api/resources/fhir/types/LocationMode.d.ts +0 -11
- package/api/resources/fhir/types/LocationMode.js +0 -10
- package/api/resources/fhir/types/LocationPosition.d.ts +0 -21
- package/api/resources/fhir/types/LocationPosition.js +0 -5
- package/api/resources/fhir/types/LocationStatus.d.ts +0 -12
- package/api/resources/fhir/types/LocationStatus.js +0 -11
- package/api/resources/fhir/types/Login.d.ts +0 -62
- package/api/resources/fhir/types/Login.js +0 -5
- package/api/resources/fhir/types/LoginAuthMethod.d.ts +0 -15
- package/api/resources/fhir/types/LoginAuthMethod.js +0 -14
- package/api/resources/fhir/types/LoginCodeChallengeMethod.d.ts +0 -11
- package/api/resources/fhir/types/LoginCodeChallengeMethod.js +0 -10
- package/api/resources/fhir/types/Markdown.d.ts +0 -7
- package/api/resources/fhir/types/Markdown.js +0 -5
- package/api/resources/fhir/types/MarketingStatus.d.ts +0 -25
- package/api/resources/fhir/types/MarketingStatus.js +0 -5
- package/api/resources/fhir/types/Measure.d.ts +0 -94
- package/api/resources/fhir/types/Measure.js +0 -5
- package/api/resources/fhir/types/MeasureComponent.d.ts +0 -21
- package/api/resources/fhir/types/MeasureComponent.js +0 -5
- package/api/resources/fhir/types/MeasureGroup.d.ts +0 -23
- package/api/resources/fhir/types/MeasureGroup.js +0 -5
- package/api/resources/fhir/types/MeasurePopulation.d.ts +0 -21
- package/api/resources/fhir/types/MeasurePopulation.js +0 -5
- package/api/resources/fhir/types/MeasureReport.d.ts +0 -32
- package/api/resources/fhir/types/MeasureReport.js +0 -5
- package/api/resources/fhir/types/MeasureReportComponent.d.ts +0 -19
- package/api/resources/fhir/types/MeasureReportComponent.js +0 -5
- package/api/resources/fhir/types/MeasureReportGroup.d.ts +0 -23
- package/api/resources/fhir/types/MeasureReportGroup.js +0 -5
- package/api/resources/fhir/types/MeasureReportPopulation.d.ts +0 -21
- package/api/resources/fhir/types/MeasureReportPopulation.js +0 -5
- package/api/resources/fhir/types/MeasureReportPopulation1.d.ts +0 -21
- package/api/resources/fhir/types/MeasureReportPopulation1.js +0 -5
- package/api/resources/fhir/types/MeasureReportStatus.d.ts +0 -12
- package/api/resources/fhir/types/MeasureReportStatus.js +0 -11
- package/api/resources/fhir/types/MeasureReportStratifier.d.ts +0 -19
- package/api/resources/fhir/types/MeasureReportStratifier.js +0 -5
- package/api/resources/fhir/types/MeasureReportStratum.d.ts +0 -23
- package/api/resources/fhir/types/MeasureReportStratum.js +0 -5
- package/api/resources/fhir/types/MeasureReportType.d.ts +0 -13
- package/api/resources/fhir/types/MeasureReportType.js +0 -12
- package/api/resources/fhir/types/MeasureStatus.d.ts +0 -13
- package/api/resources/fhir/types/MeasureStatus.js +0 -12
- package/api/resources/fhir/types/MeasureStratifier.d.ts +0 -23
- package/api/resources/fhir/types/MeasureStratifier.js +0 -5
- package/api/resources/fhir/types/MeasureSupplementalData.d.ts +0 -23
- package/api/resources/fhir/types/MeasureSupplementalData.js +0 -5
- package/api/resources/fhir/types/Media.d.ts +0 -56
- package/api/resources/fhir/types/Media.js +0 -5
- package/api/resources/fhir/types/Medication.d.ts +0 -26
- package/api/resources/fhir/types/Medication.js +0 -5
- package/api/resources/fhir/types/MedicationAdministration.d.ts +0 -52
- package/api/resources/fhir/types/MedicationAdministration.js +0 -5
- package/api/resources/fhir/types/MedicationAdministrationDosage.d.ts +0 -33
- package/api/resources/fhir/types/MedicationAdministrationDosage.js +0 -5
- package/api/resources/fhir/types/MedicationAdministrationPerformer.d.ts +0 -19
- package/api/resources/fhir/types/MedicationAdministrationPerformer.js +0 -5
- package/api/resources/fhir/types/MedicationBatch.d.ts +0 -19
- package/api/resources/fhir/types/MedicationBatch.js +0 -5
- package/api/resources/fhir/types/MedicationDispense.d.ts +0 -62
- package/api/resources/fhir/types/MedicationDispense.js +0 -5
- package/api/resources/fhir/types/MedicationDispensePerformer.d.ts +0 -19
- package/api/resources/fhir/types/MedicationDispensePerformer.js +0 -5
- package/api/resources/fhir/types/MedicationDispenseSubstitution.d.ts +0 -23
- package/api/resources/fhir/types/MedicationDispenseSubstitution.js +0 -5
- package/api/resources/fhir/types/MedicationIngredient.d.ts +0 -23
- package/api/resources/fhir/types/MedicationIngredient.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledge.d.ts +0 -54
- package/api/resources/fhir/types/MedicationKnowledge.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeAdministrationGuidelines.d.ts +0 -23
- package/api/resources/fhir/types/MedicationKnowledgeAdministrationGuidelines.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeCost.d.ts +0 -21
- package/api/resources/fhir/types/MedicationKnowledgeCost.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeDosage.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeDosage.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeDrugCharacteristic.d.ts +0 -25
- package/api/resources/fhir/types/MedicationKnowledgeDrugCharacteristic.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeIngredient.d.ts +0 -23
- package/api/resources/fhir/types/MedicationKnowledgeIngredient.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeKinetics.d.ts +0 -21
- package/api/resources/fhir/types/MedicationKnowledgeKinetics.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeMaxDispense.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeMaxDispense.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeMedicineClassification.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeMedicineClassification.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeMonitoringProgram.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeMonitoringProgram.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeMonograph.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeMonograph.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgePackaging.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgePackaging.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgePatientCharacteristics.d.ts +0 -21
- package/api/resources/fhir/types/MedicationKnowledgePatientCharacteristics.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeRegulatory.d.ts +0 -23
- package/api/resources/fhir/types/MedicationKnowledgeRegulatory.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeRelatedMedicationKnowledge.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeRelatedMedicationKnowledge.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeSchedule.d.ts +0 -17
- package/api/resources/fhir/types/MedicationKnowledgeSchedule.js +0 -5
- package/api/resources/fhir/types/MedicationKnowledgeSubstitution.d.ts +0 -19
- package/api/resources/fhir/types/MedicationKnowledgeSubstitution.js +0 -5
- package/api/resources/fhir/types/MedicationRequest.d.ts +0 -78
- package/api/resources/fhir/types/MedicationRequest.js +0 -5
- package/api/resources/fhir/types/MedicationRequestDispenseRequest.d.ts +0 -29
- package/api/resources/fhir/types/MedicationRequestDispenseRequest.js +0 -5
- package/api/resources/fhir/types/MedicationRequestInitialFill.d.ts +0 -19
- package/api/resources/fhir/types/MedicationRequestInitialFill.js +0 -5
- package/api/resources/fhir/types/MedicationRequestSubstitution.d.ts +0 -21
- package/api/resources/fhir/types/MedicationRequestSubstitution.js +0 -5
- package/api/resources/fhir/types/MedicationStatement.d.ts +0 -48
- package/api/resources/fhir/types/MedicationStatement.js +0 -5
- package/api/resources/fhir/types/MedicinalProduct.d.ts +0 -50
- package/api/resources/fhir/types/MedicinalProduct.js +0 -5
- package/api/resources/fhir/types/MedicinalProductAuthorization.d.ts +0 -42
- package/api/resources/fhir/types/MedicinalProductAuthorization.js +0 -5
- package/api/resources/fhir/types/MedicinalProductAuthorizationJurisdictionalAuthorization.d.ts +0 -25
- package/api/resources/fhir/types/MedicinalProductAuthorizationJurisdictionalAuthorization.js +0 -5
- package/api/resources/fhir/types/MedicinalProductAuthorizationProcedure.d.ts +0 -25
- package/api/resources/fhir/types/MedicinalProductAuthorizationProcedure.js +0 -5
- package/api/resources/fhir/types/MedicinalProductContraindication.d.ts +0 -24
- package/api/resources/fhir/types/MedicinalProductContraindication.js +0 -5
- package/api/resources/fhir/types/MedicinalProductContraindicationOtherTherapy.d.ts +0 -21
- package/api/resources/fhir/types/MedicinalProductContraindicationOtherTherapy.js +0 -5
- package/api/resources/fhir/types/MedicinalProductCountryLanguage.d.ts +0 -21
- package/api/resources/fhir/types/MedicinalProductCountryLanguage.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIndication.d.ts +0 -28
- package/api/resources/fhir/types/MedicinalProductIndication.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIndicationOtherTherapy.d.ts +0 -21
- package/api/resources/fhir/types/MedicinalProductIndicationOtherTherapy.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIngredient.d.ts +0 -22
- package/api/resources/fhir/types/MedicinalProductIngredient.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIngredientReferenceStrength.d.ts +0 -25
- package/api/resources/fhir/types/MedicinalProductIngredientReferenceStrength.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIngredientSpecifiedSubstance.d.ts +0 -23
- package/api/resources/fhir/types/MedicinalProductIngredientSpecifiedSubstance.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIngredientStrength.d.ts +0 -29
- package/api/resources/fhir/types/MedicinalProductIngredientStrength.js +0 -5
- package/api/resources/fhir/types/MedicinalProductIngredientSubstance.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductIngredientSubstance.js +0 -5
- package/api/resources/fhir/types/MedicinalProductInteraction.d.ts +0 -24
- package/api/resources/fhir/types/MedicinalProductInteraction.js +0 -5
- package/api/resources/fhir/types/MedicinalProductInteractionInteractant.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductInteractionInteractant.js +0 -5
- package/api/resources/fhir/types/MedicinalProductManufactured.d.ts +0 -24
- package/api/resources/fhir/types/MedicinalProductManufactured.js +0 -5
- package/api/resources/fhir/types/MedicinalProductManufacturingBusinessOperation.d.ts +0 -27
- package/api/resources/fhir/types/MedicinalProductManufacturingBusinessOperation.js +0 -5
- package/api/resources/fhir/types/MedicinalProductName.d.ts +0 -21
- package/api/resources/fhir/types/MedicinalProductName.js +0 -5
- package/api/resources/fhir/types/MedicinalProductNamePart.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductNamePart.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPackaged.d.ts +0 -28
- package/api/resources/fhir/types/MedicinalProductPackaged.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPackagedBatchIdentifier.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductPackagedBatchIdentifier.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPackagedPackageItem.d.ts +0 -39
- package/api/resources/fhir/types/MedicinalProductPackagedPackageItem.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPharmaceutical.d.ts +0 -24
- package/api/resources/fhir/types/MedicinalProductPharmaceutical.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalCharacteristics.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalCharacteristics.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalRouteOfAdministration.d.ts +0 -29
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalRouteOfAdministration.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalTargetSpecies.d.ts +0 -19
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalTargetSpecies.js +0 -5
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalWithdrawalPeriod.d.ts +0 -21
- package/api/resources/fhir/types/MedicinalProductPharmaceuticalWithdrawalPeriod.js +0 -5
- package/api/resources/fhir/types/MedicinalProductSpecialDesignation.d.ts +0 -31
- package/api/resources/fhir/types/MedicinalProductSpecialDesignation.js +0 -5
- package/api/resources/fhir/types/MedicinalProductUndesirableEffect.d.ts +0 -20
- package/api/resources/fhir/types/MedicinalProductUndesirableEffect.js +0 -5
- package/api/resources/fhir/types/MessageDefinition.d.ts +0 -60
- package/api/resources/fhir/types/MessageDefinition.js +0 -5
- package/api/resources/fhir/types/MessageDefinitionAllowedResponse.d.ts +0 -19
- package/api/resources/fhir/types/MessageDefinitionAllowedResponse.js +0 -5
- package/api/resources/fhir/types/MessageDefinitionCategory.d.ts +0 -12
- package/api/resources/fhir/types/MessageDefinitionCategory.js +0 -11
- package/api/resources/fhir/types/MessageDefinitionFocus.d.ts +0 -23
- package/api/resources/fhir/types/MessageDefinitionFocus.js +0 -5
- package/api/resources/fhir/types/MessageDefinitionResponseRequired.d.ts +0 -13
- package/api/resources/fhir/types/MessageDefinitionResponseRequired.js +0 -12
- package/api/resources/fhir/types/MessageDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/MessageDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/MessageHeader.d.ts +0 -34
- package/api/resources/fhir/types/MessageHeader.js +0 -5
- package/api/resources/fhir/types/MessageHeaderDestination.d.ts +0 -23
- package/api/resources/fhir/types/MessageHeaderDestination.js +0 -5
- package/api/resources/fhir/types/MessageHeaderResponse.d.ts +0 -21
- package/api/resources/fhir/types/MessageHeaderResponse.js +0 -5
- package/api/resources/fhir/types/MessageHeaderResponseCode.d.ts +0 -12
- package/api/resources/fhir/types/MessageHeaderResponseCode.js +0 -11
- package/api/resources/fhir/types/MessageHeaderSource.d.ts +0 -25
- package/api/resources/fhir/types/MessageHeaderSource.js +0 -5
- package/api/resources/fhir/types/Meta.d.ts +0 -33
- package/api/resources/fhir/types/Meta.js +0 -5
- package/api/resources/fhir/types/MolecularSequence.d.ts +0 -42
- package/api/resources/fhir/types/MolecularSequence.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceInner.d.ts +0 -19
- package/api/resources/fhir/types/MolecularSequenceInner.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceOuter.d.ts +0 -19
- package/api/resources/fhir/types/MolecularSequenceOuter.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceQuality.d.ts +0 -45
- package/api/resources/fhir/types/MolecularSequenceQuality.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceQualityType.d.ts +0 -12
- package/api/resources/fhir/types/MolecularSequenceQualityType.js +0 -11
- package/api/resources/fhir/types/MolecularSequenceReferenceSeq.d.ts +0 -33
- package/api/resources/fhir/types/MolecularSequenceReferenceSeq.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceReferenceSeqOrientation.d.ts +0 -11
- package/api/resources/fhir/types/MolecularSequenceReferenceSeqOrientation.js +0 -10
- package/api/resources/fhir/types/MolecularSequenceReferenceSeqStrand.d.ts +0 -11
- package/api/resources/fhir/types/MolecularSequenceReferenceSeqStrand.js +0 -10
- package/api/resources/fhir/types/MolecularSequenceRepository.d.ts +0 -27
- package/api/resources/fhir/types/MolecularSequenceRepository.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceRepositoryType.d.ts +0 -14
- package/api/resources/fhir/types/MolecularSequenceRepositoryType.js +0 -13
- package/api/resources/fhir/types/MolecularSequenceRoc.d.ts +0 -29
- package/api/resources/fhir/types/MolecularSequenceRoc.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceStructureVariant.d.ts +0 -25
- package/api/resources/fhir/types/MolecularSequenceStructureVariant.js +0 -5
- package/api/resources/fhir/types/MolecularSequenceType.d.ts +0 -12
- package/api/resources/fhir/types/MolecularSequenceType.js +0 -11
- package/api/resources/fhir/types/MolecularSequenceVariant.d.ts +0 -27
- package/api/resources/fhir/types/MolecularSequenceVariant.js +0 -5
- package/api/resources/fhir/types/Money.d.ts +0 -17
- package/api/resources/fhir/types/Money.js +0 -5
- package/api/resources/fhir/types/NamingSystem.d.ts +0 -36
- package/api/resources/fhir/types/NamingSystem.js +0 -5
- package/api/resources/fhir/types/NamingSystemKind.d.ts +0 -12
- package/api/resources/fhir/types/NamingSystemKind.js +0 -11
- package/api/resources/fhir/types/NamingSystemStatus.d.ts +0 -13
- package/api/resources/fhir/types/NamingSystemStatus.js +0 -12
- package/api/resources/fhir/types/NamingSystemUniqueId.d.ts +0 -25
- package/api/resources/fhir/types/NamingSystemUniqueId.js +0 -5
- package/api/resources/fhir/types/NamingSystemUniqueIdType.d.ts +0 -13
- package/api/resources/fhir/types/NamingSystemUniqueIdType.js +0 -12
- package/api/resources/fhir/types/Narrative.d.ts +0 -17
- package/api/resources/fhir/types/Narrative.js +0 -5
- package/api/resources/fhir/types/NarrativeStatus.d.ts +0 -13
- package/api/resources/fhir/types/NarrativeStatus.js +0 -12
- package/api/resources/fhir/types/NutritionOrder.d.ts +0 -44
- package/api/resources/fhir/types/NutritionOrder.js +0 -5
- package/api/resources/fhir/types/NutritionOrderAdministration.d.ts +0 -23
- package/api/resources/fhir/types/NutritionOrderAdministration.js +0 -5
- package/api/resources/fhir/types/NutritionOrderEnteralFormula.d.ts +0 -33
- package/api/resources/fhir/types/NutritionOrderEnteralFormula.js +0 -5
- package/api/resources/fhir/types/NutritionOrderNutrient.d.ts +0 -19
- package/api/resources/fhir/types/NutritionOrderNutrient.js +0 -5
- package/api/resources/fhir/types/NutritionOrderOralDiet.d.ts +0 -27
- package/api/resources/fhir/types/NutritionOrderOralDiet.js +0 -5
- package/api/resources/fhir/types/NutritionOrderSupplement.d.ts +0 -25
- package/api/resources/fhir/types/NutritionOrderSupplement.js +0 -5
- package/api/resources/fhir/types/NutritionOrderTexture.d.ts +0 -19
- package/api/resources/fhir/types/NutritionOrderTexture.js +0 -5
- package/api/resources/fhir/types/Observation.d.ts +0 -84
- package/api/resources/fhir/types/Observation.js +0 -5
- package/api/resources/fhir/types/ObservationComponent.d.ts +0 -45
- package/api/resources/fhir/types/ObservationComponent.js +0 -5
- package/api/resources/fhir/types/ObservationDefinition.d.ts +0 -38
- package/api/resources/fhir/types/ObservationDefinition.js +0 -5
- package/api/resources/fhir/types/ObservationDefinitionPermittedDataTypeItem.d.ts +0 -17
- package/api/resources/fhir/types/ObservationDefinitionPermittedDataTypeItem.js +0 -19
- package/api/resources/fhir/types/ObservationDefinitionQualifiedInterval.d.ts +0 -31
- package/api/resources/fhir/types/ObservationDefinitionQualifiedInterval.js +0 -5
- package/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalCategory.d.ts +0 -12
- package/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalCategory.js +0 -11
- package/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalGender.d.ts +0 -13
- package/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalGender.js +0 -12
- package/api/resources/fhir/types/ObservationDefinitionQuantitativeDetails.d.ts +0 -23
- package/api/resources/fhir/types/ObservationDefinitionQuantitativeDetails.js +0 -5
- package/api/resources/fhir/types/ObservationReferenceRange.d.ts +0 -27
- package/api/resources/fhir/types/ObservationReferenceRange.js +0 -5
- package/api/resources/fhir/types/ObservationStatus.d.ts +0 -17
- package/api/resources/fhir/types/ObservationStatus.js +0 -16
- package/api/resources/fhir/types/Oid.d.ts +0 -7
- package/api/resources/fhir/types/Oid.js +0 -5
- package/api/resources/fhir/types/OperationDefinition.d.ts +0 -62
- package/api/resources/fhir/types/OperationDefinition.js +0 -5
- package/api/resources/fhir/types/OperationDefinitionBinding.d.ts +0 -19
- package/api/resources/fhir/types/OperationDefinitionBinding.js +0 -5
- package/api/resources/fhir/types/OperationDefinitionBindingStrength.d.ts +0 -13
- package/api/resources/fhir/types/OperationDefinitionBindingStrength.js +0 -12
- package/api/resources/fhir/types/OperationDefinitionKind.d.ts +0 -11
- package/api/resources/fhir/types/OperationDefinitionKind.js +0 -10
- package/api/resources/fhir/types/OperationDefinitionOverload.d.ts +0 -19
- package/api/resources/fhir/types/OperationDefinitionOverload.js +0 -5
- package/api/resources/fhir/types/OperationDefinitionParameter.d.ts +0 -37
- package/api/resources/fhir/types/OperationDefinitionParameter.js +0 -5
- package/api/resources/fhir/types/OperationDefinitionParameterSearchType.d.ts +0 -18
- package/api/resources/fhir/types/OperationDefinitionParameterSearchType.js +0 -17
- package/api/resources/fhir/types/OperationDefinitionParameterUse.d.ts +0 -11
- package/api/resources/fhir/types/OperationDefinitionParameterUse.js +0 -10
- package/api/resources/fhir/types/OperationDefinitionReferencedFrom.d.ts +0 -19
- package/api/resources/fhir/types/OperationDefinitionReferencedFrom.js +0 -5
- package/api/resources/fhir/types/OperationDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/OperationDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/OperationOutcome.d.ts +0 -16
- package/api/resources/fhir/types/OperationOutcome.js +0 -5
- package/api/resources/fhir/types/OperationOutcomeIssue.d.ts +0 -27
- package/api/resources/fhir/types/OperationOutcomeIssue.js +0 -5
- package/api/resources/fhir/types/OperationOutcomeIssueCode.d.ts +0 -40
- package/api/resources/fhir/types/OperationOutcomeIssueCode.js +0 -39
- package/api/resources/fhir/types/OperationOutcomeIssueSeverity.d.ts +0 -13
- package/api/resources/fhir/types/OperationOutcomeIssueSeverity.js +0 -12
- package/api/resources/fhir/types/Organization.d.ts +0 -30
- package/api/resources/fhir/types/Organization.js +0 -5
- package/api/resources/fhir/types/OrganizationAffiliation.d.ts +0 -34
- package/api/resources/fhir/types/OrganizationAffiliation.js +0 -5
- package/api/resources/fhir/types/OrganizationContact.d.ts +0 -23
- package/api/resources/fhir/types/OrganizationContact.js +0 -5
- package/api/resources/fhir/types/ParameterDefinition.d.ts +0 -27
- package/api/resources/fhir/types/ParameterDefinition.js +0 -5
- package/api/resources/fhir/types/Parameters.d.ts +0 -20
- package/api/resources/fhir/types/Parameters.js +0 -5
- package/api/resources/fhir/types/ParametersParameter.d.ts +0 -121
- package/api/resources/fhir/types/ParametersParameter.js +0 -5
- package/api/resources/fhir/types/PasswordChangeRequest.d.ts +0 -28
- package/api/resources/fhir/types/PasswordChangeRequest.js +0 -5
- package/api/resources/fhir/types/PasswordChangeRequestType.d.ts +0 -11
- package/api/resources/fhir/types/PasswordChangeRequestType.js +0 -10
- package/api/resources/fhir/types/Patient.d.ts +0 -46
- package/api/resources/fhir/types/Patient.js +0 -5
- package/api/resources/fhir/types/PatientCommunication.d.ts +0 -19
- package/api/resources/fhir/types/PatientCommunication.js +0 -5
- package/api/resources/fhir/types/PatientContact.d.ts +0 -29
- package/api/resources/fhir/types/PatientContact.js +0 -5
- package/api/resources/fhir/types/PatientContactGender.d.ts +0 -13
- package/api/resources/fhir/types/PatientContactGender.js +0 -12
- package/api/resources/fhir/types/PatientGender.d.ts +0 -13
- package/api/resources/fhir/types/PatientGender.js +0 -12
- package/api/resources/fhir/types/PatientLink.d.ts +0 -19
- package/api/resources/fhir/types/PatientLink.js +0 -5
- package/api/resources/fhir/types/PatientLinkType.d.ts +0 -13
- package/api/resources/fhir/types/PatientLinkType.js +0 -12
- package/api/resources/fhir/types/PaymentNotice.d.ts +0 -34
- package/api/resources/fhir/types/PaymentNotice.js +0 -5
- package/api/resources/fhir/types/PaymentReconciliation.d.ts +0 -40
- package/api/resources/fhir/types/PaymentReconciliation.js +0 -5
- package/api/resources/fhir/types/PaymentReconciliationDetail.d.ts +0 -35
- package/api/resources/fhir/types/PaymentReconciliationDetail.js +0 -5
- package/api/resources/fhir/types/PaymentReconciliationOutcome.d.ts +0 -13
- package/api/resources/fhir/types/PaymentReconciliationOutcome.js +0 -12
- package/api/resources/fhir/types/PaymentReconciliationProcessNote.d.ts +0 -19
- package/api/resources/fhir/types/PaymentReconciliationProcessNote.js +0 -5
- package/api/resources/fhir/types/PaymentReconciliationProcessNoteType.d.ts +0 -12
- package/api/resources/fhir/types/PaymentReconciliationProcessNoteType.js +0 -11
- package/api/resources/fhir/types/Period.d.ts +0 -17
- package/api/resources/fhir/types/Period.js +0 -5
- package/api/resources/fhir/types/Person.d.ts +0 -30
- package/api/resources/fhir/types/Person.js +0 -5
- package/api/resources/fhir/types/PersonGender.d.ts +0 -13
- package/api/resources/fhir/types/PersonGender.js +0 -12
- package/api/resources/fhir/types/PersonLink.d.ts +0 -19
- package/api/resources/fhir/types/PersonLink.js +0 -5
- package/api/resources/fhir/types/PersonLinkAssurance.d.ts +0 -13
- package/api/resources/fhir/types/PersonLinkAssurance.js +0 -12
- package/api/resources/fhir/types/PlanDefinition.d.ts +0 -74
- package/api/resources/fhir/types/PlanDefinition.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionAction.d.ts +0 -83
- package/api/resources/fhir/types/PlanDefinitionAction.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionActionCardinalityBehavior.d.ts +0 -11
- package/api/resources/fhir/types/PlanDefinitionActionCardinalityBehavior.js +0 -10
- package/api/resources/fhir/types/PlanDefinitionActionGroupingBehavior.d.ts +0 -12
- package/api/resources/fhir/types/PlanDefinitionActionGroupingBehavior.js +0 -11
- package/api/resources/fhir/types/PlanDefinitionActionPrecheckBehavior.d.ts +0 -11
- package/api/resources/fhir/types/PlanDefinitionActionPrecheckBehavior.js +0 -10
- package/api/resources/fhir/types/PlanDefinitionActionRequiredBehavior.d.ts +0 -12
- package/api/resources/fhir/types/PlanDefinitionActionRequiredBehavior.js +0 -11
- package/api/resources/fhir/types/PlanDefinitionActionSelectionBehavior.d.ts +0 -15
- package/api/resources/fhir/types/PlanDefinitionActionSelectionBehavior.js +0 -14
- package/api/resources/fhir/types/PlanDefinitionCondition.d.ts +0 -19
- package/api/resources/fhir/types/PlanDefinitionCondition.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionConditionKind.d.ts +0 -12
- package/api/resources/fhir/types/PlanDefinitionConditionKind.js +0 -11
- package/api/resources/fhir/types/PlanDefinitionDynamicValue.d.ts +0 -19
- package/api/resources/fhir/types/PlanDefinitionDynamicValue.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionGoal.d.ts +0 -29
- package/api/resources/fhir/types/PlanDefinitionGoal.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionParticipant.d.ts +0 -19
- package/api/resources/fhir/types/PlanDefinitionParticipant.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionParticipantType.d.ts +0 -13
- package/api/resources/fhir/types/PlanDefinitionParticipantType.js +0 -12
- package/api/resources/fhir/types/PlanDefinitionRelatedAction.d.ts +0 -23
- package/api/resources/fhir/types/PlanDefinitionRelatedAction.js +0 -5
- package/api/resources/fhir/types/PlanDefinitionRelatedActionRelationship.d.ts +0 -18
- package/api/resources/fhir/types/PlanDefinitionRelatedActionRelationship.js +0 -17
- package/api/resources/fhir/types/PlanDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/PlanDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/PlanDefinitionTarget.d.ts +0 -25
- package/api/resources/fhir/types/PlanDefinitionTarget.js +0 -5
- package/api/resources/fhir/types/Population.d.ts +0 -25
- package/api/resources/fhir/types/Population.js +0 -5
- package/api/resources/fhir/types/PositiveInt.d.ts +0 -7
- package/api/resources/fhir/types/PositiveInt.js +0 -5
- package/api/resources/fhir/types/Practitioner.d.ts +0 -33
- package/api/resources/fhir/types/Practitioner.js +0 -5
- package/api/resources/fhir/types/PractitionerGender.d.ts +0 -13
- package/api/resources/fhir/types/PractitionerGender.js +0 -12
- package/api/resources/fhir/types/PractitionerQualification.d.ts +0 -23
- package/api/resources/fhir/types/PractitionerQualification.js +0 -5
- package/api/resources/fhir/types/PractitionerRole.d.ts +0 -38
- package/api/resources/fhir/types/PractitionerRole.js +0 -5
- package/api/resources/fhir/types/PractitionerRoleAvailableTime.d.ts +0 -23
- package/api/resources/fhir/types/PractitionerRoleAvailableTime.js +0 -5
- package/api/resources/fhir/types/PractitionerRoleNotAvailable.d.ts +0 -19
- package/api/resources/fhir/types/PractitionerRoleNotAvailable.js +0 -5
- package/api/resources/fhir/types/Procedure.d.ts +0 -74
- package/api/resources/fhir/types/Procedure.js +0 -5
- package/api/resources/fhir/types/ProcedureFocalDevice.d.ts +0 -19
- package/api/resources/fhir/types/ProcedureFocalDevice.js +0 -5
- package/api/resources/fhir/types/ProcedurePerformer.d.ts +0 -21
- package/api/resources/fhir/types/ProcedurePerformer.js +0 -5
- package/api/resources/fhir/types/ProdCharacteristic.d.ts +0 -37
- package/api/resources/fhir/types/ProdCharacteristic.js +0 -5
- package/api/resources/fhir/types/ProductShelfLife.d.ts +0 -23
- package/api/resources/fhir/types/ProductShelfLife.js +0 -5
- package/api/resources/fhir/types/Project.d.ts +0 -38
- package/api/resources/fhir/types/Project.js +0 -5
- package/api/resources/fhir/types/ProjectFeaturesItem.d.ts +0 -11
- package/api/resources/fhir/types/ProjectFeaturesItem.js +0 -13
- package/api/resources/fhir/types/ProjectMembership.d.ts +0 -36
- package/api/resources/fhir/types/ProjectMembership.js +0 -5
- package/api/resources/fhir/types/ProjectMembershipAccess.d.ts +0 -13
- package/api/resources/fhir/types/ProjectMembershipAccess.js +0 -5
- package/api/resources/fhir/types/ProjectMembershipAccessParameter.d.ts +0 -15
- package/api/resources/fhir/types/ProjectMembershipAccessParameter.js +0 -5
- package/api/resources/fhir/types/ProjectSecret.d.ts +0 -19
- package/api/resources/fhir/types/ProjectSecret.js +0 -5
- package/api/resources/fhir/types/ProjectSite.d.ts +0 -20
- package/api/resources/fhir/types/ProjectSite.js +0 -5
- package/api/resources/fhir/types/Provenance.d.ts +0 -32
- package/api/resources/fhir/types/Provenance.js +0 -5
- package/api/resources/fhir/types/ProvenanceAgent.d.ts +0 -23
- package/api/resources/fhir/types/ProvenanceAgent.js +0 -5
- package/api/resources/fhir/types/ProvenanceEntity.d.ts +0 -21
- package/api/resources/fhir/types/ProvenanceEntity.js +0 -5
- package/api/resources/fhir/types/ProvenanceEntityRole.d.ts +0 -14
- package/api/resources/fhir/types/ProvenanceEntityRole.js +0 -13
- package/api/resources/fhir/types/Quantity.d.ts +0 -23
- package/api/resources/fhir/types/Quantity.js +0 -5
- package/api/resources/fhir/types/QuantityComparator.d.ts +0 -13
- package/api/resources/fhir/types/QuantityComparator.js +0 -12
- package/api/resources/fhir/types/Questionnaire.d.ts +0 -54
- package/api/resources/fhir/types/Questionnaire.js +0 -5
- package/api/resources/fhir/types/QuestionnaireAnswerOption.d.ts +0 -29
- package/api/resources/fhir/types/QuestionnaireAnswerOption.js +0 -5
- package/api/resources/fhir/types/QuestionnaireEnableWhen.d.ts +0 -39
- package/api/resources/fhir/types/QuestionnaireEnableWhen.js +0 -5
- package/api/resources/fhir/types/QuestionnaireEnableWhenOperator.d.ts +0 -16
- package/api/resources/fhir/types/QuestionnaireEnableWhenOperator.js +0 -15
- package/api/resources/fhir/types/QuestionnaireInitial.d.ts +0 -39
- package/api/resources/fhir/types/QuestionnaireInitial.js +0 -5
- package/api/resources/fhir/types/QuestionnaireItem.d.ts +0 -47
- package/api/resources/fhir/types/QuestionnaireItem.js +0 -5
- package/api/resources/fhir/types/QuestionnaireItemEnableBehavior.d.ts +0 -11
- package/api/resources/fhir/types/QuestionnaireItemEnableBehavior.js +0 -10
- package/api/resources/fhir/types/QuestionnaireItemType.d.ts +0 -25
- package/api/resources/fhir/types/QuestionnaireItemType.js +0 -24
- package/api/resources/fhir/types/QuestionnaireResponse.d.ts +0 -32
- package/api/resources/fhir/types/QuestionnaireResponse.js +0 -5
- package/api/resources/fhir/types/QuestionnaireResponseAnswer.d.ts +0 -41
- package/api/resources/fhir/types/QuestionnaireResponseAnswer.js +0 -5
- package/api/resources/fhir/types/QuestionnaireResponseItem.d.ts +0 -25
- package/api/resources/fhir/types/QuestionnaireResponseItem.js +0 -5
- package/api/resources/fhir/types/QuestionnaireResponseStatus.d.ts +0 -14
- package/api/resources/fhir/types/QuestionnaireResponseStatus.js +0 -13
- package/api/resources/fhir/types/QuestionnaireStatus.d.ts +0 -13
- package/api/resources/fhir/types/QuestionnaireStatus.js +0 -12
- package/api/resources/fhir/types/Range.d.ts +0 -17
- package/api/resources/fhir/types/Range.js +0 -5
- package/api/resources/fhir/types/Ratio.d.ts +0 -17
- package/api/resources/fhir/types/Ratio.js +0 -5
- package/api/resources/fhir/types/Reference.d.ts +0 -23
- package/api/resources/fhir/types/Reference.js +0 -5
- package/api/resources/fhir/types/RelatedArtifact.d.ts +0 -27
- package/api/resources/fhir/types/RelatedArtifact.js +0 -5
- package/api/resources/fhir/types/RelatedArtifactType.d.ts +0 -17
- package/api/resources/fhir/types/RelatedArtifactType.js +0 -16
- package/api/resources/fhir/types/RelatedPerson.d.ts +0 -34
- package/api/resources/fhir/types/RelatedPerson.js +0 -5
- package/api/resources/fhir/types/RelatedPersonCommunication.d.ts +0 -19
- package/api/resources/fhir/types/RelatedPersonCommunication.js +0 -5
- package/api/resources/fhir/types/RelatedPersonGender.d.ts +0 -13
- package/api/resources/fhir/types/RelatedPersonGender.js +0 -12
- package/api/resources/fhir/types/RequestGroup.d.ts +0 -46
- package/api/resources/fhir/types/RequestGroup.js +0 -5
- package/api/resources/fhir/types/RequestGroupAction.d.ts +0 -63
- package/api/resources/fhir/types/RequestGroupAction.js +0 -5
- package/api/resources/fhir/types/RequestGroupCondition.d.ts +0 -19
- package/api/resources/fhir/types/RequestGroupCondition.js +0 -5
- package/api/resources/fhir/types/RequestGroupRelatedAction.d.ts +0 -23
- package/api/resources/fhir/types/RequestGroupRelatedAction.js +0 -5
- package/api/resources/fhir/types/ResearchDefinition.d.ts +0 -80
- package/api/resources/fhir/types/ResearchDefinition.js +0 -5
- package/api/resources/fhir/types/ResearchDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/ResearchDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/ResearchElementDefinition.d.ts +0 -78
- package/api/resources/fhir/types/ResearchElementDefinition.js +0 -5
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristic.d.ts +0 -57
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristic.js +0 -5
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure.d.ts +0 -15
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure.js +0 -14
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure.d.ts +0 -15
- package/api/resources/fhir/types/ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure.js +0 -14
- package/api/resources/fhir/types/ResearchElementDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/ResearchElementDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/ResearchElementDefinitionType.d.ts +0 -12
- package/api/resources/fhir/types/ResearchElementDefinitionType.js +0 -11
- package/api/resources/fhir/types/ResearchElementDefinitionVariableType.d.ts +0 -12
- package/api/resources/fhir/types/ResearchElementDefinitionVariableType.js +0 -11
- package/api/resources/fhir/types/ResearchStudy.d.ts +0 -58
- package/api/resources/fhir/types/ResearchStudy.js +0 -5
- package/api/resources/fhir/types/ResearchStudyArm.d.ts +0 -21
- package/api/resources/fhir/types/ResearchStudyArm.js +0 -5
- package/api/resources/fhir/types/ResearchStudyObjective.d.ts +0 -19
- package/api/resources/fhir/types/ResearchStudyObjective.js +0 -5
- package/api/resources/fhir/types/ResearchStudyStatus.d.ts +0 -20
- package/api/resources/fhir/types/ResearchStudyStatus.js +0 -19
- package/api/resources/fhir/types/ResearchSubject.d.ts +0 -26
- package/api/resources/fhir/types/ResearchSubject.js +0 -5
- package/api/resources/fhir/types/ResearchSubjectStatus.d.ts +0 -22
- package/api/resources/fhir/types/ResearchSubjectStatus.js +0 -21
- package/api/resources/fhir/types/ResourceList.d.ts +0 -5
- package/api/resources/fhir/types/ResourceList.js +0 -5
- package/api/resources/fhir/types/RiskAssessment.d.ts +0 -46
- package/api/resources/fhir/types/RiskAssessment.js +0 -5
- package/api/resources/fhir/types/RiskAssessmentPrediction.d.ts +0 -31
- package/api/resources/fhir/types/RiskAssessmentPrediction.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesis.d.ts +0 -72
- package/api/resources/fhir/types/RiskEvidenceSynthesis.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisCertainty.d.ts +0 -21
- package/api/resources/fhir/types/RiskEvidenceSynthesisCertainty.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisCertaintySubcomponent.d.ts +0 -21
- package/api/resources/fhir/types/RiskEvidenceSynthesisCertaintySubcomponent.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisPrecisionEstimate.d.ts +0 -23
- package/api/resources/fhir/types/RiskEvidenceSynthesisPrecisionEstimate.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisRiskEstimate.d.ts +0 -29
- package/api/resources/fhir/types/RiskEvidenceSynthesisRiskEstimate.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisSampleSize.d.ts +0 -21
- package/api/resources/fhir/types/RiskEvidenceSynthesisSampleSize.js +0 -5
- package/api/resources/fhir/types/RiskEvidenceSynthesisStatus.d.ts +0 -13
- package/api/resources/fhir/types/RiskEvidenceSynthesisStatus.js +0 -12
- package/api/resources/fhir/types/SampledData.d.ts +0 -27
- package/api/resources/fhir/types/SampledData.js +0 -5
- package/api/resources/fhir/types/Schedule.d.ts +0 -26
- package/api/resources/fhir/types/Schedule.js +0 -5
- package/api/resources/fhir/types/SearchParameter.d.ts +0 -62
- package/api/resources/fhir/types/SearchParameter.js +0 -5
- package/api/resources/fhir/types/SearchParameterComparatorItem.d.ts +0 -15
- package/api/resources/fhir/types/SearchParameterComparatorItem.js +0 -17
- package/api/resources/fhir/types/SearchParameterComponent.d.ts +0 -19
- package/api/resources/fhir/types/SearchParameterComponent.js +0 -5
- package/api/resources/fhir/types/SearchParameterModifierItem.d.ts +0 -18
- package/api/resources/fhir/types/SearchParameterModifierItem.js +0 -20
- package/api/resources/fhir/types/SearchParameterStatus.d.ts +0 -13
- package/api/resources/fhir/types/SearchParameterStatus.js +0 -12
- package/api/resources/fhir/types/SearchParameterType.d.ts +0 -18
- package/api/resources/fhir/types/SearchParameterType.js +0 -17
- package/api/resources/fhir/types/SearchParameterXpathUsage.d.ts +0 -14
- package/api/resources/fhir/types/SearchParameterXpathUsage.js +0 -13
- package/api/resources/fhir/types/ServiceRequest.d.ts +0 -86
- package/api/resources/fhir/types/ServiceRequest.js +0 -5
- package/api/resources/fhir/types/Signature.d.ts +0 -27
- package/api/resources/fhir/types/Signature.js +0 -5
- package/api/resources/fhir/types/Slot.d.ts +0 -32
- package/api/resources/fhir/types/Slot.js +0 -5
- package/api/resources/fhir/types/SlotStatus.d.ts +0 -14
- package/api/resources/fhir/types/SlotStatus.js +0 -13
- package/api/resources/fhir/types/SmartAppLaunch.d.ts +0 -22
- package/api/resources/fhir/types/SmartAppLaunch.js +0 -5
- package/api/resources/fhir/types/Specimen.d.ts +0 -36
- package/api/resources/fhir/types/Specimen.js +0 -5
- package/api/resources/fhir/types/SpecimenCollection.d.ts +0 -33
- package/api/resources/fhir/types/SpecimenCollection.js +0 -5
- package/api/resources/fhir/types/SpecimenContainer.d.ts +0 -29
- package/api/resources/fhir/types/SpecimenContainer.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinition.d.ts +0 -22
- package/api/resources/fhir/types/SpecimenDefinition.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinitionAdditive.d.ts +0 -19
- package/api/resources/fhir/types/SpecimenDefinitionAdditive.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinitionContainer.d.ts +0 -33
- package/api/resources/fhir/types/SpecimenDefinitionContainer.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinitionHandling.d.ts +0 -23
- package/api/resources/fhir/types/SpecimenDefinitionHandling.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinitionTypeTested.d.ts +0 -31
- package/api/resources/fhir/types/SpecimenDefinitionTypeTested.js +0 -5
- package/api/resources/fhir/types/SpecimenDefinitionTypeTestedPreference.d.ts +0 -11
- package/api/resources/fhir/types/SpecimenDefinitionTypeTestedPreference.js +0 -10
- package/api/resources/fhir/types/SpecimenProcessing.d.ts +0 -25
- package/api/resources/fhir/types/SpecimenProcessing.js +0 -5
- package/api/resources/fhir/types/SpecimenStatus.d.ts +0 -13
- package/api/resources/fhir/types/SpecimenStatus.js +0 -12
- package/api/resources/fhir/types/String.d.ts +0 -7
- package/api/resources/fhir/types/String.js +0 -5
- package/api/resources/fhir/types/StructureDefinition.d.ts +0 -64
- package/api/resources/fhir/types/StructureDefinition.js +0 -5
- package/api/resources/fhir/types/StructureDefinitionContext.d.ts +0 -19
- package/api/resources/fhir/types/StructureDefinitionContext.js +0 -5
- package/api/resources/fhir/types/StructureDefinitionContextType.d.ts +0 -12
- package/api/resources/fhir/types/StructureDefinitionContextType.js +0 -11
- package/api/resources/fhir/types/StructureDefinitionDerivation.d.ts +0 -11
- package/api/resources/fhir/types/StructureDefinitionDerivation.js +0 -10
- package/api/resources/fhir/types/StructureDefinitionDifferential.d.ts +0 -17
- package/api/resources/fhir/types/StructureDefinitionDifferential.js +0 -5
- package/api/resources/fhir/types/StructureDefinitionFhirVersion.d.ts +0 -31
- package/api/resources/fhir/types/StructureDefinitionFhirVersion.js +0 -30
- package/api/resources/fhir/types/StructureDefinitionKind.d.ts +0 -13
- package/api/resources/fhir/types/StructureDefinitionKind.js +0 -12
- package/api/resources/fhir/types/StructureDefinitionMapping.d.ts +0 -23
- package/api/resources/fhir/types/StructureDefinitionMapping.js +0 -5
- package/api/resources/fhir/types/StructureDefinitionSnapshot.d.ts +0 -17
- package/api/resources/fhir/types/StructureDefinitionSnapshot.js +0 -5
- package/api/resources/fhir/types/StructureDefinitionStatus.d.ts +0 -13
- package/api/resources/fhir/types/StructureDefinitionStatus.js +0 -12
- package/api/resources/fhir/types/StructureMap.d.ts +0 -46
- package/api/resources/fhir/types/StructureMap.js +0 -5
- package/api/resources/fhir/types/StructureMapDependent.d.ts +0 -19
- package/api/resources/fhir/types/StructureMapDependent.js +0 -5
- package/api/resources/fhir/types/StructureMapGroup.d.ts +0 -27
- package/api/resources/fhir/types/StructureMapGroup.js +0 -5
- package/api/resources/fhir/types/StructureMapGroupTypeMode.d.ts +0 -12
- package/api/resources/fhir/types/StructureMapGroupTypeMode.js +0 -11
- package/api/resources/fhir/types/StructureMapInput.d.ts +0 -23
- package/api/resources/fhir/types/StructureMapInput.js +0 -5
- package/api/resources/fhir/types/StructureMapInputMode.d.ts +0 -11
- package/api/resources/fhir/types/StructureMapInputMode.js +0 -10
- package/api/resources/fhir/types/StructureMapParameter.d.ts +0 -25
- package/api/resources/fhir/types/StructureMapParameter.js +0 -5
- package/api/resources/fhir/types/StructureMapRule.d.ts +0 -27
- package/api/resources/fhir/types/StructureMapRule.js +0 -5
- package/api/resources/fhir/types/StructureMapSource.d.ts +0 -135
- package/api/resources/fhir/types/StructureMapSource.js +0 -5
- package/api/resources/fhir/types/StructureMapSourceListMode.d.ts +0 -14
- package/api/resources/fhir/types/StructureMapSourceListMode.js +0 -13
- package/api/resources/fhir/types/StructureMapStatus.d.ts +0 -13
- package/api/resources/fhir/types/StructureMapStatus.js +0 -12
- package/api/resources/fhir/types/StructureMapStructure.d.ts +0 -23
- package/api/resources/fhir/types/StructureMapStructure.js +0 -5
- package/api/resources/fhir/types/StructureMapStructureMode.d.ts +0 -13
- package/api/resources/fhir/types/StructureMapStructureMode.js +0 -12
- package/api/resources/fhir/types/StructureMapTarget.d.ts +0 -31
- package/api/resources/fhir/types/StructureMapTarget.js +0 -5
- package/api/resources/fhir/types/StructureMapTargetContextType.d.ts +0 -11
- package/api/resources/fhir/types/StructureMapTargetContextType.js +0 -10
- package/api/resources/fhir/types/StructureMapTargetListModeItem.d.ts +0 -10
- package/api/resources/fhir/types/StructureMapTargetListModeItem.js +0 -12
- package/api/resources/fhir/types/StructureMapTargetTransform.d.ts +0 -26
- package/api/resources/fhir/types/StructureMapTargetTransform.js +0 -25
- package/api/resources/fhir/types/Subscription.d.ts +0 -24
- package/api/resources/fhir/types/Subscription.js +0 -5
- package/api/resources/fhir/types/SubscriptionChannel.d.ts +0 -23
- package/api/resources/fhir/types/SubscriptionChannel.js +0 -5
- package/api/resources/fhir/types/SubscriptionChannelType.d.ts +0 -14
- package/api/resources/fhir/types/SubscriptionChannelType.js +0 -13
- package/api/resources/fhir/types/SubscriptionStatus.d.ts +0 -13
- package/api/resources/fhir/types/SubscriptionStatus.js +0 -12
- package/api/resources/fhir/types/Substance.d.ts +0 -24
- package/api/resources/fhir/types/Substance.js +0 -5
- package/api/resources/fhir/types/SubstanceAmount.d.ts +0 -27
- package/api/resources/fhir/types/SubstanceAmount.js +0 -5
- package/api/resources/fhir/types/SubstanceAmountReferenceRange.d.ts +0 -19
- package/api/resources/fhir/types/SubstanceAmountReferenceRange.js +0 -5
- package/api/resources/fhir/types/SubstanceIngredient.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceIngredient.js +0 -5
- package/api/resources/fhir/types/SubstanceInstance.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceInstance.js +0 -5
- package/api/resources/fhir/types/SubstanceNucleicAcid.d.ts +0 -20
- package/api/resources/fhir/types/SubstanceNucleicAcid.js +0 -5
- package/api/resources/fhir/types/SubstanceNucleicAcidLinkage.d.ts +0 -23
- package/api/resources/fhir/types/SubstanceNucleicAcidLinkage.js +0 -5
- package/api/resources/fhir/types/SubstanceNucleicAcidSubunit.d.ts +0 -31
- package/api/resources/fhir/types/SubstanceNucleicAcidSubunit.js +0 -5
- package/api/resources/fhir/types/SubstanceNucleicAcidSugar.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceNucleicAcidSugar.js +0 -5
- package/api/resources/fhir/types/SubstancePolymer.d.ts +0 -22
- package/api/resources/fhir/types/SubstancePolymer.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerDegreeOfPolymerisation.d.ts +0 -19
- package/api/resources/fhir/types/SubstancePolymerDegreeOfPolymerisation.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerMonomerSet.d.ts +0 -19
- package/api/resources/fhir/types/SubstancePolymerMonomerSet.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerRepeat.d.ts +0 -23
- package/api/resources/fhir/types/SubstancePolymerRepeat.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerRepeatUnit.d.ts +0 -25
- package/api/resources/fhir/types/SubstancePolymerRepeatUnit.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerStartingMaterial.d.ts +0 -23
- package/api/resources/fhir/types/SubstancePolymerStartingMaterial.js +0 -5
- package/api/resources/fhir/types/SubstancePolymerStructuralRepresentation.d.ts +0 -21
- package/api/resources/fhir/types/SubstancePolymerStructuralRepresentation.js +0 -5
- package/api/resources/fhir/types/SubstanceProtein.d.ts +0 -18
- package/api/resources/fhir/types/SubstanceProtein.js +0 -5
- package/api/resources/fhir/types/SubstanceProteinSubunit.d.ts +0 -31
- package/api/resources/fhir/types/SubstanceProteinSubunit.js +0 -5
- package/api/resources/fhir/types/SubstanceReferenceInformation.d.ts +0 -20
- package/api/resources/fhir/types/SubstanceReferenceInformation.js +0 -5
- package/api/resources/fhir/types/SubstanceReferenceInformationClassification.d.ts +0 -23
- package/api/resources/fhir/types/SubstanceReferenceInformationClassification.js +0 -5
- package/api/resources/fhir/types/SubstanceReferenceInformationGene.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceReferenceInformationGene.js +0 -5
- package/api/resources/fhir/types/SubstanceReferenceInformationGeneElement.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceReferenceInformationGeneElement.js +0 -5
- package/api/resources/fhir/types/SubstanceReferenceInformationTarget.d.ts +0 -35
- package/api/resources/fhir/types/SubstanceReferenceInformationTarget.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterial.d.ts +0 -36
- package/api/resources/fhir/types/SubstanceSourceMaterial.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialAuthor.d.ts +0 -19
- package/api/resources/fhir/types/SubstanceSourceMaterialAuthor.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialFractionDescription.d.ts +0 -19
- package/api/resources/fhir/types/SubstanceSourceMaterialFractionDescription.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialHybrid.d.ts +0 -25
- package/api/resources/fhir/types/SubstanceSourceMaterialHybrid.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialOrganism.d.ts +0 -31
- package/api/resources/fhir/types/SubstanceSourceMaterialOrganism.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialOrganismGeneral.d.ts +0 -23
- package/api/resources/fhir/types/SubstanceSourceMaterialOrganismGeneral.js +0 -5
- package/api/resources/fhir/types/SubstanceSourceMaterialPartDescription.d.ts +0 -19
- package/api/resources/fhir/types/SubstanceSourceMaterialPartDescription.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecification.d.ts +0 -48
- package/api/resources/fhir/types/SubstanceSpecification.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationCode.d.ts +0 -25
- package/api/resources/fhir/types/SubstanceSpecificationCode.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationIsotope.d.ts +0 -25
- package/api/resources/fhir/types/SubstanceSpecificationIsotope.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationMoiety.d.ts +0 -31
- package/api/resources/fhir/types/SubstanceSpecificationMoiety.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationMolecularWeight.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceSpecificationMolecularWeight.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationName.d.ts +0 -37
- package/api/resources/fhir/types/SubstanceSpecificationName.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationOfficial.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceSpecificationOfficial.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationProperty.d.ts +0 -29
- package/api/resources/fhir/types/SubstanceSpecificationProperty.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationRelationship.d.ts +0 -37
- package/api/resources/fhir/types/SubstanceSpecificationRelationship.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationRepresentation.d.ts +0 -21
- package/api/resources/fhir/types/SubstanceSpecificationRepresentation.js +0 -5
- package/api/resources/fhir/types/SubstanceSpecificationStructure.d.ts +0 -31
- package/api/resources/fhir/types/SubstanceSpecificationStructure.js +0 -5
- package/api/resources/fhir/types/SubstanceStatus.d.ts +0 -12
- package/api/resources/fhir/types/SubstanceStatus.js +0 -11
- package/api/resources/fhir/types/SupplyDelivery.d.ts +0 -36
- package/api/resources/fhir/types/SupplyDelivery.js +0 -5
- package/api/resources/fhir/types/SupplyDeliveryStatus.d.ts +0 -13
- package/api/resources/fhir/types/SupplyDeliveryStatus.js +0 -12
- package/api/resources/fhir/types/SupplyDeliverySuppliedItem.d.ts +0 -21
- package/api/resources/fhir/types/SupplyDeliverySuppliedItem.js +0 -5
- package/api/resources/fhir/types/SupplyRequest.d.ts +0 -46
- package/api/resources/fhir/types/SupplyRequest.js +0 -5
- package/api/resources/fhir/types/SupplyRequestParameter.d.ts +0 -25
- package/api/resources/fhir/types/SupplyRequestParameter.js +0 -5
- package/api/resources/fhir/types/SupplyRequestStatus.d.ts +0 -16
- package/api/resources/fhir/types/SupplyRequestStatus.js +0 -15
- package/api/resources/fhir/types/Task.d.ts +0 -72
- package/api/resources/fhir/types/Task.js +0 -5
- package/api/resources/fhir/types/TaskInput.d.ts +0 -117
- package/api/resources/fhir/types/TaskInput.js +0 -5
- package/api/resources/fhir/types/TaskIntent.d.ts +0 -18
- package/api/resources/fhir/types/TaskIntent.js +0 -17
- package/api/resources/fhir/types/TaskOutput.d.ts +0 -117
- package/api/resources/fhir/types/TaskOutput.js +0 -5
- package/api/resources/fhir/types/TaskRestriction.d.ts +0 -21
- package/api/resources/fhir/types/TaskRestriction.js +0 -5
- package/api/resources/fhir/types/TaskStatus.d.ts +0 -21
- package/api/resources/fhir/types/TaskStatus.js +0 -20
- package/api/resources/fhir/types/TerminologyCapabilities.d.ts +0 -58
- package/api/resources/fhir/types/TerminologyCapabilities.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesClosure.d.ts +0 -17
- package/api/resources/fhir/types/TerminologyCapabilitiesClosure.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesCodeSearch.d.ts +0 -11
- package/api/resources/fhir/types/TerminologyCapabilitiesCodeSearch.js +0 -10
- package/api/resources/fhir/types/TerminologyCapabilitiesCodeSystem.d.ts +0 -21
- package/api/resources/fhir/types/TerminologyCapabilitiesCodeSystem.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesExpansion.d.ts +0 -25
- package/api/resources/fhir/types/TerminologyCapabilitiesExpansion.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesFilter.d.ts +0 -19
- package/api/resources/fhir/types/TerminologyCapabilitiesFilter.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesImplementation.d.ts +0 -19
- package/api/resources/fhir/types/TerminologyCapabilitiesImplementation.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesParameter.d.ts +0 -19
- package/api/resources/fhir/types/TerminologyCapabilitiesParameter.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesSoftware.d.ts +0 -19
- package/api/resources/fhir/types/TerminologyCapabilitiesSoftware.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesStatus.d.ts +0 -13
- package/api/resources/fhir/types/TerminologyCapabilitiesStatus.js +0 -12
- package/api/resources/fhir/types/TerminologyCapabilitiesTranslation.d.ts +0 -17
- package/api/resources/fhir/types/TerminologyCapabilitiesTranslation.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesValidateCode.d.ts +0 -17
- package/api/resources/fhir/types/TerminologyCapabilitiesValidateCode.js +0 -5
- package/api/resources/fhir/types/TerminologyCapabilitiesVersion.d.ts +0 -27
- package/api/resources/fhir/types/TerminologyCapabilitiesVersion.js +0 -5
- package/api/resources/fhir/types/TestReport.d.ts +0 -34
- package/api/resources/fhir/types/TestReport.js +0 -5
- package/api/resources/fhir/types/TestReportAction.d.ts +0 -19
- package/api/resources/fhir/types/TestReportAction.js +0 -5
- package/api/resources/fhir/types/TestReportAction1.d.ts +0 -19
- package/api/resources/fhir/types/TestReportAction1.js +0 -5
- package/api/resources/fhir/types/TestReportAction2.d.ts +0 -17
- package/api/resources/fhir/types/TestReportAction2.js +0 -5
- package/api/resources/fhir/types/TestReportAssert.d.ts +0 -21
- package/api/resources/fhir/types/TestReportAssert.js +0 -5
- package/api/resources/fhir/types/TestReportAssertResult.d.ts +0 -14
- package/api/resources/fhir/types/TestReportAssertResult.js +0 -13
- package/api/resources/fhir/types/TestReportOperation.d.ts +0 -21
- package/api/resources/fhir/types/TestReportOperation.js +0 -5
- package/api/resources/fhir/types/TestReportOperationResult.d.ts +0 -14
- package/api/resources/fhir/types/TestReportOperationResult.js +0 -13
- package/api/resources/fhir/types/TestReportParticipant.d.ts +0 -21
- package/api/resources/fhir/types/TestReportParticipant.js +0 -5
- package/api/resources/fhir/types/TestReportParticipantType.d.ts +0 -12
- package/api/resources/fhir/types/TestReportParticipantType.js +0 -11
- package/api/resources/fhir/types/TestReportResult.d.ts +0 -12
- package/api/resources/fhir/types/TestReportResult.js +0 -11
- package/api/resources/fhir/types/TestReportSetup.d.ts +0 -17
- package/api/resources/fhir/types/TestReportSetup.js +0 -5
- package/api/resources/fhir/types/TestReportStatus.d.ts +0 -14
- package/api/resources/fhir/types/TestReportStatus.js +0 -13
- package/api/resources/fhir/types/TestReportTeardown.d.ts +0 -17
- package/api/resources/fhir/types/TestReportTeardown.js +0 -5
- package/api/resources/fhir/types/TestReportTest.d.ts +0 -21
- package/api/resources/fhir/types/TestReportTest.js +0 -5
- package/api/resources/fhir/types/TestScript.d.ts +0 -58
- package/api/resources/fhir/types/TestScript.js +0 -5
- package/api/resources/fhir/types/TestScriptAction.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptAction.js +0 -5
- package/api/resources/fhir/types/TestScriptAction1.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptAction1.js +0 -5
- package/api/resources/fhir/types/TestScriptAction2.d.ts +0 -17
- package/api/resources/fhir/types/TestScriptAction2.js +0 -5
- package/api/resources/fhir/types/TestScriptAssert.d.ts +0 -59
- package/api/resources/fhir/types/TestScriptAssert.js +0 -5
- package/api/resources/fhir/types/TestScriptAssertDirection.d.ts +0 -11
- package/api/resources/fhir/types/TestScriptAssertDirection.js +0 -10
- package/api/resources/fhir/types/TestScriptAssertOperator.d.ts +0 -20
- package/api/resources/fhir/types/TestScriptAssertOperator.js +0 -19
- package/api/resources/fhir/types/TestScriptAssertRequestMethod.d.ts +0 -16
- package/api/resources/fhir/types/TestScriptAssertRequestMethod.js +0 -15
- package/api/resources/fhir/types/TestScriptAssertResponse.d.ts +0 -21
- package/api/resources/fhir/types/TestScriptAssertResponse.js +0 -20
- package/api/resources/fhir/types/TestScriptCapability.d.ts +0 -29
- package/api/resources/fhir/types/TestScriptCapability.js +0 -5
- package/api/resources/fhir/types/TestScriptDestination.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptDestination.js +0 -5
- package/api/resources/fhir/types/TestScriptFixture.d.ts +0 -21
- package/api/resources/fhir/types/TestScriptFixture.js +0 -5
- package/api/resources/fhir/types/TestScriptLink.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptLink.js +0 -5
- package/api/resources/fhir/types/TestScriptMetadata.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptMetadata.js +0 -5
- package/api/resources/fhir/types/TestScriptOperation.d.ts +0 -49
- package/api/resources/fhir/types/TestScriptOperation.js +0 -5
- package/api/resources/fhir/types/TestScriptOperationMethod.d.ts +0 -16
- package/api/resources/fhir/types/TestScriptOperationMethod.js +0 -15
- package/api/resources/fhir/types/TestScriptOrigin.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptOrigin.js +0 -5
- package/api/resources/fhir/types/TestScriptRequestHeader.d.ts +0 -19
- package/api/resources/fhir/types/TestScriptRequestHeader.js +0 -5
- package/api/resources/fhir/types/TestScriptSetup.d.ts +0 -17
- package/api/resources/fhir/types/TestScriptSetup.js +0 -5
- package/api/resources/fhir/types/TestScriptStatus.d.ts +0 -13
- package/api/resources/fhir/types/TestScriptStatus.js +0 -12
- package/api/resources/fhir/types/TestScriptTeardown.d.ts +0 -17
- package/api/resources/fhir/types/TestScriptTeardown.js +0 -5
- package/api/resources/fhir/types/TestScriptTest.d.ts +0 -21
- package/api/resources/fhir/types/TestScriptTest.js +0 -5
- package/api/resources/fhir/types/TestScriptVariable.d.ts +0 -31
- package/api/resources/fhir/types/TestScriptVariable.js +0 -5
- package/api/resources/fhir/types/Time.d.ts +0 -7
- package/api/resources/fhir/types/Time.js +0 -5
- package/api/resources/fhir/types/Timing.d.ts +0 -21
- package/api/resources/fhir/types/Timing.js +0 -5
- package/api/resources/fhir/types/TimingRepeat.d.ts +0 -49
- package/api/resources/fhir/types/TimingRepeat.js +0 -5
- package/api/resources/fhir/types/TimingRepeatDurationUnit.d.ts +0 -16
- package/api/resources/fhir/types/TimingRepeatDurationUnit.js +0 -15
- package/api/resources/fhir/types/TimingRepeatPeriodUnit.d.ts +0 -16
- package/api/resources/fhir/types/TimingRepeatPeriodUnit.js +0 -15
- package/api/resources/fhir/types/TimingRepeatWhenItem.d.ts +0 -32
- package/api/resources/fhir/types/TimingRepeatWhenItem.js +0 -34
- package/api/resources/fhir/types/TriggerDefinition.d.ts +0 -29
- package/api/resources/fhir/types/TriggerDefinition.js +0 -5
- package/api/resources/fhir/types/TriggerDefinitionType.d.ts +0 -17
- package/api/resources/fhir/types/TriggerDefinitionType.js +0 -16
- package/api/resources/fhir/types/UnsignedInt.d.ts +0 -7
- package/api/resources/fhir/types/UnsignedInt.js +0 -5
- package/api/resources/fhir/types/Uri.d.ts +0 -7
- package/api/resources/fhir/types/Uri.js +0 -5
- package/api/resources/fhir/types/Url.d.ts +0 -7
- package/api/resources/fhir/types/Url.js +0 -5
- package/api/resources/fhir/types/UsageContext.d.ts +0 -23
- package/api/resources/fhir/types/UsageContext.js +0 -5
- package/api/resources/fhir/types/User.d.ts +0 -38
- package/api/resources/fhir/types/User.js +0 -5
- package/api/resources/fhir/types/UserConfiguration.d.ts +0 -26
- package/api/resources/fhir/types/UserConfiguration.js +0 -5
- package/api/resources/fhir/types/UserConfigurationMenu.d.ts +0 -13
- package/api/resources/fhir/types/UserConfigurationMenu.js +0 -5
- package/api/resources/fhir/types/UserConfigurationMenuLink.d.ts +0 -13
- package/api/resources/fhir/types/UserConfigurationMenuLink.js +0 -5
- package/api/resources/fhir/types/UserConfigurationOption.d.ts +0 -21
- package/api/resources/fhir/types/UserConfigurationOption.js +0 -5
- package/api/resources/fhir/types/UserConfigurationSearch.d.ts +0 -12
- package/api/resources/fhir/types/UserConfigurationSearch.js +0 -5
- package/api/resources/fhir/types/Uuid.d.ts +0 -7
- package/api/resources/fhir/types/Uuid.js +0 -5
- package/api/resources/fhir/types/ValueSet.d.ts +0 -46
- package/api/resources/fhir/types/ValueSet.js +0 -5
- package/api/resources/fhir/types/ValueSetCompose.d.ts +0 -23
- package/api/resources/fhir/types/ValueSetCompose.js +0 -5
- package/api/resources/fhir/types/ValueSetConcept.d.ts +0 -21
- package/api/resources/fhir/types/ValueSetConcept.js +0 -5
- package/api/resources/fhir/types/ValueSetContains.d.ts +0 -31
- package/api/resources/fhir/types/ValueSetContains.js +0 -5
- package/api/resources/fhir/types/ValueSetDesignation.d.ts +0 -21
- package/api/resources/fhir/types/ValueSetDesignation.js +0 -5
- package/api/resources/fhir/types/ValueSetExpansion.d.ts +0 -27
- package/api/resources/fhir/types/ValueSetExpansion.js +0 -5
- package/api/resources/fhir/types/ValueSetFilter.d.ts +0 -21
- package/api/resources/fhir/types/ValueSetFilter.js +0 -5
- package/api/resources/fhir/types/ValueSetFilterOp.d.ts +0 -18
- package/api/resources/fhir/types/ValueSetFilterOp.js +0 -17
- package/api/resources/fhir/types/ValueSetInclude.d.ts +0 -25
- package/api/resources/fhir/types/ValueSetInclude.js +0 -5
- package/api/resources/fhir/types/ValueSetParameter.d.ts +0 -31
- package/api/resources/fhir/types/ValueSetParameter.js +0 -5
- package/api/resources/fhir/types/ValueSetStatus.d.ts +0 -13
- package/api/resources/fhir/types/ValueSetStatus.js +0 -12
- package/api/resources/fhir/types/VerificationResult.d.ts +0 -38
- package/api/resources/fhir/types/VerificationResult.js +0 -5
- package/api/resources/fhir/types/VerificationResultAttestation.d.ts +0 -31
- package/api/resources/fhir/types/VerificationResultAttestation.js +0 -5
- package/api/resources/fhir/types/VerificationResultPrimarySource.d.ts +0 -29
- package/api/resources/fhir/types/VerificationResultPrimarySource.js +0 -5
- package/api/resources/fhir/types/VerificationResultValidator.d.ts +0 -21
- package/api/resources/fhir/types/VerificationResultValidator.js +0 -5
- package/api/resources/fhir/types/VisionPrescription.d.ts +0 -26
- package/api/resources/fhir/types/VisionPrescription.js +0 -5
- package/api/resources/fhir/types/VisionPrescriptionLensSpecification.d.ts +0 -43
- package/api/resources/fhir/types/VisionPrescriptionLensSpecification.js +0 -5
- package/api/resources/fhir/types/VisionPrescriptionLensSpecificationEye.d.ts +0 -11
- package/api/resources/fhir/types/VisionPrescriptionLensSpecificationEye.js +0 -10
- package/api/resources/fhir/types/VisionPrescriptionPrism.d.ts +0 -19
- package/api/resources/fhir/types/VisionPrescriptionPrism.js +0 -5
- package/api/resources/fhir/types/VisionPrescriptionPrismBase.d.ts +0 -13
- package/api/resources/fhir/types/VisionPrescriptionPrismBase.js +0 -12
- package/api/resources/fhir/types/Xhtml.d.ts +0 -4
- package/api/resources/fhir/types/Xhtml.js +0 -5
- package/api/resources/fhir/types/index.d.ts +0 -971
- package/api/resources/fhir/types/index.js +0 -987
- package/api/resources/index.d.ts +0 -4
- package/api/resources/index.js +0 -33
- package/api/resources/medical/client/Client.d.ts +0 -34
- package/api/resources/medical/client/Client.js +0 -37
- package/api/resources/medical/client/index.d.ts +0 -1
- package/api/resources/medical/client/index.js +0 -2
- package/api/resources/medical/index.d.ts +0 -2
- package/api/resources/medical/index.js +0 -18
- package/api/resources/medical/resources/document/client/Client.d.ts +0 -135
- package/api/resources/medical/resources/document/client/Client.js +0 -439
- package/api/resources/medical/resources/document/client/index.d.ts +0 -1
- package/api/resources/medical/resources/document/client/index.js +0 -17
- package/api/resources/medical/resources/document/client/requests/GetDocumentQueryStatusRequest.d.ts +0 -15
- package/api/resources/medical/resources/document/client/requests/GetDocumentQueryStatusRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/GetDocumentUrlRequest.d.ts +0 -22
- package/api/resources/medical/resources/document/client/requests/GetDocumentUrlRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/ListDocumentsRequest.d.ts +0 -21
- package/api/resources/medical/resources/document/client/requests/ListDocumentsRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/StartBulkGetDocumentUrlRequest.d.ts +0 -15
- package/api/resources/medical/resources/document/client/requests/StartBulkGetDocumentUrlRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/StartDocumentQueryRequest.d.ts +0 -30
- package/api/resources/medical/resources/document/client/requests/StartDocumentQueryRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/UploadDocumentRequest.d.ts +0 -57
- package/api/resources/medical/resources/document/client/requests/UploadDocumentRequest.js +0 -5
- package/api/resources/medical/resources/document/client/requests/index.d.ts +0 -6
- package/api/resources/medical/resources/document/client/requests/index.js +0 -2
- package/api/resources/medical/resources/document/index.d.ts +0 -2
- package/api/resources/medical/resources/document/index.js +0 -18
- package/api/resources/medical/resources/document/types/BulkGetDocumentUrlQuery.d.ts +0 -17
- package/api/resources/medical/resources/document/types/BulkGetDocumentUrlQuery.js +0 -5
- package/api/resources/medical/resources/document/types/ConversionType.d.ts +0 -8
- package/api/resources/medical/resources/document/types/ConversionType.js +0 -10
- package/api/resources/medical/resources/document/types/DocumentQuery.d.ts +0 -24
- package/api/resources/medical/resources/document/types/DocumentQuery.js +0 -5
- package/api/resources/medical/resources/document/types/DocumentQueryStatus.d.ts +0 -9
- package/api/resources/medical/resources/document/types/DocumentQueryStatus.js +0 -11
- package/api/resources/medical/resources/document/types/DocumentUrl.d.ts +0 -15
- package/api/resources/medical/resources/document/types/DocumentUrl.js +0 -5
- package/api/resources/medical/resources/document/types/ListDocumentReferences.d.ts +0 -8
- package/api/resources/medical/resources/document/types/ListDocumentReferences.js +0 -5
- package/api/resources/medical/resources/document/types/Progress.d.ts +0 -28
- package/api/resources/medical/resources/document/types/Progress.js +0 -5
- package/api/resources/medical/resources/document/types/UploadDocumentResponse.d.ts +0 -16
- package/api/resources/medical/resources/document/types/UploadDocumentResponse.js +0 -5
- package/api/resources/medical/resources/document/types/index.d.ts +0 -8
- package/api/resources/medical/resources/document/types/index.js +0 -24
- package/api/resources/medical/resources/facility/client/Client.d.ts +0 -74
- package/api/resources/medical/resources/facility/client/Client.js +0 -263
- package/api/resources/medical/resources/facility/client/index.d.ts +0 -1
- package/api/resources/medical/resources/facility/client/index.js +0 -2
- package/api/resources/medical/resources/facility/index.d.ts +0 -2
- package/api/resources/medical/resources/facility/index.js +0 -18
- package/api/resources/medical/resources/facility/types/BaseFacility.d.ts +0 -15
- package/api/resources/medical/resources/facility/types/BaseFacility.js +0 -5
- package/api/resources/medical/resources/facility/types/Facility.d.ts +0 -29
- package/api/resources/medical/resources/facility/types/Facility.js +0 -5
- package/api/resources/medical/resources/facility/types/ListFacilitiesResponse.d.ts +0 -7
- package/api/resources/medical/resources/facility/types/ListFacilitiesResponse.js +0 -5
- package/api/resources/medical/resources/facility/types/index.d.ts +0 -3
- package/api/resources/medical/resources/facility/types/index.js +0 -19
- package/api/resources/medical/resources/fhir/client/Client.d.ts +0 -72
- package/api/resources/medical/resources/fhir/client/Client.js +0 -288
- package/api/resources/medical/resources/fhir/client/index.d.ts +0 -1
- package/api/resources/medical/resources/fhir/client/index.js +0 -17
- package/api/resources/medical/resources/fhir/client/requests/CountPatientConsolidateData.d.ts +0 -22
- package/api/resources/medical/resources/fhir/client/requests/CountPatientConsolidateData.js +0 -5
- package/api/resources/medical/resources/fhir/client/requests/GetPatientConsolidatedData.d.ts +0 -38
- package/api/resources/medical/resources/fhir/client/requests/GetPatientConsolidatedData.js +0 -5
- package/api/resources/medical/resources/fhir/client/requests/index.d.ts +0 -2
- package/api/resources/medical/resources/fhir/client/requests/index.js +0 -2
- package/api/resources/medical/resources/fhir/index.d.ts +0 -2
- package/api/resources/medical/resources/fhir/index.js +0 -18
- package/api/resources/medical/resources/fhir/types/ConsolidatedBundleUpload.d.ts +0 -40
- package/api/resources/medical/resources/fhir/types/ConsolidatedBundleUpload.js +0 -5
- package/api/resources/medical/resources/fhir/types/ConsolidatedCountResponse.d.ts +0 -16
- package/api/resources/medical/resources/fhir/types/ConsolidatedCountResponse.js +0 -5
- package/api/resources/medical/resources/fhir/types/Filter.d.ts +0 -22
- package/api/resources/medical/resources/fhir/types/Filter.js +0 -5
- package/api/resources/medical/resources/fhir/types/GetConsolidatedQueryStatusResponse.d.ts +0 -15
- package/api/resources/medical/resources/fhir/types/GetConsolidatedQueryStatusResponse.js +0 -5
- package/api/resources/medical/resources/fhir/types/PatientConsolidatedDataStatus.d.ts +0 -9
- package/api/resources/medical/resources/fhir/types/PatientConsolidatedDataStatus.js +0 -11
- package/api/resources/medical/resources/fhir/types/StartConsolidatedQueryResponse.d.ts +0 -7
- package/api/resources/medical/resources/fhir/types/StartConsolidatedQueryResponse.js +0 -5
- package/api/resources/medical/resources/fhir/types/index.d.ts +0 -6
- package/api/resources/medical/resources/fhir/types/index.js +0 -22
- package/api/resources/medical/resources/index.d.ts +0 -16
- package/api/resources/medical/resources/index.js +0 -45
- package/api/resources/medical/resources/organization/client/Client.d.ts +0 -63
- package/api/resources/medical/resources/organization/client/Client.js +0 -226
- package/api/resources/medical/resources/organization/client/index.d.ts +0 -1
- package/api/resources/medical/resources/organization/client/index.js +0 -17
- package/api/resources/medical/resources/organization/client/requests/OrganizationUpdateRequest.d.ts +0 -32
- package/api/resources/medical/resources/organization/client/requests/OrganizationUpdateRequest.js +0 -5
- package/api/resources/medical/resources/organization/client/requests/index.d.ts +0 -1
- package/api/resources/medical/resources/organization/client/requests/index.js +0 -2
- package/api/resources/medical/resources/organization/index.d.ts +0 -2
- package/api/resources/medical/resources/organization/index.js +0 -18
- package/api/resources/medical/resources/organization/types/OrgType.d.ts +0 -12
- package/api/resources/medical/resources/organization/types/OrgType.js +0 -14
- package/api/resources/medical/resources/organization/types/Organization.d.ts +0 -27
- package/api/resources/medical/resources/organization/types/Organization.js +0 -5
- package/api/resources/medical/resources/organization/types/OrganizationCreate.d.ts +0 -15
- package/api/resources/medical/resources/organization/types/OrganizationCreate.js +0 -5
- package/api/resources/medical/resources/organization/types/index.d.ts +0 -3
- package/api/resources/medical/resources/organization/types/index.js +0 -19
- package/api/resources/medical/resources/patient/client/Client.d.ts +0 -79
- package/api/resources/medical/resources/patient/client/Client.js +0 -409
- package/api/resources/medical/resources/patient/client/index.d.ts +0 -1
- package/api/resources/medical/resources/patient/client/index.js +0 -17
- package/api/resources/medical/resources/patient/client/requests/MedicalRecordSummaryRequest.d.ts +0 -9
- package/api/resources/medical/resources/patient/client/requests/MedicalRecordSummaryRequest.js +0 -5
- package/api/resources/medical/resources/patient/client/requests/PatientCreate.d.ts +0 -36
- package/api/resources/medical/resources/patient/client/requests/PatientCreate.js +0 -5
- package/api/resources/medical/resources/patient/client/requests/PatientDelete.d.ts +0 -9
- package/api/resources/medical/resources/patient/client/requests/PatientDelete.js +0 -5
- package/api/resources/medical/resources/patient/client/requests/PatientList.d.ts +0 -9
- package/api/resources/medical/resources/patient/client/requests/PatientList.js +0 -5
- package/api/resources/medical/resources/patient/client/requests/PatientUpdate.d.ts +0 -11
- package/api/resources/medical/resources/patient/client/requests/PatientUpdate.js +0 -5
- package/api/resources/medical/resources/patient/client/requests/index.d.ts +0 -5
- package/api/resources/medical/resources/patient/client/requests/index.js +0 -2
- package/api/resources/medical/resources/patient/index.d.ts +0 -2
- package/api/resources/medical/resources/patient/index.js +0 -18
- package/api/resources/medical/resources/patient/types/BasePatient.d.ts +0 -28
- package/api/resources/medical/resources/patient/types/BasePatient.js +0 -5
- package/api/resources/medical/resources/patient/types/Contact.d.ts +0 -16
- package/api/resources/medical/resources/patient/types/Contact.js +0 -5
- package/api/resources/medical/resources/patient/types/DriversLicense.d.ts +0 -12
- package/api/resources/medical/resources/patient/types/DriversLicense.js +0 -5
- package/api/resources/medical/resources/patient/types/FacilityId.d.ts +0 -11
- package/api/resources/medical/resources/patient/types/FacilityId.js +0 -5
- package/api/resources/medical/resources/patient/types/ListPatientsResponse.d.ts +0 -7
- package/api/resources/medical/resources/patient/types/ListPatientsResponse.js +0 -5
- package/api/resources/medical/resources/patient/types/MedicalRecordStatus.d.ts +0 -10
- package/api/resources/medical/resources/patient/types/MedicalRecordStatus.js +0 -5
- package/api/resources/medical/resources/patient/types/Patient.d.ts +0 -37
- package/api/resources/medical/resources/patient/types/Patient.js +0 -5
- package/api/resources/medical/resources/patient/types/PersonalIdentifier.d.ts +0 -18
- package/api/resources/medical/resources/patient/types/PersonalIdentifier.js +0 -5
- package/api/resources/medical/resources/patient/types/RecordStatus.d.ts +0 -9
- package/api/resources/medical/resources/patient/types/RecordStatus.js +0 -5
- package/api/resources/medical/resources/patient/types/index.d.ts +0 -9
- package/api/resources/medical/resources/patient/types/index.js +0 -25
- package/api/resources/medical/resources/webhooks/index.d.ts +0 -1
- package/api/resources/medical/resources/webhooks/index.js +0 -17
- package/api/resources/medical/resources/webhooks/types/ConsolidatedWebhookStatus.d.ts +0 -8
- package/api/resources/medical/resources/webhooks/types/ConsolidatedWebhookStatus.js +0 -10
- package/api/resources/medical/resources/webhooks/types/Filters.d.ts +0 -7
- package/api/resources/medical/resources/webhooks/types/Filters.js +0 -5
- package/api/resources/medical/resources/webhooks/types/MapiWebhookStatus.d.ts +0 -9
- package/api/resources/medical/resources/webhooks/types/MapiWebhookStatus.js +0 -11
- package/api/resources/medical/resources/webhooks/types/PayloadPatient.d.ts +0 -16
- package/api/resources/medical/resources/webhooks/types/PayloadPatient.js +0 -5
- package/api/resources/medical/resources/webhooks/types/WebhookDocumentDataPayload.d.ts +0 -24
- package/api/resources/medical/resources/webhooks/types/WebhookDocumentDataPayload.js +0 -5
- package/api/resources/medical/resources/webhooks/types/WebhookMetadataPayload.d.ts +0 -13
- package/api/resources/medical/resources/webhooks/types/WebhookMetadataPayload.js +0 -5
- package/api/resources/medical/resources/webhooks/types/WebhookPatientConsolidatedDataPayload.d.ts +0 -10
- package/api/resources/medical/resources/webhooks/types/WebhookPatientConsolidatedDataPayload.js +0 -5
- package/api/resources/medical/resources/webhooks/types/WebhookPatientDocumentDataPayload.d.ts +0 -10
- package/api/resources/medical/resources/webhooks/types/WebhookPatientDocumentDataPayload.js +0 -5
- package/api/resources/medical/resources/webhooks/types/WebhookPatientPayload.d.ts +0 -16
- package/api/resources/medical/resources/webhooks/types/WebhookPatientPayload.js +0 -5
- package/api/resources/medical/resources/webhooks/types/index.d.ts +0 -9
- package/api/resources/medical/resources/webhooks/types/index.js +0 -25
- package/core/fetcher/APIResponse.d.ts +0 -10
- package/core/fetcher/APIResponse.js +0 -2
- package/core/fetcher/Fetcher.d.ts +0 -35
- package/core/fetcher/Fetcher.js +0 -150
- package/core/fetcher/Supplier.d.ts +0 -4
- package/core/fetcher/Supplier.js +0 -22
- package/core/fetcher/getHeader.d.ts +0 -1
- package/core/fetcher/getHeader.js +0 -12
- package/core/fetcher/index.d.ts +0 -5
- package/core/fetcher/index.js +0 -9
- package/core/index.d.ts +0 -1
- package/core/index.js +0 -17
- package/dist/Client.d.ts +0 -22
- package/dist/Client.js +0 -17
- package/dist/api/index.d.ts +0 -1
- package/dist/api/index.js +0 -17
- package/dist/api/resources/commons/index.d.ts +0 -1
- package/dist/api/resources/commons/index.js +0 -17
- package/dist/api/resources/commons/types/Address.d.ts +0 -29
- package/dist/api/resources/commons/types/Address.js +0 -5
- package/dist/api/resources/commons/types/UsState.d.ts +0 -57
- package/dist/api/resources/commons/types/UsState.js +0 -59
- package/dist/api/resources/commons/types/index.d.ts +0 -2
- package/dist/api/resources/commons/types/index.js +0 -18
- package/dist/api/resources/fhir/index.d.ts +0 -1
- package/dist/api/resources/fhir/index.js +0 -17
- package/dist/api/resources/fhir/types/AccessPolicy.d.ts +0 -26
- package/dist/api/resources/fhir/types/AccessPolicy.js +0 -5
- package/dist/api/resources/fhir/types/AccessPolicyIpAccessRule.d.ts +0 -15
- package/dist/api/resources/fhir/types/AccessPolicyIpAccessRule.js +0 -5
- package/dist/api/resources/fhir/types/AccessPolicyIpAccessRuleAction.d.ts +0 -11
- package/dist/api/resources/fhir/types/AccessPolicyIpAccessRuleAction.js +0 -10
- package/dist/api/resources/fhir/types/AccessPolicyResource.d.ts +0 -21
- package/dist/api/resources/fhir/types/AccessPolicyResource.js +0 -5
- package/dist/api/resources/fhir/types/AccessPolicyResourceWriteCriteria.d.ts +0 -12
- package/dist/api/resources/fhir/types/AccessPolicyResourceWriteCriteria.js +0 -5
- package/dist/api/resources/fhir/types/Account.d.ts +0 -32
- package/dist/api/resources/fhir/types/Account.js +0 -5
- package/dist/api/resources/fhir/types/AccountCoverage.d.ts +0 -19
- package/dist/api/resources/fhir/types/AccountCoverage.js +0 -5
- package/dist/api/resources/fhir/types/AccountGuarantor.d.ts +0 -21
- package/dist/api/resources/fhir/types/AccountGuarantor.js +0 -5
- package/dist/api/resources/fhir/types/AccountStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/AccountStatus.js +0 -13
- package/dist/api/resources/fhir/types/ActivityDefinition.d.ts +0 -116
- package/dist/api/resources/fhir/types/ActivityDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ActivityDefinitionDynamicValue.d.ts +0 -19
- package/dist/api/resources/fhir/types/ActivityDefinitionDynamicValue.js +0 -5
- package/dist/api/resources/fhir/types/ActivityDefinitionParticipant.d.ts +0 -19
- package/dist/api/resources/fhir/types/ActivityDefinitionParticipant.js +0 -5
- package/dist/api/resources/fhir/types/ActivityDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ActivityDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/Address.d.ts +0 -33
- package/dist/api/resources/fhir/types/Address.js +0 -5
- package/dist/api/resources/fhir/types/AddressType.d.ts +0 -12
- package/dist/api/resources/fhir/types/AddressType.js +0 -11
- package/dist/api/resources/fhir/types/AddressUse.d.ts +0 -14
- package/dist/api/resources/fhir/types/AddressUse.js +0 -13
- package/dist/api/resources/fhir/types/AdverseEvent.d.ts +0 -50
- package/dist/api/resources/fhir/types/AdverseEvent.js +0 -5
- package/dist/api/resources/fhir/types/AdverseEventActuality.d.ts +0 -11
- package/dist/api/resources/fhir/types/AdverseEventActuality.js +0 -10
- package/dist/api/resources/fhir/types/AdverseEventCausality.d.ts +0 -23
- package/dist/api/resources/fhir/types/AdverseEventCausality.js +0 -5
- package/dist/api/resources/fhir/types/AdverseEventSuspectEntity.d.ts +0 -19
- package/dist/api/resources/fhir/types/AdverseEventSuspectEntity.js +0 -5
- package/dist/api/resources/fhir/types/Age.d.ts +0 -23
- package/dist/api/resources/fhir/types/Age.js +0 -5
- package/dist/api/resources/fhir/types/AgeComparator.d.ts +0 -13
- package/dist/api/resources/fhir/types/AgeComparator.js +0 -12
- package/dist/api/resources/fhir/types/Agent.d.ts +0 -30
- package/dist/api/resources/fhir/types/Agent.js +0 -5
- package/dist/api/resources/fhir/types/AgentChannel.d.ts +0 -15
- package/dist/api/resources/fhir/types/AgentChannel.js +0 -5
- package/dist/api/resources/fhir/types/AgentSetting.d.ts +0 -19
- package/dist/api/resources/fhir/types/AgentSetting.js +0 -5
- package/dist/api/resources/fhir/types/AgentStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/AgentStatus.js +0 -11
- package/dist/api/resources/fhir/types/AllergyIntolerance.d.ts +0 -50
- package/dist/api/resources/fhir/types/AllergyIntolerance.js +0 -5
- package/dist/api/resources/fhir/types/AllergyIntoleranceCategoryItem.d.ts +0 -10
- package/dist/api/resources/fhir/types/AllergyIntoleranceCategoryItem.js +0 -12
- package/dist/api/resources/fhir/types/AllergyIntoleranceCriticality.d.ts +0 -12
- package/dist/api/resources/fhir/types/AllergyIntoleranceCriticality.js +0 -11
- package/dist/api/resources/fhir/types/AllergyIntoleranceReaction.d.ts +0 -29
- package/dist/api/resources/fhir/types/AllergyIntoleranceReaction.js +0 -5
- package/dist/api/resources/fhir/types/AllergyIntoleranceReactionSeverity.d.ts +0 -12
- package/dist/api/resources/fhir/types/AllergyIntoleranceReactionSeverity.js +0 -11
- package/dist/api/resources/fhir/types/AllergyIntoleranceType.d.ts +0 -11
- package/dist/api/resources/fhir/types/AllergyIntoleranceType.js +0 -10
- package/dist/api/resources/fhir/types/Annotation.d.ts +0 -21
- package/dist/api/resources/fhir/types/Annotation.js +0 -5
- package/dist/api/resources/fhir/types/Appointment.d.ts +0 -54
- package/dist/api/resources/fhir/types/Appointment.js +0 -5
- package/dist/api/resources/fhir/types/AppointmentParticipant.d.ts +0 -25
- package/dist/api/resources/fhir/types/AppointmentParticipant.js +0 -5
- package/dist/api/resources/fhir/types/AppointmentParticipantRequired.d.ts +0 -12
- package/dist/api/resources/fhir/types/AppointmentParticipantRequired.js +0 -11
- package/dist/api/resources/fhir/types/AppointmentParticipantStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/AppointmentParticipantStatus.js +0 -12
- package/dist/api/resources/fhir/types/AppointmentResponse.d.ts +0 -26
- package/dist/api/resources/fhir/types/AppointmentResponse.js +0 -5
- package/dist/api/resources/fhir/types/AppointmentStatus.d.ts +0 -19
- package/dist/api/resources/fhir/types/AppointmentStatus.js +0 -18
- package/dist/api/resources/fhir/types/AsyncJob.d.ts +0 -26
- package/dist/api/resources/fhir/types/AsyncJob.js +0 -5
- package/dist/api/resources/fhir/types/AsyncJobStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/AsyncJobStatus.js +0 -12
- package/dist/api/resources/fhir/types/Attachment.d.ts +0 -29
- package/dist/api/resources/fhir/types/Attachment.js +0 -5
- package/dist/api/resources/fhir/types/AuditEvent.d.ts +0 -32
- package/dist/api/resources/fhir/types/AuditEvent.js +0 -5
- package/dist/api/resources/fhir/types/AuditEventAction.d.ts +0 -14
- package/dist/api/resources/fhir/types/AuditEventAction.js +0 -13
- package/dist/api/resources/fhir/types/AuditEventAgent.d.ts +0 -37
- package/dist/api/resources/fhir/types/AuditEventAgent.js +0 -5
- package/dist/api/resources/fhir/types/AuditEventDetail.d.ts +0 -21
- package/dist/api/resources/fhir/types/AuditEventDetail.js +0 -5
- package/dist/api/resources/fhir/types/AuditEventEntity.d.ts +0 -33
- package/dist/api/resources/fhir/types/AuditEventEntity.js +0 -5
- package/dist/api/resources/fhir/types/AuditEventNetwork.d.ts +0 -19
- package/dist/api/resources/fhir/types/AuditEventNetwork.js +0 -5
- package/dist/api/resources/fhir/types/AuditEventNetworkType.d.ts +0 -14
- package/dist/api/resources/fhir/types/AuditEventNetworkType.js +0 -13
- package/dist/api/resources/fhir/types/AuditEventOutcome.d.ts +0 -13
- package/dist/api/resources/fhir/types/AuditEventOutcome.js +0 -12
- package/dist/api/resources/fhir/types/AuditEventSource.d.ts +0 -21
- package/dist/api/resources/fhir/types/AuditEventSource.js +0 -5
- package/dist/api/resources/fhir/types/Base64Binary.d.ts +0 -7
- package/dist/api/resources/fhir/types/Base64Binary.js +0 -5
- package/dist/api/resources/fhir/types/BaseResource.d.ts +0 -22
- package/dist/api/resources/fhir/types/BaseResource.js +0 -5
- package/dist/api/resources/fhir/types/Basic.d.ts +0 -20
- package/dist/api/resources/fhir/types/Basic.js +0 -5
- package/dist/api/resources/fhir/types/Binary.d.ts +0 -24
- package/dist/api/resources/fhir/types/Binary.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProduct.d.ts +0 -32
- package/dist/api/resources/fhir/types/BiologicallyDerivedProduct.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductCollection.d.ts +0 -23
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductCollection.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductManipulation.d.ts +0 -21
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductManipulation.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductProcessing.d.ts +0 -25
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductProcessing.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductProductCategory.d.ts +0 -14
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductProductCategory.js +0 -13
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStatus.d.ts +0 -11
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStatus.js +0 -10
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStorage.d.ts +0 -23
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStorage.js +0 -5
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStorageScale.d.ts +0 -12
- package/dist/api/resources/fhir/types/BiologicallyDerivedProductStorageScale.js +0 -11
- package/dist/api/resources/fhir/types/BodyStructure.d.ts +0 -26
- package/dist/api/resources/fhir/types/BodyStructure.js +0 -5
- package/dist/api/resources/fhir/types/Boolean.d.ts +0 -7
- package/dist/api/resources/fhir/types/Boolean.js +0 -5
- package/dist/api/resources/fhir/types/Bot.d.ts +0 -46
- package/dist/api/resources/fhir/types/Bot.js +0 -5
- package/dist/api/resources/fhir/types/BotAuditEventDestinationItem.d.ts +0 -8
- package/dist/api/resources/fhir/types/BotAuditEventDestinationItem.js +0 -10
- package/dist/api/resources/fhir/types/BotAuditEventTrigger.d.ts +0 -13
- package/dist/api/resources/fhir/types/BotAuditEventTrigger.js +0 -12
- package/dist/api/resources/fhir/types/BotRuntimeVersion.d.ts +0 -11
- package/dist/api/resources/fhir/types/BotRuntimeVersion.js +0 -10
- package/dist/api/resources/fhir/types/BulkDataExport.d.ts +0 -34
- package/dist/api/resources/fhir/types/BulkDataExport.js +0 -5
- package/dist/api/resources/fhir/types/BulkDataExportDeleted.d.ts +0 -13
- package/dist/api/resources/fhir/types/BulkDataExportDeleted.js +0 -5
- package/dist/api/resources/fhir/types/BulkDataExportError.d.ts +0 -13
- package/dist/api/resources/fhir/types/BulkDataExportError.js +0 -5
- package/dist/api/resources/fhir/types/BulkDataExportOutput.d.ts +0 -13
- package/dist/api/resources/fhir/types/BulkDataExportOutput.js +0 -5
- package/dist/api/resources/fhir/types/BulkDataExportStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/BulkDataExportStatus.js +0 -12
- package/dist/api/resources/fhir/types/Bundle.d.ts +0 -32
- package/dist/api/resources/fhir/types/Bundle.js +0 -5
- package/dist/api/resources/fhir/types/BundleEntry.d.ts +0 -27
- package/dist/api/resources/fhir/types/BundleEntry.js +0 -5
- package/dist/api/resources/fhir/types/BundleLink.d.ts +0 -19
- package/dist/api/resources/fhir/types/BundleLink.js +0 -5
- package/dist/api/resources/fhir/types/BundleRequest.d.ts +0 -27
- package/dist/api/resources/fhir/types/BundleRequest.js +0 -5
- package/dist/api/resources/fhir/types/BundleRequestMethod.d.ts +0 -15
- package/dist/api/resources/fhir/types/BundleRequestMethod.js +0 -14
- package/dist/api/resources/fhir/types/BundleResponse.d.ts +0 -25
- package/dist/api/resources/fhir/types/BundleResponse.js +0 -5
- package/dist/api/resources/fhir/types/BundleSearch.d.ts +0 -19
- package/dist/api/resources/fhir/types/BundleSearch.js +0 -5
- package/dist/api/resources/fhir/types/BundleSearchMode.d.ts +0 -12
- package/dist/api/resources/fhir/types/BundleSearchMode.js +0 -11
- package/dist/api/resources/fhir/types/BundleType.d.ts +0 -18
- package/dist/api/resources/fhir/types/BundleType.js +0 -17
- package/dist/api/resources/fhir/types/Canonical.d.ts +0 -7
- package/dist/api/resources/fhir/types/Canonical.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatement.d.ts +0 -62
- package/dist/api/resources/fhir/types/CapabilityStatement.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementDocument.d.ts +0 -21
- package/dist/api/resources/fhir/types/CapabilityStatementDocument.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementDocumentMode.d.ts +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementDocumentMode.js +0 -10
- package/dist/api/resources/fhir/types/CapabilityStatementEndpoint.d.ts +0 -19
- package/dist/api/resources/fhir/types/CapabilityStatementEndpoint.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementFhirVersion.d.ts +0 -31
- package/dist/api/resources/fhir/types/CapabilityStatementFhirVersion.js +0 -30
- package/dist/api/resources/fhir/types/CapabilityStatementImplementation.d.ts +0 -21
- package/dist/api/resources/fhir/types/CapabilityStatementImplementation.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction.d.ts +0 -19
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction1.d.ts +0 -19
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction1.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction1Code.d.ts +0 -13
- package/dist/api/resources/fhir/types/CapabilityStatementInteraction1Code.js +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementInteractionCode.d.ts +0 -18
- package/dist/api/resources/fhir/types/CapabilityStatementInteractionCode.js +0 -17
- package/dist/api/resources/fhir/types/CapabilityStatementKind.d.ts +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementKind.js +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementMessaging.d.ts +0 -23
- package/dist/api/resources/fhir/types/CapabilityStatementMessaging.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementOperation.d.ts +0 -21
- package/dist/api/resources/fhir/types/CapabilityStatementOperation.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementResource.d.ts +0 -49
- package/dist/api/resources/fhir/types/CapabilityStatementResource.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementResourceConditionalDelete.d.ts +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementResourceConditionalDelete.js +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementResourceConditionalRead.d.ts +0 -13
- package/dist/api/resources/fhir/types/CapabilityStatementResourceConditionalRead.js +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementResourceReferencePolicyItem.d.ts +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementResourceReferencePolicyItem.js +0 -13
- package/dist/api/resources/fhir/types/CapabilityStatementResourceVersioning.d.ts +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementResourceVersioning.js +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementRest.d.ts +0 -31
- package/dist/api/resources/fhir/types/CapabilityStatementRest.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementRestMode.d.ts +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementRestMode.js +0 -10
- package/dist/api/resources/fhir/types/CapabilityStatementSearchParam.d.ts +0 -23
- package/dist/api/resources/fhir/types/CapabilityStatementSearchParam.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementSearchParamType.d.ts +0 -18
- package/dist/api/resources/fhir/types/CapabilityStatementSearchParamType.js +0 -17
- package/dist/api/resources/fhir/types/CapabilityStatementSecurity.d.ts +0 -21
- package/dist/api/resources/fhir/types/CapabilityStatementSecurity.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementSoftware.d.ts +0 -21
- package/dist/api/resources/fhir/types/CapabilityStatementSoftware.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/CapabilityStatementStatus.js +0 -12
- package/dist/api/resources/fhir/types/CapabilityStatementSupportedMessage.d.ts +0 -19
- package/dist/api/resources/fhir/types/CapabilityStatementSupportedMessage.js +0 -5
- package/dist/api/resources/fhir/types/CapabilityStatementSupportedMessageMode.d.ts +0 -11
- package/dist/api/resources/fhir/types/CapabilityStatementSupportedMessageMode.js +0 -10
- package/dist/api/resources/fhir/types/CarePlan.d.ts +0 -56
- package/dist/api/resources/fhir/types/CarePlan.js +0 -5
- package/dist/api/resources/fhir/types/CarePlanActivity.d.ts +0 -25
- package/dist/api/resources/fhir/types/CarePlanActivity.js +0 -5
- package/dist/api/resources/fhir/types/CarePlanDetail.d.ts +0 -55
- package/dist/api/resources/fhir/types/CarePlanDetail.js +0 -5
- package/dist/api/resources/fhir/types/CarePlanDetailStatus.d.ts +0 -18
- package/dist/api/resources/fhir/types/CarePlanDetailStatus.js +0 -17
- package/dist/api/resources/fhir/types/CareTeam.d.ts +0 -36
- package/dist/api/resources/fhir/types/CareTeam.js +0 -5
- package/dist/api/resources/fhir/types/CareTeamParticipant.d.ts +0 -23
- package/dist/api/resources/fhir/types/CareTeamParticipant.js +0 -5
- package/dist/api/resources/fhir/types/CareTeamStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/CareTeamStatus.js +0 -13
- package/dist/api/resources/fhir/types/CatalogEntry.d.ts +0 -36
- package/dist/api/resources/fhir/types/CatalogEntry.js +0 -5
- package/dist/api/resources/fhir/types/CatalogEntryRelatedEntry.d.ts +0 -19
- package/dist/api/resources/fhir/types/CatalogEntryRelatedEntry.js +0 -5
- package/dist/api/resources/fhir/types/CatalogEntryRelatedEntryRelationtype.d.ts +0 -11
- package/dist/api/resources/fhir/types/CatalogEntryRelatedEntryRelationtype.js +0 -10
- package/dist/api/resources/fhir/types/CatalogEntryStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/CatalogEntryStatus.js +0 -12
- package/dist/api/resources/fhir/types/ChargeItem.d.ts +0 -68
- package/dist/api/resources/fhir/types/ChargeItem.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemDefinition.d.ts +0 -56
- package/dist/api/resources/fhir/types/ChargeItemDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemDefinitionApplicability.d.ts +0 -21
- package/dist/api/resources/fhir/types/ChargeItemDefinitionApplicability.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemDefinitionPriceComponent.d.ts +0 -23
- package/dist/api/resources/fhir/types/ChargeItemDefinitionPriceComponent.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemDefinitionPropertyGroup.d.ts +0 -19
- package/dist/api/resources/fhir/types/ChargeItemDefinitionPropertyGroup.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ChargeItemDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/ChargeItemPerformer.d.ts +0 -19
- package/dist/api/resources/fhir/types/ChargeItemPerformer.js +0 -5
- package/dist/api/resources/fhir/types/ChargeItemStatus.d.ts +0 -16
- package/dist/api/resources/fhir/types/ChargeItemStatus.js +0 -15
- package/dist/api/resources/fhir/types/Claim.d.ts +0 -64
- package/dist/api/resources/fhir/types/Claim.js +0 -5
- package/dist/api/resources/fhir/types/ClaimAccident.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimAccident.js +0 -5
- package/dist/api/resources/fhir/types/ClaimCareTeam.d.ts +0 -25
- package/dist/api/resources/fhir/types/ClaimCareTeam.js +0 -5
- package/dist/api/resources/fhir/types/ClaimDetail.d.ts +0 -39
- package/dist/api/resources/fhir/types/ClaimDetail.js +0 -5
- package/dist/api/resources/fhir/types/ClaimDiagnosis.d.ts +0 -27
- package/dist/api/resources/fhir/types/ClaimDiagnosis.js +0 -5
- package/dist/api/resources/fhir/types/ClaimInsurance.d.ts +0 -29
- package/dist/api/resources/fhir/types/ClaimInsurance.js +0 -5
- package/dist/api/resources/fhir/types/ClaimItem.d.ts +0 -63
- package/dist/api/resources/fhir/types/ClaimItem.js +0 -5
- package/dist/api/resources/fhir/types/ClaimPayee.d.ts +0 -19
- package/dist/api/resources/fhir/types/ClaimPayee.js +0 -5
- package/dist/api/resources/fhir/types/ClaimProcedure.d.ts +0 -27
- package/dist/api/resources/fhir/types/ClaimProcedure.js +0 -5
- package/dist/api/resources/fhir/types/ClaimRelated.d.ts +0 -21
- package/dist/api/resources/fhir/types/ClaimRelated.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponse.d.ts +0 -64
- package/dist/api/resources/fhir/types/ClaimResponse.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseAddItem.d.ts +0 -57
- package/dist/api/resources/fhir/types/ClaimResponseAddItem.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseAdjudication.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimResponseAdjudication.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseDetail.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimResponseDetail.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseDetail1.d.ts +0 -33
- package/dist/api/resources/fhir/types/ClaimResponseDetail1.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseError.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimResponseError.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseInsurance.d.ts +0 -25
- package/dist/api/resources/fhir/types/ClaimResponseInsurance.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseItem.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimResponseItem.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponsePayment.d.ts +0 -27
- package/dist/api/resources/fhir/types/ClaimResponsePayment.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseProcessNote.d.ts +0 -23
- package/dist/api/resources/fhir/types/ClaimResponseProcessNote.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseProcessNoteType.d.ts +0 -12
- package/dist/api/resources/fhir/types/ClaimResponseProcessNoteType.js +0 -11
- package/dist/api/resources/fhir/types/ClaimResponseSubDetail.d.ts +0 -21
- package/dist/api/resources/fhir/types/ClaimResponseSubDetail.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseSubDetail1.d.ts +0 -31
- package/dist/api/resources/fhir/types/ClaimResponseSubDetail1.js +0 -5
- package/dist/api/resources/fhir/types/ClaimResponseTotal.d.ts +0 -19
- package/dist/api/resources/fhir/types/ClaimResponseTotal.js +0 -5
- package/dist/api/resources/fhir/types/ClaimSubDetail.d.ts +0 -37
- package/dist/api/resources/fhir/types/ClaimSubDetail.js +0 -5
- package/dist/api/resources/fhir/types/ClaimSupportingInfo.d.ts +0 -37
- package/dist/api/resources/fhir/types/ClaimSupportingInfo.js +0 -5
- package/dist/api/resources/fhir/types/ClaimUse.d.ts +0 -12
- package/dist/api/resources/fhir/types/ClaimUse.js +0 -11
- package/dist/api/resources/fhir/types/ClientApplication.d.ts +0 -34
- package/dist/api/resources/fhir/types/ClientApplication.js +0 -5
- package/dist/api/resources/fhir/types/ClinicalImpression.d.ts +0 -52
- package/dist/api/resources/fhir/types/ClinicalImpression.js +0 -5
- package/dist/api/resources/fhir/types/ClinicalImpressionFinding.d.ts +0 -21
- package/dist/api/resources/fhir/types/ClinicalImpressionFinding.js +0 -5
- package/dist/api/resources/fhir/types/ClinicalImpressionInvestigation.d.ts +0 -19
- package/dist/api/resources/fhir/types/ClinicalImpressionInvestigation.js +0 -5
- package/dist/api/resources/fhir/types/Code.d.ts +0 -7
- package/dist/api/resources/fhir/types/Code.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystem.d.ts +0 -62
- package/dist/api/resources/fhir/types/CodeSystem.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemConcept.d.ts +0 -27
- package/dist/api/resources/fhir/types/CodeSystemConcept.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemContent.d.ts +0 -14
- package/dist/api/resources/fhir/types/CodeSystemContent.js +0 -13
- package/dist/api/resources/fhir/types/CodeSystemDesignation.d.ts +0 -21
- package/dist/api/resources/fhir/types/CodeSystemDesignation.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemFilter.d.ts +0 -23
- package/dist/api/resources/fhir/types/CodeSystemFilter.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemHierarchyMeaning.d.ts +0 -13
- package/dist/api/resources/fhir/types/CodeSystemHierarchyMeaning.js +0 -12
- package/dist/api/resources/fhir/types/CodeSystemProperty.d.ts +0 -23
- package/dist/api/resources/fhir/types/CodeSystemProperty.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemProperty1.d.ts +0 -31
- package/dist/api/resources/fhir/types/CodeSystemProperty1.js +0 -5
- package/dist/api/resources/fhir/types/CodeSystemPropertyType.d.ts +0 -16
- package/dist/api/resources/fhir/types/CodeSystemPropertyType.js +0 -15
- package/dist/api/resources/fhir/types/CodeSystemStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/CodeSystemStatus.js +0 -12
- package/dist/api/resources/fhir/types/CodeableConcept.d.ts +0 -17
- package/dist/api/resources/fhir/types/CodeableConcept.js +0 -5
- package/dist/api/resources/fhir/types/Coding.d.ts +0 -23
- package/dist/api/resources/fhir/types/Coding.js +0 -5
- package/dist/api/resources/fhir/types/Communication.d.ts +0 -56
- package/dist/api/resources/fhir/types/Communication.js +0 -5
- package/dist/api/resources/fhir/types/CommunicationPayload.d.ts +0 -21
- package/dist/api/resources/fhir/types/CommunicationPayload.js +0 -5
- package/dist/api/resources/fhir/types/CommunicationRequest.d.ts +0 -56
- package/dist/api/resources/fhir/types/CommunicationRequest.js +0 -5
- package/dist/api/resources/fhir/types/CommunicationRequestPayload.d.ts +0 -21
- package/dist/api/resources/fhir/types/CommunicationRequestPayload.js +0 -5
- package/dist/api/resources/fhir/types/CompartmentDefinition.d.ts +0 -38
- package/dist/api/resources/fhir/types/CompartmentDefinition.js +0 -5
- package/dist/api/resources/fhir/types/CompartmentDefinitionCode.d.ts +0 -14
- package/dist/api/resources/fhir/types/CompartmentDefinitionCode.js +0 -13
- package/dist/api/resources/fhir/types/CompartmentDefinitionResource.d.ts +0 -21
- package/dist/api/resources/fhir/types/CompartmentDefinitionResource.js +0 -5
- package/dist/api/resources/fhir/types/CompartmentDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/CompartmentDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/Composition.d.ts +0 -40
- package/dist/api/resources/fhir/types/Composition.js +0 -5
- package/dist/api/resources/fhir/types/CompositionAttester.d.ts +0 -21
- package/dist/api/resources/fhir/types/CompositionAttester.js +0 -5
- package/dist/api/resources/fhir/types/CompositionAttesterMode.d.ts +0 -13
- package/dist/api/resources/fhir/types/CompositionAttesterMode.js +0 -12
- package/dist/api/resources/fhir/types/CompositionEvent.d.ts +0 -21
- package/dist/api/resources/fhir/types/CompositionEvent.js +0 -5
- package/dist/api/resources/fhir/types/CompositionRelatesTo.d.ts +0 -21
- package/dist/api/resources/fhir/types/CompositionRelatesTo.js +0 -5
- package/dist/api/resources/fhir/types/CompositionSection.d.ts +0 -35
- package/dist/api/resources/fhir/types/CompositionSection.js +0 -5
- package/dist/api/resources/fhir/types/CompositionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/CompositionStatus.js +0 -12
- package/dist/api/resources/fhir/types/ConceptMap.d.ts +0 -50
- package/dist/api/resources/fhir/types/ConceptMap.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapDependsOn.d.ts +0 -23
- package/dist/api/resources/fhir/types/ConceptMapDependsOn.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapElement.d.ts +0 -21
- package/dist/api/resources/fhir/types/ConceptMapElement.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapGroup.d.ts +0 -27
- package/dist/api/resources/fhir/types/ConceptMapGroup.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ConceptMapStatus.js +0 -12
- package/dist/api/resources/fhir/types/ConceptMapTarget.d.ts +0 -27
- package/dist/api/resources/fhir/types/ConceptMapTarget.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapTargetEquivalence.d.ts +0 -19
- package/dist/api/resources/fhir/types/ConceptMapTargetEquivalence.js +0 -18
- package/dist/api/resources/fhir/types/ConceptMapUnmapped.d.ts +0 -23
- package/dist/api/resources/fhir/types/ConceptMapUnmapped.js +0 -5
- package/dist/api/resources/fhir/types/ConceptMapUnmappedMode.d.ts +0 -12
- package/dist/api/resources/fhir/types/ConceptMapUnmappedMode.js +0 -11
- package/dist/api/resources/fhir/types/Condition.d.ts +0 -60
- package/dist/api/resources/fhir/types/Condition.js +0 -5
- package/dist/api/resources/fhir/types/ConditionEvidence.d.ts +0 -19
- package/dist/api/resources/fhir/types/ConditionEvidence.js +0 -5
- package/dist/api/resources/fhir/types/ConditionStage.d.ts +0 -21
- package/dist/api/resources/fhir/types/ConditionStage.js +0 -5
- package/dist/api/resources/fhir/types/Consent.d.ts +0 -38
- package/dist/api/resources/fhir/types/Consent.js +0 -5
- package/dist/api/resources/fhir/types/ConsentActor.d.ts +0 -19
- package/dist/api/resources/fhir/types/ConsentActor.js +0 -5
- package/dist/api/resources/fhir/types/ConsentData.d.ts +0 -19
- package/dist/api/resources/fhir/types/ConsentData.js +0 -5
- package/dist/api/resources/fhir/types/ConsentDataMeaning.d.ts +0 -13
- package/dist/api/resources/fhir/types/ConsentDataMeaning.js +0 -12
- package/dist/api/resources/fhir/types/ConsentPolicy.d.ts +0 -19
- package/dist/api/resources/fhir/types/ConsentPolicy.js +0 -5
- package/dist/api/resources/fhir/types/ConsentProvision.d.ts +0 -37
- package/dist/api/resources/fhir/types/ConsentProvision.js +0 -5
- package/dist/api/resources/fhir/types/ConsentProvisionType.d.ts +0 -11
- package/dist/api/resources/fhir/types/ConsentProvisionType.js +0 -10
- package/dist/api/resources/fhir/types/ConsentStatus.d.ts +0 -15
- package/dist/api/resources/fhir/types/ConsentStatus.js +0 -14
- package/dist/api/resources/fhir/types/ConsentVerification.d.ts +0 -21
- package/dist/api/resources/fhir/types/ConsentVerification.js +0 -5
- package/dist/api/resources/fhir/types/ContactDetail.d.ts +0 -17
- package/dist/api/resources/fhir/types/ContactDetail.js +0 -5
- package/dist/api/resources/fhir/types/ContactPoint.d.ts +0 -23
- package/dist/api/resources/fhir/types/ContactPoint.js +0 -5
- package/dist/api/resources/fhir/types/ContactPointSystem.d.ts +0 -16
- package/dist/api/resources/fhir/types/ContactPointSystem.js +0 -15
- package/dist/api/resources/fhir/types/ContactPointUse.d.ts +0 -14
- package/dist/api/resources/fhir/types/ContactPointUse.js +0 -13
- package/dist/api/resources/fhir/types/Contract.d.ts +0 -80
- package/dist/api/resources/fhir/types/Contract.js +0 -5
- package/dist/api/resources/fhir/types/ContractAction.d.ts +0 -61
- package/dist/api/resources/fhir/types/ContractAction.js +0 -5
- package/dist/api/resources/fhir/types/ContractAnswer.d.ts +0 -39
- package/dist/api/resources/fhir/types/ContractAnswer.js +0 -5
- package/dist/api/resources/fhir/types/ContractAsset.d.ts +0 -45
- package/dist/api/resources/fhir/types/ContractAsset.js +0 -5
- package/dist/api/resources/fhir/types/ContractContentDefinition.d.ts +0 -27
- package/dist/api/resources/fhir/types/ContractContentDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ContractContext.d.ts +0 -21
- package/dist/api/resources/fhir/types/ContractContext.js +0 -5
- package/dist/api/resources/fhir/types/ContractFriendly.d.ts +0 -19
- package/dist/api/resources/fhir/types/ContractFriendly.js +0 -5
- package/dist/api/resources/fhir/types/ContractLegal.d.ts +0 -19
- package/dist/api/resources/fhir/types/ContractLegal.js +0 -5
- package/dist/api/resources/fhir/types/ContractOffer.d.ts +0 -35
- package/dist/api/resources/fhir/types/ContractOffer.js +0 -5
- package/dist/api/resources/fhir/types/ContractParty.d.ts +0 -19
- package/dist/api/resources/fhir/types/ContractParty.js +0 -5
- package/dist/api/resources/fhir/types/ContractRule.d.ts +0 -19
- package/dist/api/resources/fhir/types/ContractRule.js +0 -5
- package/dist/api/resources/fhir/types/ContractSecurityLabel.d.ts +0 -23
- package/dist/api/resources/fhir/types/ContractSecurityLabel.js +0 -5
- package/dist/api/resources/fhir/types/ContractSigner.d.ts +0 -21
- package/dist/api/resources/fhir/types/ContractSigner.js +0 -5
- package/dist/api/resources/fhir/types/ContractSubject.d.ts +0 -19
- package/dist/api/resources/fhir/types/ContractSubject.js +0 -5
- package/dist/api/resources/fhir/types/ContractTerm.d.ts +0 -41
- package/dist/api/resources/fhir/types/ContractTerm.js +0 -5
- package/dist/api/resources/fhir/types/ContractValuedItem.d.ts +0 -45
- package/dist/api/resources/fhir/types/ContractValuedItem.js +0 -5
- package/dist/api/resources/fhir/types/Contributor.d.ts +0 -19
- package/dist/api/resources/fhir/types/Contributor.js +0 -5
- package/dist/api/resources/fhir/types/ContributorType.d.ts +0 -13
- package/dist/api/resources/fhir/types/ContributorType.js +0 -12
- package/dist/api/resources/fhir/types/Count.d.ts +0 -23
- package/dist/api/resources/fhir/types/Count.js +0 -5
- package/dist/api/resources/fhir/types/CountComparator.d.ts +0 -13
- package/dist/api/resources/fhir/types/CountComparator.js +0 -12
- package/dist/api/resources/fhir/types/Coverage.d.ts +0 -44
- package/dist/api/resources/fhir/types/Coverage.js +0 -5
- package/dist/api/resources/fhir/types/CoverageClass.d.ts +0 -21
- package/dist/api/resources/fhir/types/CoverageClass.js +0 -5
- package/dist/api/resources/fhir/types/CoverageCostToBeneficiary.d.ts +0 -23
- package/dist/api/resources/fhir/types/CoverageCostToBeneficiary.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityRequest.d.ts +0 -40
- package/dist/api/resources/fhir/types/CoverageEligibilityRequest.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestDiagnosis.d.ts +0 -19
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestDiagnosis.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestInsurance.d.ts +0 -21
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestInsurance.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestItem.d.ts +0 -35
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestItem.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestPurposeItem.d.ts +0 -10
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestPurposeItem.js +0 -12
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestSupportingInfo.d.ts +0 -21
- package/dist/api/resources/fhir/types/CoverageEligibilityRequestSupportingInfo.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponse.d.ts +0 -42
- package/dist/api/resources/fhir/types/CoverageEligibilityResponse.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseBenefit.d.ts +0 -29
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseBenefit.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseError.d.ts +0 -17
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseError.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseInsurance.d.ts +0 -23
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseInsurance.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseItem.d.ts +0 -43
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseItem.js +0 -5
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseOutcome.d.ts +0 -13
- package/dist/api/resources/fhir/types/CoverageEligibilityResponseOutcome.js +0 -12
- package/dist/api/resources/fhir/types/CoverageEligibilityResponsePurposeItem.d.ts +0 -10
- package/dist/api/resources/fhir/types/CoverageEligibilityResponsePurposeItem.js +0 -12
- package/dist/api/resources/fhir/types/CoverageException.d.ts +0 -19
- package/dist/api/resources/fhir/types/CoverageException.js +0 -5
- package/dist/api/resources/fhir/types/DataRequirement.d.ts +0 -31
- package/dist/api/resources/fhir/types/DataRequirement.js +0 -5
- package/dist/api/resources/fhir/types/DataRequirementCodeFilter.d.ts +0 -23
- package/dist/api/resources/fhir/types/DataRequirementCodeFilter.js +0 -5
- package/dist/api/resources/fhir/types/DataRequirementDateFilter.d.ts +0 -25
- package/dist/api/resources/fhir/types/DataRequirementDateFilter.js +0 -5
- package/dist/api/resources/fhir/types/DataRequirementSort.d.ts +0 -19
- package/dist/api/resources/fhir/types/DataRequirementSort.js +0 -5
- package/dist/api/resources/fhir/types/DataRequirementSortDirection.d.ts +0 -11
- package/dist/api/resources/fhir/types/DataRequirementSortDirection.js +0 -10
- package/dist/api/resources/fhir/types/DateTime.d.ts +0 -7
- package/dist/api/resources/fhir/types/DateTime.js +0 -5
- package/dist/api/resources/fhir/types/Date_.d.ts +0 -7
- package/dist/api/resources/fhir/types/Date_.js +0 -5
- package/dist/api/resources/fhir/types/Decimal.d.ts +0 -7
- package/dist/api/resources/fhir/types/Decimal.js +0 -5
- package/dist/api/resources/fhir/types/DetectedIssue.d.ts +0 -36
- package/dist/api/resources/fhir/types/DetectedIssue.js +0 -5
- package/dist/api/resources/fhir/types/DetectedIssueEvidence.d.ts +0 -19
- package/dist/api/resources/fhir/types/DetectedIssueEvidence.js +0 -5
- package/dist/api/resources/fhir/types/DetectedIssueMitigation.d.ts +0 -21
- package/dist/api/resources/fhir/types/DetectedIssueMitigation.js +0 -5
- package/dist/api/resources/fhir/types/DetectedIssueSeverity.d.ts +0 -12
- package/dist/api/resources/fhir/types/DetectedIssueSeverity.js +0 -11
- package/dist/api/resources/fhir/types/Device.d.ts +0 -62
- package/dist/api/resources/fhir/types/Device.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinition.d.ts +0 -58
- package/dist/api/resources/fhir/types/DeviceDefinition.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionCapability.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceDefinitionCapability.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionClassification.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceDefinitionClassification.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionDeviceName.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceDefinitionDeviceName.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionDeviceNameType.d.ts +0 -15
- package/dist/api/resources/fhir/types/DeviceDefinitionDeviceNameType.js +0 -14
- package/dist/api/resources/fhir/types/DeviceDefinitionMaterial.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceDefinitionMaterial.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionProperty.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceDefinitionProperty.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionSpecialization.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceDefinitionSpecialization.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDefinitionUdiDeviceIdentifier.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceDefinitionUdiDeviceIdentifier.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDeviceName.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceDeviceName.js +0 -5
- package/dist/api/resources/fhir/types/DeviceDeviceNameType.d.ts +0 -15
- package/dist/api/resources/fhir/types/DeviceDeviceNameType.js +0 -14
- package/dist/api/resources/fhir/types/DeviceMetric.d.ts +0 -30
- package/dist/api/resources/fhir/types/DeviceMetric.js +0 -5
- package/dist/api/resources/fhir/types/DeviceMetricCalibration.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceMetricCalibration.js +0 -5
- package/dist/api/resources/fhir/types/DeviceMetricCalibrationState.d.ts +0 -13
- package/dist/api/resources/fhir/types/DeviceMetricCalibrationState.js +0 -12
- package/dist/api/resources/fhir/types/DeviceMetricCalibrationType.d.ts +0 -13
- package/dist/api/resources/fhir/types/DeviceMetricCalibrationType.js +0 -12
- package/dist/api/resources/fhir/types/DeviceMetricCategory.d.ts +0 -13
- package/dist/api/resources/fhir/types/DeviceMetricCategory.js +0 -12
- package/dist/api/resources/fhir/types/DeviceMetricColor.d.ts +0 -17
- package/dist/api/resources/fhir/types/DeviceMetricColor.js +0 -16
- package/dist/api/resources/fhir/types/DeviceMetricOperationalStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/DeviceMetricOperationalStatus.js +0 -12
- package/dist/api/resources/fhir/types/DeviceProperty.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceProperty.js +0 -5
- package/dist/api/resources/fhir/types/DeviceRequest.d.ts +0 -64
- package/dist/api/resources/fhir/types/DeviceRequest.js +0 -5
- package/dist/api/resources/fhir/types/DeviceRequestParameter.d.ts +0 -25
- package/dist/api/resources/fhir/types/DeviceRequestParameter.js +0 -5
- package/dist/api/resources/fhir/types/DeviceSpecialization.d.ts +0 -19
- package/dist/api/resources/fhir/types/DeviceSpecialization.js +0 -5
- package/dist/api/resources/fhir/types/DeviceStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/DeviceStatus.js +0 -12
- package/dist/api/resources/fhir/types/DeviceUdiCarrier.d.ts +0 -27
- package/dist/api/resources/fhir/types/DeviceUdiCarrier.js +0 -5
- package/dist/api/resources/fhir/types/DeviceUdiCarrierEntryType.d.ts +0 -15
- package/dist/api/resources/fhir/types/DeviceUdiCarrierEntryType.js +0 -14
- package/dist/api/resources/fhir/types/DeviceUseStatement.d.ts +0 -40
- package/dist/api/resources/fhir/types/DeviceUseStatement.js +0 -5
- package/dist/api/resources/fhir/types/DeviceUseStatementStatus.d.ts +0 -15
- package/dist/api/resources/fhir/types/DeviceUseStatementStatus.js +0 -14
- package/dist/api/resources/fhir/types/DeviceVersion.d.ts +0 -21
- package/dist/api/resources/fhir/types/DeviceVersion.js +0 -5
- package/dist/api/resources/fhir/types/DiagnosticReport.d.ts +0 -48
- package/dist/api/resources/fhir/types/DiagnosticReport.js +0 -5
- package/dist/api/resources/fhir/types/DiagnosticReportMedia.d.ts +0 -19
- package/dist/api/resources/fhir/types/DiagnosticReportMedia.js +0 -5
- package/dist/api/resources/fhir/types/DiagnosticReportStatus.d.ts +0 -19
- package/dist/api/resources/fhir/types/DiagnosticReportStatus.js +0 -18
- package/dist/api/resources/fhir/types/Distance.d.ts +0 -23
- package/dist/api/resources/fhir/types/Distance.js +0 -5
- package/dist/api/resources/fhir/types/DistanceComparator.d.ts +0 -13
- package/dist/api/resources/fhir/types/DistanceComparator.js +0 -12
- package/dist/api/resources/fhir/types/DocumentManifest.d.ts +0 -34
- package/dist/api/resources/fhir/types/DocumentManifest.js +0 -5
- package/dist/api/resources/fhir/types/DocumentManifestRelated.d.ts +0 -19
- package/dist/api/resources/fhir/types/DocumentManifestRelated.js +0 -5
- package/dist/api/resources/fhir/types/DocumentManifestStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/DocumentManifestStatus.js +0 -11
- package/dist/api/resources/fhir/types/DocumentReference.d.ts +0 -42
- package/dist/api/resources/fhir/types/DocumentReference.js +0 -5
- package/dist/api/resources/fhir/types/DocumentReferenceContent.d.ts +0 -19
- package/dist/api/resources/fhir/types/DocumentReferenceContent.js +0 -5
- package/dist/api/resources/fhir/types/DocumentReferenceContext.d.ts +0 -29
- package/dist/api/resources/fhir/types/DocumentReferenceContext.js +0 -5
- package/dist/api/resources/fhir/types/DocumentReferenceRelatesTo.d.ts +0 -19
- package/dist/api/resources/fhir/types/DocumentReferenceRelatesTo.js +0 -5
- package/dist/api/resources/fhir/types/DocumentReferenceRelatesToCode.d.ts +0 -13
- package/dist/api/resources/fhir/types/DocumentReferenceRelatesToCode.js +0 -12
- package/dist/api/resources/fhir/types/DocumentReferenceStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/DocumentReferenceStatus.js +0 -11
- package/dist/api/resources/fhir/types/DomainConfiguration.d.ts +0 -22
- package/dist/api/resources/fhir/types/DomainConfiguration.js +0 -5
- package/dist/api/resources/fhir/types/Dosage.d.ts +0 -43
- package/dist/api/resources/fhir/types/Dosage.js +0 -5
- package/dist/api/resources/fhir/types/DosageDoseAndRate.d.ts +0 -27
- package/dist/api/resources/fhir/types/DosageDoseAndRate.js +0 -5
- package/dist/api/resources/fhir/types/Duration.d.ts +0 -23
- package/dist/api/resources/fhir/types/Duration.js +0 -5
- package/dist/api/resources/fhir/types/DurationComparator.d.ts +0 -13
- package/dist/api/resources/fhir/types/DurationComparator.js +0 -12
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesis.d.ts +0 -76
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesis.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisCertainty.d.ts +0 -21
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisCertainty.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisCertaintySubcomponent.d.ts +0 -21
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisCertaintySubcomponent.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisEffectEstimate.d.ts +0 -27
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisEffectEstimate.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisPrecisionEstimate.d.ts +0 -23
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisPrecisionEstimate.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposure.d.ts +0 -23
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposure.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposureExposureState.d.ts +0 -11
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisResultsByExposureExposureState.js +0 -10
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisSampleSize.d.ts +0 -21
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisSampleSize.js +0 -5
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/EffectEvidenceSynthesisStatus.js +0 -12
- package/dist/api/resources/fhir/types/Element.d.ts +0 -13
- package/dist/api/resources/fhir/types/Element.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinition.d.ts +0 -409
- package/dist/api/resources/fhir/types/ElementDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionBase.d.ts +0 -21
- package/dist/api/resources/fhir/types/ElementDefinitionBase.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionBinding.d.ts +0 -21
- package/dist/api/resources/fhir/types/ElementDefinitionBinding.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionBindingStrength.d.ts +0 -13
- package/dist/api/resources/fhir/types/ElementDefinitionBindingStrength.js +0 -12
- package/dist/api/resources/fhir/types/ElementDefinitionConstraint.d.ts +0 -29
- package/dist/api/resources/fhir/types/ElementDefinitionConstraint.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionConstraintSeverity.d.ts +0 -11
- package/dist/api/resources/fhir/types/ElementDefinitionConstraintSeverity.js +0 -10
- package/dist/api/resources/fhir/types/ElementDefinitionDiscriminator.d.ts +0 -19
- package/dist/api/resources/fhir/types/ElementDefinitionDiscriminator.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionDiscriminatorType.d.ts +0 -14
- package/dist/api/resources/fhir/types/ElementDefinitionDiscriminatorType.js +0 -13
- package/dist/api/resources/fhir/types/ElementDefinitionExample.d.ts +0 -117
- package/dist/api/resources/fhir/types/ElementDefinitionExample.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionMapping.d.ts +0 -23
- package/dist/api/resources/fhir/types/ElementDefinitionMapping.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionRepresentationItem.d.ts +0 -11
- package/dist/api/resources/fhir/types/ElementDefinitionRepresentationItem.js +0 -13
- package/dist/api/resources/fhir/types/ElementDefinitionSlicing.d.ts +0 -23
- package/dist/api/resources/fhir/types/ElementDefinitionSlicing.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionSlicingRules.d.ts +0 -12
- package/dist/api/resources/fhir/types/ElementDefinitionSlicingRules.js +0 -11
- package/dist/api/resources/fhir/types/ElementDefinitionType.d.ts +0 -25
- package/dist/api/resources/fhir/types/ElementDefinitionType.js +0 -5
- package/dist/api/resources/fhir/types/ElementDefinitionTypeAggregationItem.d.ts +0 -9
- package/dist/api/resources/fhir/types/ElementDefinitionTypeAggregationItem.js +0 -11
- package/dist/api/resources/fhir/types/ElementDefinitionTypeVersioning.d.ts +0 -12
- package/dist/api/resources/fhir/types/ElementDefinitionTypeVersioning.js +0 -11
- package/dist/api/resources/fhir/types/Encounter.d.ts +0 -56
- package/dist/api/resources/fhir/types/Encounter.js +0 -5
- package/dist/api/resources/fhir/types/EncounterClassHistory.d.ts +0 -19
- package/dist/api/resources/fhir/types/EncounterClassHistory.js +0 -5
- package/dist/api/resources/fhir/types/EncounterDiagnosis.d.ts +0 -21
- package/dist/api/resources/fhir/types/EncounterDiagnosis.js +0 -5
- package/dist/api/resources/fhir/types/EncounterHospitalization.d.ts +0 -33
- package/dist/api/resources/fhir/types/EncounterHospitalization.js +0 -5
- package/dist/api/resources/fhir/types/EncounterLocation.d.ts +0 -23
- package/dist/api/resources/fhir/types/EncounterLocation.js +0 -5
- package/dist/api/resources/fhir/types/EncounterLocationStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/EncounterLocationStatus.js +0 -12
- package/dist/api/resources/fhir/types/EncounterParticipant.d.ts +0 -21
- package/dist/api/resources/fhir/types/EncounterParticipant.js +0 -5
- package/dist/api/resources/fhir/types/EncounterStatus.d.ts +0 -18
- package/dist/api/resources/fhir/types/EncounterStatus.js +0 -17
- package/dist/api/resources/fhir/types/EncounterStatusHistory.d.ts +0 -19
- package/dist/api/resources/fhir/types/EncounterStatusHistory.js +0 -5
- package/dist/api/resources/fhir/types/EncounterStatusHistoryStatus.d.ts +0 -18
- package/dist/api/resources/fhir/types/EncounterStatusHistoryStatus.js +0 -17
- package/dist/api/resources/fhir/types/Endpoint.d.ts +0 -32
- package/dist/api/resources/fhir/types/Endpoint.js +0 -5
- package/dist/api/resources/fhir/types/EndpointStatus.d.ts +0 -15
- package/dist/api/resources/fhir/types/EndpointStatus.js +0 -14
- package/dist/api/resources/fhir/types/EnrollmentRequest.d.ts +0 -24
- package/dist/api/resources/fhir/types/EnrollmentRequest.js +0 -5
- package/dist/api/resources/fhir/types/EnrollmentResponse.d.ts +0 -26
- package/dist/api/resources/fhir/types/EnrollmentResponse.js +0 -5
- package/dist/api/resources/fhir/types/EnrollmentResponseOutcome.d.ts +0 -13
- package/dist/api/resources/fhir/types/EnrollmentResponseOutcome.js +0 -12
- package/dist/api/resources/fhir/types/EpisodeOfCare.d.ts +0 -34
- package/dist/api/resources/fhir/types/EpisodeOfCare.js +0 -5
- package/dist/api/resources/fhir/types/EpisodeOfCareDiagnosis.d.ts +0 -21
- package/dist/api/resources/fhir/types/EpisodeOfCareDiagnosis.js +0 -5
- package/dist/api/resources/fhir/types/EpisodeOfCareStatus.d.ts +0 -16
- package/dist/api/resources/fhir/types/EpisodeOfCareStatus.js +0 -15
- package/dist/api/resources/fhir/types/EpisodeOfCareStatusHistory.d.ts +0 -19
- package/dist/api/resources/fhir/types/EpisodeOfCareStatusHistory.js +0 -5
- package/dist/api/resources/fhir/types/EpisodeOfCareStatusHistoryStatus.d.ts +0 -16
- package/dist/api/resources/fhir/types/EpisodeOfCareStatusHistoryStatus.js +0 -15
- package/dist/api/resources/fhir/types/EventDefinition.d.ts +0 -68
- package/dist/api/resources/fhir/types/EventDefinition.js +0 -5
- package/dist/api/resources/fhir/types/EventDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/EventDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/Evidence.d.ts +0 -66
- package/dist/api/resources/fhir/types/Evidence.js +0 -5
- package/dist/api/resources/fhir/types/EvidenceStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/EvidenceStatus.js +0 -12
- package/dist/api/resources/fhir/types/EvidenceVariable.d.ts +0 -64
- package/dist/api/resources/fhir/types/EvidenceVariable.js +0 -5
- package/dist/api/resources/fhir/types/EvidenceVariableCharacteristic.d.ts +0 -45
- package/dist/api/resources/fhir/types/EvidenceVariableCharacteristic.js +0 -5
- package/dist/api/resources/fhir/types/EvidenceVariableCharacteristicGroupMeasure.d.ts +0 -15
- package/dist/api/resources/fhir/types/EvidenceVariableCharacteristicGroupMeasure.js +0 -14
- package/dist/api/resources/fhir/types/EvidenceVariableStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/EvidenceVariableStatus.js +0 -12
- package/dist/api/resources/fhir/types/EvidenceVariableType.d.ts +0 -12
- package/dist/api/resources/fhir/types/EvidenceVariableType.js +0 -11
- package/dist/api/resources/fhir/types/ExampleScenario.d.ts +0 -44
- package/dist/api/resources/fhir/types/ExampleScenario.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioActor.d.ts +0 -23
- package/dist/api/resources/fhir/types/ExampleScenarioActor.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioActorType.d.ts +0 -11
- package/dist/api/resources/fhir/types/ExampleScenarioActorType.js +0 -10
- package/dist/api/resources/fhir/types/ExampleScenarioAlternative.d.ts +0 -21
- package/dist/api/resources/fhir/types/ExampleScenarioAlternative.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioContainedInstance.d.ts +0 -19
- package/dist/api/resources/fhir/types/ExampleScenarioContainedInstance.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioInstance.d.ts +0 -27
- package/dist/api/resources/fhir/types/ExampleScenarioInstance.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioOperation.d.ts +0 -35
- package/dist/api/resources/fhir/types/ExampleScenarioOperation.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioProcess.d.ts +0 -25
- package/dist/api/resources/fhir/types/ExampleScenarioProcess.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ExampleScenarioStatus.js +0 -12
- package/dist/api/resources/fhir/types/ExampleScenarioStep.d.ts +0 -23
- package/dist/api/resources/fhir/types/ExampleScenarioStep.js +0 -5
- package/dist/api/resources/fhir/types/ExampleScenarioVersion.d.ts +0 -19
- package/dist/api/resources/fhir/types/ExampleScenarioVersion.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefit.d.ts +0 -96
- package/dist/api/resources/fhir/types/ExplanationOfBenefit.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAccident.d.ts +0 -23
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAccident.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAddItem.d.ts +0 -57
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAddItem.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAdjudication.d.ts +0 -23
- package/dist/api/resources/fhir/types/ExplanationOfBenefitAdjudication.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitBenefitBalance.d.ts +0 -31
- package/dist/api/resources/fhir/types/ExplanationOfBenefitBenefitBalance.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitCareTeam.d.ts +0 -25
- package/dist/api/resources/fhir/types/ExplanationOfBenefitCareTeam.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDetail.d.ts +0 -43
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDetail.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDetail1.d.ts +0 -33
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDetail1.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDiagnosis.d.ts +0 -27
- package/dist/api/resources/fhir/types/ExplanationOfBenefitDiagnosis.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitFinancial.d.ts +0 -27
- package/dist/api/resources/fhir/types/ExplanationOfBenefitFinancial.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitInsurance.d.ts +0 -21
- package/dist/api/resources/fhir/types/ExplanationOfBenefitInsurance.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitItem.d.ts +0 -67
- package/dist/api/resources/fhir/types/ExplanationOfBenefitItem.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitPayee.d.ts +0 -19
- package/dist/api/resources/fhir/types/ExplanationOfBenefitPayee.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitPayment.d.ts +0 -27
- package/dist/api/resources/fhir/types/ExplanationOfBenefitPayment.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcedure.d.ts +0 -27
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcedure.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcessNote.d.ts +0 -23
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcessNote.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcessNoteType.d.ts +0 -12
- package/dist/api/resources/fhir/types/ExplanationOfBenefitProcessNoteType.js +0 -11
- package/dist/api/resources/fhir/types/ExplanationOfBenefitRelated.d.ts +0 -21
- package/dist/api/resources/fhir/types/ExplanationOfBenefitRelated.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ExplanationOfBenefitStatus.js +0 -12
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSubDetail.d.ts +0 -41
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSubDetail.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSubDetail1.d.ts +0 -31
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSubDetail1.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSupportingInfo.d.ts +0 -37
- package/dist/api/resources/fhir/types/ExplanationOfBenefitSupportingInfo.js +0 -5
- package/dist/api/resources/fhir/types/ExplanationOfBenefitTotal.d.ts +0 -19
- package/dist/api/resources/fhir/types/ExplanationOfBenefitTotal.js +0 -5
- package/dist/api/resources/fhir/types/Expression.d.ts +0 -23
- package/dist/api/resources/fhir/types/Expression.js +0 -5
- package/dist/api/resources/fhir/types/ExpressionLanguage.d.ts +0 -12
- package/dist/api/resources/fhir/types/ExpressionLanguage.js +0 -11
- package/dist/api/resources/fhir/types/Extension.d.ts +0 -115
- package/dist/api/resources/fhir/types/Extension.js +0 -5
- package/dist/api/resources/fhir/types/FamilyMemberHistory.d.ts +0 -62
- package/dist/api/resources/fhir/types/FamilyMemberHistory.js +0 -5
- package/dist/api/resources/fhir/types/FamilyMemberHistoryCondition.d.ts +0 -31
- package/dist/api/resources/fhir/types/FamilyMemberHistoryCondition.js +0 -5
- package/dist/api/resources/fhir/types/FamilyMemberHistoryStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/FamilyMemberHistoryStatus.js +0 -12
- package/dist/api/resources/fhir/types/Flag.d.ts +0 -26
- package/dist/api/resources/fhir/types/Flag.js +0 -5
- package/dist/api/resources/fhir/types/FlagStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/FlagStatus.js +0 -11
- package/dist/api/resources/fhir/types/Goal.d.ts +0 -44
- package/dist/api/resources/fhir/types/Goal.js +0 -5
- package/dist/api/resources/fhir/types/GoalLifecycleStatus.d.ts +0 -18
- package/dist/api/resources/fhir/types/GoalLifecycleStatus.js +0 -17
- package/dist/api/resources/fhir/types/GoalTarget.d.ts +0 -35
- package/dist/api/resources/fhir/types/GoalTarget.js +0 -5
- package/dist/api/resources/fhir/types/GraphDefinition.d.ts +0 -40
- package/dist/api/resources/fhir/types/GraphDefinition.js +0 -5
- package/dist/api/resources/fhir/types/GraphDefinitionCompartment.d.ts +0 -25
- package/dist/api/resources/fhir/types/GraphDefinitionCompartment.js +0 -5
- package/dist/api/resources/fhir/types/GraphDefinitionCompartmentRule.d.ts +0 -13
- package/dist/api/resources/fhir/types/GraphDefinitionCompartmentRule.js +0 -12
- package/dist/api/resources/fhir/types/GraphDefinitionCompartmentUse.d.ts +0 -11
- package/dist/api/resources/fhir/types/GraphDefinitionCompartmentUse.js +0 -10
- package/dist/api/resources/fhir/types/GraphDefinitionLink.d.ts +0 -27
- package/dist/api/resources/fhir/types/GraphDefinitionLink.js +0 -5
- package/dist/api/resources/fhir/types/GraphDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/GraphDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/GraphDefinitionTarget.d.ts +0 -25
- package/dist/api/resources/fhir/types/GraphDefinitionTarget.js +0 -5
- package/dist/api/resources/fhir/types/Group.d.ts +0 -30
- package/dist/api/resources/fhir/types/Group.js +0 -5
- package/dist/api/resources/fhir/types/GroupCharacteristic.d.ts +0 -31
- package/dist/api/resources/fhir/types/GroupCharacteristic.js +0 -5
- package/dist/api/resources/fhir/types/GroupMember.d.ts +0 -21
- package/dist/api/resources/fhir/types/GroupMember.js +0 -5
- package/dist/api/resources/fhir/types/GroupType.d.ts +0 -15
- package/dist/api/resources/fhir/types/GroupType.js +0 -14
- package/dist/api/resources/fhir/types/GuidanceResponse.d.ts +0 -44
- package/dist/api/resources/fhir/types/GuidanceResponse.js +0 -5
- package/dist/api/resources/fhir/types/GuidanceResponseStatus.d.ts +0 -15
- package/dist/api/resources/fhir/types/GuidanceResponseStatus.js +0 -14
- package/dist/api/resources/fhir/types/HealthcareService.d.ts +0 -58
- package/dist/api/resources/fhir/types/HealthcareService.js +0 -5
- package/dist/api/resources/fhir/types/HealthcareServiceAvailableTime.d.ts +0 -23
- package/dist/api/resources/fhir/types/HealthcareServiceAvailableTime.js +0 -5
- package/dist/api/resources/fhir/types/HealthcareServiceAvailableTimeDaysOfWeekItem.d.ts +0 -13
- package/dist/api/resources/fhir/types/HealthcareServiceAvailableTimeDaysOfWeekItem.js +0 -15
- package/dist/api/resources/fhir/types/HealthcareServiceEligibility.d.ts +0 -19
- package/dist/api/resources/fhir/types/HealthcareServiceEligibility.js +0 -5
- package/dist/api/resources/fhir/types/HealthcareServiceNotAvailable.d.ts +0 -19
- package/dist/api/resources/fhir/types/HealthcareServiceNotAvailable.js +0 -5
- package/dist/api/resources/fhir/types/HumanName.d.ts +0 -27
- package/dist/api/resources/fhir/types/HumanName.js +0 -5
- package/dist/api/resources/fhir/types/HumanNameUse.d.ts +0 -16
- package/dist/api/resources/fhir/types/HumanNameUse.js +0 -15
- package/dist/api/resources/fhir/types/Id.d.ts +0 -7
- package/dist/api/resources/fhir/types/Id.js +0 -5
- package/dist/api/resources/fhir/types/Identifier.d.ts +0 -25
- package/dist/api/resources/fhir/types/Identifier.js +0 -5
- package/dist/api/resources/fhir/types/IdentifierUse.d.ts +0 -14
- package/dist/api/resources/fhir/types/IdentifierUse.js +0 -13
- package/dist/api/resources/fhir/types/IdentityProvider.d.ts +0 -20
- package/dist/api/resources/fhir/types/IdentityProvider.js +0 -5
- package/dist/api/resources/fhir/types/ImagingStudy.d.ts +0 -50
- package/dist/api/resources/fhir/types/ImagingStudy.js +0 -5
- package/dist/api/resources/fhir/types/ImagingStudyInstance.d.ts +0 -23
- package/dist/api/resources/fhir/types/ImagingStudyInstance.js +0 -5
- package/dist/api/resources/fhir/types/ImagingStudyPerformer.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImagingStudyPerformer.js +0 -5
- package/dist/api/resources/fhir/types/ImagingStudySeries.d.ts +0 -39
- package/dist/api/resources/fhir/types/ImagingStudySeries.js +0 -5
- package/dist/api/resources/fhir/types/ImagingStudyStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/ImagingStudyStatus.js +0 -13
- package/dist/api/resources/fhir/types/Immunization.d.ts +0 -68
- package/dist/api/resources/fhir/types/Immunization.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationEducation.d.ts +0 -23
- package/dist/api/resources/fhir/types/ImmunizationEducation.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationEvaluation.d.ts +0 -40
- package/dist/api/resources/fhir/types/ImmunizationEvaluation.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationPerformer.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImmunizationPerformer.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationProtocolApplied.d.ts +0 -29
- package/dist/api/resources/fhir/types/ImmunizationProtocolApplied.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationReaction.d.ts +0 -21
- package/dist/api/resources/fhir/types/ImmunizationReaction.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationRecommendation.d.ts +0 -20
- package/dist/api/resources/fhir/types/ImmunizationRecommendation.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationRecommendationDateCriterion.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImmunizationRecommendationDateCriterion.js +0 -5
- package/dist/api/resources/fhir/types/ImmunizationRecommendationRecommendation.d.ts +0 -43
- package/dist/api/resources/fhir/types/ImmunizationRecommendationRecommendation.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuide.d.ts +0 -50
- package/dist/api/resources/fhir/types/ImplementationGuide.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideDefinition.d.ts +0 -25
- package/dist/api/resources/fhir/types/ImplementationGuideDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideDependsOn.d.ts +0 -21
- package/dist/api/resources/fhir/types/ImplementationGuideDependsOn.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideFhirVersionItem.d.ts +0 -28
- package/dist/api/resources/fhir/types/ImplementationGuideFhirVersionItem.js +0 -30
- package/dist/api/resources/fhir/types/ImplementationGuideGlobal.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImplementationGuideGlobal.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideGrouping.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImplementationGuideGrouping.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideLicense.d.ts +0 -355
- package/dist/api/resources/fhir/types/ImplementationGuideLicense.js +0 -354
- package/dist/api/resources/fhir/types/ImplementationGuideManifest.d.ts +0 -25
- package/dist/api/resources/fhir/types/ImplementationGuideManifest.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuidePage.d.ts +0 -25
- package/dist/api/resources/fhir/types/ImplementationGuidePage.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuidePage1.d.ts +0 -21
- package/dist/api/resources/fhir/types/ImplementationGuidePage1.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuidePageGeneration.d.ts +0 -13
- package/dist/api/resources/fhir/types/ImplementationGuidePageGeneration.js +0 -12
- package/dist/api/resources/fhir/types/ImplementationGuideParameter.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImplementationGuideParameter.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideParameterCode.d.ts +0 -19
- package/dist/api/resources/fhir/types/ImplementationGuideParameterCode.js +0 -18
- package/dist/api/resources/fhir/types/ImplementationGuideResource.d.ts +0 -29
- package/dist/api/resources/fhir/types/ImplementationGuideResource.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideResource1.d.ts +0 -23
- package/dist/api/resources/fhir/types/ImplementationGuideResource1.js +0 -5
- package/dist/api/resources/fhir/types/ImplementationGuideResourceFhirVersionItem.d.ts +0 -28
- package/dist/api/resources/fhir/types/ImplementationGuideResourceFhirVersionItem.js +0 -30
- package/dist/api/resources/fhir/types/ImplementationGuideStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ImplementationGuideStatus.js +0 -12
- package/dist/api/resources/fhir/types/ImplementationGuideTemplate.d.ts +0 -21
- package/dist/api/resources/fhir/types/ImplementationGuideTemplate.js +0 -5
- package/dist/api/resources/fhir/types/Instant.d.ts +0 -7
- package/dist/api/resources/fhir/types/Instant.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlan.d.ts +0 -38
- package/dist/api/resources/fhir/types/InsurancePlan.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanBenefit.d.ts +0 -21
- package/dist/api/resources/fhir/types/InsurancePlanBenefit.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanBenefit1.d.ts +0 -19
- package/dist/api/resources/fhir/types/InsurancePlanBenefit1.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanContact.d.ts +0 -23
- package/dist/api/resources/fhir/types/InsurancePlanContact.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanCost.d.ts +0 -23
- package/dist/api/resources/fhir/types/InsurancePlanCost.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanCoverage.d.ts +0 -21
- package/dist/api/resources/fhir/types/InsurancePlanCoverage.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanGeneralCost.d.ts +0 -23
- package/dist/api/resources/fhir/types/InsurancePlanGeneralCost.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanLimit.d.ts +0 -19
- package/dist/api/resources/fhir/types/InsurancePlanLimit.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanPlan.d.ts +0 -27
- package/dist/api/resources/fhir/types/InsurancePlanPlan.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanSpecificCost.d.ts +0 -19
- package/dist/api/resources/fhir/types/InsurancePlanSpecificCost.js +0 -5
- package/dist/api/resources/fhir/types/InsurancePlanStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/InsurancePlanStatus.js +0 -12
- package/dist/api/resources/fhir/types/Integer.d.ts +0 -7
- package/dist/api/resources/fhir/types/Integer.js +0 -5
- package/dist/api/resources/fhir/types/Invoice.d.ts +0 -42
- package/dist/api/resources/fhir/types/Invoice.js +0 -5
- package/dist/api/resources/fhir/types/InvoiceLineItem.d.ts +0 -23
- package/dist/api/resources/fhir/types/InvoiceLineItem.js +0 -5
- package/dist/api/resources/fhir/types/InvoiceParticipant.d.ts +0 -19
- package/dist/api/resources/fhir/types/InvoiceParticipant.js +0 -5
- package/dist/api/resources/fhir/types/InvoicePriceComponent.d.ts +0 -23
- package/dist/api/resources/fhir/types/InvoicePriceComponent.js +0 -5
- package/dist/api/resources/fhir/types/InvoicePriceComponentType.d.ts +0 -15
- package/dist/api/resources/fhir/types/InvoicePriceComponentType.js +0 -14
- package/dist/api/resources/fhir/types/InvoiceStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/InvoiceStatus.js +0 -13
- package/dist/api/resources/fhir/types/JsonWebKey.d.ts +0 -50
- package/dist/api/resources/fhir/types/JsonWebKey.js +0 -5
- package/dist/api/resources/fhir/types/Library.d.ts +0 -74
- package/dist/api/resources/fhir/types/Library.js +0 -5
- package/dist/api/resources/fhir/types/LibraryStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/LibraryStatus.js +0 -12
- package/dist/api/resources/fhir/types/Linkage.d.ts +0 -16
- package/dist/api/resources/fhir/types/Linkage.js +0 -5
- package/dist/api/resources/fhir/types/LinkageItem.d.ts +0 -19
- package/dist/api/resources/fhir/types/LinkageItem.js +0 -5
- package/dist/api/resources/fhir/types/LinkageItemType.d.ts +0 -12
- package/dist/api/resources/fhir/types/LinkageItemType.js +0 -11
- package/dist/api/resources/fhir/types/List.d.ts +0 -36
- package/dist/api/resources/fhir/types/List.js +0 -5
- package/dist/api/resources/fhir/types/ListEntry.d.ts +0 -23
- package/dist/api/resources/fhir/types/ListEntry.js +0 -5
- package/dist/api/resources/fhir/types/ListMode.d.ts +0 -12
- package/dist/api/resources/fhir/types/ListMode.js +0 -11
- package/dist/api/resources/fhir/types/ListStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/ListStatus.js +0 -11
- package/dist/api/resources/fhir/types/Location.d.ts +0 -44
- package/dist/api/resources/fhir/types/Location.js +0 -5
- package/dist/api/resources/fhir/types/LocationHoursOfOperation.d.ts +0 -23
- package/dist/api/resources/fhir/types/LocationHoursOfOperation.js +0 -5
- package/dist/api/resources/fhir/types/LocationMode.d.ts +0 -11
- package/dist/api/resources/fhir/types/LocationMode.js +0 -10
- package/dist/api/resources/fhir/types/LocationPosition.d.ts +0 -21
- package/dist/api/resources/fhir/types/LocationPosition.js +0 -5
- package/dist/api/resources/fhir/types/LocationStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/LocationStatus.js +0 -11
- package/dist/api/resources/fhir/types/Login.d.ts +0 -62
- package/dist/api/resources/fhir/types/Login.js +0 -5
- package/dist/api/resources/fhir/types/LoginAuthMethod.d.ts +0 -15
- package/dist/api/resources/fhir/types/LoginAuthMethod.js +0 -14
- package/dist/api/resources/fhir/types/LoginCodeChallengeMethod.d.ts +0 -11
- package/dist/api/resources/fhir/types/LoginCodeChallengeMethod.js +0 -10
- package/dist/api/resources/fhir/types/Markdown.d.ts +0 -7
- package/dist/api/resources/fhir/types/Markdown.js +0 -5
- package/dist/api/resources/fhir/types/MarketingStatus.d.ts +0 -25
- package/dist/api/resources/fhir/types/MarketingStatus.js +0 -5
- package/dist/api/resources/fhir/types/Measure.d.ts +0 -94
- package/dist/api/resources/fhir/types/Measure.js +0 -5
- package/dist/api/resources/fhir/types/MeasureComponent.d.ts +0 -21
- package/dist/api/resources/fhir/types/MeasureComponent.js +0 -5
- package/dist/api/resources/fhir/types/MeasureGroup.d.ts +0 -23
- package/dist/api/resources/fhir/types/MeasureGroup.js +0 -5
- package/dist/api/resources/fhir/types/MeasurePopulation.d.ts +0 -21
- package/dist/api/resources/fhir/types/MeasurePopulation.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReport.d.ts +0 -32
- package/dist/api/resources/fhir/types/MeasureReport.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportComponent.d.ts +0 -19
- package/dist/api/resources/fhir/types/MeasureReportComponent.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportGroup.d.ts +0 -23
- package/dist/api/resources/fhir/types/MeasureReportGroup.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportPopulation.d.ts +0 -21
- package/dist/api/resources/fhir/types/MeasureReportPopulation.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportPopulation1.d.ts +0 -21
- package/dist/api/resources/fhir/types/MeasureReportPopulation1.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/MeasureReportStatus.js +0 -11
- package/dist/api/resources/fhir/types/MeasureReportStratifier.d.ts +0 -19
- package/dist/api/resources/fhir/types/MeasureReportStratifier.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportStratum.d.ts +0 -23
- package/dist/api/resources/fhir/types/MeasureReportStratum.js +0 -5
- package/dist/api/resources/fhir/types/MeasureReportType.d.ts +0 -13
- package/dist/api/resources/fhir/types/MeasureReportType.js +0 -12
- package/dist/api/resources/fhir/types/MeasureStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/MeasureStatus.js +0 -12
- package/dist/api/resources/fhir/types/MeasureStratifier.d.ts +0 -23
- package/dist/api/resources/fhir/types/MeasureStratifier.js +0 -5
- package/dist/api/resources/fhir/types/MeasureSupplementalData.d.ts +0 -23
- package/dist/api/resources/fhir/types/MeasureSupplementalData.js +0 -5
- package/dist/api/resources/fhir/types/Media.d.ts +0 -56
- package/dist/api/resources/fhir/types/Media.js +0 -5
- package/dist/api/resources/fhir/types/Medication.d.ts +0 -26
- package/dist/api/resources/fhir/types/Medication.js +0 -5
- package/dist/api/resources/fhir/types/MedicationAdministration.d.ts +0 -52
- package/dist/api/resources/fhir/types/MedicationAdministration.js +0 -5
- package/dist/api/resources/fhir/types/MedicationAdministrationDosage.d.ts +0 -33
- package/dist/api/resources/fhir/types/MedicationAdministrationDosage.js +0 -5
- package/dist/api/resources/fhir/types/MedicationAdministrationPerformer.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationAdministrationPerformer.js +0 -5
- package/dist/api/resources/fhir/types/MedicationBatch.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationBatch.js +0 -5
- package/dist/api/resources/fhir/types/MedicationDispense.d.ts +0 -62
- package/dist/api/resources/fhir/types/MedicationDispense.js +0 -5
- package/dist/api/resources/fhir/types/MedicationDispensePerformer.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationDispensePerformer.js +0 -5
- package/dist/api/resources/fhir/types/MedicationDispenseSubstitution.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicationDispenseSubstitution.js +0 -5
- package/dist/api/resources/fhir/types/MedicationIngredient.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicationIngredient.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledge.d.ts +0 -54
- package/dist/api/resources/fhir/types/MedicationKnowledge.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeAdministrationGuidelines.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicationKnowledgeAdministrationGuidelines.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeCost.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicationKnowledgeCost.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeDosage.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeDosage.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeDrugCharacteristic.d.ts +0 -25
- package/dist/api/resources/fhir/types/MedicationKnowledgeDrugCharacteristic.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeIngredient.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicationKnowledgeIngredient.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeKinetics.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicationKnowledgeKinetics.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeMaxDispense.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeMaxDispense.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeMedicineClassification.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeMedicineClassification.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeMonitoringProgram.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeMonitoringProgram.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeMonograph.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeMonograph.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgePackaging.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgePackaging.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgePatientCharacteristics.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicationKnowledgePatientCharacteristics.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeRegulatory.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicationKnowledgeRegulatory.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeRelatedMedicationKnowledge.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeRelatedMedicationKnowledge.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeSchedule.d.ts +0 -17
- package/dist/api/resources/fhir/types/MedicationKnowledgeSchedule.js +0 -5
- package/dist/api/resources/fhir/types/MedicationKnowledgeSubstitution.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationKnowledgeSubstitution.js +0 -5
- package/dist/api/resources/fhir/types/MedicationRequest.d.ts +0 -78
- package/dist/api/resources/fhir/types/MedicationRequest.js +0 -5
- package/dist/api/resources/fhir/types/MedicationRequestDispenseRequest.d.ts +0 -29
- package/dist/api/resources/fhir/types/MedicationRequestDispenseRequest.js +0 -5
- package/dist/api/resources/fhir/types/MedicationRequestInitialFill.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicationRequestInitialFill.js +0 -5
- package/dist/api/resources/fhir/types/MedicationRequestSubstitution.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicationRequestSubstitution.js +0 -5
- package/dist/api/resources/fhir/types/MedicationStatement.d.ts +0 -48
- package/dist/api/resources/fhir/types/MedicationStatement.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProduct.d.ts +0 -50
- package/dist/api/resources/fhir/types/MedicinalProduct.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductAuthorization.d.ts +0 -42
- package/dist/api/resources/fhir/types/MedicinalProductAuthorization.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductAuthorizationJurisdictionalAuthorization.d.ts +0 -25
- package/dist/api/resources/fhir/types/MedicinalProductAuthorizationJurisdictionalAuthorization.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductAuthorizationProcedure.d.ts +0 -25
- package/dist/api/resources/fhir/types/MedicinalProductAuthorizationProcedure.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductContraindication.d.ts +0 -24
- package/dist/api/resources/fhir/types/MedicinalProductContraindication.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductContraindicationOtherTherapy.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicinalProductContraindicationOtherTherapy.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductCountryLanguage.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicinalProductCountryLanguage.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIndication.d.ts +0 -28
- package/dist/api/resources/fhir/types/MedicinalProductIndication.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIndicationOtherTherapy.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicinalProductIndicationOtherTherapy.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIngredient.d.ts +0 -22
- package/dist/api/resources/fhir/types/MedicinalProductIngredient.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIngredientReferenceStrength.d.ts +0 -25
- package/dist/api/resources/fhir/types/MedicinalProductIngredientReferenceStrength.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIngredientSpecifiedSubstance.d.ts +0 -23
- package/dist/api/resources/fhir/types/MedicinalProductIngredientSpecifiedSubstance.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIngredientStrength.d.ts +0 -29
- package/dist/api/resources/fhir/types/MedicinalProductIngredientStrength.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductIngredientSubstance.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductIngredientSubstance.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductInteraction.d.ts +0 -24
- package/dist/api/resources/fhir/types/MedicinalProductInteraction.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductInteractionInteractant.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductInteractionInteractant.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductManufactured.d.ts +0 -24
- package/dist/api/resources/fhir/types/MedicinalProductManufactured.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductManufacturingBusinessOperation.d.ts +0 -27
- package/dist/api/resources/fhir/types/MedicinalProductManufacturingBusinessOperation.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductName.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicinalProductName.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductNamePart.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductNamePart.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPackaged.d.ts +0 -28
- package/dist/api/resources/fhir/types/MedicinalProductPackaged.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPackagedBatchIdentifier.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductPackagedBatchIdentifier.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPackagedPackageItem.d.ts +0 -39
- package/dist/api/resources/fhir/types/MedicinalProductPackagedPackageItem.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceutical.d.ts +0 -24
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceutical.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalCharacteristics.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalCharacteristics.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalRouteOfAdministration.d.ts +0 -29
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalRouteOfAdministration.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalTargetSpecies.d.ts +0 -19
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalTargetSpecies.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalWithdrawalPeriod.d.ts +0 -21
- package/dist/api/resources/fhir/types/MedicinalProductPharmaceuticalWithdrawalPeriod.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductSpecialDesignation.d.ts +0 -31
- package/dist/api/resources/fhir/types/MedicinalProductSpecialDesignation.js +0 -5
- package/dist/api/resources/fhir/types/MedicinalProductUndesirableEffect.d.ts +0 -20
- package/dist/api/resources/fhir/types/MedicinalProductUndesirableEffect.js +0 -5
- package/dist/api/resources/fhir/types/MessageDefinition.d.ts +0 -60
- package/dist/api/resources/fhir/types/MessageDefinition.js +0 -5
- package/dist/api/resources/fhir/types/MessageDefinitionAllowedResponse.d.ts +0 -19
- package/dist/api/resources/fhir/types/MessageDefinitionAllowedResponse.js +0 -5
- package/dist/api/resources/fhir/types/MessageDefinitionCategory.d.ts +0 -12
- package/dist/api/resources/fhir/types/MessageDefinitionCategory.js +0 -11
- package/dist/api/resources/fhir/types/MessageDefinitionFocus.d.ts +0 -23
- package/dist/api/resources/fhir/types/MessageDefinitionFocus.js +0 -5
- package/dist/api/resources/fhir/types/MessageDefinitionResponseRequired.d.ts +0 -13
- package/dist/api/resources/fhir/types/MessageDefinitionResponseRequired.js +0 -12
- package/dist/api/resources/fhir/types/MessageDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/MessageDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/MessageHeader.d.ts +0 -34
- package/dist/api/resources/fhir/types/MessageHeader.js +0 -5
- package/dist/api/resources/fhir/types/MessageHeaderDestination.d.ts +0 -23
- package/dist/api/resources/fhir/types/MessageHeaderDestination.js +0 -5
- package/dist/api/resources/fhir/types/MessageHeaderResponse.d.ts +0 -21
- package/dist/api/resources/fhir/types/MessageHeaderResponse.js +0 -5
- package/dist/api/resources/fhir/types/MessageHeaderResponseCode.d.ts +0 -12
- package/dist/api/resources/fhir/types/MessageHeaderResponseCode.js +0 -11
- package/dist/api/resources/fhir/types/MessageHeaderSource.d.ts +0 -25
- package/dist/api/resources/fhir/types/MessageHeaderSource.js +0 -5
- package/dist/api/resources/fhir/types/Meta.d.ts +0 -33
- package/dist/api/resources/fhir/types/Meta.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequence.d.ts +0 -42
- package/dist/api/resources/fhir/types/MolecularSequence.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceInner.d.ts +0 -19
- package/dist/api/resources/fhir/types/MolecularSequenceInner.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceOuter.d.ts +0 -19
- package/dist/api/resources/fhir/types/MolecularSequenceOuter.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceQuality.d.ts +0 -45
- package/dist/api/resources/fhir/types/MolecularSequenceQuality.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceQualityType.d.ts +0 -12
- package/dist/api/resources/fhir/types/MolecularSequenceQualityType.js +0 -11
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeq.d.ts +0 -33
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeq.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeqOrientation.d.ts +0 -11
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeqOrientation.js +0 -10
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeqStrand.d.ts +0 -11
- package/dist/api/resources/fhir/types/MolecularSequenceReferenceSeqStrand.js +0 -10
- package/dist/api/resources/fhir/types/MolecularSequenceRepository.d.ts +0 -27
- package/dist/api/resources/fhir/types/MolecularSequenceRepository.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceRepositoryType.d.ts +0 -14
- package/dist/api/resources/fhir/types/MolecularSequenceRepositoryType.js +0 -13
- package/dist/api/resources/fhir/types/MolecularSequenceRoc.d.ts +0 -29
- package/dist/api/resources/fhir/types/MolecularSequenceRoc.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceStructureVariant.d.ts +0 -25
- package/dist/api/resources/fhir/types/MolecularSequenceStructureVariant.js +0 -5
- package/dist/api/resources/fhir/types/MolecularSequenceType.d.ts +0 -12
- package/dist/api/resources/fhir/types/MolecularSequenceType.js +0 -11
- package/dist/api/resources/fhir/types/MolecularSequenceVariant.d.ts +0 -27
- package/dist/api/resources/fhir/types/MolecularSequenceVariant.js +0 -5
- package/dist/api/resources/fhir/types/Money.d.ts +0 -17
- package/dist/api/resources/fhir/types/Money.js +0 -5
- package/dist/api/resources/fhir/types/NamingSystem.d.ts +0 -36
- package/dist/api/resources/fhir/types/NamingSystem.js +0 -5
- package/dist/api/resources/fhir/types/NamingSystemKind.d.ts +0 -12
- package/dist/api/resources/fhir/types/NamingSystemKind.js +0 -11
- package/dist/api/resources/fhir/types/NamingSystemStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/NamingSystemStatus.js +0 -12
- package/dist/api/resources/fhir/types/NamingSystemUniqueId.d.ts +0 -25
- package/dist/api/resources/fhir/types/NamingSystemUniqueId.js +0 -5
- package/dist/api/resources/fhir/types/NamingSystemUniqueIdType.d.ts +0 -13
- package/dist/api/resources/fhir/types/NamingSystemUniqueIdType.js +0 -12
- package/dist/api/resources/fhir/types/Narrative.d.ts +0 -17
- package/dist/api/resources/fhir/types/Narrative.js +0 -5
- package/dist/api/resources/fhir/types/NarrativeStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/NarrativeStatus.js +0 -12
- package/dist/api/resources/fhir/types/NutritionOrder.d.ts +0 -44
- package/dist/api/resources/fhir/types/NutritionOrder.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderAdministration.d.ts +0 -23
- package/dist/api/resources/fhir/types/NutritionOrderAdministration.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderEnteralFormula.d.ts +0 -33
- package/dist/api/resources/fhir/types/NutritionOrderEnteralFormula.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderNutrient.d.ts +0 -19
- package/dist/api/resources/fhir/types/NutritionOrderNutrient.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderOralDiet.d.ts +0 -27
- package/dist/api/resources/fhir/types/NutritionOrderOralDiet.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderSupplement.d.ts +0 -25
- package/dist/api/resources/fhir/types/NutritionOrderSupplement.js +0 -5
- package/dist/api/resources/fhir/types/NutritionOrderTexture.d.ts +0 -19
- package/dist/api/resources/fhir/types/NutritionOrderTexture.js +0 -5
- package/dist/api/resources/fhir/types/Observation.d.ts +0 -84
- package/dist/api/resources/fhir/types/Observation.js +0 -5
- package/dist/api/resources/fhir/types/ObservationComponent.d.ts +0 -45
- package/dist/api/resources/fhir/types/ObservationComponent.js +0 -5
- package/dist/api/resources/fhir/types/ObservationDefinition.d.ts +0 -38
- package/dist/api/resources/fhir/types/ObservationDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ObservationDefinitionPermittedDataTypeItem.d.ts +0 -17
- package/dist/api/resources/fhir/types/ObservationDefinitionPermittedDataTypeItem.js +0 -19
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedInterval.d.ts +0 -31
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedInterval.js +0 -5
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalCategory.d.ts +0 -12
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalCategory.js +0 -11
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/ObservationDefinitionQualifiedIntervalGender.js +0 -12
- package/dist/api/resources/fhir/types/ObservationDefinitionQuantitativeDetails.d.ts +0 -23
- package/dist/api/resources/fhir/types/ObservationDefinitionQuantitativeDetails.js +0 -5
- package/dist/api/resources/fhir/types/ObservationReferenceRange.d.ts +0 -27
- package/dist/api/resources/fhir/types/ObservationReferenceRange.js +0 -5
- package/dist/api/resources/fhir/types/ObservationStatus.d.ts +0 -17
- package/dist/api/resources/fhir/types/ObservationStatus.js +0 -16
- package/dist/api/resources/fhir/types/Oid.d.ts +0 -7
- package/dist/api/resources/fhir/types/Oid.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinition.d.ts +0 -62
- package/dist/api/resources/fhir/types/OperationDefinition.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinitionBinding.d.ts +0 -19
- package/dist/api/resources/fhir/types/OperationDefinitionBinding.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinitionBindingStrength.d.ts +0 -13
- package/dist/api/resources/fhir/types/OperationDefinitionBindingStrength.js +0 -12
- package/dist/api/resources/fhir/types/OperationDefinitionKind.d.ts +0 -11
- package/dist/api/resources/fhir/types/OperationDefinitionKind.js +0 -10
- package/dist/api/resources/fhir/types/OperationDefinitionOverload.d.ts +0 -19
- package/dist/api/resources/fhir/types/OperationDefinitionOverload.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinitionParameter.d.ts +0 -37
- package/dist/api/resources/fhir/types/OperationDefinitionParameter.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinitionParameterSearchType.d.ts +0 -18
- package/dist/api/resources/fhir/types/OperationDefinitionParameterSearchType.js +0 -17
- package/dist/api/resources/fhir/types/OperationDefinitionParameterUse.d.ts +0 -11
- package/dist/api/resources/fhir/types/OperationDefinitionParameterUse.js +0 -10
- package/dist/api/resources/fhir/types/OperationDefinitionReferencedFrom.d.ts +0 -19
- package/dist/api/resources/fhir/types/OperationDefinitionReferencedFrom.js +0 -5
- package/dist/api/resources/fhir/types/OperationDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/OperationDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/OperationOutcome.d.ts +0 -16
- package/dist/api/resources/fhir/types/OperationOutcome.js +0 -5
- package/dist/api/resources/fhir/types/OperationOutcomeIssue.d.ts +0 -27
- package/dist/api/resources/fhir/types/OperationOutcomeIssue.js +0 -5
- package/dist/api/resources/fhir/types/OperationOutcomeIssueCode.d.ts +0 -40
- package/dist/api/resources/fhir/types/OperationOutcomeIssueCode.js +0 -39
- package/dist/api/resources/fhir/types/OperationOutcomeIssueSeverity.d.ts +0 -13
- package/dist/api/resources/fhir/types/OperationOutcomeIssueSeverity.js +0 -12
- package/dist/api/resources/fhir/types/Organization.d.ts +0 -30
- package/dist/api/resources/fhir/types/Organization.js +0 -5
- package/dist/api/resources/fhir/types/OrganizationAffiliation.d.ts +0 -34
- package/dist/api/resources/fhir/types/OrganizationAffiliation.js +0 -5
- package/dist/api/resources/fhir/types/OrganizationContact.d.ts +0 -23
- package/dist/api/resources/fhir/types/OrganizationContact.js +0 -5
- package/dist/api/resources/fhir/types/ParameterDefinition.d.ts +0 -27
- package/dist/api/resources/fhir/types/ParameterDefinition.js +0 -5
- package/dist/api/resources/fhir/types/Parameters.d.ts +0 -20
- package/dist/api/resources/fhir/types/Parameters.js +0 -5
- package/dist/api/resources/fhir/types/ParametersParameter.d.ts +0 -121
- package/dist/api/resources/fhir/types/ParametersParameter.js +0 -5
- package/dist/api/resources/fhir/types/PasswordChangeRequest.d.ts +0 -28
- package/dist/api/resources/fhir/types/PasswordChangeRequest.js +0 -5
- package/dist/api/resources/fhir/types/PasswordChangeRequestType.d.ts +0 -11
- package/dist/api/resources/fhir/types/PasswordChangeRequestType.js +0 -10
- package/dist/api/resources/fhir/types/Patient.d.ts +0 -46
- package/dist/api/resources/fhir/types/Patient.js +0 -5
- package/dist/api/resources/fhir/types/PatientCommunication.d.ts +0 -19
- package/dist/api/resources/fhir/types/PatientCommunication.js +0 -5
- package/dist/api/resources/fhir/types/PatientContact.d.ts +0 -29
- package/dist/api/resources/fhir/types/PatientContact.js +0 -5
- package/dist/api/resources/fhir/types/PatientContactGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/PatientContactGender.js +0 -12
- package/dist/api/resources/fhir/types/PatientGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/PatientGender.js +0 -12
- package/dist/api/resources/fhir/types/PatientLink.d.ts +0 -19
- package/dist/api/resources/fhir/types/PatientLink.js +0 -5
- package/dist/api/resources/fhir/types/PatientLinkType.d.ts +0 -13
- package/dist/api/resources/fhir/types/PatientLinkType.js +0 -12
- package/dist/api/resources/fhir/types/PaymentNotice.d.ts +0 -34
- package/dist/api/resources/fhir/types/PaymentNotice.js +0 -5
- package/dist/api/resources/fhir/types/PaymentReconciliation.d.ts +0 -40
- package/dist/api/resources/fhir/types/PaymentReconciliation.js +0 -5
- package/dist/api/resources/fhir/types/PaymentReconciliationDetail.d.ts +0 -35
- package/dist/api/resources/fhir/types/PaymentReconciliationDetail.js +0 -5
- package/dist/api/resources/fhir/types/PaymentReconciliationOutcome.d.ts +0 -13
- package/dist/api/resources/fhir/types/PaymentReconciliationOutcome.js +0 -12
- package/dist/api/resources/fhir/types/PaymentReconciliationProcessNote.d.ts +0 -19
- package/dist/api/resources/fhir/types/PaymentReconciliationProcessNote.js +0 -5
- package/dist/api/resources/fhir/types/PaymentReconciliationProcessNoteType.d.ts +0 -12
- package/dist/api/resources/fhir/types/PaymentReconciliationProcessNoteType.js +0 -11
- package/dist/api/resources/fhir/types/Period.d.ts +0 -17
- package/dist/api/resources/fhir/types/Period.js +0 -5
- package/dist/api/resources/fhir/types/Person.d.ts +0 -30
- package/dist/api/resources/fhir/types/Person.js +0 -5
- package/dist/api/resources/fhir/types/PersonGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/PersonGender.js +0 -12
- package/dist/api/resources/fhir/types/PersonLink.d.ts +0 -19
- package/dist/api/resources/fhir/types/PersonLink.js +0 -5
- package/dist/api/resources/fhir/types/PersonLinkAssurance.d.ts +0 -13
- package/dist/api/resources/fhir/types/PersonLinkAssurance.js +0 -12
- package/dist/api/resources/fhir/types/PlanDefinition.d.ts +0 -74
- package/dist/api/resources/fhir/types/PlanDefinition.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionAction.d.ts +0 -83
- package/dist/api/resources/fhir/types/PlanDefinitionAction.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionActionCardinalityBehavior.d.ts +0 -11
- package/dist/api/resources/fhir/types/PlanDefinitionActionCardinalityBehavior.js +0 -10
- package/dist/api/resources/fhir/types/PlanDefinitionActionGroupingBehavior.d.ts +0 -12
- package/dist/api/resources/fhir/types/PlanDefinitionActionGroupingBehavior.js +0 -11
- package/dist/api/resources/fhir/types/PlanDefinitionActionPrecheckBehavior.d.ts +0 -11
- package/dist/api/resources/fhir/types/PlanDefinitionActionPrecheckBehavior.js +0 -10
- package/dist/api/resources/fhir/types/PlanDefinitionActionRequiredBehavior.d.ts +0 -12
- package/dist/api/resources/fhir/types/PlanDefinitionActionRequiredBehavior.js +0 -11
- package/dist/api/resources/fhir/types/PlanDefinitionActionSelectionBehavior.d.ts +0 -15
- package/dist/api/resources/fhir/types/PlanDefinitionActionSelectionBehavior.js +0 -14
- package/dist/api/resources/fhir/types/PlanDefinitionCondition.d.ts +0 -19
- package/dist/api/resources/fhir/types/PlanDefinitionCondition.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionConditionKind.d.ts +0 -12
- package/dist/api/resources/fhir/types/PlanDefinitionConditionKind.js +0 -11
- package/dist/api/resources/fhir/types/PlanDefinitionDynamicValue.d.ts +0 -19
- package/dist/api/resources/fhir/types/PlanDefinitionDynamicValue.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionGoal.d.ts +0 -29
- package/dist/api/resources/fhir/types/PlanDefinitionGoal.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionParticipant.d.ts +0 -19
- package/dist/api/resources/fhir/types/PlanDefinitionParticipant.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionParticipantType.d.ts +0 -13
- package/dist/api/resources/fhir/types/PlanDefinitionParticipantType.js +0 -12
- package/dist/api/resources/fhir/types/PlanDefinitionRelatedAction.d.ts +0 -23
- package/dist/api/resources/fhir/types/PlanDefinitionRelatedAction.js +0 -5
- package/dist/api/resources/fhir/types/PlanDefinitionRelatedActionRelationship.d.ts +0 -18
- package/dist/api/resources/fhir/types/PlanDefinitionRelatedActionRelationship.js +0 -17
- package/dist/api/resources/fhir/types/PlanDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/PlanDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/PlanDefinitionTarget.d.ts +0 -25
- package/dist/api/resources/fhir/types/PlanDefinitionTarget.js +0 -5
- package/dist/api/resources/fhir/types/Population.d.ts +0 -25
- package/dist/api/resources/fhir/types/Population.js +0 -5
- package/dist/api/resources/fhir/types/PositiveInt.d.ts +0 -7
- package/dist/api/resources/fhir/types/PositiveInt.js +0 -5
- package/dist/api/resources/fhir/types/Practitioner.d.ts +0 -33
- package/dist/api/resources/fhir/types/Practitioner.js +0 -5
- package/dist/api/resources/fhir/types/PractitionerGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/PractitionerGender.js +0 -12
- package/dist/api/resources/fhir/types/PractitionerQualification.d.ts +0 -23
- package/dist/api/resources/fhir/types/PractitionerQualification.js +0 -5
- package/dist/api/resources/fhir/types/PractitionerRole.d.ts +0 -38
- package/dist/api/resources/fhir/types/PractitionerRole.js +0 -5
- package/dist/api/resources/fhir/types/PractitionerRoleAvailableTime.d.ts +0 -23
- package/dist/api/resources/fhir/types/PractitionerRoleAvailableTime.js +0 -5
- package/dist/api/resources/fhir/types/PractitionerRoleNotAvailable.d.ts +0 -19
- package/dist/api/resources/fhir/types/PractitionerRoleNotAvailable.js +0 -5
- package/dist/api/resources/fhir/types/Procedure.d.ts +0 -74
- package/dist/api/resources/fhir/types/Procedure.js +0 -5
- package/dist/api/resources/fhir/types/ProcedureFocalDevice.d.ts +0 -19
- package/dist/api/resources/fhir/types/ProcedureFocalDevice.js +0 -5
- package/dist/api/resources/fhir/types/ProcedurePerformer.d.ts +0 -21
- package/dist/api/resources/fhir/types/ProcedurePerformer.js +0 -5
- package/dist/api/resources/fhir/types/ProdCharacteristic.d.ts +0 -37
- package/dist/api/resources/fhir/types/ProdCharacteristic.js +0 -5
- package/dist/api/resources/fhir/types/ProductShelfLife.d.ts +0 -23
- package/dist/api/resources/fhir/types/ProductShelfLife.js +0 -5
- package/dist/api/resources/fhir/types/Project.d.ts +0 -38
- package/dist/api/resources/fhir/types/Project.js +0 -5
- package/dist/api/resources/fhir/types/ProjectFeaturesItem.d.ts +0 -11
- package/dist/api/resources/fhir/types/ProjectFeaturesItem.js +0 -13
- package/dist/api/resources/fhir/types/ProjectMembership.d.ts +0 -36
- package/dist/api/resources/fhir/types/ProjectMembership.js +0 -5
- package/dist/api/resources/fhir/types/ProjectMembershipAccess.d.ts +0 -13
- package/dist/api/resources/fhir/types/ProjectMembershipAccess.js +0 -5
- package/dist/api/resources/fhir/types/ProjectMembershipAccessParameter.d.ts +0 -15
- package/dist/api/resources/fhir/types/ProjectMembershipAccessParameter.js +0 -5
- package/dist/api/resources/fhir/types/ProjectSecret.d.ts +0 -19
- package/dist/api/resources/fhir/types/ProjectSecret.js +0 -5
- package/dist/api/resources/fhir/types/ProjectSite.d.ts +0 -20
- package/dist/api/resources/fhir/types/ProjectSite.js +0 -5
- package/dist/api/resources/fhir/types/Provenance.d.ts +0 -32
- package/dist/api/resources/fhir/types/Provenance.js +0 -5
- package/dist/api/resources/fhir/types/ProvenanceAgent.d.ts +0 -23
- package/dist/api/resources/fhir/types/ProvenanceAgent.js +0 -5
- package/dist/api/resources/fhir/types/ProvenanceEntity.d.ts +0 -21
- package/dist/api/resources/fhir/types/ProvenanceEntity.js +0 -5
- package/dist/api/resources/fhir/types/ProvenanceEntityRole.d.ts +0 -14
- package/dist/api/resources/fhir/types/ProvenanceEntityRole.js +0 -13
- package/dist/api/resources/fhir/types/Quantity.d.ts +0 -23
- package/dist/api/resources/fhir/types/Quantity.js +0 -5
- package/dist/api/resources/fhir/types/QuantityComparator.d.ts +0 -13
- package/dist/api/resources/fhir/types/QuantityComparator.js +0 -12
- package/dist/api/resources/fhir/types/Questionnaire.d.ts +0 -54
- package/dist/api/resources/fhir/types/Questionnaire.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireAnswerOption.d.ts +0 -29
- package/dist/api/resources/fhir/types/QuestionnaireAnswerOption.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireEnableWhen.d.ts +0 -39
- package/dist/api/resources/fhir/types/QuestionnaireEnableWhen.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireEnableWhenOperator.d.ts +0 -16
- package/dist/api/resources/fhir/types/QuestionnaireEnableWhenOperator.js +0 -15
- package/dist/api/resources/fhir/types/QuestionnaireInitial.d.ts +0 -39
- package/dist/api/resources/fhir/types/QuestionnaireInitial.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireItem.d.ts +0 -47
- package/dist/api/resources/fhir/types/QuestionnaireItem.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireItemEnableBehavior.d.ts +0 -11
- package/dist/api/resources/fhir/types/QuestionnaireItemEnableBehavior.js +0 -10
- package/dist/api/resources/fhir/types/QuestionnaireItemType.d.ts +0 -25
- package/dist/api/resources/fhir/types/QuestionnaireItemType.js +0 -24
- package/dist/api/resources/fhir/types/QuestionnaireResponse.d.ts +0 -32
- package/dist/api/resources/fhir/types/QuestionnaireResponse.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireResponseAnswer.d.ts +0 -41
- package/dist/api/resources/fhir/types/QuestionnaireResponseAnswer.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireResponseItem.d.ts +0 -25
- package/dist/api/resources/fhir/types/QuestionnaireResponseItem.js +0 -5
- package/dist/api/resources/fhir/types/QuestionnaireResponseStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/QuestionnaireResponseStatus.js +0 -13
- package/dist/api/resources/fhir/types/QuestionnaireStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/QuestionnaireStatus.js +0 -12
- package/dist/api/resources/fhir/types/Range.d.ts +0 -17
- package/dist/api/resources/fhir/types/Range.js +0 -5
- package/dist/api/resources/fhir/types/Ratio.d.ts +0 -17
- package/dist/api/resources/fhir/types/Ratio.js +0 -5
- package/dist/api/resources/fhir/types/Reference.d.ts +0 -23
- package/dist/api/resources/fhir/types/Reference.js +0 -5
- package/dist/api/resources/fhir/types/RelatedArtifact.d.ts +0 -27
- package/dist/api/resources/fhir/types/RelatedArtifact.js +0 -5
- package/dist/api/resources/fhir/types/RelatedArtifactType.d.ts +0 -17
- package/dist/api/resources/fhir/types/RelatedArtifactType.js +0 -16
- package/dist/api/resources/fhir/types/RelatedPerson.d.ts +0 -34
- package/dist/api/resources/fhir/types/RelatedPerson.js +0 -5
- package/dist/api/resources/fhir/types/RelatedPersonCommunication.d.ts +0 -19
- package/dist/api/resources/fhir/types/RelatedPersonCommunication.js +0 -5
- package/dist/api/resources/fhir/types/RelatedPersonGender.d.ts +0 -13
- package/dist/api/resources/fhir/types/RelatedPersonGender.js +0 -12
- package/dist/api/resources/fhir/types/RequestGroup.d.ts +0 -46
- package/dist/api/resources/fhir/types/RequestGroup.js +0 -5
- package/dist/api/resources/fhir/types/RequestGroupAction.d.ts +0 -63
- package/dist/api/resources/fhir/types/RequestGroupAction.js +0 -5
- package/dist/api/resources/fhir/types/RequestGroupCondition.d.ts +0 -19
- package/dist/api/resources/fhir/types/RequestGroupCondition.js +0 -5
- package/dist/api/resources/fhir/types/RequestGroupRelatedAction.d.ts +0 -23
- package/dist/api/resources/fhir/types/RequestGroupRelatedAction.js +0 -5
- package/dist/api/resources/fhir/types/ResearchDefinition.d.ts +0 -80
- package/dist/api/resources/fhir/types/ResearchDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ResearchDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ResearchDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/ResearchElementDefinition.d.ts +0 -78
- package/dist/api/resources/fhir/types/ResearchElementDefinition.js +0 -5
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristic.d.ts +0 -57
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristic.js +0 -5
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure.d.ts +0 -15
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristicParticipantEffectiveGroupMeasure.js +0 -14
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure.d.ts +0 -15
- package/dist/api/resources/fhir/types/ResearchElementDefinitionCharacteristicStudyEffectiveGroupMeasure.js +0 -14
- package/dist/api/resources/fhir/types/ResearchElementDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ResearchElementDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/ResearchElementDefinitionType.d.ts +0 -12
- package/dist/api/resources/fhir/types/ResearchElementDefinitionType.js +0 -11
- package/dist/api/resources/fhir/types/ResearchElementDefinitionVariableType.d.ts +0 -12
- package/dist/api/resources/fhir/types/ResearchElementDefinitionVariableType.js +0 -11
- package/dist/api/resources/fhir/types/ResearchStudy.d.ts +0 -58
- package/dist/api/resources/fhir/types/ResearchStudy.js +0 -5
- package/dist/api/resources/fhir/types/ResearchStudyArm.d.ts +0 -21
- package/dist/api/resources/fhir/types/ResearchStudyArm.js +0 -5
- package/dist/api/resources/fhir/types/ResearchStudyObjective.d.ts +0 -19
- package/dist/api/resources/fhir/types/ResearchStudyObjective.js +0 -5
- package/dist/api/resources/fhir/types/ResearchStudyStatus.d.ts +0 -20
- package/dist/api/resources/fhir/types/ResearchStudyStatus.js +0 -19
- package/dist/api/resources/fhir/types/ResearchSubject.d.ts +0 -26
- package/dist/api/resources/fhir/types/ResearchSubject.js +0 -5
- package/dist/api/resources/fhir/types/ResearchSubjectStatus.d.ts +0 -22
- package/dist/api/resources/fhir/types/ResearchSubjectStatus.js +0 -21
- package/dist/api/resources/fhir/types/ResourceList.d.ts +0 -5
- package/dist/api/resources/fhir/types/ResourceList.js +0 -5
- package/dist/api/resources/fhir/types/RiskAssessment.d.ts +0 -46
- package/dist/api/resources/fhir/types/RiskAssessment.js +0 -5
- package/dist/api/resources/fhir/types/RiskAssessmentPrediction.d.ts +0 -31
- package/dist/api/resources/fhir/types/RiskAssessmentPrediction.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesis.d.ts +0 -72
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesis.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisCertainty.d.ts +0 -21
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisCertainty.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisCertaintySubcomponent.d.ts +0 -21
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisCertaintySubcomponent.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisPrecisionEstimate.d.ts +0 -23
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisPrecisionEstimate.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisRiskEstimate.d.ts +0 -29
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisRiskEstimate.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisSampleSize.d.ts +0 -21
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisSampleSize.js +0 -5
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/RiskEvidenceSynthesisStatus.js +0 -12
- package/dist/api/resources/fhir/types/SampledData.d.ts +0 -27
- package/dist/api/resources/fhir/types/SampledData.js +0 -5
- package/dist/api/resources/fhir/types/Schedule.d.ts +0 -26
- package/dist/api/resources/fhir/types/Schedule.js +0 -5
- package/dist/api/resources/fhir/types/SearchParameter.d.ts +0 -62
- package/dist/api/resources/fhir/types/SearchParameter.js +0 -5
- package/dist/api/resources/fhir/types/SearchParameterComparatorItem.d.ts +0 -15
- package/dist/api/resources/fhir/types/SearchParameterComparatorItem.js +0 -17
- package/dist/api/resources/fhir/types/SearchParameterComponent.d.ts +0 -19
- package/dist/api/resources/fhir/types/SearchParameterComponent.js +0 -5
- package/dist/api/resources/fhir/types/SearchParameterModifierItem.d.ts +0 -18
- package/dist/api/resources/fhir/types/SearchParameterModifierItem.js +0 -20
- package/dist/api/resources/fhir/types/SearchParameterStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/SearchParameterStatus.js +0 -12
- package/dist/api/resources/fhir/types/SearchParameterType.d.ts +0 -18
- package/dist/api/resources/fhir/types/SearchParameterType.js +0 -17
- package/dist/api/resources/fhir/types/SearchParameterXpathUsage.d.ts +0 -14
- package/dist/api/resources/fhir/types/SearchParameterXpathUsage.js +0 -13
- package/dist/api/resources/fhir/types/ServiceRequest.d.ts +0 -86
- package/dist/api/resources/fhir/types/ServiceRequest.js +0 -5
- package/dist/api/resources/fhir/types/Signature.d.ts +0 -27
- package/dist/api/resources/fhir/types/Signature.js +0 -5
- package/dist/api/resources/fhir/types/Slot.d.ts +0 -32
- package/dist/api/resources/fhir/types/Slot.js +0 -5
- package/dist/api/resources/fhir/types/SlotStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/SlotStatus.js +0 -13
- package/dist/api/resources/fhir/types/SmartAppLaunch.d.ts +0 -22
- package/dist/api/resources/fhir/types/SmartAppLaunch.js +0 -5
- package/dist/api/resources/fhir/types/Specimen.d.ts +0 -36
- package/dist/api/resources/fhir/types/Specimen.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenCollection.d.ts +0 -33
- package/dist/api/resources/fhir/types/SpecimenCollection.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenContainer.d.ts +0 -29
- package/dist/api/resources/fhir/types/SpecimenContainer.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinition.d.ts +0 -22
- package/dist/api/resources/fhir/types/SpecimenDefinition.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinitionAdditive.d.ts +0 -19
- package/dist/api/resources/fhir/types/SpecimenDefinitionAdditive.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinitionContainer.d.ts +0 -33
- package/dist/api/resources/fhir/types/SpecimenDefinitionContainer.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinitionHandling.d.ts +0 -23
- package/dist/api/resources/fhir/types/SpecimenDefinitionHandling.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinitionTypeTested.d.ts +0 -31
- package/dist/api/resources/fhir/types/SpecimenDefinitionTypeTested.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenDefinitionTypeTestedPreference.d.ts +0 -11
- package/dist/api/resources/fhir/types/SpecimenDefinitionTypeTestedPreference.js +0 -10
- package/dist/api/resources/fhir/types/SpecimenProcessing.d.ts +0 -25
- package/dist/api/resources/fhir/types/SpecimenProcessing.js +0 -5
- package/dist/api/resources/fhir/types/SpecimenStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/SpecimenStatus.js +0 -12
- package/dist/api/resources/fhir/types/String.d.ts +0 -7
- package/dist/api/resources/fhir/types/String.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinition.d.ts +0 -64
- package/dist/api/resources/fhir/types/StructureDefinition.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinitionContext.d.ts +0 -19
- package/dist/api/resources/fhir/types/StructureDefinitionContext.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinitionContextType.d.ts +0 -12
- package/dist/api/resources/fhir/types/StructureDefinitionContextType.js +0 -11
- package/dist/api/resources/fhir/types/StructureDefinitionDerivation.d.ts +0 -11
- package/dist/api/resources/fhir/types/StructureDefinitionDerivation.js +0 -10
- package/dist/api/resources/fhir/types/StructureDefinitionDifferential.d.ts +0 -17
- package/dist/api/resources/fhir/types/StructureDefinitionDifferential.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinitionFhirVersion.d.ts +0 -31
- package/dist/api/resources/fhir/types/StructureDefinitionFhirVersion.js +0 -30
- package/dist/api/resources/fhir/types/StructureDefinitionKind.d.ts +0 -13
- package/dist/api/resources/fhir/types/StructureDefinitionKind.js +0 -12
- package/dist/api/resources/fhir/types/StructureDefinitionMapping.d.ts +0 -23
- package/dist/api/resources/fhir/types/StructureDefinitionMapping.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinitionSnapshot.d.ts +0 -17
- package/dist/api/resources/fhir/types/StructureDefinitionSnapshot.js +0 -5
- package/dist/api/resources/fhir/types/StructureDefinitionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/StructureDefinitionStatus.js +0 -12
- package/dist/api/resources/fhir/types/StructureMap.d.ts +0 -46
- package/dist/api/resources/fhir/types/StructureMap.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapDependent.d.ts +0 -19
- package/dist/api/resources/fhir/types/StructureMapDependent.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapGroup.d.ts +0 -27
- package/dist/api/resources/fhir/types/StructureMapGroup.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapGroupTypeMode.d.ts +0 -12
- package/dist/api/resources/fhir/types/StructureMapGroupTypeMode.js +0 -11
- package/dist/api/resources/fhir/types/StructureMapInput.d.ts +0 -23
- package/dist/api/resources/fhir/types/StructureMapInput.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapInputMode.d.ts +0 -11
- package/dist/api/resources/fhir/types/StructureMapInputMode.js +0 -10
- package/dist/api/resources/fhir/types/StructureMapParameter.d.ts +0 -25
- package/dist/api/resources/fhir/types/StructureMapParameter.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapRule.d.ts +0 -27
- package/dist/api/resources/fhir/types/StructureMapRule.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapSource.d.ts +0 -135
- package/dist/api/resources/fhir/types/StructureMapSource.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapSourceListMode.d.ts +0 -14
- package/dist/api/resources/fhir/types/StructureMapSourceListMode.js +0 -13
- package/dist/api/resources/fhir/types/StructureMapStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/StructureMapStatus.js +0 -12
- package/dist/api/resources/fhir/types/StructureMapStructure.d.ts +0 -23
- package/dist/api/resources/fhir/types/StructureMapStructure.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapStructureMode.d.ts +0 -13
- package/dist/api/resources/fhir/types/StructureMapStructureMode.js +0 -12
- package/dist/api/resources/fhir/types/StructureMapTarget.d.ts +0 -31
- package/dist/api/resources/fhir/types/StructureMapTarget.js +0 -5
- package/dist/api/resources/fhir/types/StructureMapTargetContextType.d.ts +0 -11
- package/dist/api/resources/fhir/types/StructureMapTargetContextType.js +0 -10
- package/dist/api/resources/fhir/types/StructureMapTargetListModeItem.d.ts +0 -10
- package/dist/api/resources/fhir/types/StructureMapTargetListModeItem.js +0 -12
- package/dist/api/resources/fhir/types/StructureMapTargetTransform.d.ts +0 -26
- package/dist/api/resources/fhir/types/StructureMapTargetTransform.js +0 -25
- package/dist/api/resources/fhir/types/Subscription.d.ts +0 -24
- package/dist/api/resources/fhir/types/Subscription.js +0 -5
- package/dist/api/resources/fhir/types/SubscriptionChannel.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubscriptionChannel.js +0 -5
- package/dist/api/resources/fhir/types/SubscriptionChannelType.d.ts +0 -14
- package/dist/api/resources/fhir/types/SubscriptionChannelType.js +0 -13
- package/dist/api/resources/fhir/types/SubscriptionStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/SubscriptionStatus.js +0 -12
- package/dist/api/resources/fhir/types/Substance.d.ts +0 -24
- package/dist/api/resources/fhir/types/Substance.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceAmount.d.ts +0 -27
- package/dist/api/resources/fhir/types/SubstanceAmount.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceAmountReferenceRange.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstanceAmountReferenceRange.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceIngredient.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceIngredient.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceInstance.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceInstance.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceNucleicAcid.d.ts +0 -20
- package/dist/api/resources/fhir/types/SubstanceNucleicAcid.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidLinkage.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidLinkage.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidSubunit.d.ts +0 -31
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidSubunit.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidSugar.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceNucleicAcidSugar.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymer.d.ts +0 -22
- package/dist/api/resources/fhir/types/SubstancePolymer.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerDegreeOfPolymerisation.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstancePolymerDegreeOfPolymerisation.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerMonomerSet.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstancePolymerMonomerSet.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerRepeat.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubstancePolymerRepeat.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerRepeatUnit.d.ts +0 -25
- package/dist/api/resources/fhir/types/SubstancePolymerRepeatUnit.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerStartingMaterial.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubstancePolymerStartingMaterial.js +0 -5
- package/dist/api/resources/fhir/types/SubstancePolymerStructuralRepresentation.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstancePolymerStructuralRepresentation.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceProtein.d.ts +0 -18
- package/dist/api/resources/fhir/types/SubstanceProtein.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceProteinSubunit.d.ts +0 -31
- package/dist/api/resources/fhir/types/SubstanceProteinSubunit.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceReferenceInformation.d.ts +0 -20
- package/dist/api/resources/fhir/types/SubstanceReferenceInformation.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationClassification.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationClassification.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationGene.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationGene.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationGeneElement.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationGeneElement.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationTarget.d.ts +0 -35
- package/dist/api/resources/fhir/types/SubstanceReferenceInformationTarget.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterial.d.ts +0 -36
- package/dist/api/resources/fhir/types/SubstanceSourceMaterial.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialAuthor.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialAuthor.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialFractionDescription.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialFractionDescription.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialHybrid.d.ts +0 -25
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialHybrid.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialOrganism.d.ts +0 -31
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialOrganism.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialOrganismGeneral.d.ts +0 -23
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialOrganismGeneral.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialPartDescription.d.ts +0 -19
- package/dist/api/resources/fhir/types/SubstanceSourceMaterialPartDescription.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecification.d.ts +0 -48
- package/dist/api/resources/fhir/types/SubstanceSpecification.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationCode.d.ts +0 -25
- package/dist/api/resources/fhir/types/SubstanceSpecificationCode.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationIsotope.d.ts +0 -25
- package/dist/api/resources/fhir/types/SubstanceSpecificationIsotope.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationMoiety.d.ts +0 -31
- package/dist/api/resources/fhir/types/SubstanceSpecificationMoiety.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationMolecularWeight.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceSpecificationMolecularWeight.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationName.d.ts +0 -37
- package/dist/api/resources/fhir/types/SubstanceSpecificationName.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationOfficial.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceSpecificationOfficial.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationProperty.d.ts +0 -29
- package/dist/api/resources/fhir/types/SubstanceSpecificationProperty.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationRelationship.d.ts +0 -37
- package/dist/api/resources/fhir/types/SubstanceSpecificationRelationship.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationRepresentation.d.ts +0 -21
- package/dist/api/resources/fhir/types/SubstanceSpecificationRepresentation.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceSpecificationStructure.d.ts +0 -31
- package/dist/api/resources/fhir/types/SubstanceSpecificationStructure.js +0 -5
- package/dist/api/resources/fhir/types/SubstanceStatus.d.ts +0 -12
- package/dist/api/resources/fhir/types/SubstanceStatus.js +0 -11
- package/dist/api/resources/fhir/types/SupplyDelivery.d.ts +0 -36
- package/dist/api/resources/fhir/types/SupplyDelivery.js +0 -5
- package/dist/api/resources/fhir/types/SupplyDeliveryStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/SupplyDeliveryStatus.js +0 -12
- package/dist/api/resources/fhir/types/SupplyDeliverySuppliedItem.d.ts +0 -21
- package/dist/api/resources/fhir/types/SupplyDeliverySuppliedItem.js +0 -5
- package/dist/api/resources/fhir/types/SupplyRequest.d.ts +0 -46
- package/dist/api/resources/fhir/types/SupplyRequest.js +0 -5
- package/dist/api/resources/fhir/types/SupplyRequestParameter.d.ts +0 -25
- package/dist/api/resources/fhir/types/SupplyRequestParameter.js +0 -5
- package/dist/api/resources/fhir/types/SupplyRequestStatus.d.ts +0 -16
- package/dist/api/resources/fhir/types/SupplyRequestStatus.js +0 -15
- package/dist/api/resources/fhir/types/Task.d.ts +0 -72
- package/dist/api/resources/fhir/types/Task.js +0 -5
- package/dist/api/resources/fhir/types/TaskInput.d.ts +0 -117
- package/dist/api/resources/fhir/types/TaskInput.js +0 -5
- package/dist/api/resources/fhir/types/TaskIntent.d.ts +0 -18
- package/dist/api/resources/fhir/types/TaskIntent.js +0 -17
- package/dist/api/resources/fhir/types/TaskOutput.d.ts +0 -117
- package/dist/api/resources/fhir/types/TaskOutput.js +0 -5
- package/dist/api/resources/fhir/types/TaskRestriction.d.ts +0 -21
- package/dist/api/resources/fhir/types/TaskRestriction.js +0 -5
- package/dist/api/resources/fhir/types/TaskStatus.d.ts +0 -21
- package/dist/api/resources/fhir/types/TaskStatus.js +0 -20
- package/dist/api/resources/fhir/types/TerminologyCapabilities.d.ts +0 -58
- package/dist/api/resources/fhir/types/TerminologyCapabilities.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesClosure.d.ts +0 -17
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesClosure.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesCodeSearch.d.ts +0 -11
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesCodeSearch.js +0 -10
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesCodeSystem.d.ts +0 -21
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesCodeSystem.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesExpansion.d.ts +0 -25
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesExpansion.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesFilter.d.ts +0 -19
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesFilter.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesImplementation.d.ts +0 -19
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesImplementation.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesParameter.d.ts +0 -19
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesParameter.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesSoftware.d.ts +0 -19
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesSoftware.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesStatus.js +0 -12
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesTranslation.d.ts +0 -17
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesTranslation.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesValidateCode.d.ts +0 -17
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesValidateCode.js +0 -5
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesVersion.d.ts +0 -27
- package/dist/api/resources/fhir/types/TerminologyCapabilitiesVersion.js +0 -5
- package/dist/api/resources/fhir/types/TestReport.d.ts +0 -34
- package/dist/api/resources/fhir/types/TestReport.js +0 -5
- package/dist/api/resources/fhir/types/TestReportAction.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestReportAction.js +0 -5
- package/dist/api/resources/fhir/types/TestReportAction1.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestReportAction1.js +0 -5
- package/dist/api/resources/fhir/types/TestReportAction2.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestReportAction2.js +0 -5
- package/dist/api/resources/fhir/types/TestReportAssert.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestReportAssert.js +0 -5
- package/dist/api/resources/fhir/types/TestReportAssertResult.d.ts +0 -14
- package/dist/api/resources/fhir/types/TestReportAssertResult.js +0 -13
- package/dist/api/resources/fhir/types/TestReportOperation.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestReportOperation.js +0 -5
- package/dist/api/resources/fhir/types/TestReportOperationResult.d.ts +0 -14
- package/dist/api/resources/fhir/types/TestReportOperationResult.js +0 -13
- package/dist/api/resources/fhir/types/TestReportParticipant.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestReportParticipant.js +0 -5
- package/dist/api/resources/fhir/types/TestReportParticipantType.d.ts +0 -12
- package/dist/api/resources/fhir/types/TestReportParticipantType.js +0 -11
- package/dist/api/resources/fhir/types/TestReportResult.d.ts +0 -12
- package/dist/api/resources/fhir/types/TestReportResult.js +0 -11
- package/dist/api/resources/fhir/types/TestReportSetup.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestReportSetup.js +0 -5
- package/dist/api/resources/fhir/types/TestReportStatus.d.ts +0 -14
- package/dist/api/resources/fhir/types/TestReportStatus.js +0 -13
- package/dist/api/resources/fhir/types/TestReportTeardown.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestReportTeardown.js +0 -5
- package/dist/api/resources/fhir/types/TestReportTest.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestReportTest.js +0 -5
- package/dist/api/resources/fhir/types/TestScript.d.ts +0 -58
- package/dist/api/resources/fhir/types/TestScript.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptAction.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptAction.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptAction1.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptAction1.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptAction2.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestScriptAction2.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptAssert.d.ts +0 -59
- package/dist/api/resources/fhir/types/TestScriptAssert.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptAssertDirection.d.ts +0 -11
- package/dist/api/resources/fhir/types/TestScriptAssertDirection.js +0 -10
- package/dist/api/resources/fhir/types/TestScriptAssertOperator.d.ts +0 -20
- package/dist/api/resources/fhir/types/TestScriptAssertOperator.js +0 -19
- package/dist/api/resources/fhir/types/TestScriptAssertRequestMethod.d.ts +0 -16
- package/dist/api/resources/fhir/types/TestScriptAssertRequestMethod.js +0 -15
- package/dist/api/resources/fhir/types/TestScriptAssertResponse.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestScriptAssertResponse.js +0 -20
- package/dist/api/resources/fhir/types/TestScriptCapability.d.ts +0 -29
- package/dist/api/resources/fhir/types/TestScriptCapability.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptDestination.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptDestination.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptFixture.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestScriptFixture.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptLink.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptLink.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptMetadata.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptMetadata.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptOperation.d.ts +0 -49
- package/dist/api/resources/fhir/types/TestScriptOperation.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptOperationMethod.d.ts +0 -16
- package/dist/api/resources/fhir/types/TestScriptOperationMethod.js +0 -15
- package/dist/api/resources/fhir/types/TestScriptOrigin.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptOrigin.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptRequestHeader.d.ts +0 -19
- package/dist/api/resources/fhir/types/TestScriptRequestHeader.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptSetup.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestScriptSetup.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/TestScriptStatus.js +0 -12
- package/dist/api/resources/fhir/types/TestScriptTeardown.d.ts +0 -17
- package/dist/api/resources/fhir/types/TestScriptTeardown.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptTest.d.ts +0 -21
- package/dist/api/resources/fhir/types/TestScriptTest.js +0 -5
- package/dist/api/resources/fhir/types/TestScriptVariable.d.ts +0 -31
- package/dist/api/resources/fhir/types/TestScriptVariable.js +0 -5
- package/dist/api/resources/fhir/types/Time.d.ts +0 -7
- package/dist/api/resources/fhir/types/Time.js +0 -5
- package/dist/api/resources/fhir/types/Timing.d.ts +0 -21
- package/dist/api/resources/fhir/types/Timing.js +0 -5
- package/dist/api/resources/fhir/types/TimingRepeat.d.ts +0 -49
- package/dist/api/resources/fhir/types/TimingRepeat.js +0 -5
- package/dist/api/resources/fhir/types/TimingRepeatDurationUnit.d.ts +0 -16
- package/dist/api/resources/fhir/types/TimingRepeatDurationUnit.js +0 -15
- package/dist/api/resources/fhir/types/TimingRepeatPeriodUnit.d.ts +0 -16
- package/dist/api/resources/fhir/types/TimingRepeatPeriodUnit.js +0 -15
- package/dist/api/resources/fhir/types/TimingRepeatWhenItem.d.ts +0 -32
- package/dist/api/resources/fhir/types/TimingRepeatWhenItem.js +0 -34
- package/dist/api/resources/fhir/types/TriggerDefinition.d.ts +0 -29
- package/dist/api/resources/fhir/types/TriggerDefinition.js +0 -5
- package/dist/api/resources/fhir/types/TriggerDefinitionType.d.ts +0 -17
- package/dist/api/resources/fhir/types/TriggerDefinitionType.js +0 -16
- package/dist/api/resources/fhir/types/UnsignedInt.d.ts +0 -7
- package/dist/api/resources/fhir/types/UnsignedInt.js +0 -5
- package/dist/api/resources/fhir/types/Uri.d.ts +0 -7
- package/dist/api/resources/fhir/types/Uri.js +0 -5
- package/dist/api/resources/fhir/types/Url.d.ts +0 -7
- package/dist/api/resources/fhir/types/Url.js +0 -5
- package/dist/api/resources/fhir/types/UsageContext.d.ts +0 -23
- package/dist/api/resources/fhir/types/UsageContext.js +0 -5
- package/dist/api/resources/fhir/types/User.d.ts +0 -38
- package/dist/api/resources/fhir/types/User.js +0 -5
- package/dist/api/resources/fhir/types/UserConfiguration.d.ts +0 -26
- package/dist/api/resources/fhir/types/UserConfiguration.js +0 -5
- package/dist/api/resources/fhir/types/UserConfigurationMenu.d.ts +0 -13
- package/dist/api/resources/fhir/types/UserConfigurationMenu.js +0 -5
- package/dist/api/resources/fhir/types/UserConfigurationMenuLink.d.ts +0 -13
- package/dist/api/resources/fhir/types/UserConfigurationMenuLink.js +0 -5
- package/dist/api/resources/fhir/types/UserConfigurationOption.d.ts +0 -21
- package/dist/api/resources/fhir/types/UserConfigurationOption.js +0 -5
- package/dist/api/resources/fhir/types/UserConfigurationSearch.d.ts +0 -12
- package/dist/api/resources/fhir/types/UserConfigurationSearch.js +0 -5
- package/dist/api/resources/fhir/types/Uuid.d.ts +0 -7
- package/dist/api/resources/fhir/types/Uuid.js +0 -5
- package/dist/api/resources/fhir/types/ValueSet.d.ts +0 -46
- package/dist/api/resources/fhir/types/ValueSet.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetCompose.d.ts +0 -23
- package/dist/api/resources/fhir/types/ValueSetCompose.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetConcept.d.ts +0 -21
- package/dist/api/resources/fhir/types/ValueSetConcept.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetContains.d.ts +0 -31
- package/dist/api/resources/fhir/types/ValueSetContains.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetDesignation.d.ts +0 -21
- package/dist/api/resources/fhir/types/ValueSetDesignation.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetExpansion.d.ts +0 -27
- package/dist/api/resources/fhir/types/ValueSetExpansion.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetFilter.d.ts +0 -21
- package/dist/api/resources/fhir/types/ValueSetFilter.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetFilterOp.d.ts +0 -18
- package/dist/api/resources/fhir/types/ValueSetFilterOp.js +0 -17
- package/dist/api/resources/fhir/types/ValueSetInclude.d.ts +0 -25
- package/dist/api/resources/fhir/types/ValueSetInclude.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetParameter.d.ts +0 -31
- package/dist/api/resources/fhir/types/ValueSetParameter.js +0 -5
- package/dist/api/resources/fhir/types/ValueSetStatus.d.ts +0 -13
- package/dist/api/resources/fhir/types/ValueSetStatus.js +0 -12
- package/dist/api/resources/fhir/types/VerificationResult.d.ts +0 -38
- package/dist/api/resources/fhir/types/VerificationResult.js +0 -5
- package/dist/api/resources/fhir/types/VerificationResultAttestation.d.ts +0 -31
- package/dist/api/resources/fhir/types/VerificationResultAttestation.js +0 -5
- package/dist/api/resources/fhir/types/VerificationResultPrimarySource.d.ts +0 -29
- package/dist/api/resources/fhir/types/VerificationResultPrimarySource.js +0 -5
- package/dist/api/resources/fhir/types/VerificationResultValidator.d.ts +0 -21
- package/dist/api/resources/fhir/types/VerificationResultValidator.js +0 -5
- package/dist/api/resources/fhir/types/VisionPrescription.d.ts +0 -26
- package/dist/api/resources/fhir/types/VisionPrescription.js +0 -5
- package/dist/api/resources/fhir/types/VisionPrescriptionLensSpecification.d.ts +0 -43
- package/dist/api/resources/fhir/types/VisionPrescriptionLensSpecification.js +0 -5
- package/dist/api/resources/fhir/types/VisionPrescriptionLensSpecificationEye.d.ts +0 -11
- package/dist/api/resources/fhir/types/VisionPrescriptionLensSpecificationEye.js +0 -10
- package/dist/api/resources/fhir/types/VisionPrescriptionPrism.d.ts +0 -19
- package/dist/api/resources/fhir/types/VisionPrescriptionPrism.js +0 -5
- package/dist/api/resources/fhir/types/VisionPrescriptionPrismBase.d.ts +0 -13
- package/dist/api/resources/fhir/types/VisionPrescriptionPrismBase.js +0 -12
- package/dist/api/resources/fhir/types/Xhtml.d.ts +0 -4
- package/dist/api/resources/fhir/types/Xhtml.js +0 -5
- package/dist/api/resources/fhir/types/index.d.ts +0 -971
- package/dist/api/resources/fhir/types/index.js +0 -987
- package/dist/api/resources/index.d.ts +0 -4
- package/dist/api/resources/index.js +0 -33
- package/dist/api/resources/medical/client/Client.d.ts +0 -34
- package/dist/api/resources/medical/client/Client.js +0 -37
- package/dist/api/resources/medical/client/index.d.ts +0 -1
- package/dist/api/resources/medical/client/index.js +0 -2
- package/dist/api/resources/medical/index.d.ts +0 -2
- package/dist/api/resources/medical/index.js +0 -18
- package/dist/api/resources/medical/resources/document/client/Client.d.ts +0 -135
- package/dist/api/resources/medical/resources/document/client/Client.js +0 -439
- package/dist/api/resources/medical/resources/document/client/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/document/client/index.js +0 -17
- package/dist/api/resources/medical/resources/document/client/requests/GetDocumentQueryStatusRequest.d.ts +0 -15
- package/dist/api/resources/medical/resources/document/client/requests/GetDocumentQueryStatusRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/GetDocumentUrlRequest.d.ts +0 -22
- package/dist/api/resources/medical/resources/document/client/requests/GetDocumentUrlRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/ListDocumentsRequest.d.ts +0 -21
- package/dist/api/resources/medical/resources/document/client/requests/ListDocumentsRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/StartBulkGetDocumentUrlRequest.d.ts +0 -15
- package/dist/api/resources/medical/resources/document/client/requests/StartBulkGetDocumentUrlRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/StartDocumentQueryRequest.d.ts +0 -30
- package/dist/api/resources/medical/resources/document/client/requests/StartDocumentQueryRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/UploadDocumentRequest.d.ts +0 -57
- package/dist/api/resources/medical/resources/document/client/requests/UploadDocumentRequest.js +0 -5
- package/dist/api/resources/medical/resources/document/client/requests/index.d.ts +0 -6
- package/dist/api/resources/medical/resources/document/client/requests/index.js +0 -2
- package/dist/api/resources/medical/resources/document/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/document/index.js +0 -18
- package/dist/api/resources/medical/resources/document/types/BulkGetDocumentUrlQuery.d.ts +0 -17
- package/dist/api/resources/medical/resources/document/types/BulkGetDocumentUrlQuery.js +0 -5
- package/dist/api/resources/medical/resources/document/types/ConversionType.d.ts +0 -8
- package/dist/api/resources/medical/resources/document/types/ConversionType.js +0 -10
- package/dist/api/resources/medical/resources/document/types/DocumentQuery.d.ts +0 -24
- package/dist/api/resources/medical/resources/document/types/DocumentQuery.js +0 -5
- package/dist/api/resources/medical/resources/document/types/DocumentQueryStatus.d.ts +0 -9
- package/dist/api/resources/medical/resources/document/types/DocumentQueryStatus.js +0 -11
- package/dist/api/resources/medical/resources/document/types/DocumentUrl.d.ts +0 -15
- package/dist/api/resources/medical/resources/document/types/DocumentUrl.js +0 -5
- package/dist/api/resources/medical/resources/document/types/ListDocumentReferences.d.ts +0 -8
- package/dist/api/resources/medical/resources/document/types/ListDocumentReferences.js +0 -5
- package/dist/api/resources/medical/resources/document/types/Progress.d.ts +0 -28
- package/dist/api/resources/medical/resources/document/types/Progress.js +0 -5
- package/dist/api/resources/medical/resources/document/types/UploadDocumentResponse.d.ts +0 -16
- package/dist/api/resources/medical/resources/document/types/UploadDocumentResponse.js +0 -5
- package/dist/api/resources/medical/resources/document/types/index.d.ts +0 -8
- package/dist/api/resources/medical/resources/document/types/index.js +0 -24
- package/dist/api/resources/medical/resources/facility/client/Client.d.ts +0 -74
- package/dist/api/resources/medical/resources/facility/client/Client.js +0 -263
- package/dist/api/resources/medical/resources/facility/client/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/facility/client/index.js +0 -2
- package/dist/api/resources/medical/resources/facility/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/facility/index.js +0 -18
- package/dist/api/resources/medical/resources/facility/types/BaseFacility.d.ts +0 -15
- package/dist/api/resources/medical/resources/facility/types/BaseFacility.js +0 -5
- package/dist/api/resources/medical/resources/facility/types/Facility.d.ts +0 -29
- package/dist/api/resources/medical/resources/facility/types/Facility.js +0 -5
- package/dist/api/resources/medical/resources/facility/types/ListFacilitiesResponse.d.ts +0 -7
- package/dist/api/resources/medical/resources/facility/types/ListFacilitiesResponse.js +0 -5
- package/dist/api/resources/medical/resources/facility/types/index.d.ts +0 -3
- package/dist/api/resources/medical/resources/facility/types/index.js +0 -19
- package/dist/api/resources/medical/resources/fhir/client/Client.d.ts +0 -72
- package/dist/api/resources/medical/resources/fhir/client/Client.js +0 -288
- package/dist/api/resources/medical/resources/fhir/client/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/fhir/client/index.js +0 -17
- package/dist/api/resources/medical/resources/fhir/client/requests/CountPatientConsolidateData.d.ts +0 -22
- package/dist/api/resources/medical/resources/fhir/client/requests/CountPatientConsolidateData.js +0 -5
- package/dist/api/resources/medical/resources/fhir/client/requests/GetPatientConsolidatedData.d.ts +0 -38
- package/dist/api/resources/medical/resources/fhir/client/requests/GetPatientConsolidatedData.js +0 -5
- package/dist/api/resources/medical/resources/fhir/client/requests/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/fhir/client/requests/index.js +0 -2
- package/dist/api/resources/medical/resources/fhir/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/fhir/index.js +0 -18
- package/dist/api/resources/medical/resources/fhir/types/ConsolidatedBundleUpload.d.ts +0 -40
- package/dist/api/resources/medical/resources/fhir/types/ConsolidatedBundleUpload.js +0 -5
- package/dist/api/resources/medical/resources/fhir/types/ConsolidatedCountResponse.d.ts +0 -16
- package/dist/api/resources/medical/resources/fhir/types/ConsolidatedCountResponse.js +0 -5
- package/dist/api/resources/medical/resources/fhir/types/Filter.d.ts +0 -22
- package/dist/api/resources/medical/resources/fhir/types/Filter.js +0 -5
- package/dist/api/resources/medical/resources/fhir/types/GetConsolidatedQueryStatusResponse.d.ts +0 -15
- package/dist/api/resources/medical/resources/fhir/types/GetConsolidatedQueryStatusResponse.js +0 -5
- package/dist/api/resources/medical/resources/fhir/types/PatientConsolidatedDataStatus.d.ts +0 -9
- package/dist/api/resources/medical/resources/fhir/types/PatientConsolidatedDataStatus.js +0 -11
- package/dist/api/resources/medical/resources/fhir/types/StartConsolidatedQueryResponse.d.ts +0 -7
- package/dist/api/resources/medical/resources/fhir/types/StartConsolidatedQueryResponse.js +0 -5
- package/dist/api/resources/medical/resources/fhir/types/index.d.ts +0 -6
- package/dist/api/resources/medical/resources/fhir/types/index.js +0 -22
- package/dist/api/resources/medical/resources/index.d.ts +0 -16
- package/dist/api/resources/medical/resources/index.js +0 -45
- package/dist/api/resources/medical/resources/organization/client/Client.d.ts +0 -63
- package/dist/api/resources/medical/resources/organization/client/Client.js +0 -226
- package/dist/api/resources/medical/resources/organization/client/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/organization/client/index.js +0 -17
- package/dist/api/resources/medical/resources/organization/client/requests/OrganizationUpdateRequest.d.ts +0 -32
- package/dist/api/resources/medical/resources/organization/client/requests/OrganizationUpdateRequest.js +0 -5
- package/dist/api/resources/medical/resources/organization/client/requests/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/organization/client/requests/index.js +0 -2
- package/dist/api/resources/medical/resources/organization/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/organization/index.js +0 -18
- package/dist/api/resources/medical/resources/organization/types/OrgType.d.ts +0 -12
- package/dist/api/resources/medical/resources/organization/types/OrgType.js +0 -14
- package/dist/api/resources/medical/resources/organization/types/Organization.d.ts +0 -27
- package/dist/api/resources/medical/resources/organization/types/Organization.js +0 -5
- package/dist/api/resources/medical/resources/organization/types/OrganizationCreate.d.ts +0 -15
- package/dist/api/resources/medical/resources/organization/types/OrganizationCreate.js +0 -5
- package/dist/api/resources/medical/resources/organization/types/index.d.ts +0 -3
- package/dist/api/resources/medical/resources/organization/types/index.js +0 -19
- package/dist/api/resources/medical/resources/patient/client/Client.d.ts +0 -79
- package/dist/api/resources/medical/resources/patient/client/Client.js +0 -409
- package/dist/api/resources/medical/resources/patient/client/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/patient/client/index.js +0 -17
- package/dist/api/resources/medical/resources/patient/client/requests/MedicalRecordSummaryRequest.d.ts +0 -9
- package/dist/api/resources/medical/resources/patient/client/requests/MedicalRecordSummaryRequest.js +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/PatientCreate.d.ts +0 -36
- package/dist/api/resources/medical/resources/patient/client/requests/PatientCreate.js +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/PatientDelete.d.ts +0 -9
- package/dist/api/resources/medical/resources/patient/client/requests/PatientDelete.js +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/PatientList.d.ts +0 -9
- package/dist/api/resources/medical/resources/patient/client/requests/PatientList.js +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/PatientUpdate.d.ts +0 -11
- package/dist/api/resources/medical/resources/patient/client/requests/PatientUpdate.js +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/index.d.ts +0 -5
- package/dist/api/resources/medical/resources/patient/client/requests/index.js +0 -2
- package/dist/api/resources/medical/resources/patient/index.d.ts +0 -2
- package/dist/api/resources/medical/resources/patient/index.js +0 -18
- package/dist/api/resources/medical/resources/patient/types/BasePatient.d.ts +0 -28
- package/dist/api/resources/medical/resources/patient/types/BasePatient.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/Contact.d.ts +0 -16
- package/dist/api/resources/medical/resources/patient/types/Contact.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/DriversLicense.d.ts +0 -12
- package/dist/api/resources/medical/resources/patient/types/DriversLicense.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/FacilityId.d.ts +0 -11
- package/dist/api/resources/medical/resources/patient/types/FacilityId.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/ListPatientsResponse.d.ts +0 -7
- package/dist/api/resources/medical/resources/patient/types/ListPatientsResponse.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/MedicalRecordStatus.d.ts +0 -10
- package/dist/api/resources/medical/resources/patient/types/MedicalRecordStatus.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/Patient.d.ts +0 -37
- package/dist/api/resources/medical/resources/patient/types/Patient.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/PersonalIdentifier.d.ts +0 -18
- package/dist/api/resources/medical/resources/patient/types/PersonalIdentifier.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/RecordStatus.d.ts +0 -9
- package/dist/api/resources/medical/resources/patient/types/RecordStatus.js +0 -5
- package/dist/api/resources/medical/resources/patient/types/index.d.ts +0 -9
- package/dist/api/resources/medical/resources/patient/types/index.js +0 -25
- package/dist/api/resources/medical/resources/webhooks/index.d.ts +0 -1
- package/dist/api/resources/medical/resources/webhooks/index.js +0 -17
- package/dist/api/resources/medical/resources/webhooks/types/ConsolidatedWebhookStatus.d.ts +0 -8
- package/dist/api/resources/medical/resources/webhooks/types/ConsolidatedWebhookStatus.js +0 -10
- package/dist/api/resources/medical/resources/webhooks/types/Filters.d.ts +0 -7
- package/dist/api/resources/medical/resources/webhooks/types/Filters.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/MapiWebhookStatus.d.ts +0 -9
- package/dist/api/resources/medical/resources/webhooks/types/MapiWebhookStatus.js +0 -11
- package/dist/api/resources/medical/resources/webhooks/types/PayloadPatient.d.ts +0 -16
- package/dist/api/resources/medical/resources/webhooks/types/PayloadPatient.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/WebhookDocumentDataPayload.d.ts +0 -24
- package/dist/api/resources/medical/resources/webhooks/types/WebhookDocumentDataPayload.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/WebhookMetadataPayload.d.ts +0 -13
- package/dist/api/resources/medical/resources/webhooks/types/WebhookMetadataPayload.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientConsolidatedDataPayload.d.ts +0 -10
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientConsolidatedDataPayload.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientDocumentDataPayload.d.ts +0 -10
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientDocumentDataPayload.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientPayload.d.ts +0 -16
- package/dist/api/resources/medical/resources/webhooks/types/WebhookPatientPayload.js +0 -5
- package/dist/api/resources/medical/resources/webhooks/types/index.d.ts +0 -9
- package/dist/api/resources/medical/resources/webhooks/types/index.js +0 -25
- package/dist/core/fetcher/APIResponse.d.ts +0 -10
- package/dist/core/fetcher/APIResponse.js +0 -2
- package/dist/core/fetcher/Fetcher.d.ts +0 -35
- package/dist/core/fetcher/Fetcher.js +0 -150
- package/dist/core/fetcher/Supplier.d.ts +0 -4
- package/dist/core/fetcher/Supplier.js +0 -22
- package/dist/core/fetcher/getHeader.d.ts +0 -1
- package/dist/core/fetcher/getHeader.js +0 -12
- package/dist/core/fetcher/index.d.ts +0 -5
- package/dist/core/fetcher/index.js +0 -9
- package/dist/core/index.d.ts +0 -1
- package/dist/core/index.js +0 -17
- package/dist/environments.d.ts +0 -7
- package/dist/environments.js +0 -9
- package/dist/errors/MetriportError.d.ts +0 -12
- package/dist/errors/MetriportError.js +0 -32
- package/dist/errors/MetriportTimeoutError.d.ts +0 -6
- package/dist/errors/MetriportTimeoutError.js +0 -13
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/environments.d.ts +0 -7
- package/environments.js +0 -9
- package/errors/MetriportError.d.ts +0 -12
- package/errors/MetriportError.js +0 -32
- package/errors/MetriportTimeoutError.d.ts +0 -6
- package/errors/MetriportTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/index.d.ts +0 -4
- package/index.js +0 -34
|
@@ -0,0 +1,2400 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import { ConsolidatedQuery } from "./fhir";
|
|
3
|
+
export declare const patientCreateSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
4
|
+
firstName: z.ZodString;
|
|
5
|
+
lastName: z.ZodString;
|
|
6
|
+
dob: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
7
|
+
genderAtBirth: z.ZodEnum<["F", "M", "O", "U"]>;
|
|
8
|
+
personalIdentifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
9
|
+
value: z.ZodString;
|
|
10
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
11
|
+
start: z.ZodString;
|
|
12
|
+
end: z.ZodOptional<z.ZodString>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
start: string;
|
|
15
|
+
end?: string | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
start: string;
|
|
18
|
+
end?: string | undefined;
|
|
19
|
+
}>, z.ZodObject<{
|
|
20
|
+
start: z.ZodOptional<z.ZodString>;
|
|
21
|
+
end: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
end: string;
|
|
24
|
+
start?: string | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
end: string;
|
|
27
|
+
start?: string | undefined;
|
|
28
|
+
}>]>>;
|
|
29
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
30
|
+
}, {
|
|
31
|
+
type: z.ZodEnum<["driversLicense"]>;
|
|
32
|
+
state: z.ZodEffects<z.ZodNativeEnum<{
|
|
33
|
+
AL: import("@metriport/shared").USState.AL;
|
|
34
|
+
AK: import("@metriport/shared").USState.AK;
|
|
35
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
36
|
+
AR: import("@metriport/shared").USState.AR;
|
|
37
|
+
CA: import("@metriport/shared").USState.CA;
|
|
38
|
+
CO: import("@metriport/shared").USState.CO;
|
|
39
|
+
CT: import("@metriport/shared").USState.CT;
|
|
40
|
+
DE: import("@metriport/shared").USState.DE;
|
|
41
|
+
DC: import("@metriport/shared").USState.DC;
|
|
42
|
+
FL: import("@metriport/shared").USState.FL;
|
|
43
|
+
GA: import("@metriport/shared").USState.GA;
|
|
44
|
+
HI: import("@metriport/shared").USState.HI;
|
|
45
|
+
ID: import("@metriport/shared").USState.ID;
|
|
46
|
+
IL: import("@metriport/shared").USState.IL;
|
|
47
|
+
IN: import("@metriport/shared").USState.IN;
|
|
48
|
+
IA: import("@metriport/shared").USState.IA;
|
|
49
|
+
KS: import("@metriport/shared").USState.KS;
|
|
50
|
+
KY: import("@metriport/shared").USState.KY;
|
|
51
|
+
LA: import("@metriport/shared").USState.LA;
|
|
52
|
+
ME: import("@metriport/shared").USState.ME;
|
|
53
|
+
MD: import("@metriport/shared").USState.MD;
|
|
54
|
+
MA: import("@metriport/shared").USState.MA;
|
|
55
|
+
MI: import("@metriport/shared").USState.MI;
|
|
56
|
+
MN: import("@metriport/shared").USState.MN;
|
|
57
|
+
MS: import("@metriport/shared").USState.MS;
|
|
58
|
+
MO: import("@metriport/shared").USState.MO;
|
|
59
|
+
MT: import("@metriport/shared").USState.MT;
|
|
60
|
+
NE: import("@metriport/shared").USState.NE;
|
|
61
|
+
NV: import("@metriport/shared").USState.NV;
|
|
62
|
+
NH: import("@metriport/shared").USState.NH;
|
|
63
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
64
|
+
NM: import("@metriport/shared").USState.NM;
|
|
65
|
+
NY: import("@metriport/shared").USState.NY;
|
|
66
|
+
NC: import("@metriport/shared").USState.NC;
|
|
67
|
+
ND: import("@metriport/shared").USState.ND;
|
|
68
|
+
OH: import("@metriport/shared").USState.OH;
|
|
69
|
+
OK: import("@metriport/shared").USState.OK;
|
|
70
|
+
OR: import("@metriport/shared").USState.OR;
|
|
71
|
+
PA: import("@metriport/shared").USState.PA;
|
|
72
|
+
RI: import("@metriport/shared").USState.RI;
|
|
73
|
+
SC: import("@metriport/shared").USState.SC;
|
|
74
|
+
SD: import("@metriport/shared").USState.SD;
|
|
75
|
+
TN: import("@metriport/shared").USState.TN;
|
|
76
|
+
TX: import("@metriport/shared").USState.TX;
|
|
77
|
+
UT: import("@metriport/shared").USState.UT;
|
|
78
|
+
VT: import("@metriport/shared").USState.VT;
|
|
79
|
+
VA: import("@metriport/shared").USState.VA;
|
|
80
|
+
WA: import("@metriport/shared").USState.WA;
|
|
81
|
+
WV: import("@metriport/shared").USState.WV;
|
|
82
|
+
WI: import("@metriport/shared").USState.WI;
|
|
83
|
+
WY: import("@metriport/shared").USState.WY;
|
|
84
|
+
}>, import("@metriport/shared").USState, unknown>;
|
|
85
|
+
}>, "strip", z.ZodTypeAny, {
|
|
86
|
+
type: "driversLicense";
|
|
87
|
+
value: string;
|
|
88
|
+
state: import("@metriport/shared").USState;
|
|
89
|
+
period?: {
|
|
90
|
+
start: string;
|
|
91
|
+
end?: string | undefined;
|
|
92
|
+
} | {
|
|
93
|
+
end: string;
|
|
94
|
+
start?: string | undefined;
|
|
95
|
+
} | undefined;
|
|
96
|
+
assigner?: string | undefined;
|
|
97
|
+
}, {
|
|
98
|
+
type: "driversLicense";
|
|
99
|
+
value: string;
|
|
100
|
+
state?: unknown;
|
|
101
|
+
period?: {
|
|
102
|
+
start: string;
|
|
103
|
+
end?: string | undefined;
|
|
104
|
+
} | {
|
|
105
|
+
end: string;
|
|
106
|
+
start?: string | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
assigner?: string | undefined;
|
|
109
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
110
|
+
value: z.ZodString;
|
|
111
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
112
|
+
start: z.ZodString;
|
|
113
|
+
end: z.ZodOptional<z.ZodString>;
|
|
114
|
+
}, "strip", z.ZodTypeAny, {
|
|
115
|
+
start: string;
|
|
116
|
+
end?: string | undefined;
|
|
117
|
+
}, {
|
|
118
|
+
start: string;
|
|
119
|
+
end?: string | undefined;
|
|
120
|
+
}>, z.ZodObject<{
|
|
121
|
+
start: z.ZodOptional<z.ZodString>;
|
|
122
|
+
end: z.ZodString;
|
|
123
|
+
}, "strip", z.ZodTypeAny, {
|
|
124
|
+
end: string;
|
|
125
|
+
start?: string | undefined;
|
|
126
|
+
}, {
|
|
127
|
+
end: string;
|
|
128
|
+
start?: string | undefined;
|
|
129
|
+
}>]>>;
|
|
130
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
131
|
+
}, {
|
|
132
|
+
type: z.ZodEnum<["ssn"]>;
|
|
133
|
+
}>, "strip", z.ZodTypeAny, {
|
|
134
|
+
type: "ssn";
|
|
135
|
+
value: string;
|
|
136
|
+
period?: {
|
|
137
|
+
start: string;
|
|
138
|
+
end?: string | undefined;
|
|
139
|
+
} | {
|
|
140
|
+
end: string;
|
|
141
|
+
start?: string | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
assigner?: string | undefined;
|
|
144
|
+
}, {
|
|
145
|
+
type: "ssn";
|
|
146
|
+
value: string;
|
|
147
|
+
period?: {
|
|
148
|
+
start: string;
|
|
149
|
+
end?: string | undefined;
|
|
150
|
+
} | {
|
|
151
|
+
end: string;
|
|
152
|
+
start?: string | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
assigner?: string | undefined;
|
|
155
|
+
}>]>, "many">>;
|
|
156
|
+
address: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
157
|
+
addressLine1: z.ZodString;
|
|
158
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
159
|
+
city: z.ZodString;
|
|
160
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
161
|
+
AL: import("@metriport/shared").USState.AL;
|
|
162
|
+
AK: import("@metriport/shared").USState.AK;
|
|
163
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
164
|
+
AR: import("@metriport/shared").USState.AR;
|
|
165
|
+
CA: import("@metriport/shared").USState.CA;
|
|
166
|
+
CO: import("@metriport/shared").USState.CO;
|
|
167
|
+
CT: import("@metriport/shared").USState.CT;
|
|
168
|
+
DE: import("@metriport/shared").USState.DE;
|
|
169
|
+
DC: import("@metriport/shared").USState.DC;
|
|
170
|
+
FL: import("@metriport/shared").USState.FL;
|
|
171
|
+
GA: import("@metriport/shared").USState.GA;
|
|
172
|
+
HI: import("@metriport/shared").USState.HI;
|
|
173
|
+
ID: import("@metriport/shared").USState.ID;
|
|
174
|
+
IL: import("@metriport/shared").USState.IL;
|
|
175
|
+
IN: import("@metriport/shared").USState.IN;
|
|
176
|
+
IA: import("@metriport/shared").USState.IA;
|
|
177
|
+
KS: import("@metriport/shared").USState.KS;
|
|
178
|
+
KY: import("@metriport/shared").USState.KY;
|
|
179
|
+
LA: import("@metriport/shared").USState.LA;
|
|
180
|
+
ME: import("@metriport/shared").USState.ME;
|
|
181
|
+
MD: import("@metriport/shared").USState.MD;
|
|
182
|
+
MA: import("@metriport/shared").USState.MA;
|
|
183
|
+
MI: import("@metriport/shared").USState.MI;
|
|
184
|
+
MN: import("@metriport/shared").USState.MN;
|
|
185
|
+
MS: import("@metriport/shared").USState.MS;
|
|
186
|
+
MO: import("@metriport/shared").USState.MO;
|
|
187
|
+
MT: import("@metriport/shared").USState.MT;
|
|
188
|
+
NE: import("@metriport/shared").USState.NE;
|
|
189
|
+
NV: import("@metriport/shared").USState.NV;
|
|
190
|
+
NH: import("@metriport/shared").USState.NH;
|
|
191
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
192
|
+
NM: import("@metriport/shared").USState.NM;
|
|
193
|
+
NY: import("@metriport/shared").USState.NY;
|
|
194
|
+
NC: import("@metriport/shared").USState.NC;
|
|
195
|
+
ND: import("@metriport/shared").USState.ND;
|
|
196
|
+
OH: import("@metriport/shared").USState.OH;
|
|
197
|
+
OK: import("@metriport/shared").USState.OK;
|
|
198
|
+
OR: import("@metriport/shared").USState.OR;
|
|
199
|
+
PA: import("@metriport/shared").USState.PA;
|
|
200
|
+
RI: import("@metriport/shared").USState.RI;
|
|
201
|
+
SC: import("@metriport/shared").USState.SC;
|
|
202
|
+
SD: import("@metriport/shared").USState.SD;
|
|
203
|
+
TN: import("@metriport/shared").USState.TN;
|
|
204
|
+
TX: import("@metriport/shared").USState.TX;
|
|
205
|
+
UT: import("@metriport/shared").USState.UT;
|
|
206
|
+
VT: import("@metriport/shared").USState.VT;
|
|
207
|
+
VA: import("@metriport/shared").USState.VA;
|
|
208
|
+
WA: import("@metriport/shared").USState.WA;
|
|
209
|
+
WV: import("@metriport/shared").USState.WV;
|
|
210
|
+
WI: import("@metriport/shared").USState.WI;
|
|
211
|
+
WY: import("@metriport/shared").USState.WY;
|
|
212
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
213
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
214
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
215
|
+
lat: z.ZodNumber;
|
|
216
|
+
lon: z.ZodNumber;
|
|
217
|
+
}, "strip", z.ZodTypeAny, {
|
|
218
|
+
lat: number;
|
|
219
|
+
lon: number;
|
|
220
|
+
}, {
|
|
221
|
+
lat: number;
|
|
222
|
+
lon: number;
|
|
223
|
+
}>>;
|
|
224
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
225
|
+
}, "strip", z.ZodTypeAny, {
|
|
226
|
+
addressLine1: string;
|
|
227
|
+
city: string;
|
|
228
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
229
|
+
zip: string;
|
|
230
|
+
country: "USA";
|
|
231
|
+
addressLine2?: string | undefined;
|
|
232
|
+
coordinates?: {
|
|
233
|
+
lat: number;
|
|
234
|
+
lon: number;
|
|
235
|
+
} | undefined;
|
|
236
|
+
}, {
|
|
237
|
+
addressLine1: string;
|
|
238
|
+
city: string;
|
|
239
|
+
zip: string;
|
|
240
|
+
addressLine2?: string | undefined;
|
|
241
|
+
state?: unknown;
|
|
242
|
+
coordinates?: {
|
|
243
|
+
lat: number;
|
|
244
|
+
lon: number;
|
|
245
|
+
} | undefined;
|
|
246
|
+
country?: "USA" | undefined;
|
|
247
|
+
}>, "atleastone">, z.ZodObject<{
|
|
248
|
+
addressLine1: z.ZodString;
|
|
249
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
250
|
+
city: z.ZodString;
|
|
251
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
252
|
+
AL: import("@metriport/shared").USState.AL;
|
|
253
|
+
AK: import("@metriport/shared").USState.AK;
|
|
254
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
255
|
+
AR: import("@metriport/shared").USState.AR;
|
|
256
|
+
CA: import("@metriport/shared").USState.CA;
|
|
257
|
+
CO: import("@metriport/shared").USState.CO;
|
|
258
|
+
CT: import("@metriport/shared").USState.CT;
|
|
259
|
+
DE: import("@metriport/shared").USState.DE;
|
|
260
|
+
DC: import("@metriport/shared").USState.DC;
|
|
261
|
+
FL: import("@metriport/shared").USState.FL;
|
|
262
|
+
GA: import("@metriport/shared").USState.GA;
|
|
263
|
+
HI: import("@metriport/shared").USState.HI;
|
|
264
|
+
ID: import("@metriport/shared").USState.ID;
|
|
265
|
+
IL: import("@metriport/shared").USState.IL;
|
|
266
|
+
IN: import("@metriport/shared").USState.IN;
|
|
267
|
+
IA: import("@metriport/shared").USState.IA;
|
|
268
|
+
KS: import("@metriport/shared").USState.KS;
|
|
269
|
+
KY: import("@metriport/shared").USState.KY;
|
|
270
|
+
LA: import("@metriport/shared").USState.LA;
|
|
271
|
+
ME: import("@metriport/shared").USState.ME;
|
|
272
|
+
MD: import("@metriport/shared").USState.MD;
|
|
273
|
+
MA: import("@metriport/shared").USState.MA;
|
|
274
|
+
MI: import("@metriport/shared").USState.MI;
|
|
275
|
+
MN: import("@metriport/shared").USState.MN;
|
|
276
|
+
MS: import("@metriport/shared").USState.MS;
|
|
277
|
+
MO: import("@metriport/shared").USState.MO;
|
|
278
|
+
MT: import("@metriport/shared").USState.MT;
|
|
279
|
+
NE: import("@metriport/shared").USState.NE;
|
|
280
|
+
NV: import("@metriport/shared").USState.NV;
|
|
281
|
+
NH: import("@metriport/shared").USState.NH;
|
|
282
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
283
|
+
NM: import("@metriport/shared").USState.NM;
|
|
284
|
+
NY: import("@metriport/shared").USState.NY;
|
|
285
|
+
NC: import("@metriport/shared").USState.NC;
|
|
286
|
+
ND: import("@metriport/shared").USState.ND;
|
|
287
|
+
OH: import("@metriport/shared").USState.OH;
|
|
288
|
+
OK: import("@metriport/shared").USState.OK;
|
|
289
|
+
OR: import("@metriport/shared").USState.OR;
|
|
290
|
+
PA: import("@metriport/shared").USState.PA;
|
|
291
|
+
RI: import("@metriport/shared").USState.RI;
|
|
292
|
+
SC: import("@metriport/shared").USState.SC;
|
|
293
|
+
SD: import("@metriport/shared").USState.SD;
|
|
294
|
+
TN: import("@metriport/shared").USState.TN;
|
|
295
|
+
TX: import("@metriport/shared").USState.TX;
|
|
296
|
+
UT: import("@metriport/shared").USState.UT;
|
|
297
|
+
VT: import("@metriport/shared").USState.VT;
|
|
298
|
+
VA: import("@metriport/shared").USState.VA;
|
|
299
|
+
WA: import("@metriport/shared").USState.WA;
|
|
300
|
+
WV: import("@metriport/shared").USState.WV;
|
|
301
|
+
WI: import("@metriport/shared").USState.WI;
|
|
302
|
+
WY: import("@metriport/shared").USState.WY;
|
|
303
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
304
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
305
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
306
|
+
lat: z.ZodNumber;
|
|
307
|
+
lon: z.ZodNumber;
|
|
308
|
+
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
lat: number;
|
|
310
|
+
lon: number;
|
|
311
|
+
}, {
|
|
312
|
+
lat: number;
|
|
313
|
+
lon: number;
|
|
314
|
+
}>>;
|
|
315
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
316
|
+
}, "strip", z.ZodTypeAny, {
|
|
317
|
+
addressLine1: string;
|
|
318
|
+
city: string;
|
|
319
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
320
|
+
zip: string;
|
|
321
|
+
country: "USA";
|
|
322
|
+
addressLine2?: string | undefined;
|
|
323
|
+
coordinates?: {
|
|
324
|
+
lat: number;
|
|
325
|
+
lon: number;
|
|
326
|
+
} | undefined;
|
|
327
|
+
}, {
|
|
328
|
+
addressLine1: string;
|
|
329
|
+
city: string;
|
|
330
|
+
zip: string;
|
|
331
|
+
addressLine2?: string | undefined;
|
|
332
|
+
state?: unknown;
|
|
333
|
+
coordinates?: {
|
|
334
|
+
lat: number;
|
|
335
|
+
lon: number;
|
|
336
|
+
} | undefined;
|
|
337
|
+
country?: "USA" | undefined;
|
|
338
|
+
}>]>;
|
|
339
|
+
contact: z.ZodUnion<[z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
340
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
341
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
342
|
+
}, "strip", z.ZodTypeAny, {
|
|
343
|
+
phone?: string | null | undefined;
|
|
344
|
+
email?: string | null | undefined;
|
|
345
|
+
}, {
|
|
346
|
+
phone?: string | null | undefined;
|
|
347
|
+
email?: string | null | undefined;
|
|
348
|
+
}>, {
|
|
349
|
+
phone?: string | null | undefined;
|
|
350
|
+
email?: string | null | undefined;
|
|
351
|
+
}, {
|
|
352
|
+
phone?: string | null | undefined;
|
|
353
|
+
email?: string | null | undefined;
|
|
354
|
+
}>, "many">>, z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
355
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
356
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
357
|
+
}, "strip", z.ZodTypeAny, {
|
|
358
|
+
phone?: string | null | undefined;
|
|
359
|
+
email?: string | null | undefined;
|
|
360
|
+
}, {
|
|
361
|
+
phone?: string | null | undefined;
|
|
362
|
+
email?: string | null | undefined;
|
|
363
|
+
}>, {
|
|
364
|
+
phone?: string | null | undefined;
|
|
365
|
+
email?: string | null | undefined;
|
|
366
|
+
}, {
|
|
367
|
+
phone?: string | null | undefined;
|
|
368
|
+
email?: string | null | undefined;
|
|
369
|
+
}>>]>;
|
|
370
|
+
}, {
|
|
371
|
+
externalId: z.ZodOptional<z.ZodString>;
|
|
372
|
+
}>, {
|
|
373
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
374
|
+
subscriptions: z.ZodOptional<z.ZodObject<{
|
|
375
|
+
adt: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
376
|
+
}, "strip", z.ZodTypeAny, {
|
|
377
|
+
adt?: string[] | undefined;
|
|
378
|
+
}, {
|
|
379
|
+
adt?: string[] | undefined;
|
|
380
|
+
}>>;
|
|
381
|
+
}, "strip", z.ZodTypeAny, {
|
|
382
|
+
subscriptions?: {
|
|
383
|
+
adt?: string[] | undefined;
|
|
384
|
+
} | undefined;
|
|
385
|
+
}, {
|
|
386
|
+
subscriptions?: {
|
|
387
|
+
adt?: string[] | undefined;
|
|
388
|
+
} | undefined;
|
|
389
|
+
}>>;
|
|
390
|
+
}>, {
|
|
391
|
+
cohorts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
392
|
+
}>, "strip", z.ZodTypeAny, {
|
|
393
|
+
firstName: string;
|
|
394
|
+
lastName: string;
|
|
395
|
+
dob: string;
|
|
396
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
397
|
+
address: {
|
|
398
|
+
addressLine1: string;
|
|
399
|
+
city: string;
|
|
400
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
401
|
+
zip: string;
|
|
402
|
+
country: "USA";
|
|
403
|
+
addressLine2?: string | undefined;
|
|
404
|
+
coordinates?: {
|
|
405
|
+
lat: number;
|
|
406
|
+
lon: number;
|
|
407
|
+
} | undefined;
|
|
408
|
+
} | [{
|
|
409
|
+
addressLine1: string;
|
|
410
|
+
city: string;
|
|
411
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
412
|
+
zip: string;
|
|
413
|
+
country: "USA";
|
|
414
|
+
addressLine2?: string | undefined;
|
|
415
|
+
coordinates?: {
|
|
416
|
+
lat: number;
|
|
417
|
+
lon: number;
|
|
418
|
+
} | undefined;
|
|
419
|
+
}, ...{
|
|
420
|
+
addressLine1: string;
|
|
421
|
+
city: string;
|
|
422
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
423
|
+
zip: string;
|
|
424
|
+
country: "USA";
|
|
425
|
+
addressLine2?: string | undefined;
|
|
426
|
+
coordinates?: {
|
|
427
|
+
lat: number;
|
|
428
|
+
lon: number;
|
|
429
|
+
} | undefined;
|
|
430
|
+
}[]];
|
|
431
|
+
personalIdentifiers?: ({
|
|
432
|
+
type: "driversLicense";
|
|
433
|
+
value: string;
|
|
434
|
+
state: import("@metriport/shared").USState;
|
|
435
|
+
period?: {
|
|
436
|
+
start: string;
|
|
437
|
+
end?: string | undefined;
|
|
438
|
+
} | {
|
|
439
|
+
end: string;
|
|
440
|
+
start?: string | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
assigner?: string | undefined;
|
|
443
|
+
} | {
|
|
444
|
+
type: "ssn";
|
|
445
|
+
value: string;
|
|
446
|
+
period?: {
|
|
447
|
+
start: string;
|
|
448
|
+
end?: string | undefined;
|
|
449
|
+
} | {
|
|
450
|
+
end: string;
|
|
451
|
+
start?: string | undefined;
|
|
452
|
+
} | undefined;
|
|
453
|
+
assigner?: string | undefined;
|
|
454
|
+
})[] | undefined;
|
|
455
|
+
contact?: {
|
|
456
|
+
phone?: string | null | undefined;
|
|
457
|
+
email?: string | null | undefined;
|
|
458
|
+
} | {
|
|
459
|
+
phone?: string | null | undefined;
|
|
460
|
+
email?: string | null | undefined;
|
|
461
|
+
}[] | undefined;
|
|
462
|
+
externalId?: string | undefined;
|
|
463
|
+
settings?: {
|
|
464
|
+
subscriptions?: {
|
|
465
|
+
adt?: string[] | undefined;
|
|
466
|
+
} | undefined;
|
|
467
|
+
} | undefined;
|
|
468
|
+
cohorts?: string[] | undefined;
|
|
469
|
+
}, {
|
|
470
|
+
firstName: string;
|
|
471
|
+
lastName: string;
|
|
472
|
+
dob: string;
|
|
473
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
474
|
+
address: {
|
|
475
|
+
addressLine1: string;
|
|
476
|
+
city: string;
|
|
477
|
+
zip: string;
|
|
478
|
+
addressLine2?: string | undefined;
|
|
479
|
+
state?: unknown;
|
|
480
|
+
coordinates?: {
|
|
481
|
+
lat: number;
|
|
482
|
+
lon: number;
|
|
483
|
+
} | undefined;
|
|
484
|
+
country?: "USA" | undefined;
|
|
485
|
+
} | [{
|
|
486
|
+
addressLine1: string;
|
|
487
|
+
city: string;
|
|
488
|
+
zip: string;
|
|
489
|
+
addressLine2?: string | undefined;
|
|
490
|
+
state?: unknown;
|
|
491
|
+
coordinates?: {
|
|
492
|
+
lat: number;
|
|
493
|
+
lon: number;
|
|
494
|
+
} | undefined;
|
|
495
|
+
country?: "USA" | undefined;
|
|
496
|
+
}, ...{
|
|
497
|
+
addressLine1: string;
|
|
498
|
+
city: string;
|
|
499
|
+
zip: string;
|
|
500
|
+
addressLine2?: string | undefined;
|
|
501
|
+
state?: unknown;
|
|
502
|
+
coordinates?: {
|
|
503
|
+
lat: number;
|
|
504
|
+
lon: number;
|
|
505
|
+
} | undefined;
|
|
506
|
+
country?: "USA" | undefined;
|
|
507
|
+
}[]];
|
|
508
|
+
personalIdentifiers?: ({
|
|
509
|
+
type: "driversLicense";
|
|
510
|
+
value: string;
|
|
511
|
+
state?: unknown;
|
|
512
|
+
period?: {
|
|
513
|
+
start: string;
|
|
514
|
+
end?: string | undefined;
|
|
515
|
+
} | {
|
|
516
|
+
end: string;
|
|
517
|
+
start?: string | undefined;
|
|
518
|
+
} | undefined;
|
|
519
|
+
assigner?: string | undefined;
|
|
520
|
+
} | {
|
|
521
|
+
type: "ssn";
|
|
522
|
+
value: string;
|
|
523
|
+
period?: {
|
|
524
|
+
start: string;
|
|
525
|
+
end?: string | undefined;
|
|
526
|
+
} | {
|
|
527
|
+
end: string;
|
|
528
|
+
start?: string | undefined;
|
|
529
|
+
} | undefined;
|
|
530
|
+
assigner?: string | undefined;
|
|
531
|
+
})[] | undefined;
|
|
532
|
+
contact?: {
|
|
533
|
+
phone?: string | null | undefined;
|
|
534
|
+
email?: string | null | undefined;
|
|
535
|
+
} | {
|
|
536
|
+
phone?: string | null | undefined;
|
|
537
|
+
email?: string | null | undefined;
|
|
538
|
+
}[] | undefined;
|
|
539
|
+
externalId?: string | undefined;
|
|
540
|
+
settings?: {
|
|
541
|
+
subscriptions?: {
|
|
542
|
+
adt?: string[] | undefined;
|
|
543
|
+
} | undefined;
|
|
544
|
+
} | undefined;
|
|
545
|
+
cohorts?: string[] | undefined;
|
|
546
|
+
}>;
|
|
547
|
+
export type PatientCreate = z.infer<typeof patientCreateSchema>;
|
|
548
|
+
export declare const patientUpdateSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
549
|
+
firstName: z.ZodString;
|
|
550
|
+
lastName: z.ZodString;
|
|
551
|
+
dob: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
552
|
+
genderAtBirth: z.ZodEnum<["F", "M", "O", "U"]>;
|
|
553
|
+
personalIdentifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
554
|
+
value: z.ZodString;
|
|
555
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
556
|
+
start: z.ZodString;
|
|
557
|
+
end: z.ZodOptional<z.ZodString>;
|
|
558
|
+
}, "strip", z.ZodTypeAny, {
|
|
559
|
+
start: string;
|
|
560
|
+
end?: string | undefined;
|
|
561
|
+
}, {
|
|
562
|
+
start: string;
|
|
563
|
+
end?: string | undefined;
|
|
564
|
+
}>, z.ZodObject<{
|
|
565
|
+
start: z.ZodOptional<z.ZodString>;
|
|
566
|
+
end: z.ZodString;
|
|
567
|
+
}, "strip", z.ZodTypeAny, {
|
|
568
|
+
end: string;
|
|
569
|
+
start?: string | undefined;
|
|
570
|
+
}, {
|
|
571
|
+
end: string;
|
|
572
|
+
start?: string | undefined;
|
|
573
|
+
}>]>>;
|
|
574
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
575
|
+
}, {
|
|
576
|
+
type: z.ZodEnum<["driversLicense"]>;
|
|
577
|
+
state: z.ZodEffects<z.ZodNativeEnum<{
|
|
578
|
+
AL: import("@metriport/shared").USState.AL;
|
|
579
|
+
AK: import("@metriport/shared").USState.AK;
|
|
580
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
581
|
+
AR: import("@metriport/shared").USState.AR;
|
|
582
|
+
CA: import("@metriport/shared").USState.CA;
|
|
583
|
+
CO: import("@metriport/shared").USState.CO;
|
|
584
|
+
CT: import("@metriport/shared").USState.CT;
|
|
585
|
+
DE: import("@metriport/shared").USState.DE;
|
|
586
|
+
DC: import("@metriport/shared").USState.DC;
|
|
587
|
+
FL: import("@metriport/shared").USState.FL;
|
|
588
|
+
GA: import("@metriport/shared").USState.GA;
|
|
589
|
+
HI: import("@metriport/shared").USState.HI;
|
|
590
|
+
ID: import("@metriport/shared").USState.ID;
|
|
591
|
+
IL: import("@metriport/shared").USState.IL;
|
|
592
|
+
IN: import("@metriport/shared").USState.IN;
|
|
593
|
+
IA: import("@metriport/shared").USState.IA;
|
|
594
|
+
KS: import("@metriport/shared").USState.KS;
|
|
595
|
+
KY: import("@metriport/shared").USState.KY;
|
|
596
|
+
LA: import("@metriport/shared").USState.LA;
|
|
597
|
+
ME: import("@metriport/shared").USState.ME;
|
|
598
|
+
MD: import("@metriport/shared").USState.MD;
|
|
599
|
+
MA: import("@metriport/shared").USState.MA;
|
|
600
|
+
MI: import("@metriport/shared").USState.MI;
|
|
601
|
+
MN: import("@metriport/shared").USState.MN;
|
|
602
|
+
MS: import("@metriport/shared").USState.MS;
|
|
603
|
+
MO: import("@metriport/shared").USState.MO;
|
|
604
|
+
MT: import("@metriport/shared").USState.MT;
|
|
605
|
+
NE: import("@metriport/shared").USState.NE;
|
|
606
|
+
NV: import("@metriport/shared").USState.NV;
|
|
607
|
+
NH: import("@metriport/shared").USState.NH;
|
|
608
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
609
|
+
NM: import("@metriport/shared").USState.NM;
|
|
610
|
+
NY: import("@metriport/shared").USState.NY;
|
|
611
|
+
NC: import("@metriport/shared").USState.NC;
|
|
612
|
+
ND: import("@metriport/shared").USState.ND;
|
|
613
|
+
OH: import("@metriport/shared").USState.OH;
|
|
614
|
+
OK: import("@metriport/shared").USState.OK;
|
|
615
|
+
OR: import("@metriport/shared").USState.OR;
|
|
616
|
+
PA: import("@metriport/shared").USState.PA;
|
|
617
|
+
RI: import("@metriport/shared").USState.RI;
|
|
618
|
+
SC: import("@metriport/shared").USState.SC;
|
|
619
|
+
SD: import("@metriport/shared").USState.SD;
|
|
620
|
+
TN: import("@metriport/shared").USState.TN;
|
|
621
|
+
TX: import("@metriport/shared").USState.TX;
|
|
622
|
+
UT: import("@metriport/shared").USState.UT;
|
|
623
|
+
VT: import("@metriport/shared").USState.VT;
|
|
624
|
+
VA: import("@metriport/shared").USState.VA;
|
|
625
|
+
WA: import("@metriport/shared").USState.WA;
|
|
626
|
+
WV: import("@metriport/shared").USState.WV;
|
|
627
|
+
WI: import("@metriport/shared").USState.WI;
|
|
628
|
+
WY: import("@metriport/shared").USState.WY;
|
|
629
|
+
}>, import("@metriport/shared").USState, unknown>;
|
|
630
|
+
}>, "strip", z.ZodTypeAny, {
|
|
631
|
+
type: "driversLicense";
|
|
632
|
+
value: string;
|
|
633
|
+
state: import("@metriport/shared").USState;
|
|
634
|
+
period?: {
|
|
635
|
+
start: string;
|
|
636
|
+
end?: string | undefined;
|
|
637
|
+
} | {
|
|
638
|
+
end: string;
|
|
639
|
+
start?: string | undefined;
|
|
640
|
+
} | undefined;
|
|
641
|
+
assigner?: string | undefined;
|
|
642
|
+
}, {
|
|
643
|
+
type: "driversLicense";
|
|
644
|
+
value: string;
|
|
645
|
+
state?: unknown;
|
|
646
|
+
period?: {
|
|
647
|
+
start: string;
|
|
648
|
+
end?: string | undefined;
|
|
649
|
+
} | {
|
|
650
|
+
end: string;
|
|
651
|
+
start?: string | undefined;
|
|
652
|
+
} | undefined;
|
|
653
|
+
assigner?: string | undefined;
|
|
654
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
655
|
+
value: z.ZodString;
|
|
656
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
657
|
+
start: z.ZodString;
|
|
658
|
+
end: z.ZodOptional<z.ZodString>;
|
|
659
|
+
}, "strip", z.ZodTypeAny, {
|
|
660
|
+
start: string;
|
|
661
|
+
end?: string | undefined;
|
|
662
|
+
}, {
|
|
663
|
+
start: string;
|
|
664
|
+
end?: string | undefined;
|
|
665
|
+
}>, z.ZodObject<{
|
|
666
|
+
start: z.ZodOptional<z.ZodString>;
|
|
667
|
+
end: z.ZodString;
|
|
668
|
+
}, "strip", z.ZodTypeAny, {
|
|
669
|
+
end: string;
|
|
670
|
+
start?: string | undefined;
|
|
671
|
+
}, {
|
|
672
|
+
end: string;
|
|
673
|
+
start?: string | undefined;
|
|
674
|
+
}>]>>;
|
|
675
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
676
|
+
}, {
|
|
677
|
+
type: z.ZodEnum<["ssn"]>;
|
|
678
|
+
}>, "strip", z.ZodTypeAny, {
|
|
679
|
+
type: "ssn";
|
|
680
|
+
value: string;
|
|
681
|
+
period?: {
|
|
682
|
+
start: string;
|
|
683
|
+
end?: string | undefined;
|
|
684
|
+
} | {
|
|
685
|
+
end: string;
|
|
686
|
+
start?: string | undefined;
|
|
687
|
+
} | undefined;
|
|
688
|
+
assigner?: string | undefined;
|
|
689
|
+
}, {
|
|
690
|
+
type: "ssn";
|
|
691
|
+
value: string;
|
|
692
|
+
period?: {
|
|
693
|
+
start: string;
|
|
694
|
+
end?: string | undefined;
|
|
695
|
+
} | {
|
|
696
|
+
end: string;
|
|
697
|
+
start?: string | undefined;
|
|
698
|
+
} | undefined;
|
|
699
|
+
assigner?: string | undefined;
|
|
700
|
+
}>]>, "many">>;
|
|
701
|
+
address: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
702
|
+
addressLine1: z.ZodString;
|
|
703
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
704
|
+
city: z.ZodString;
|
|
705
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
706
|
+
AL: import("@metriport/shared").USState.AL;
|
|
707
|
+
AK: import("@metriport/shared").USState.AK;
|
|
708
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
709
|
+
AR: import("@metriport/shared").USState.AR;
|
|
710
|
+
CA: import("@metriport/shared").USState.CA;
|
|
711
|
+
CO: import("@metriport/shared").USState.CO;
|
|
712
|
+
CT: import("@metriport/shared").USState.CT;
|
|
713
|
+
DE: import("@metriport/shared").USState.DE;
|
|
714
|
+
DC: import("@metriport/shared").USState.DC;
|
|
715
|
+
FL: import("@metriport/shared").USState.FL;
|
|
716
|
+
GA: import("@metriport/shared").USState.GA;
|
|
717
|
+
HI: import("@metriport/shared").USState.HI;
|
|
718
|
+
ID: import("@metriport/shared").USState.ID;
|
|
719
|
+
IL: import("@metriport/shared").USState.IL;
|
|
720
|
+
IN: import("@metriport/shared").USState.IN;
|
|
721
|
+
IA: import("@metriport/shared").USState.IA;
|
|
722
|
+
KS: import("@metriport/shared").USState.KS;
|
|
723
|
+
KY: import("@metriport/shared").USState.KY;
|
|
724
|
+
LA: import("@metriport/shared").USState.LA;
|
|
725
|
+
ME: import("@metriport/shared").USState.ME;
|
|
726
|
+
MD: import("@metriport/shared").USState.MD;
|
|
727
|
+
MA: import("@metriport/shared").USState.MA;
|
|
728
|
+
MI: import("@metriport/shared").USState.MI;
|
|
729
|
+
MN: import("@metriport/shared").USState.MN;
|
|
730
|
+
MS: import("@metriport/shared").USState.MS;
|
|
731
|
+
MO: import("@metriport/shared").USState.MO;
|
|
732
|
+
MT: import("@metriport/shared").USState.MT;
|
|
733
|
+
NE: import("@metriport/shared").USState.NE;
|
|
734
|
+
NV: import("@metriport/shared").USState.NV;
|
|
735
|
+
NH: import("@metriport/shared").USState.NH;
|
|
736
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
737
|
+
NM: import("@metriport/shared").USState.NM;
|
|
738
|
+
NY: import("@metriport/shared").USState.NY;
|
|
739
|
+
NC: import("@metriport/shared").USState.NC;
|
|
740
|
+
ND: import("@metriport/shared").USState.ND;
|
|
741
|
+
OH: import("@metriport/shared").USState.OH;
|
|
742
|
+
OK: import("@metriport/shared").USState.OK;
|
|
743
|
+
OR: import("@metriport/shared").USState.OR;
|
|
744
|
+
PA: import("@metriport/shared").USState.PA;
|
|
745
|
+
RI: import("@metriport/shared").USState.RI;
|
|
746
|
+
SC: import("@metriport/shared").USState.SC;
|
|
747
|
+
SD: import("@metriport/shared").USState.SD;
|
|
748
|
+
TN: import("@metriport/shared").USState.TN;
|
|
749
|
+
TX: import("@metriport/shared").USState.TX;
|
|
750
|
+
UT: import("@metriport/shared").USState.UT;
|
|
751
|
+
VT: import("@metriport/shared").USState.VT;
|
|
752
|
+
VA: import("@metriport/shared").USState.VA;
|
|
753
|
+
WA: import("@metriport/shared").USState.WA;
|
|
754
|
+
WV: import("@metriport/shared").USState.WV;
|
|
755
|
+
WI: import("@metriport/shared").USState.WI;
|
|
756
|
+
WY: import("@metriport/shared").USState.WY;
|
|
757
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
758
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
759
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
760
|
+
lat: z.ZodNumber;
|
|
761
|
+
lon: z.ZodNumber;
|
|
762
|
+
}, "strip", z.ZodTypeAny, {
|
|
763
|
+
lat: number;
|
|
764
|
+
lon: number;
|
|
765
|
+
}, {
|
|
766
|
+
lat: number;
|
|
767
|
+
lon: number;
|
|
768
|
+
}>>;
|
|
769
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
770
|
+
}, "strip", z.ZodTypeAny, {
|
|
771
|
+
addressLine1: string;
|
|
772
|
+
city: string;
|
|
773
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
774
|
+
zip: string;
|
|
775
|
+
country: "USA";
|
|
776
|
+
addressLine2?: string | undefined;
|
|
777
|
+
coordinates?: {
|
|
778
|
+
lat: number;
|
|
779
|
+
lon: number;
|
|
780
|
+
} | undefined;
|
|
781
|
+
}, {
|
|
782
|
+
addressLine1: string;
|
|
783
|
+
city: string;
|
|
784
|
+
zip: string;
|
|
785
|
+
addressLine2?: string | undefined;
|
|
786
|
+
state?: unknown;
|
|
787
|
+
coordinates?: {
|
|
788
|
+
lat: number;
|
|
789
|
+
lon: number;
|
|
790
|
+
} | undefined;
|
|
791
|
+
country?: "USA" | undefined;
|
|
792
|
+
}>, "atleastone">, z.ZodObject<{
|
|
793
|
+
addressLine1: z.ZodString;
|
|
794
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
795
|
+
city: z.ZodString;
|
|
796
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
797
|
+
AL: import("@metriport/shared").USState.AL;
|
|
798
|
+
AK: import("@metriport/shared").USState.AK;
|
|
799
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
800
|
+
AR: import("@metriport/shared").USState.AR;
|
|
801
|
+
CA: import("@metriport/shared").USState.CA;
|
|
802
|
+
CO: import("@metriport/shared").USState.CO;
|
|
803
|
+
CT: import("@metriport/shared").USState.CT;
|
|
804
|
+
DE: import("@metriport/shared").USState.DE;
|
|
805
|
+
DC: import("@metriport/shared").USState.DC;
|
|
806
|
+
FL: import("@metriport/shared").USState.FL;
|
|
807
|
+
GA: import("@metriport/shared").USState.GA;
|
|
808
|
+
HI: import("@metriport/shared").USState.HI;
|
|
809
|
+
ID: import("@metriport/shared").USState.ID;
|
|
810
|
+
IL: import("@metriport/shared").USState.IL;
|
|
811
|
+
IN: import("@metriport/shared").USState.IN;
|
|
812
|
+
IA: import("@metriport/shared").USState.IA;
|
|
813
|
+
KS: import("@metriport/shared").USState.KS;
|
|
814
|
+
KY: import("@metriport/shared").USState.KY;
|
|
815
|
+
LA: import("@metriport/shared").USState.LA;
|
|
816
|
+
ME: import("@metriport/shared").USState.ME;
|
|
817
|
+
MD: import("@metriport/shared").USState.MD;
|
|
818
|
+
MA: import("@metriport/shared").USState.MA;
|
|
819
|
+
MI: import("@metriport/shared").USState.MI;
|
|
820
|
+
MN: import("@metriport/shared").USState.MN;
|
|
821
|
+
MS: import("@metriport/shared").USState.MS;
|
|
822
|
+
MO: import("@metriport/shared").USState.MO;
|
|
823
|
+
MT: import("@metriport/shared").USState.MT;
|
|
824
|
+
NE: import("@metriport/shared").USState.NE;
|
|
825
|
+
NV: import("@metriport/shared").USState.NV;
|
|
826
|
+
NH: import("@metriport/shared").USState.NH;
|
|
827
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
828
|
+
NM: import("@metriport/shared").USState.NM;
|
|
829
|
+
NY: import("@metriport/shared").USState.NY;
|
|
830
|
+
NC: import("@metriport/shared").USState.NC;
|
|
831
|
+
ND: import("@metriport/shared").USState.ND;
|
|
832
|
+
OH: import("@metriport/shared").USState.OH;
|
|
833
|
+
OK: import("@metriport/shared").USState.OK;
|
|
834
|
+
OR: import("@metriport/shared").USState.OR;
|
|
835
|
+
PA: import("@metriport/shared").USState.PA;
|
|
836
|
+
RI: import("@metriport/shared").USState.RI;
|
|
837
|
+
SC: import("@metriport/shared").USState.SC;
|
|
838
|
+
SD: import("@metriport/shared").USState.SD;
|
|
839
|
+
TN: import("@metriport/shared").USState.TN;
|
|
840
|
+
TX: import("@metriport/shared").USState.TX;
|
|
841
|
+
UT: import("@metriport/shared").USState.UT;
|
|
842
|
+
VT: import("@metriport/shared").USState.VT;
|
|
843
|
+
VA: import("@metriport/shared").USState.VA;
|
|
844
|
+
WA: import("@metriport/shared").USState.WA;
|
|
845
|
+
WV: import("@metriport/shared").USState.WV;
|
|
846
|
+
WI: import("@metriport/shared").USState.WI;
|
|
847
|
+
WY: import("@metriport/shared").USState.WY;
|
|
848
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
849
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
850
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
851
|
+
lat: z.ZodNumber;
|
|
852
|
+
lon: z.ZodNumber;
|
|
853
|
+
}, "strip", z.ZodTypeAny, {
|
|
854
|
+
lat: number;
|
|
855
|
+
lon: number;
|
|
856
|
+
}, {
|
|
857
|
+
lat: number;
|
|
858
|
+
lon: number;
|
|
859
|
+
}>>;
|
|
860
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
861
|
+
}, "strip", z.ZodTypeAny, {
|
|
862
|
+
addressLine1: string;
|
|
863
|
+
city: string;
|
|
864
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
865
|
+
zip: string;
|
|
866
|
+
country: "USA";
|
|
867
|
+
addressLine2?: string | undefined;
|
|
868
|
+
coordinates?: {
|
|
869
|
+
lat: number;
|
|
870
|
+
lon: number;
|
|
871
|
+
} | undefined;
|
|
872
|
+
}, {
|
|
873
|
+
addressLine1: string;
|
|
874
|
+
city: string;
|
|
875
|
+
zip: string;
|
|
876
|
+
addressLine2?: string | undefined;
|
|
877
|
+
state?: unknown;
|
|
878
|
+
coordinates?: {
|
|
879
|
+
lat: number;
|
|
880
|
+
lon: number;
|
|
881
|
+
} | undefined;
|
|
882
|
+
country?: "USA" | undefined;
|
|
883
|
+
}>]>;
|
|
884
|
+
contact: z.ZodUnion<[z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
885
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
886
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
887
|
+
}, "strip", z.ZodTypeAny, {
|
|
888
|
+
phone?: string | null | undefined;
|
|
889
|
+
email?: string | null | undefined;
|
|
890
|
+
}, {
|
|
891
|
+
phone?: string | null | undefined;
|
|
892
|
+
email?: string | null | undefined;
|
|
893
|
+
}>, {
|
|
894
|
+
phone?: string | null | undefined;
|
|
895
|
+
email?: string | null | undefined;
|
|
896
|
+
}, {
|
|
897
|
+
phone?: string | null | undefined;
|
|
898
|
+
email?: string | null | undefined;
|
|
899
|
+
}>, "many">>, z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
900
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
901
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
902
|
+
}, "strip", z.ZodTypeAny, {
|
|
903
|
+
phone?: string | null | undefined;
|
|
904
|
+
email?: string | null | undefined;
|
|
905
|
+
}, {
|
|
906
|
+
phone?: string | null | undefined;
|
|
907
|
+
email?: string | null | undefined;
|
|
908
|
+
}>, {
|
|
909
|
+
phone?: string | null | undefined;
|
|
910
|
+
email?: string | null | undefined;
|
|
911
|
+
}, {
|
|
912
|
+
phone?: string | null | undefined;
|
|
913
|
+
email?: string | null | undefined;
|
|
914
|
+
}>>]>;
|
|
915
|
+
}, {
|
|
916
|
+
externalId: z.ZodOptional<z.ZodString>;
|
|
917
|
+
}>, {
|
|
918
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
919
|
+
subscriptions: z.ZodOptional<z.ZodObject<{
|
|
920
|
+
adt: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
921
|
+
}, "strip", z.ZodTypeAny, {
|
|
922
|
+
adt?: string[] | undefined;
|
|
923
|
+
}, {
|
|
924
|
+
adt?: string[] | undefined;
|
|
925
|
+
}>>;
|
|
926
|
+
}, "strip", z.ZodTypeAny, {
|
|
927
|
+
subscriptions?: {
|
|
928
|
+
adt?: string[] | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
}, {
|
|
931
|
+
subscriptions?: {
|
|
932
|
+
adt?: string[] | undefined;
|
|
933
|
+
} | undefined;
|
|
934
|
+
}>>;
|
|
935
|
+
}>, {
|
|
936
|
+
cohorts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
937
|
+
}>, {
|
|
938
|
+
id: z.ZodString;
|
|
939
|
+
eTag: z.ZodOptional<z.ZodString>;
|
|
940
|
+
}>, "strip", z.ZodTypeAny, {
|
|
941
|
+
id: string;
|
|
942
|
+
firstName: string;
|
|
943
|
+
lastName: string;
|
|
944
|
+
dob: string;
|
|
945
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
946
|
+
address: {
|
|
947
|
+
addressLine1: string;
|
|
948
|
+
city: string;
|
|
949
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
950
|
+
zip: string;
|
|
951
|
+
country: "USA";
|
|
952
|
+
addressLine2?: string | undefined;
|
|
953
|
+
coordinates?: {
|
|
954
|
+
lat: number;
|
|
955
|
+
lon: number;
|
|
956
|
+
} | undefined;
|
|
957
|
+
} | [{
|
|
958
|
+
addressLine1: string;
|
|
959
|
+
city: string;
|
|
960
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
961
|
+
zip: string;
|
|
962
|
+
country: "USA";
|
|
963
|
+
addressLine2?: string | undefined;
|
|
964
|
+
coordinates?: {
|
|
965
|
+
lat: number;
|
|
966
|
+
lon: number;
|
|
967
|
+
} | undefined;
|
|
968
|
+
}, ...{
|
|
969
|
+
addressLine1: string;
|
|
970
|
+
city: string;
|
|
971
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
972
|
+
zip: string;
|
|
973
|
+
country: "USA";
|
|
974
|
+
addressLine2?: string | undefined;
|
|
975
|
+
coordinates?: {
|
|
976
|
+
lat: number;
|
|
977
|
+
lon: number;
|
|
978
|
+
} | undefined;
|
|
979
|
+
}[]];
|
|
980
|
+
eTag?: string | undefined;
|
|
981
|
+
personalIdentifiers?: ({
|
|
982
|
+
type: "driversLicense";
|
|
983
|
+
value: string;
|
|
984
|
+
state: import("@metriport/shared").USState;
|
|
985
|
+
period?: {
|
|
986
|
+
start: string;
|
|
987
|
+
end?: string | undefined;
|
|
988
|
+
} | {
|
|
989
|
+
end: string;
|
|
990
|
+
start?: string | undefined;
|
|
991
|
+
} | undefined;
|
|
992
|
+
assigner?: string | undefined;
|
|
993
|
+
} | {
|
|
994
|
+
type: "ssn";
|
|
995
|
+
value: string;
|
|
996
|
+
period?: {
|
|
997
|
+
start: string;
|
|
998
|
+
end?: string | undefined;
|
|
999
|
+
} | {
|
|
1000
|
+
end: string;
|
|
1001
|
+
start?: string | undefined;
|
|
1002
|
+
} | undefined;
|
|
1003
|
+
assigner?: string | undefined;
|
|
1004
|
+
})[] | undefined;
|
|
1005
|
+
contact?: {
|
|
1006
|
+
phone?: string | null | undefined;
|
|
1007
|
+
email?: string | null | undefined;
|
|
1008
|
+
} | {
|
|
1009
|
+
phone?: string | null | undefined;
|
|
1010
|
+
email?: string | null | undefined;
|
|
1011
|
+
}[] | undefined;
|
|
1012
|
+
externalId?: string | undefined;
|
|
1013
|
+
settings?: {
|
|
1014
|
+
subscriptions?: {
|
|
1015
|
+
adt?: string[] | undefined;
|
|
1016
|
+
} | undefined;
|
|
1017
|
+
} | undefined;
|
|
1018
|
+
cohorts?: string[] | undefined;
|
|
1019
|
+
}, {
|
|
1020
|
+
id: string;
|
|
1021
|
+
firstName: string;
|
|
1022
|
+
lastName: string;
|
|
1023
|
+
dob: string;
|
|
1024
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
1025
|
+
address: {
|
|
1026
|
+
addressLine1: string;
|
|
1027
|
+
city: string;
|
|
1028
|
+
zip: string;
|
|
1029
|
+
addressLine2?: string | undefined;
|
|
1030
|
+
state?: unknown;
|
|
1031
|
+
coordinates?: {
|
|
1032
|
+
lat: number;
|
|
1033
|
+
lon: number;
|
|
1034
|
+
} | undefined;
|
|
1035
|
+
country?: "USA" | undefined;
|
|
1036
|
+
} | [{
|
|
1037
|
+
addressLine1: string;
|
|
1038
|
+
city: string;
|
|
1039
|
+
zip: string;
|
|
1040
|
+
addressLine2?: string | undefined;
|
|
1041
|
+
state?: unknown;
|
|
1042
|
+
coordinates?: {
|
|
1043
|
+
lat: number;
|
|
1044
|
+
lon: number;
|
|
1045
|
+
} | undefined;
|
|
1046
|
+
country?: "USA" | undefined;
|
|
1047
|
+
}, ...{
|
|
1048
|
+
addressLine1: string;
|
|
1049
|
+
city: string;
|
|
1050
|
+
zip: string;
|
|
1051
|
+
addressLine2?: string | undefined;
|
|
1052
|
+
state?: unknown;
|
|
1053
|
+
coordinates?: {
|
|
1054
|
+
lat: number;
|
|
1055
|
+
lon: number;
|
|
1056
|
+
} | undefined;
|
|
1057
|
+
country?: "USA" | undefined;
|
|
1058
|
+
}[]];
|
|
1059
|
+
eTag?: string | undefined;
|
|
1060
|
+
personalIdentifiers?: ({
|
|
1061
|
+
type: "driversLicense";
|
|
1062
|
+
value: string;
|
|
1063
|
+
state?: unknown;
|
|
1064
|
+
period?: {
|
|
1065
|
+
start: string;
|
|
1066
|
+
end?: string | undefined;
|
|
1067
|
+
} | {
|
|
1068
|
+
end: string;
|
|
1069
|
+
start?: string | undefined;
|
|
1070
|
+
} | undefined;
|
|
1071
|
+
assigner?: string | undefined;
|
|
1072
|
+
} | {
|
|
1073
|
+
type: "ssn";
|
|
1074
|
+
value: string;
|
|
1075
|
+
period?: {
|
|
1076
|
+
start: string;
|
|
1077
|
+
end?: string | undefined;
|
|
1078
|
+
} | {
|
|
1079
|
+
end: string;
|
|
1080
|
+
start?: string | undefined;
|
|
1081
|
+
} | undefined;
|
|
1082
|
+
assigner?: string | undefined;
|
|
1083
|
+
})[] | undefined;
|
|
1084
|
+
contact?: {
|
|
1085
|
+
phone?: string | null | undefined;
|
|
1086
|
+
email?: string | null | undefined;
|
|
1087
|
+
} | {
|
|
1088
|
+
phone?: string | null | undefined;
|
|
1089
|
+
email?: string | null | undefined;
|
|
1090
|
+
}[] | undefined;
|
|
1091
|
+
externalId?: string | undefined;
|
|
1092
|
+
settings?: {
|
|
1093
|
+
subscriptions?: {
|
|
1094
|
+
adt?: string[] | undefined;
|
|
1095
|
+
} | undefined;
|
|
1096
|
+
} | undefined;
|
|
1097
|
+
cohorts?: string[] | undefined;
|
|
1098
|
+
}>;
|
|
1099
|
+
export type PatientUpdate = z.infer<typeof patientUpdateSchema>;
|
|
1100
|
+
export declare const patientSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1101
|
+
firstName: z.ZodString;
|
|
1102
|
+
lastName: z.ZodString;
|
|
1103
|
+
dob: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1104
|
+
genderAtBirth: z.ZodEnum<["F", "M", "O", "U"]>;
|
|
1105
|
+
personalIdentifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1106
|
+
value: z.ZodString;
|
|
1107
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1108
|
+
start: z.ZodString;
|
|
1109
|
+
end: z.ZodOptional<z.ZodString>;
|
|
1110
|
+
}, "strip", z.ZodTypeAny, {
|
|
1111
|
+
start: string;
|
|
1112
|
+
end?: string | undefined;
|
|
1113
|
+
}, {
|
|
1114
|
+
start: string;
|
|
1115
|
+
end?: string | undefined;
|
|
1116
|
+
}>, z.ZodObject<{
|
|
1117
|
+
start: z.ZodOptional<z.ZodString>;
|
|
1118
|
+
end: z.ZodString;
|
|
1119
|
+
}, "strip", z.ZodTypeAny, {
|
|
1120
|
+
end: string;
|
|
1121
|
+
start?: string | undefined;
|
|
1122
|
+
}, {
|
|
1123
|
+
end: string;
|
|
1124
|
+
start?: string | undefined;
|
|
1125
|
+
}>]>>;
|
|
1126
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
1127
|
+
}, {
|
|
1128
|
+
type: z.ZodEnum<["driversLicense"]>;
|
|
1129
|
+
state: z.ZodEffects<z.ZodNativeEnum<{
|
|
1130
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1131
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1132
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1133
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1134
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1135
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1136
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1137
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1138
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1139
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1140
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1141
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1142
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1143
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1144
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1145
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1146
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1147
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1148
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1149
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1150
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1151
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1152
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1153
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1154
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1155
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1156
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1157
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1158
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1159
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1160
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1161
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1162
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1163
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1164
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1165
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1166
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1167
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1168
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1169
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1170
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1171
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1172
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1173
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1174
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1175
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1176
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1177
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1178
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1179
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1180
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1181
|
+
}>, import("@metriport/shared").USState, unknown>;
|
|
1182
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1183
|
+
type: "driversLicense";
|
|
1184
|
+
value: string;
|
|
1185
|
+
state: import("@metriport/shared").USState;
|
|
1186
|
+
period?: {
|
|
1187
|
+
start: string;
|
|
1188
|
+
end?: string | undefined;
|
|
1189
|
+
} | {
|
|
1190
|
+
end: string;
|
|
1191
|
+
start?: string | undefined;
|
|
1192
|
+
} | undefined;
|
|
1193
|
+
assigner?: string | undefined;
|
|
1194
|
+
}, {
|
|
1195
|
+
type: "driversLicense";
|
|
1196
|
+
value: string;
|
|
1197
|
+
state?: unknown;
|
|
1198
|
+
period?: {
|
|
1199
|
+
start: string;
|
|
1200
|
+
end?: string | undefined;
|
|
1201
|
+
} | {
|
|
1202
|
+
end: string;
|
|
1203
|
+
start?: string | undefined;
|
|
1204
|
+
} | undefined;
|
|
1205
|
+
assigner?: string | undefined;
|
|
1206
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1207
|
+
value: z.ZodString;
|
|
1208
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1209
|
+
start: z.ZodString;
|
|
1210
|
+
end: z.ZodOptional<z.ZodString>;
|
|
1211
|
+
}, "strip", z.ZodTypeAny, {
|
|
1212
|
+
start: string;
|
|
1213
|
+
end?: string | undefined;
|
|
1214
|
+
}, {
|
|
1215
|
+
start: string;
|
|
1216
|
+
end?: string | undefined;
|
|
1217
|
+
}>, z.ZodObject<{
|
|
1218
|
+
start: z.ZodOptional<z.ZodString>;
|
|
1219
|
+
end: z.ZodString;
|
|
1220
|
+
}, "strip", z.ZodTypeAny, {
|
|
1221
|
+
end: string;
|
|
1222
|
+
start?: string | undefined;
|
|
1223
|
+
}, {
|
|
1224
|
+
end: string;
|
|
1225
|
+
start?: string | undefined;
|
|
1226
|
+
}>]>>;
|
|
1227
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
1228
|
+
}, {
|
|
1229
|
+
type: z.ZodEnum<["ssn"]>;
|
|
1230
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1231
|
+
type: "ssn";
|
|
1232
|
+
value: string;
|
|
1233
|
+
period?: {
|
|
1234
|
+
start: string;
|
|
1235
|
+
end?: string | undefined;
|
|
1236
|
+
} | {
|
|
1237
|
+
end: string;
|
|
1238
|
+
start?: string | undefined;
|
|
1239
|
+
} | undefined;
|
|
1240
|
+
assigner?: string | undefined;
|
|
1241
|
+
}, {
|
|
1242
|
+
type: "ssn";
|
|
1243
|
+
value: string;
|
|
1244
|
+
period?: {
|
|
1245
|
+
start: string;
|
|
1246
|
+
end?: string | undefined;
|
|
1247
|
+
} | {
|
|
1248
|
+
end: string;
|
|
1249
|
+
start?: string | undefined;
|
|
1250
|
+
} | undefined;
|
|
1251
|
+
assigner?: string | undefined;
|
|
1252
|
+
}>]>, "many">>;
|
|
1253
|
+
address: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1254
|
+
addressLine1: z.ZodString;
|
|
1255
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
1256
|
+
city: z.ZodString;
|
|
1257
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
1258
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1259
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1260
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1261
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1262
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1263
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1264
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1265
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1266
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1267
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1268
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1269
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1270
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1271
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1272
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1273
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1274
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1275
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1276
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1277
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1278
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1279
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1280
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1281
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1282
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1283
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1284
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1285
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1286
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1287
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1288
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1289
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1290
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1291
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1292
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1293
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1294
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1295
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1296
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1297
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1298
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1299
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1300
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1301
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1302
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1303
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1304
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1305
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1306
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1307
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1308
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1309
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
1310
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1311
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1312
|
+
lat: z.ZodNumber;
|
|
1313
|
+
lon: z.ZodNumber;
|
|
1314
|
+
}, "strip", z.ZodTypeAny, {
|
|
1315
|
+
lat: number;
|
|
1316
|
+
lon: number;
|
|
1317
|
+
}, {
|
|
1318
|
+
lat: number;
|
|
1319
|
+
lon: number;
|
|
1320
|
+
}>>;
|
|
1321
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
1322
|
+
}, "strip", z.ZodTypeAny, {
|
|
1323
|
+
addressLine1: string;
|
|
1324
|
+
city: string;
|
|
1325
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1326
|
+
zip: string;
|
|
1327
|
+
country: "USA";
|
|
1328
|
+
addressLine2?: string | undefined;
|
|
1329
|
+
coordinates?: {
|
|
1330
|
+
lat: number;
|
|
1331
|
+
lon: number;
|
|
1332
|
+
} | undefined;
|
|
1333
|
+
}, {
|
|
1334
|
+
addressLine1: string;
|
|
1335
|
+
city: string;
|
|
1336
|
+
zip: string;
|
|
1337
|
+
addressLine2?: string | undefined;
|
|
1338
|
+
state?: unknown;
|
|
1339
|
+
coordinates?: {
|
|
1340
|
+
lat: number;
|
|
1341
|
+
lon: number;
|
|
1342
|
+
} | undefined;
|
|
1343
|
+
country?: "USA" | undefined;
|
|
1344
|
+
}>, "atleastone">, z.ZodObject<{
|
|
1345
|
+
addressLine1: z.ZodString;
|
|
1346
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
1347
|
+
city: z.ZodString;
|
|
1348
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
1349
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1350
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1351
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1352
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1353
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1354
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1355
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1356
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1357
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1358
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1359
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1360
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1361
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1362
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1363
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1364
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1365
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1366
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1367
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1368
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1369
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1370
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1371
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1372
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1373
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1374
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1375
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1376
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1377
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1378
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1379
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1380
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1381
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1382
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1383
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1384
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1385
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1386
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1387
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1388
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1389
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1390
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1391
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1392
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1393
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1394
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1395
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1396
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1397
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1398
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1399
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1400
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
1401
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1402
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1403
|
+
lat: z.ZodNumber;
|
|
1404
|
+
lon: z.ZodNumber;
|
|
1405
|
+
}, "strip", z.ZodTypeAny, {
|
|
1406
|
+
lat: number;
|
|
1407
|
+
lon: number;
|
|
1408
|
+
}, {
|
|
1409
|
+
lat: number;
|
|
1410
|
+
lon: number;
|
|
1411
|
+
}>>;
|
|
1412
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
1413
|
+
}, "strip", z.ZodTypeAny, {
|
|
1414
|
+
addressLine1: string;
|
|
1415
|
+
city: string;
|
|
1416
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1417
|
+
zip: string;
|
|
1418
|
+
country: "USA";
|
|
1419
|
+
addressLine2?: string | undefined;
|
|
1420
|
+
coordinates?: {
|
|
1421
|
+
lat: number;
|
|
1422
|
+
lon: number;
|
|
1423
|
+
} | undefined;
|
|
1424
|
+
}, {
|
|
1425
|
+
addressLine1: string;
|
|
1426
|
+
city: string;
|
|
1427
|
+
zip: string;
|
|
1428
|
+
addressLine2?: string | undefined;
|
|
1429
|
+
state?: unknown;
|
|
1430
|
+
coordinates?: {
|
|
1431
|
+
lat: number;
|
|
1432
|
+
lon: number;
|
|
1433
|
+
} | undefined;
|
|
1434
|
+
country?: "USA" | undefined;
|
|
1435
|
+
}>]>;
|
|
1436
|
+
contact: z.ZodUnion<[z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1437
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
1438
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1439
|
+
}, "strip", z.ZodTypeAny, {
|
|
1440
|
+
phone?: string | null | undefined;
|
|
1441
|
+
email?: string | null | undefined;
|
|
1442
|
+
}, {
|
|
1443
|
+
phone?: string | null | undefined;
|
|
1444
|
+
email?: string | null | undefined;
|
|
1445
|
+
}>, {
|
|
1446
|
+
phone?: string | null | undefined;
|
|
1447
|
+
email?: string | null | undefined;
|
|
1448
|
+
}, {
|
|
1449
|
+
phone?: string | null | undefined;
|
|
1450
|
+
email?: string | null | undefined;
|
|
1451
|
+
}>, "many">>, z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
1452
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
1453
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1454
|
+
}, "strip", z.ZodTypeAny, {
|
|
1455
|
+
phone?: string | null | undefined;
|
|
1456
|
+
email?: string | null | undefined;
|
|
1457
|
+
}, {
|
|
1458
|
+
phone?: string | null | undefined;
|
|
1459
|
+
email?: string | null | undefined;
|
|
1460
|
+
}>, {
|
|
1461
|
+
phone?: string | null | undefined;
|
|
1462
|
+
email?: string | null | undefined;
|
|
1463
|
+
}, {
|
|
1464
|
+
phone?: string | null | undefined;
|
|
1465
|
+
email?: string | null | undefined;
|
|
1466
|
+
}>>]>;
|
|
1467
|
+
}, {
|
|
1468
|
+
externalId: z.ZodOptional<z.ZodString>;
|
|
1469
|
+
}>, {
|
|
1470
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
1471
|
+
subscriptions: z.ZodOptional<z.ZodObject<{
|
|
1472
|
+
adt: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1473
|
+
}, "strip", z.ZodTypeAny, {
|
|
1474
|
+
adt?: string[] | undefined;
|
|
1475
|
+
}, {
|
|
1476
|
+
adt?: string[] | undefined;
|
|
1477
|
+
}>>;
|
|
1478
|
+
}, "strip", z.ZodTypeAny, {
|
|
1479
|
+
subscriptions?: {
|
|
1480
|
+
adt?: string[] | undefined;
|
|
1481
|
+
} | undefined;
|
|
1482
|
+
}, {
|
|
1483
|
+
subscriptions?: {
|
|
1484
|
+
adt?: string[] | undefined;
|
|
1485
|
+
} | undefined;
|
|
1486
|
+
}>>;
|
|
1487
|
+
}>, {
|
|
1488
|
+
cohorts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1489
|
+
}>, {
|
|
1490
|
+
id: z.ZodString;
|
|
1491
|
+
eTag: z.ZodOptional<z.ZodString>;
|
|
1492
|
+
}>, {
|
|
1493
|
+
facilityIds: z.ZodArray<z.ZodString, "many">;
|
|
1494
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1495
|
+
id: string;
|
|
1496
|
+
firstName: string;
|
|
1497
|
+
lastName: string;
|
|
1498
|
+
dob: string;
|
|
1499
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
1500
|
+
address: {
|
|
1501
|
+
addressLine1: string;
|
|
1502
|
+
city: string;
|
|
1503
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1504
|
+
zip: string;
|
|
1505
|
+
country: "USA";
|
|
1506
|
+
addressLine2?: string | undefined;
|
|
1507
|
+
coordinates?: {
|
|
1508
|
+
lat: number;
|
|
1509
|
+
lon: number;
|
|
1510
|
+
} | undefined;
|
|
1511
|
+
} | [{
|
|
1512
|
+
addressLine1: string;
|
|
1513
|
+
city: string;
|
|
1514
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1515
|
+
zip: string;
|
|
1516
|
+
country: "USA";
|
|
1517
|
+
addressLine2?: string | undefined;
|
|
1518
|
+
coordinates?: {
|
|
1519
|
+
lat: number;
|
|
1520
|
+
lon: number;
|
|
1521
|
+
} | undefined;
|
|
1522
|
+
}, ...{
|
|
1523
|
+
addressLine1: string;
|
|
1524
|
+
city: string;
|
|
1525
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1526
|
+
zip: string;
|
|
1527
|
+
country: "USA";
|
|
1528
|
+
addressLine2?: string | undefined;
|
|
1529
|
+
coordinates?: {
|
|
1530
|
+
lat: number;
|
|
1531
|
+
lon: number;
|
|
1532
|
+
} | undefined;
|
|
1533
|
+
}[]];
|
|
1534
|
+
facilityIds: string[];
|
|
1535
|
+
eTag?: string | undefined;
|
|
1536
|
+
personalIdentifiers?: ({
|
|
1537
|
+
type: "driversLicense";
|
|
1538
|
+
value: string;
|
|
1539
|
+
state: import("@metriport/shared").USState;
|
|
1540
|
+
period?: {
|
|
1541
|
+
start: string;
|
|
1542
|
+
end?: string | undefined;
|
|
1543
|
+
} | {
|
|
1544
|
+
end: string;
|
|
1545
|
+
start?: string | undefined;
|
|
1546
|
+
} | undefined;
|
|
1547
|
+
assigner?: string | undefined;
|
|
1548
|
+
} | {
|
|
1549
|
+
type: "ssn";
|
|
1550
|
+
value: string;
|
|
1551
|
+
period?: {
|
|
1552
|
+
start: string;
|
|
1553
|
+
end?: string | undefined;
|
|
1554
|
+
} | {
|
|
1555
|
+
end: string;
|
|
1556
|
+
start?: string | undefined;
|
|
1557
|
+
} | undefined;
|
|
1558
|
+
assigner?: string | undefined;
|
|
1559
|
+
})[] | undefined;
|
|
1560
|
+
contact?: {
|
|
1561
|
+
phone?: string | null | undefined;
|
|
1562
|
+
email?: string | null | undefined;
|
|
1563
|
+
} | {
|
|
1564
|
+
phone?: string | null | undefined;
|
|
1565
|
+
email?: string | null | undefined;
|
|
1566
|
+
}[] | undefined;
|
|
1567
|
+
externalId?: string | undefined;
|
|
1568
|
+
settings?: {
|
|
1569
|
+
subscriptions?: {
|
|
1570
|
+
adt?: string[] | undefined;
|
|
1571
|
+
} | undefined;
|
|
1572
|
+
} | undefined;
|
|
1573
|
+
cohorts?: string[] | undefined;
|
|
1574
|
+
}, {
|
|
1575
|
+
id: string;
|
|
1576
|
+
firstName: string;
|
|
1577
|
+
lastName: string;
|
|
1578
|
+
dob: string;
|
|
1579
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
1580
|
+
address: {
|
|
1581
|
+
addressLine1: string;
|
|
1582
|
+
city: string;
|
|
1583
|
+
zip: string;
|
|
1584
|
+
addressLine2?: string | undefined;
|
|
1585
|
+
state?: unknown;
|
|
1586
|
+
coordinates?: {
|
|
1587
|
+
lat: number;
|
|
1588
|
+
lon: number;
|
|
1589
|
+
} | undefined;
|
|
1590
|
+
country?: "USA" | undefined;
|
|
1591
|
+
} | [{
|
|
1592
|
+
addressLine1: string;
|
|
1593
|
+
city: string;
|
|
1594
|
+
zip: string;
|
|
1595
|
+
addressLine2?: string | undefined;
|
|
1596
|
+
state?: unknown;
|
|
1597
|
+
coordinates?: {
|
|
1598
|
+
lat: number;
|
|
1599
|
+
lon: number;
|
|
1600
|
+
} | undefined;
|
|
1601
|
+
country?: "USA" | undefined;
|
|
1602
|
+
}, ...{
|
|
1603
|
+
addressLine1: string;
|
|
1604
|
+
city: string;
|
|
1605
|
+
zip: string;
|
|
1606
|
+
addressLine2?: string | undefined;
|
|
1607
|
+
state?: unknown;
|
|
1608
|
+
coordinates?: {
|
|
1609
|
+
lat: number;
|
|
1610
|
+
lon: number;
|
|
1611
|
+
} | undefined;
|
|
1612
|
+
country?: "USA" | undefined;
|
|
1613
|
+
}[]];
|
|
1614
|
+
facilityIds: string[];
|
|
1615
|
+
eTag?: string | undefined;
|
|
1616
|
+
personalIdentifiers?: ({
|
|
1617
|
+
type: "driversLicense";
|
|
1618
|
+
value: string;
|
|
1619
|
+
state?: unknown;
|
|
1620
|
+
period?: {
|
|
1621
|
+
start: string;
|
|
1622
|
+
end?: string | undefined;
|
|
1623
|
+
} | {
|
|
1624
|
+
end: string;
|
|
1625
|
+
start?: string | undefined;
|
|
1626
|
+
} | undefined;
|
|
1627
|
+
assigner?: string | undefined;
|
|
1628
|
+
} | {
|
|
1629
|
+
type: "ssn";
|
|
1630
|
+
value: string;
|
|
1631
|
+
period?: {
|
|
1632
|
+
start: string;
|
|
1633
|
+
end?: string | undefined;
|
|
1634
|
+
} | {
|
|
1635
|
+
end: string;
|
|
1636
|
+
start?: string | undefined;
|
|
1637
|
+
} | undefined;
|
|
1638
|
+
assigner?: string | undefined;
|
|
1639
|
+
})[] | undefined;
|
|
1640
|
+
contact?: {
|
|
1641
|
+
phone?: string | null | undefined;
|
|
1642
|
+
email?: string | null | undefined;
|
|
1643
|
+
} | {
|
|
1644
|
+
phone?: string | null | undefined;
|
|
1645
|
+
email?: string | null | undefined;
|
|
1646
|
+
}[] | undefined;
|
|
1647
|
+
externalId?: string | undefined;
|
|
1648
|
+
settings?: {
|
|
1649
|
+
subscriptions?: {
|
|
1650
|
+
adt?: string[] | undefined;
|
|
1651
|
+
} | undefined;
|
|
1652
|
+
} | undefined;
|
|
1653
|
+
cohorts?: string[] | undefined;
|
|
1654
|
+
}>;
|
|
1655
|
+
export type Patient = z.infer<typeof patientSchema>;
|
|
1656
|
+
export declare const patientListSchema: z.ZodObject<{
|
|
1657
|
+
patients: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1658
|
+
firstName: z.ZodString;
|
|
1659
|
+
lastName: z.ZodString;
|
|
1660
|
+
dob: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1661
|
+
genderAtBirth: z.ZodEnum<["F", "M", "O", "U"]>;
|
|
1662
|
+
personalIdentifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1663
|
+
value: z.ZodString;
|
|
1664
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1665
|
+
start: z.ZodString;
|
|
1666
|
+
end: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
}, "strip", z.ZodTypeAny, {
|
|
1668
|
+
start: string;
|
|
1669
|
+
end?: string | undefined;
|
|
1670
|
+
}, {
|
|
1671
|
+
start: string;
|
|
1672
|
+
end?: string | undefined;
|
|
1673
|
+
}>, z.ZodObject<{
|
|
1674
|
+
start: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
end: z.ZodString;
|
|
1676
|
+
}, "strip", z.ZodTypeAny, {
|
|
1677
|
+
end: string;
|
|
1678
|
+
start?: string | undefined;
|
|
1679
|
+
}, {
|
|
1680
|
+
end: string;
|
|
1681
|
+
start?: string | undefined;
|
|
1682
|
+
}>]>>;
|
|
1683
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
1684
|
+
}, {
|
|
1685
|
+
type: z.ZodEnum<["driversLicense"]>;
|
|
1686
|
+
state: z.ZodEffects<z.ZodNativeEnum<{
|
|
1687
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1688
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1689
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1690
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1691
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1692
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1693
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1694
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1695
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1696
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1697
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1698
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1699
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1700
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1701
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1702
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1703
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1704
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1705
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1706
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1707
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1708
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1709
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1710
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1711
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1712
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1713
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1714
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1715
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1716
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1717
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1718
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1719
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1720
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1721
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1722
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1723
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1724
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1725
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1726
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1727
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1728
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1729
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1730
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1731
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1732
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1733
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1734
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1735
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1736
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1737
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1738
|
+
}>, import("@metriport/shared").USState, unknown>;
|
|
1739
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1740
|
+
type: "driversLicense";
|
|
1741
|
+
value: string;
|
|
1742
|
+
state: import("@metriport/shared").USState;
|
|
1743
|
+
period?: {
|
|
1744
|
+
start: string;
|
|
1745
|
+
end?: string | undefined;
|
|
1746
|
+
} | {
|
|
1747
|
+
end: string;
|
|
1748
|
+
start?: string | undefined;
|
|
1749
|
+
} | undefined;
|
|
1750
|
+
assigner?: string | undefined;
|
|
1751
|
+
}, {
|
|
1752
|
+
type: "driversLicense";
|
|
1753
|
+
value: string;
|
|
1754
|
+
state?: unknown;
|
|
1755
|
+
period?: {
|
|
1756
|
+
start: string;
|
|
1757
|
+
end?: string | undefined;
|
|
1758
|
+
} | {
|
|
1759
|
+
end: string;
|
|
1760
|
+
start?: string | undefined;
|
|
1761
|
+
} | undefined;
|
|
1762
|
+
assigner?: string | undefined;
|
|
1763
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1764
|
+
value: z.ZodString;
|
|
1765
|
+
period: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1766
|
+
start: z.ZodString;
|
|
1767
|
+
end: z.ZodOptional<z.ZodString>;
|
|
1768
|
+
}, "strip", z.ZodTypeAny, {
|
|
1769
|
+
start: string;
|
|
1770
|
+
end?: string | undefined;
|
|
1771
|
+
}, {
|
|
1772
|
+
start: string;
|
|
1773
|
+
end?: string | undefined;
|
|
1774
|
+
}>, z.ZodObject<{
|
|
1775
|
+
start: z.ZodOptional<z.ZodString>;
|
|
1776
|
+
end: z.ZodString;
|
|
1777
|
+
}, "strip", z.ZodTypeAny, {
|
|
1778
|
+
end: string;
|
|
1779
|
+
start?: string | undefined;
|
|
1780
|
+
}, {
|
|
1781
|
+
end: string;
|
|
1782
|
+
start?: string | undefined;
|
|
1783
|
+
}>]>>;
|
|
1784
|
+
assigner: z.ZodOptional<z.ZodString>;
|
|
1785
|
+
}, {
|
|
1786
|
+
type: z.ZodEnum<["ssn"]>;
|
|
1787
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1788
|
+
type: "ssn";
|
|
1789
|
+
value: string;
|
|
1790
|
+
period?: {
|
|
1791
|
+
start: string;
|
|
1792
|
+
end?: string | undefined;
|
|
1793
|
+
} | {
|
|
1794
|
+
end: string;
|
|
1795
|
+
start?: string | undefined;
|
|
1796
|
+
} | undefined;
|
|
1797
|
+
assigner?: string | undefined;
|
|
1798
|
+
}, {
|
|
1799
|
+
type: "ssn";
|
|
1800
|
+
value: string;
|
|
1801
|
+
period?: {
|
|
1802
|
+
start: string;
|
|
1803
|
+
end?: string | undefined;
|
|
1804
|
+
} | {
|
|
1805
|
+
end: string;
|
|
1806
|
+
start?: string | undefined;
|
|
1807
|
+
} | undefined;
|
|
1808
|
+
assigner?: string | undefined;
|
|
1809
|
+
}>]>, "many">>;
|
|
1810
|
+
address: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
1811
|
+
addressLine1: z.ZodString;
|
|
1812
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
1813
|
+
city: z.ZodString;
|
|
1814
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
1815
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1816
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1817
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1818
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1819
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1820
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1821
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1822
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1823
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1824
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1825
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1826
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1827
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1828
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1829
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1830
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1831
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1832
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1833
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1834
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1835
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1836
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1837
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1838
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1839
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1840
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1841
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1842
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1843
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1844
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1845
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1846
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1847
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1848
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1849
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1850
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1851
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1852
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1853
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1854
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1855
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1856
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1857
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1858
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1859
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1860
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1861
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1862
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1863
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1864
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1865
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1866
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
1867
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1868
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1869
|
+
lat: z.ZodNumber;
|
|
1870
|
+
lon: z.ZodNumber;
|
|
1871
|
+
}, "strip", z.ZodTypeAny, {
|
|
1872
|
+
lat: number;
|
|
1873
|
+
lon: number;
|
|
1874
|
+
}, {
|
|
1875
|
+
lat: number;
|
|
1876
|
+
lon: number;
|
|
1877
|
+
}>>;
|
|
1878
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
1879
|
+
}, "strip", z.ZodTypeAny, {
|
|
1880
|
+
addressLine1: string;
|
|
1881
|
+
city: string;
|
|
1882
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1883
|
+
zip: string;
|
|
1884
|
+
country: "USA";
|
|
1885
|
+
addressLine2?: string | undefined;
|
|
1886
|
+
coordinates?: {
|
|
1887
|
+
lat: number;
|
|
1888
|
+
lon: number;
|
|
1889
|
+
} | undefined;
|
|
1890
|
+
}, {
|
|
1891
|
+
addressLine1: string;
|
|
1892
|
+
city: string;
|
|
1893
|
+
zip: string;
|
|
1894
|
+
addressLine2?: string | undefined;
|
|
1895
|
+
state?: unknown;
|
|
1896
|
+
coordinates?: {
|
|
1897
|
+
lat: number;
|
|
1898
|
+
lon: number;
|
|
1899
|
+
} | undefined;
|
|
1900
|
+
country?: "USA" | undefined;
|
|
1901
|
+
}>, "atleastone">, z.ZodObject<{
|
|
1902
|
+
addressLine1: z.ZodString;
|
|
1903
|
+
addressLine2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodOptional<z.ZodString>]>, string | undefined, string | undefined>;
|
|
1904
|
+
city: z.ZodString;
|
|
1905
|
+
state: z.ZodUnion<[z.ZodEffects<z.ZodNativeEnum<{
|
|
1906
|
+
AL: import("@metriport/shared").USState.AL;
|
|
1907
|
+
AK: import("@metriport/shared").USState.AK;
|
|
1908
|
+
AZ: import("@metriport/shared").USState.AZ;
|
|
1909
|
+
AR: import("@metriport/shared").USState.AR;
|
|
1910
|
+
CA: import("@metriport/shared").USState.CA;
|
|
1911
|
+
CO: import("@metriport/shared").USState.CO;
|
|
1912
|
+
CT: import("@metriport/shared").USState.CT;
|
|
1913
|
+
DE: import("@metriport/shared").USState.DE;
|
|
1914
|
+
DC: import("@metriport/shared").USState.DC;
|
|
1915
|
+
FL: import("@metriport/shared").USState.FL;
|
|
1916
|
+
GA: import("@metriport/shared").USState.GA;
|
|
1917
|
+
HI: import("@metriport/shared").USState.HI;
|
|
1918
|
+
ID: import("@metriport/shared").USState.ID;
|
|
1919
|
+
IL: import("@metriport/shared").USState.IL;
|
|
1920
|
+
IN: import("@metriport/shared").USState.IN;
|
|
1921
|
+
IA: import("@metriport/shared").USState.IA;
|
|
1922
|
+
KS: import("@metriport/shared").USState.KS;
|
|
1923
|
+
KY: import("@metriport/shared").USState.KY;
|
|
1924
|
+
LA: import("@metriport/shared").USState.LA;
|
|
1925
|
+
ME: import("@metriport/shared").USState.ME;
|
|
1926
|
+
MD: import("@metriport/shared").USState.MD;
|
|
1927
|
+
MA: import("@metriport/shared").USState.MA;
|
|
1928
|
+
MI: import("@metriport/shared").USState.MI;
|
|
1929
|
+
MN: import("@metriport/shared").USState.MN;
|
|
1930
|
+
MS: import("@metriport/shared").USState.MS;
|
|
1931
|
+
MO: import("@metriport/shared").USState.MO;
|
|
1932
|
+
MT: import("@metriport/shared").USState.MT;
|
|
1933
|
+
NE: import("@metriport/shared").USState.NE;
|
|
1934
|
+
NV: import("@metriport/shared").USState.NV;
|
|
1935
|
+
NH: import("@metriport/shared").USState.NH;
|
|
1936
|
+
NJ: import("@metriport/shared").USState.NJ;
|
|
1937
|
+
NM: import("@metriport/shared").USState.NM;
|
|
1938
|
+
NY: import("@metriport/shared").USState.NY;
|
|
1939
|
+
NC: import("@metriport/shared").USState.NC;
|
|
1940
|
+
ND: import("@metriport/shared").USState.ND;
|
|
1941
|
+
OH: import("@metriport/shared").USState.OH;
|
|
1942
|
+
OK: import("@metriport/shared").USState.OK;
|
|
1943
|
+
OR: import("@metriport/shared").USState.OR;
|
|
1944
|
+
PA: import("@metriport/shared").USState.PA;
|
|
1945
|
+
RI: import("@metriport/shared").USState.RI;
|
|
1946
|
+
SC: import("@metriport/shared").USState.SC;
|
|
1947
|
+
SD: import("@metriport/shared").USState.SD;
|
|
1948
|
+
TN: import("@metriport/shared").USState.TN;
|
|
1949
|
+
TX: import("@metriport/shared").USState.TX;
|
|
1950
|
+
UT: import("@metriport/shared").USState.UT;
|
|
1951
|
+
VT: import("@metriport/shared").USState.VT;
|
|
1952
|
+
VA: import("@metriport/shared").USState.VA;
|
|
1953
|
+
WA: import("@metriport/shared").USState.WA;
|
|
1954
|
+
WV: import("@metriport/shared").USState.WV;
|
|
1955
|
+
WI: import("@metriport/shared").USState.WI;
|
|
1956
|
+
WY: import("@metriport/shared").USState.WY;
|
|
1957
|
+
}>, import("@metriport/shared").USState, unknown>, z.ZodEffects<z.ZodNativeEnum<typeof import("@metriport/shared").USTerritory>, import("@metriport/shared").USTerritory, unknown>]>;
|
|
1958
|
+
zip: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
1959
|
+
coordinates: z.ZodOptional<z.ZodObject<{
|
|
1960
|
+
lat: z.ZodNumber;
|
|
1961
|
+
lon: z.ZodNumber;
|
|
1962
|
+
}, "strip", z.ZodTypeAny, {
|
|
1963
|
+
lat: number;
|
|
1964
|
+
lon: number;
|
|
1965
|
+
}, {
|
|
1966
|
+
lat: number;
|
|
1967
|
+
lon: number;
|
|
1968
|
+
}>>;
|
|
1969
|
+
country: z.ZodDefault<z.ZodOptional<z.ZodLiteral<"USA">>>;
|
|
1970
|
+
}, "strip", z.ZodTypeAny, {
|
|
1971
|
+
addressLine1: string;
|
|
1972
|
+
city: string;
|
|
1973
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
1974
|
+
zip: string;
|
|
1975
|
+
country: "USA";
|
|
1976
|
+
addressLine2?: string | undefined;
|
|
1977
|
+
coordinates?: {
|
|
1978
|
+
lat: number;
|
|
1979
|
+
lon: number;
|
|
1980
|
+
} | undefined;
|
|
1981
|
+
}, {
|
|
1982
|
+
addressLine1: string;
|
|
1983
|
+
city: string;
|
|
1984
|
+
zip: string;
|
|
1985
|
+
addressLine2?: string | undefined;
|
|
1986
|
+
state?: unknown;
|
|
1987
|
+
coordinates?: {
|
|
1988
|
+
lat: number;
|
|
1989
|
+
lon: number;
|
|
1990
|
+
} | undefined;
|
|
1991
|
+
country?: "USA" | undefined;
|
|
1992
|
+
}>]>;
|
|
1993
|
+
contact: z.ZodUnion<[z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1994
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
1995
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1996
|
+
}, "strip", z.ZodTypeAny, {
|
|
1997
|
+
phone?: string | null | undefined;
|
|
1998
|
+
email?: string | null | undefined;
|
|
1999
|
+
}, {
|
|
2000
|
+
phone?: string | null | undefined;
|
|
2001
|
+
email?: string | null | undefined;
|
|
2002
|
+
}>, {
|
|
2003
|
+
phone?: string | null | undefined;
|
|
2004
|
+
email?: string | null | undefined;
|
|
2005
|
+
}, {
|
|
2006
|
+
phone?: string | null | undefined;
|
|
2007
|
+
email?: string | null | undefined;
|
|
2008
|
+
}>, "many">>, z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
2009
|
+
phone: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, z.ZodNull]>, z.ZodUndefined]>;
|
|
2010
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
2011
|
+
}, "strip", z.ZodTypeAny, {
|
|
2012
|
+
phone?: string | null | undefined;
|
|
2013
|
+
email?: string | null | undefined;
|
|
2014
|
+
}, {
|
|
2015
|
+
phone?: string | null | undefined;
|
|
2016
|
+
email?: string | null | undefined;
|
|
2017
|
+
}>, {
|
|
2018
|
+
phone?: string | null | undefined;
|
|
2019
|
+
email?: string | null | undefined;
|
|
2020
|
+
}, {
|
|
2021
|
+
phone?: string | null | undefined;
|
|
2022
|
+
email?: string | null | undefined;
|
|
2023
|
+
}>>]>;
|
|
2024
|
+
}, {
|
|
2025
|
+
externalId: z.ZodOptional<z.ZodString>;
|
|
2026
|
+
}>, {
|
|
2027
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
2028
|
+
subscriptions: z.ZodOptional<z.ZodObject<{
|
|
2029
|
+
adt: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2030
|
+
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
adt?: string[] | undefined;
|
|
2032
|
+
}, {
|
|
2033
|
+
adt?: string[] | undefined;
|
|
2034
|
+
}>>;
|
|
2035
|
+
}, "strip", z.ZodTypeAny, {
|
|
2036
|
+
subscriptions?: {
|
|
2037
|
+
adt?: string[] | undefined;
|
|
2038
|
+
} | undefined;
|
|
2039
|
+
}, {
|
|
2040
|
+
subscriptions?: {
|
|
2041
|
+
adt?: string[] | undefined;
|
|
2042
|
+
} | undefined;
|
|
2043
|
+
}>>;
|
|
2044
|
+
}>, {
|
|
2045
|
+
cohorts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2046
|
+
}>, {
|
|
2047
|
+
id: z.ZodString;
|
|
2048
|
+
eTag: z.ZodOptional<z.ZodString>;
|
|
2049
|
+
}>, {
|
|
2050
|
+
facilityIds: z.ZodArray<z.ZodString, "many">;
|
|
2051
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2052
|
+
id: string;
|
|
2053
|
+
firstName: string;
|
|
2054
|
+
lastName: string;
|
|
2055
|
+
dob: string;
|
|
2056
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
2057
|
+
address: {
|
|
2058
|
+
addressLine1: string;
|
|
2059
|
+
city: string;
|
|
2060
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2061
|
+
zip: string;
|
|
2062
|
+
country: "USA";
|
|
2063
|
+
addressLine2?: string | undefined;
|
|
2064
|
+
coordinates?: {
|
|
2065
|
+
lat: number;
|
|
2066
|
+
lon: number;
|
|
2067
|
+
} | undefined;
|
|
2068
|
+
} | [{
|
|
2069
|
+
addressLine1: string;
|
|
2070
|
+
city: string;
|
|
2071
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2072
|
+
zip: string;
|
|
2073
|
+
country: "USA";
|
|
2074
|
+
addressLine2?: string | undefined;
|
|
2075
|
+
coordinates?: {
|
|
2076
|
+
lat: number;
|
|
2077
|
+
lon: number;
|
|
2078
|
+
} | undefined;
|
|
2079
|
+
}, ...{
|
|
2080
|
+
addressLine1: string;
|
|
2081
|
+
city: string;
|
|
2082
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2083
|
+
zip: string;
|
|
2084
|
+
country: "USA";
|
|
2085
|
+
addressLine2?: string | undefined;
|
|
2086
|
+
coordinates?: {
|
|
2087
|
+
lat: number;
|
|
2088
|
+
lon: number;
|
|
2089
|
+
} | undefined;
|
|
2090
|
+
}[]];
|
|
2091
|
+
facilityIds: string[];
|
|
2092
|
+
eTag?: string | undefined;
|
|
2093
|
+
personalIdentifiers?: ({
|
|
2094
|
+
type: "driversLicense";
|
|
2095
|
+
value: string;
|
|
2096
|
+
state: import("@metriport/shared").USState;
|
|
2097
|
+
period?: {
|
|
2098
|
+
start: string;
|
|
2099
|
+
end?: string | undefined;
|
|
2100
|
+
} | {
|
|
2101
|
+
end: string;
|
|
2102
|
+
start?: string | undefined;
|
|
2103
|
+
} | undefined;
|
|
2104
|
+
assigner?: string | undefined;
|
|
2105
|
+
} | {
|
|
2106
|
+
type: "ssn";
|
|
2107
|
+
value: string;
|
|
2108
|
+
period?: {
|
|
2109
|
+
start: string;
|
|
2110
|
+
end?: string | undefined;
|
|
2111
|
+
} | {
|
|
2112
|
+
end: string;
|
|
2113
|
+
start?: string | undefined;
|
|
2114
|
+
} | undefined;
|
|
2115
|
+
assigner?: string | undefined;
|
|
2116
|
+
})[] | undefined;
|
|
2117
|
+
contact?: {
|
|
2118
|
+
phone?: string | null | undefined;
|
|
2119
|
+
email?: string | null | undefined;
|
|
2120
|
+
} | {
|
|
2121
|
+
phone?: string | null | undefined;
|
|
2122
|
+
email?: string | null | undefined;
|
|
2123
|
+
}[] | undefined;
|
|
2124
|
+
externalId?: string | undefined;
|
|
2125
|
+
settings?: {
|
|
2126
|
+
subscriptions?: {
|
|
2127
|
+
adt?: string[] | undefined;
|
|
2128
|
+
} | undefined;
|
|
2129
|
+
} | undefined;
|
|
2130
|
+
cohorts?: string[] | undefined;
|
|
2131
|
+
}, {
|
|
2132
|
+
id: string;
|
|
2133
|
+
firstName: string;
|
|
2134
|
+
lastName: string;
|
|
2135
|
+
dob: string;
|
|
2136
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
2137
|
+
address: {
|
|
2138
|
+
addressLine1: string;
|
|
2139
|
+
city: string;
|
|
2140
|
+
zip: string;
|
|
2141
|
+
addressLine2?: string | undefined;
|
|
2142
|
+
state?: unknown;
|
|
2143
|
+
coordinates?: {
|
|
2144
|
+
lat: number;
|
|
2145
|
+
lon: number;
|
|
2146
|
+
} | undefined;
|
|
2147
|
+
country?: "USA" | undefined;
|
|
2148
|
+
} | [{
|
|
2149
|
+
addressLine1: string;
|
|
2150
|
+
city: string;
|
|
2151
|
+
zip: string;
|
|
2152
|
+
addressLine2?: string | undefined;
|
|
2153
|
+
state?: unknown;
|
|
2154
|
+
coordinates?: {
|
|
2155
|
+
lat: number;
|
|
2156
|
+
lon: number;
|
|
2157
|
+
} | undefined;
|
|
2158
|
+
country?: "USA" | undefined;
|
|
2159
|
+
}, ...{
|
|
2160
|
+
addressLine1: string;
|
|
2161
|
+
city: string;
|
|
2162
|
+
zip: string;
|
|
2163
|
+
addressLine2?: string | undefined;
|
|
2164
|
+
state?: unknown;
|
|
2165
|
+
coordinates?: {
|
|
2166
|
+
lat: number;
|
|
2167
|
+
lon: number;
|
|
2168
|
+
} | undefined;
|
|
2169
|
+
country?: "USA" | undefined;
|
|
2170
|
+
}[]];
|
|
2171
|
+
facilityIds: string[];
|
|
2172
|
+
eTag?: string | undefined;
|
|
2173
|
+
personalIdentifiers?: ({
|
|
2174
|
+
type: "driversLicense";
|
|
2175
|
+
value: string;
|
|
2176
|
+
state?: unknown;
|
|
2177
|
+
period?: {
|
|
2178
|
+
start: string;
|
|
2179
|
+
end?: string | undefined;
|
|
2180
|
+
} | {
|
|
2181
|
+
end: string;
|
|
2182
|
+
start?: string | undefined;
|
|
2183
|
+
} | undefined;
|
|
2184
|
+
assigner?: string | undefined;
|
|
2185
|
+
} | {
|
|
2186
|
+
type: "ssn";
|
|
2187
|
+
value: string;
|
|
2188
|
+
period?: {
|
|
2189
|
+
start: string;
|
|
2190
|
+
end?: string | undefined;
|
|
2191
|
+
} | {
|
|
2192
|
+
end: string;
|
|
2193
|
+
start?: string | undefined;
|
|
2194
|
+
} | undefined;
|
|
2195
|
+
assigner?: string | undefined;
|
|
2196
|
+
})[] | undefined;
|
|
2197
|
+
contact?: {
|
|
2198
|
+
phone?: string | null | undefined;
|
|
2199
|
+
email?: string | null | undefined;
|
|
2200
|
+
} | {
|
|
2201
|
+
phone?: string | null | undefined;
|
|
2202
|
+
email?: string | null | undefined;
|
|
2203
|
+
}[] | undefined;
|
|
2204
|
+
externalId?: string | undefined;
|
|
2205
|
+
settings?: {
|
|
2206
|
+
subscriptions?: {
|
|
2207
|
+
adt?: string[] | undefined;
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
} | undefined;
|
|
2210
|
+
cohorts?: string[] | undefined;
|
|
2211
|
+
}>, "many">;
|
|
2212
|
+
}, "strip", z.ZodTypeAny, {
|
|
2213
|
+
patients: {
|
|
2214
|
+
id: string;
|
|
2215
|
+
firstName: string;
|
|
2216
|
+
lastName: string;
|
|
2217
|
+
dob: string;
|
|
2218
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
2219
|
+
address: {
|
|
2220
|
+
addressLine1: string;
|
|
2221
|
+
city: string;
|
|
2222
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2223
|
+
zip: string;
|
|
2224
|
+
country: "USA";
|
|
2225
|
+
addressLine2?: string | undefined;
|
|
2226
|
+
coordinates?: {
|
|
2227
|
+
lat: number;
|
|
2228
|
+
lon: number;
|
|
2229
|
+
} | undefined;
|
|
2230
|
+
} | [{
|
|
2231
|
+
addressLine1: string;
|
|
2232
|
+
city: string;
|
|
2233
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2234
|
+
zip: string;
|
|
2235
|
+
country: "USA";
|
|
2236
|
+
addressLine2?: string | undefined;
|
|
2237
|
+
coordinates?: {
|
|
2238
|
+
lat: number;
|
|
2239
|
+
lon: number;
|
|
2240
|
+
} | undefined;
|
|
2241
|
+
}, ...{
|
|
2242
|
+
addressLine1: string;
|
|
2243
|
+
city: string;
|
|
2244
|
+
state: import("@metriport/shared").USState | import("@metriport/shared").USTerritory;
|
|
2245
|
+
zip: string;
|
|
2246
|
+
country: "USA";
|
|
2247
|
+
addressLine2?: string | undefined;
|
|
2248
|
+
coordinates?: {
|
|
2249
|
+
lat: number;
|
|
2250
|
+
lon: number;
|
|
2251
|
+
} | undefined;
|
|
2252
|
+
}[]];
|
|
2253
|
+
facilityIds: string[];
|
|
2254
|
+
eTag?: string | undefined;
|
|
2255
|
+
personalIdentifiers?: ({
|
|
2256
|
+
type: "driversLicense";
|
|
2257
|
+
value: string;
|
|
2258
|
+
state: import("@metriport/shared").USState;
|
|
2259
|
+
period?: {
|
|
2260
|
+
start: string;
|
|
2261
|
+
end?: string | undefined;
|
|
2262
|
+
} | {
|
|
2263
|
+
end: string;
|
|
2264
|
+
start?: string | undefined;
|
|
2265
|
+
} | undefined;
|
|
2266
|
+
assigner?: string | undefined;
|
|
2267
|
+
} | {
|
|
2268
|
+
type: "ssn";
|
|
2269
|
+
value: string;
|
|
2270
|
+
period?: {
|
|
2271
|
+
start: string;
|
|
2272
|
+
end?: string | undefined;
|
|
2273
|
+
} | {
|
|
2274
|
+
end: string;
|
|
2275
|
+
start?: string | undefined;
|
|
2276
|
+
} | undefined;
|
|
2277
|
+
assigner?: string | undefined;
|
|
2278
|
+
})[] | undefined;
|
|
2279
|
+
contact?: {
|
|
2280
|
+
phone?: string | null | undefined;
|
|
2281
|
+
email?: string | null | undefined;
|
|
2282
|
+
} | {
|
|
2283
|
+
phone?: string | null | undefined;
|
|
2284
|
+
email?: string | null | undefined;
|
|
2285
|
+
}[] | undefined;
|
|
2286
|
+
externalId?: string | undefined;
|
|
2287
|
+
settings?: {
|
|
2288
|
+
subscriptions?: {
|
|
2289
|
+
adt?: string[] | undefined;
|
|
2290
|
+
} | undefined;
|
|
2291
|
+
} | undefined;
|
|
2292
|
+
cohorts?: string[] | undefined;
|
|
2293
|
+
}[];
|
|
2294
|
+
}, {
|
|
2295
|
+
patients: {
|
|
2296
|
+
id: string;
|
|
2297
|
+
firstName: string;
|
|
2298
|
+
lastName: string;
|
|
2299
|
+
dob: string;
|
|
2300
|
+
genderAtBirth: "F" | "M" | "O" | "U";
|
|
2301
|
+
address: {
|
|
2302
|
+
addressLine1: string;
|
|
2303
|
+
city: string;
|
|
2304
|
+
zip: string;
|
|
2305
|
+
addressLine2?: string | undefined;
|
|
2306
|
+
state?: unknown;
|
|
2307
|
+
coordinates?: {
|
|
2308
|
+
lat: number;
|
|
2309
|
+
lon: number;
|
|
2310
|
+
} | undefined;
|
|
2311
|
+
country?: "USA" | undefined;
|
|
2312
|
+
} | [{
|
|
2313
|
+
addressLine1: string;
|
|
2314
|
+
city: string;
|
|
2315
|
+
zip: string;
|
|
2316
|
+
addressLine2?: string | undefined;
|
|
2317
|
+
state?: unknown;
|
|
2318
|
+
coordinates?: {
|
|
2319
|
+
lat: number;
|
|
2320
|
+
lon: number;
|
|
2321
|
+
} | undefined;
|
|
2322
|
+
country?: "USA" | undefined;
|
|
2323
|
+
}, ...{
|
|
2324
|
+
addressLine1: string;
|
|
2325
|
+
city: string;
|
|
2326
|
+
zip: string;
|
|
2327
|
+
addressLine2?: string | undefined;
|
|
2328
|
+
state?: unknown;
|
|
2329
|
+
coordinates?: {
|
|
2330
|
+
lat: number;
|
|
2331
|
+
lon: number;
|
|
2332
|
+
} | undefined;
|
|
2333
|
+
country?: "USA" | undefined;
|
|
2334
|
+
}[]];
|
|
2335
|
+
facilityIds: string[];
|
|
2336
|
+
eTag?: string | undefined;
|
|
2337
|
+
personalIdentifiers?: ({
|
|
2338
|
+
type: "driversLicense";
|
|
2339
|
+
value: string;
|
|
2340
|
+
state?: unknown;
|
|
2341
|
+
period?: {
|
|
2342
|
+
start: string;
|
|
2343
|
+
end?: string | undefined;
|
|
2344
|
+
} | {
|
|
2345
|
+
end: string;
|
|
2346
|
+
start?: string | undefined;
|
|
2347
|
+
} | undefined;
|
|
2348
|
+
assigner?: string | undefined;
|
|
2349
|
+
} | {
|
|
2350
|
+
type: "ssn";
|
|
2351
|
+
value: string;
|
|
2352
|
+
period?: {
|
|
2353
|
+
start: string;
|
|
2354
|
+
end?: string | undefined;
|
|
2355
|
+
} | {
|
|
2356
|
+
end: string;
|
|
2357
|
+
start?: string | undefined;
|
|
2358
|
+
} | undefined;
|
|
2359
|
+
assigner?: string | undefined;
|
|
2360
|
+
})[] | undefined;
|
|
2361
|
+
contact?: {
|
|
2362
|
+
phone?: string | null | undefined;
|
|
2363
|
+
email?: string | null | undefined;
|
|
2364
|
+
} | {
|
|
2365
|
+
phone?: string | null | undefined;
|
|
2366
|
+
email?: string | null | undefined;
|
|
2367
|
+
}[] | undefined;
|
|
2368
|
+
externalId?: string | undefined;
|
|
2369
|
+
settings?: {
|
|
2370
|
+
subscriptions?: {
|
|
2371
|
+
adt?: string[] | undefined;
|
|
2372
|
+
} | undefined;
|
|
2373
|
+
} | undefined;
|
|
2374
|
+
cohorts?: string[] | undefined;
|
|
2375
|
+
}[];
|
|
2376
|
+
}>;
|
|
2377
|
+
export declare const queryStatusSchema: z.ZodEnum<["processing", "completed", "failed"]>;
|
|
2378
|
+
export type QueryStatus = z.infer<typeof queryStatusSchema>;
|
|
2379
|
+
export type GetConsolidatedQueryProgressResponse = {
|
|
2380
|
+
/** @deprecated status should no longer be used. Refer to queries array instead. */
|
|
2381
|
+
status: QueryStatus;
|
|
2382
|
+
queries: ConsolidatedQuery[] | null;
|
|
2383
|
+
message?: string;
|
|
2384
|
+
};
|
|
2385
|
+
export type GetSingleConsolidatedQueryProgressResponse = ConsolidatedQuery;
|
|
2386
|
+
export type StartConsolidatedQueryProgressResponse = ConsolidatedQuery;
|
|
2387
|
+
export type PatientHieOptOutResponse = {
|
|
2388
|
+
id: string;
|
|
2389
|
+
hieOptOut: boolean;
|
|
2390
|
+
message: string;
|
|
2391
|
+
};
|
|
2392
|
+
export declare const medicalRecordUrlResponseSchema: z.ZodObject<{
|
|
2393
|
+
url: z.ZodString;
|
|
2394
|
+
}, "strip", z.ZodTypeAny, {
|
|
2395
|
+
url: string;
|
|
2396
|
+
}, {
|
|
2397
|
+
url: string;
|
|
2398
|
+
}>;
|
|
2399
|
+
export type MedicalRecordUrlResponse = z.infer<typeof medicalRecordUrlResponseSchema>;
|
|
2400
|
+
//# sourceMappingURL=patient.d.ts.map
|