@medplum/core 0.2.1 → 0.4.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/README.md +32 -26
- package/dist/cjs/index.js +1818 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/index.min.js +16 -0
- package/dist/cjs/index.min.js.map +1 -0
- package/dist/esm/index.js +1769 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/index.min.js +16 -0
- package/dist/esm/index.min.js.map +1 -0
- package/dist/{cache.d.ts → types/cache.d.ts} +2 -3
- package/dist/types/client.d.ts +230 -0
- package/dist/{crypto.d.ts → types/crypto.d.ts} +0 -0
- package/dist/{eventtarget.d.ts → types/eventtarget.d.ts} +3 -3
- package/dist/{format.d.ts → types/format.d.ts} +1 -1
- package/dist/{index.d.ts → types/index.d.ts} +0 -2
- package/dist/types/jwt.d.ts +5 -0
- package/dist/{outcomes.d.ts → types/outcomes.d.ts} +7 -2
- package/dist/{search.d.ts → types/search.d.ts} +4 -0
- package/dist/{searchparams.d.ts → types/searchparams.d.ts} +1 -1
- package/dist/{storage.d.ts → types/storage.d.ts} +2 -2
- package/dist/{types.d.ts → types/types.d.ts} +18 -4
- package/dist/{utils.d.ts → types/utils.d.ts} +7 -1
- package/package.json +14 -9
- package/dist/cache.js +0 -36
- package/dist/cache.js.map +0 -1
- package/dist/client.d.ts +0 -233
- package/dist/client.js +0 -541
- package/dist/client.js.map +0 -1
- package/dist/crypto.js +0 -33
- package/dist/crypto.js.map +0 -1
- package/dist/eventtarget.js +0 -38
- package/dist/eventtarget.js.map +0 -1
- package/dist/fhir/AccessPolicy.d.ts +0 -75
- package/dist/fhir/AccessPolicy.js +0 -7
- package/dist/fhir/AccessPolicy.js.map +0 -1
- package/dist/fhir/Account.d.ts +0 -247
- package/dist/fhir/Account.js +0 -7
- package/dist/fhir/Account.js.map +0 -1
- package/dist/fhir/ActivityDefinition.d.ts +0 -500
- package/dist/fhir/ActivityDefinition.js +0 -7
- package/dist/fhir/ActivityDefinition.js.map +0 -1
- package/dist/fhir/Address.d.ts +0 -75
- package/dist/fhir/Address.js +0 -7
- package/dist/fhir/Address.js.map +0 -1
- package/dist/fhir/AdverseEvent.d.ts +0 -303
- package/dist/fhir/AdverseEvent.js +0 -7
- package/dist/fhir/AdverseEvent.js.map +0 -1
- package/dist/fhir/Age.d.ts +0 -47
- package/dist/fhir/Age.js +0 -7
- package/dist/fhir/Age.js.map +0 -1
- package/dist/fhir/AllergyIntolerance.d.ts +0 -283
- package/dist/fhir/AllergyIntolerance.js +0 -7
- package/dist/fhir/AllergyIntolerance.js.map +0 -1
- package/dist/fhir/Annotation.d.ts +0 -42
- package/dist/fhir/Annotation.js +0 -7
- package/dist/fhir/Annotation.js.map +0 -1
- package/dist/fhir/Appointment.d.ts +0 -284
- package/dist/fhir/Appointment.js +0 -7
- package/dist/fhir/Appointment.js.map +0 -1
- package/dist/fhir/AppointmentResponse.d.ts +0 -131
- package/dist/fhir/AppointmentResponse.js +0 -7
- package/dist/fhir/AppointmentResponse.js.map +0 -1
- package/dist/fhir/Attachment.d.ts +0 -58
- package/dist/fhir/Attachment.js +0 -7
- package/dist/fhir/Attachment.js.map +0 -1
- package/dist/fhir/AuditEvent.d.ts +0 -458
- package/dist/fhir/AuditEvent.js +0 -7
- package/dist/fhir/AuditEvent.js.map +0 -1
- package/dist/fhir/Basic.d.ts +0 -110
- package/dist/fhir/Basic.js +0 -7
- package/dist/fhir/Basic.js.map +0 -1
- package/dist/fhir/Binary.d.ts +0 -59
- package/dist/fhir/Binary.js +0 -7
- package/dist/fhir/Binary.js.map +0 -1
- package/dist/fhir/BiologicallyDerivedProduct.d.ts +0 -358
- package/dist/fhir/BiologicallyDerivedProduct.js +0 -7
- package/dist/fhir/BiologicallyDerivedProduct.js.map +0 -1
- package/dist/fhir/BodyStructure.d.ts +0 -119
- package/dist/fhir/BodyStructure.js +0 -7
- package/dist/fhir/BodyStructure.js.map +0 -1
- package/dist/fhir/Bot.d.ts +0 -49
- package/dist/fhir/Bot.js +0 -7
- package/dist/fhir/Bot.js.map +0 -1
- package/dist/fhir/Bundle.d.ts +0 -379
- package/dist/fhir/Bundle.js +0 -7
- package/dist/fhir/Bundle.js.map +0 -1
- package/dist/fhir/CapabilityStatement.d.ts +0 -1044
- package/dist/fhir/CapabilityStatement.js +0 -7
- package/dist/fhir/CapabilityStatement.js.map +0 -1
- package/dist/fhir/CarePlan.d.ts +0 -446
- package/dist/fhir/CarePlan.js +0 -7
- package/dist/fhir/CarePlan.js.map +0 -1
- package/dist/fhir/CareTeam.d.ts +0 -211
- package/dist/fhir/CareTeam.js +0 -7
- package/dist/fhir/CareTeam.js.map +0 -1
- package/dist/fhir/CatalogEntry.d.ts +0 -195
- package/dist/fhir/CatalogEntry.js +0 -7
- package/dist/fhir/CatalogEntry.js.map +0 -1
- package/dist/fhir/ChargeItem.d.ts +0 -287
- package/dist/fhir/ChargeItem.js +0 -7
- package/dist/fhir/ChargeItem.js.map +0 -1
- package/dist/fhir/ChargeItemDefinition.d.ts +0 -401
- package/dist/fhir/ChargeItemDefinition.js +0 -7
- package/dist/fhir/ChargeItemDefinition.js.map +0 -1
- package/dist/fhir/Claim.d.ts +0 -1092
- package/dist/fhir/Claim.js +0 -7
- package/dist/fhir/Claim.js.map +0 -1
- package/dist/fhir/ClaimResponse.d.ts +0 -1040
- package/dist/fhir/ClaimResponse.js +0 -7
- package/dist/fhir/ClaimResponse.js.map +0 -1
- package/dist/fhir/ClientApplication.d.ts +0 -46
- package/dist/fhir/ClientApplication.js +0 -7
- package/dist/fhir/ClientApplication.js.map +0 -1
- package/dist/fhir/ClinicalImpression.d.ts +0 -306
- package/dist/fhir/ClinicalImpression.js +0 -7
- package/dist/fhir/ClinicalImpression.js.map +0 -1
- package/dist/fhir/CodeSystem.d.ts +0 -541
- package/dist/fhir/CodeSystem.js +0 -7
- package/dist/fhir/CodeSystem.js.map +0 -1
- package/dist/fhir/CodeableConcept.d.ts +0 -33
- package/dist/fhir/CodeableConcept.js +0 -7
- package/dist/fhir/CodeableConcept.js.map +0 -1
- package/dist/fhir/Coding.d.ts +0 -50
- package/dist/fhir/Coding.js +0 -7
- package/dist/fhir/Coding.js.map +0 -1
- package/dist/fhir/Communication.d.ts +0 -264
- package/dist/fhir/Communication.js +0 -7
- package/dist/fhir/Communication.js.map +0 -1
- package/dist/fhir/CommunicationRequest.d.ts +0 -261
- package/dist/fhir/CommunicationRequest.js +0 -7
- package/dist/fhir/CommunicationRequest.js.map +0 -1
- package/dist/fhir/CompartmentDefinition.d.ts +0 -217
- package/dist/fhir/CompartmentDefinition.js +0 -7
- package/dist/fhir/CompartmentDefinition.js.map +0 -1
- package/dist/fhir/Composition.d.ts +0 -429
- package/dist/fhir/Composition.js +0 -7
- package/dist/fhir/Composition.js.map +0 -1
- package/dist/fhir/ConceptMap.d.ts +0 -518
- package/dist/fhir/ConceptMap.js +0 -7
- package/dist/fhir/ConceptMap.js.map +0 -1
- package/dist/fhir/Condition.d.ts +0 -326
- package/dist/fhir/Condition.js +0 -7
- package/dist/fhir/Condition.js.map +0 -1
- package/dist/fhir/Consent.d.ts +0 -460
- package/dist/fhir/Consent.js +0 -7
- package/dist/fhir/Consent.js.map +0 -1
- package/dist/fhir/ContactDetail.d.ts +0 -31
- package/dist/fhir/ContactDetail.js +0 -7
- package/dist/fhir/ContactDetail.js.map +0 -1
- package/dist/fhir/ContactPoint.d.ts +0 -47
- package/dist/fhir/ContactPoint.js +0 -7
- package/dist/fhir/ContactPoint.js.map +0 -1
- package/dist/fhir/Contract.d.ts +0 -1452
- package/dist/fhir/Contract.js +0 -7
- package/dist/fhir/Contract.js.map +0 -1
- package/dist/fhir/Contributor.d.ts +0 -37
- package/dist/fhir/Contributor.js +0 -7
- package/dist/fhir/Contributor.js.map +0 -1
- package/dist/fhir/Count.d.ts +0 -49
- package/dist/fhir/Count.js +0 -7
- package/dist/fhir/Count.js.map +0 -1
- package/dist/fhir/Coverage.d.ts +0 -327
- package/dist/fhir/Coverage.js +0 -7
- package/dist/fhir/Coverage.js.map +0 -1
- package/dist/fhir/CoverageEligibilityRequest.d.ts +0 -404
- package/dist/fhir/CoverageEligibilityRequest.js +0 -7
- package/dist/fhir/CoverageEligibilityRequest.js.map +0 -1
- package/dist/fhir/CoverageEligibilityResponse.d.ts +0 -434
- package/dist/fhir/CoverageEligibilityResponse.js +0 -7
- package/dist/fhir/CoverageEligibilityResponse.js.map +0 -1
- package/dist/fhir/DataRequirement.d.ts +0 -239
- package/dist/fhir/DataRequirement.js +0 -7
- package/dist/fhir/DataRequirement.js.map +0 -1
- package/dist/fhir/DetectedIssue.d.ts +0 -252
- package/dist/fhir/DetectedIssue.js +0 -7
- package/dist/fhir/DetectedIssue.js.map +0 -1
- package/dist/fhir/Device.d.ts +0 -493
- package/dist/fhir/Device.js +0 -7
- package/dist/fhir/Device.js.map +0 -1
- package/dist/fhir/DeviceDefinition.d.ts +0 -486
- package/dist/fhir/DeviceDefinition.js +0 -7
- package/dist/fhir/DeviceDefinition.js.map +0 -1
- package/dist/fhir/DeviceMetric.d.ts +0 -199
- package/dist/fhir/DeviceMetric.js +0 -7
- package/dist/fhir/DeviceMetric.js.map +0 -1
- package/dist/fhir/DeviceRequest.d.ts +0 -296
- package/dist/fhir/DeviceRequest.js +0 -7
- package/dist/fhir/DeviceRequest.js.map +0 -1
- package/dist/fhir/DeviceUseStatement.d.ts +0 -168
- package/dist/fhir/DeviceUseStatement.js +0 -7
- package/dist/fhir/DeviceUseStatement.js.map +0 -1
- package/dist/fhir/DiagnosticReport.d.ts +0 -254
- package/dist/fhir/DiagnosticReport.js +0 -7
- package/dist/fhir/DiagnosticReport.js.map +0 -1
- package/dist/fhir/Distance.d.ts +0 -47
- package/dist/fhir/Distance.js +0 -7
- package/dist/fhir/Distance.js.map +0 -1
- package/dist/fhir/DocumentManifest.d.ts +0 -196
- package/dist/fhir/DocumentManifest.js +0 -7
- package/dist/fhir/DocumentManifest.js.map +0 -1
- package/dist/fhir/DocumentReference.d.ts +0 -349
- package/dist/fhir/DocumentReference.js +0 -7
- package/dist/fhir/DocumentReference.js.map +0 -1
- package/dist/fhir/Dosage.d.ts +0 -152
- package/dist/fhir/Dosage.js +0 -7
- package/dist/fhir/Dosage.js.map +0 -1
- package/dist/fhir/Duration.d.ts +0 -46
- package/dist/fhir/Duration.js +0 -7
- package/dist/fhir/Duration.js.map +0 -1
- package/dist/fhir/EffectEvidenceSynthesis.d.ts +0 -591
- package/dist/fhir/EffectEvidenceSynthesis.js +0 -7
- package/dist/fhir/EffectEvidenceSynthesis.js.map +0 -1
- package/dist/fhir/Element.d.ts +0 -21
- package/dist/fhir/Element.js +0 -7
- package/dist/fhir/Element.js.map +0 -1
- package/dist/fhir/ElementDefinition.d.ts +0 -2701
- package/dist/fhir/ElementDefinition.js +0 -7
- package/dist/fhir/ElementDefinition.js.map +0 -1
- package/dist/fhir/Encounter.d.ts +0 -558
- package/dist/fhir/Encounter.js +0 -7
- package/dist/fhir/Encounter.js.map +0 -1
- package/dist/fhir/Endpoint.d.ts +0 -140
- package/dist/fhir/Endpoint.js +0 -7
- package/dist/fhir/Endpoint.js.map +0 -1
- package/dist/fhir/EnrollmentRequest.d.ts +0 -113
- package/dist/fhir/EnrollmentRequest.js +0 -7
- package/dist/fhir/EnrollmentRequest.js.map +0 -1
- package/dist/fhir/EnrollmentResponse.d.ts +0 -117
- package/dist/fhir/EnrollmentResponse.js +0 -7
- package/dist/fhir/EnrollmentResponse.js.map +0 -1
- package/dist/fhir/EpisodeOfCare.d.ts +0 -246
- package/dist/fhir/EpisodeOfCare.js +0 -7
- package/dist/fhir/EpisodeOfCare.js.map +0 -1
- package/dist/fhir/EventDefinition.d.ts +0 -253
- package/dist/fhir/EventDefinition.js +0 -7
- package/dist/fhir/EventDefinition.js.map +0 -1
- package/dist/fhir/Evidence.d.ts +0 -252
- package/dist/fhir/Evidence.js +0 -7
- package/dist/fhir/Evidence.js.map +0 -1
- package/dist/fhir/EvidenceVariable.d.ts +0 -370
- package/dist/fhir/EvidenceVariable.js +0 -7
- package/dist/fhir/EvidenceVariable.js.map +0 -1
- package/dist/fhir/ExampleScenario.d.ts +0 -628
- package/dist/fhir/ExampleScenario.js +0 -7
- package/dist/fhir/ExampleScenario.js.map +0 -1
- package/dist/fhir/ExplanationOfBenefit.d.ts +0 -1841
- package/dist/fhir/ExplanationOfBenefit.js +0 -7
- package/dist/fhir/ExplanationOfBenefit.js.map +0 -1
- package/dist/fhir/Expression.d.ts +0 -45
- package/dist/fhir/Expression.js +0 -7
- package/dist/fhir/Expression.js.map +0 -1
- package/dist/fhir/Extension.d.ts +0 -306
- package/dist/fhir/Extension.js +0 -7
- package/dist/fhir/Extension.js.map +0 -1
- package/dist/fhir/FamilyMemberHistory.d.ts +0 -306
- package/dist/fhir/FamilyMemberHistory.js +0 -7
- package/dist/fhir/FamilyMemberHistory.js.map +0 -1
- package/dist/fhir/Flag.d.ts +0 -132
- package/dist/fhir/Flag.js +0 -7
- package/dist/fhir/Flag.js.map +0 -1
- package/dist/fhir/Goal.d.ts +0 -299
- package/dist/fhir/Goal.js +0 -7
- package/dist/fhir/Goal.js.map +0 -1
- package/dist/fhir/GraphDefinition.d.ts +0 -350
- package/dist/fhir/GraphDefinition.js +0 -7
- package/dist/fhir/GraphDefinition.js.map +0 -1
- package/dist/fhir/Group.d.ts +0 -271
- package/dist/fhir/Group.js +0 -7
- package/dist/fhir/Group.js.map +0 -1
- package/dist/fhir/GuidanceResponse.d.ts +0 -196
- package/dist/fhir/GuidanceResponse.js +0 -7
- package/dist/fhir/GuidanceResponse.js.map +0 -1
- package/dist/fhir/HealthcareService.d.ts +0 -356
- package/dist/fhir/HealthcareService.js +0 -7
- package/dist/fhir/HealthcareService.js.map +0 -1
- package/dist/fhir/HumanName.d.ts +0 -58
- package/dist/fhir/HumanName.js +0 -7
- package/dist/fhir/HumanName.js.map +0 -1
- package/dist/fhir/Identifier.d.ts +0 -53
- package/dist/fhir/Identifier.js +0 -7
- package/dist/fhir/Identifier.js.map +0 -1
- package/dist/fhir/ImagingStudy.d.ts +0 -407
- package/dist/fhir/ImagingStudy.js +0 -7
- package/dist/fhir/ImagingStudy.js.map +0 -1
- package/dist/fhir/Immunization.d.ts +0 -444
- package/dist/fhir/Immunization.js +0 -7
- package/dist/fhir/Immunization.js.map +0 -1
- package/dist/fhir/ImmunizationEvaluation.d.ts +0 -149
- package/dist/fhir/ImmunizationEvaluation.js +0 -7
- package/dist/fhir/ImmunizationEvaluation.js.map +0 -1
- package/dist/fhir/ImmunizationRecommendation.d.ts +0 -254
- package/dist/fhir/ImmunizationRecommendation.js +0 -7
- package/dist/fhir/ImmunizationRecommendation.js.map +0 -1
- package/dist/fhir/ImplementationGuide.d.ts +0 -824
- package/dist/fhir/ImplementationGuide.js +0 -7
- package/dist/fhir/ImplementationGuide.js.map +0 -1
- package/dist/fhir/InsurancePlan.d.ts +0 -624
- package/dist/fhir/InsurancePlan.js +0 -7
- package/dist/fhir/InsurancePlan.js.map +0 -1
- package/dist/fhir/Invoice.d.ts +0 -346
- package/dist/fhir/Invoice.js +0 -7
- package/dist/fhir/Invoice.js.map +0 -1
- package/dist/fhir/JsonWebKey.d.ts +0 -99
- package/dist/fhir/JsonWebKey.js +0 -7
- package/dist/fhir/JsonWebKey.js.map +0 -1
- package/dist/fhir/Library.d.ts +0 -277
- package/dist/fhir/Library.js +0 -7
- package/dist/fhir/Library.js.map +0 -1
- package/dist/fhir/Linkage.d.ts +0 -146
- package/dist/fhir/Linkage.js +0 -7
- package/dist/fhir/Linkage.js.map +0 -1
- package/dist/fhir/List.d.ts +0 -200
- package/dist/fhir/List.js +0 -7
- package/dist/fhir/List.js.map +0 -1
- package/dist/fhir/Location.d.ts +0 -277
- package/dist/fhir/Location.js +0 -7
- package/dist/fhir/Location.js.map +0 -1
- package/dist/fhir/Login.d.ts +0 -119
- package/dist/fhir/Login.js +0 -7
- package/dist/fhir/Login.js.map +0 -1
- package/dist/fhir/MarketingStatus.d.ts +0 -82
- package/dist/fhir/MarketingStatus.js +0 -7
- package/dist/fhir/MarketingStatus.js.map +0 -1
- package/dist/fhir/Measure.d.ts +0 -620
- package/dist/fhir/Measure.js +0 -7
- package/dist/fhir/Measure.js.map +0 -1
- package/dist/fhir/MeasureReport.d.ts +0 -463
- package/dist/fhir/MeasureReport.js +0 -7
- package/dist/fhir/MeasureReport.js.map +0 -1
- package/dist/fhir/Media.d.ts +0 -205
- package/dist/fhir/Media.js +0 -7
- package/dist/fhir/Media.js.map +0 -1
- package/dist/fhir/Medication.d.ts +0 -230
- package/dist/fhir/Medication.js +0 -7
- package/dist/fhir/Medication.js.map +0 -1
- package/dist/fhir/MedicationAdministration.d.ts +0 -352
- package/dist/fhir/MedicationAdministration.js +0 -7
- package/dist/fhir/MedicationAdministration.js.map +0 -1
- package/dist/fhir/MedicationDispense.d.ts +0 -343
- package/dist/fhir/MedicationDispense.js +0 -7
- package/dist/fhir/MedicationDispense.js.map +0 -1
- package/dist/fhir/MedicationKnowledge.d.ts +0 -992
- package/dist/fhir/MedicationKnowledge.js +0 -7
- package/dist/fhir/MedicationKnowledge.js.map +0 -1
- package/dist/fhir/MedicationRequest.d.ts +0 -481
- package/dist/fhir/MedicationRequest.js +0 -7
- package/dist/fhir/MedicationRequest.js.map +0 -1
- package/dist/fhir/MedicationStatement.d.ts +0 -228
- package/dist/fhir/MedicationStatement.js +0 -7
- package/dist/fhir/MedicationStatement.js.map +0 -1
- package/dist/fhir/MedicinalProduct.d.ts +0 -453
- package/dist/fhir/MedicinalProduct.js +0 -7
- package/dist/fhir/MedicinalProduct.js.map +0 -1
- package/dist/fhir/MedicinalProductAuthorization.d.ts +0 -271
- package/dist/fhir/MedicinalProductAuthorization.js +0 -7
- package/dist/fhir/MedicinalProductAuthorization.js.map +0 -1
- package/dist/fhir/MedicinalProductContraindication.d.ts +0 -170
- package/dist/fhir/MedicinalProductContraindication.js +0 -7
- package/dist/fhir/MedicinalProductContraindication.js.map +0 -1
- package/dist/fhir/MedicinalProductIndication.d.ts +0 -179
- package/dist/fhir/MedicinalProductIndication.js +0 -7
- package/dist/fhir/MedicinalProductIndication.js.map +0 -1
- package/dist/fhir/MedicinalProductIngredient.d.ts +0 -336
- package/dist/fhir/MedicinalProductIngredient.js +0 -7
- package/dist/fhir/MedicinalProductIngredient.js.map +0 -1
- package/dist/fhir/MedicinalProductInteraction.d.ts +0 -158
- package/dist/fhir/MedicinalProductInteraction.js +0 -7
- package/dist/fhir/MedicinalProductInteraction.js.map +0 -1
- package/dist/fhir/MedicinalProductManufactured.d.ts +0 -113
- package/dist/fhir/MedicinalProductManufactured.js +0 -7
- package/dist/fhir/MedicinalProductManufactured.js.map +0 -1
- package/dist/fhir/MedicinalProductPackaged.d.ts +0 -259
- package/dist/fhir/MedicinalProductPackaged.js +0 -7
- package/dist/fhir/MedicinalProductPackaged.js.map +0 -1
- package/dist/fhir/MedicinalProductPharmaceutical.d.ts +0 -331
- package/dist/fhir/MedicinalProductPharmaceutical.js +0 -7
- package/dist/fhir/MedicinalProductPharmaceutical.js.map +0 -1
- package/dist/fhir/MedicinalProductUndesirableEffect.d.ts +0 -101
- package/dist/fhir/MedicinalProductUndesirableEffect.js +0 -7
- package/dist/fhir/MedicinalProductUndesirableEffect.js.map +0 -1
- package/dist/fhir/MessageDefinition.d.ts +0 -330
- package/dist/fhir/MessageDefinition.js +0 -7
- package/dist/fhir/MessageDefinition.js.map +0 -1
- package/dist/fhir/MessageHeader.d.ts +0 -323
- package/dist/fhir/MessageHeader.js +0 -7
- package/dist/fhir/MessageHeader.js.map +0 -1
- package/dist/fhir/Meta.d.ts +0 -75
- package/dist/fhir/Meta.js +0 -7
- package/dist/fhir/Meta.js.map +0 -1
- package/dist/fhir/MolecularSequence.d.ts +0 -760
- package/dist/fhir/MolecularSequence.js +0 -7
- package/dist/fhir/MolecularSequence.js.map +0 -1
- package/dist/fhir/Money.d.ts +0 -29
- package/dist/fhir/Money.js +0 -7
- package/dist/fhir/Money.js.map +0 -1
- package/dist/fhir/NamingSystem.d.ts +0 -218
- package/dist/fhir/NamingSystem.js +0 -7
- package/dist/fhir/NamingSystem.js.map +0 -1
- package/dist/fhir/Narrative.d.ts +0 -32
- package/dist/fhir/Narrative.js +0 -7
- package/dist/fhir/Narrative.js.map +0 -1
- package/dist/fhir/NutritionOrder.d.ts +0 -566
- package/dist/fhir/NutritionOrder.js +0 -7
- package/dist/fhir/NutritionOrder.js.map +0 -1
- package/dist/fhir/Observation.d.ts +0 -520
- package/dist/fhir/Observation.js +0 -7
- package/dist/fhir/Observation.js.map +0 -1
- package/dist/fhir/ObservationDefinition.d.ts +0 -278
- package/dist/fhir/ObservationDefinition.js +0 -7
- package/dist/fhir/ObservationDefinition.js.map +0 -1
- package/dist/fhir/OperationDefinition.d.ts +0 -468
- package/dist/fhir/OperationDefinition.js +0 -7
- package/dist/fhir/OperationDefinition.js.map +0 -1
- package/dist/fhir/OperationOutcome.d.ts +0 -160
- package/dist/fhir/OperationOutcome.js +0 -7
- package/dist/fhir/OperationOutcome.js.map +0 -1
- package/dist/fhir/Organization.d.ts +0 -184
- package/dist/fhir/Organization.js +0 -7
- package/dist/fhir/Organization.js.map +0 -1
- package/dist/fhir/OrganizationAffiliation.d.ts +0 -145
- package/dist/fhir/OrganizationAffiliation.js +0 -7
- package/dist/fhir/OrganizationAffiliation.js.map +0 -1
- package/dist/fhir/ParameterDefinition.d.ts +0 -57
- package/dist/fhir/ParameterDefinition.js +0 -7
- package/dist/fhir/ParameterDefinition.js.map +0 -1
- package/dist/fhir/Parameters.d.ts +0 -319
- package/dist/fhir/Parameters.js +0 -7
- package/dist/fhir/Parameters.js.map +0 -1
- package/dist/fhir/PasswordChangeRequest.d.ts +0 -51
- package/dist/fhir/PasswordChangeRequest.js +0 -7
- package/dist/fhir/PasswordChangeRequest.js.map +0 -1
- package/dist/fhir/Patient.d.ts +0 -342
- package/dist/fhir/Patient.js +0 -7
- package/dist/fhir/Patient.js.map +0 -1
- package/dist/fhir/PaymentNotice.d.ts +0 -135
- package/dist/fhir/PaymentNotice.js +0 -7
- package/dist/fhir/PaymentNotice.js.map +0 -1
- package/dist/fhir/PaymentReconciliation.d.ts +0 -280
- package/dist/fhir/PaymentReconciliation.js +0 -7
- package/dist/fhir/PaymentReconciliation.js.map +0 -1
- package/dist/fhir/Period.d.ts +0 -32
- package/dist/fhir/Period.js +0 -7
- package/dist/fhir/Period.js.map +0 -1
- package/dist/fhir/Person.d.ts +0 -175
- package/dist/fhir/Person.js +0 -7
- package/dist/fhir/Person.js.map +0 -1
- package/dist/fhir/PlanDefinition.d.ts +0 -837
- package/dist/fhir/PlanDefinition.js +0 -7
- package/dist/fhir/PlanDefinition.js.map +0 -1
- package/dist/fhir/Population.d.ts +0 -62
- package/dist/fhir/Population.js +0 -7
- package/dist/fhir/Population.js.map +0 -1
- package/dist/fhir/Practitioner.d.ts +0 -191
- package/dist/fhir/Practitioner.js +0 -7
- package/dist/fhir/Practitioner.js.map +0 -1
- package/dist/fhir/PractitionerRole.d.ts +0 -259
- package/dist/fhir/PractitionerRole.js +0 -7
- package/dist/fhir/PractitionerRole.js.map +0 -1
- package/dist/fhir/Procedure.d.ts +0 -372
- package/dist/fhir/Procedure.js +0 -7
- package/dist/fhir/Procedure.js.map +0 -1
- package/dist/fhir/ProdCharacteristic.d.ts +0 -112
- package/dist/fhir/ProdCharacteristic.js +0 -7
- package/dist/fhir/ProdCharacteristic.js.map +0 -1
- package/dist/fhir/ProductShelfLife.d.ts +0 -70
- package/dist/fhir/ProductShelfLife.js +0 -7
- package/dist/fhir/ProductShelfLife.js.map +0 -1
- package/dist/fhir/Project.d.ts +0 -43
- package/dist/fhir/Project.js +0 -7
- package/dist/fhir/Project.js.map +0 -1
- package/dist/fhir/ProjectMembership.d.ts +0 -66
- package/dist/fhir/ProjectMembership.js +0 -7
- package/dist/fhir/ProjectMembership.js.map +0 -1
- package/dist/fhir/Provenance.d.ts +0 -258
- package/dist/fhir/Provenance.js +0 -7
- package/dist/fhir/Provenance.js.map +0 -1
- package/dist/fhir/Quantity.d.ts +0 -46
- package/dist/fhir/Quantity.js +0 -7
- package/dist/fhir/Quantity.js.map +0 -1
- package/dist/fhir/Questionnaire.d.ts +0 -603
- package/dist/fhir/Questionnaire.js +0 -7
- package/dist/fhir/Questionnaire.js.map +0 -1
- package/dist/fhir/QuestionnaireResponse.d.ts +0 -313
- package/dist/fhir/QuestionnaireResponse.js +0 -7
- package/dist/fhir/QuestionnaireResponse.js.map +0 -1
- package/dist/fhir/Range.d.ts +0 -30
- package/dist/fhir/Range.js +0 -7
- package/dist/fhir/Range.js.map +0 -1
- package/dist/fhir/Ratio.d.ts +0 -30
- package/dist/fhir/Ratio.js +0 -7
- package/dist/fhir/Ratio.js.map +0 -1
- package/dist/fhir/Reference.d.ts +0 -67
- package/dist/fhir/Reference.js +0 -7
- package/dist/fhir/Reference.js.map +0 -1
- package/dist/fhir/RefreshToken.d.ts +0 -45
- package/dist/fhir/RefreshToken.js +0 -7
- package/dist/fhir/RefreshToken.js.map +0 -1
- package/dist/fhir/RelatedArtifact.d.ts +0 -57
- package/dist/fhir/RelatedArtifact.js +0 -7
- package/dist/fhir/RelatedArtifact.js.map +0 -1
- package/dist/fhir/RelatedPerson.d.ts +0 -190
- package/dist/fhir/RelatedPerson.js +0 -7
- package/dist/fhir/RelatedPerson.js.map +0 -1
- package/dist/fhir/RequestGroup.d.ts +0 -434
- package/dist/fhir/RequestGroup.js +0 -7
- package/dist/fhir/RequestGroup.js.map +0 -1
- package/dist/fhir/ResearchDefinition.d.ts +0 -291
- package/dist/fhir/ResearchDefinition.js +0 -7
- package/dist/fhir/ResearchDefinition.js.map +0 -1
- package/dist/fhir/ResearchElementDefinition.d.ts +0 -431
- package/dist/fhir/ResearchElementDefinition.js +0 -7
- package/dist/fhir/ResearchElementDefinition.js.map +0 -1
- package/dist/fhir/ResearchStudy.d.ts +0 -318
- package/dist/fhir/ResearchStudy.js +0 -7
- package/dist/fhir/ResearchStudy.js.map +0 -1
- package/dist/fhir/ResearchSubject.d.ts +0 -119
- package/dist/fhir/ResearchSubject.js +0 -7
- package/dist/fhir/ResearchSubject.js.map +0 -1
- package/dist/fhir/Resource.d.ts +0 -156
- package/dist/fhir/Resource.js +0 -7
- package/dist/fhir/Resource.js.map +0 -1
- package/dist/fhir/RiskAssessment.d.ts +0 -246
- package/dist/fhir/RiskAssessment.js +0 -7
- package/dist/fhir/RiskAssessment.js.map +0 -1
- package/dist/fhir/RiskEvidenceSynthesis.d.ts +0 -530
- package/dist/fhir/RiskEvidenceSynthesis.js +0 -7
- package/dist/fhir/RiskEvidenceSynthesis.js.map +0 -1
- package/dist/fhir/SampledData.d.ts +0 -62
- package/dist/fhir/SampledData.js +0 -7
- package/dist/fhir/SampledData.js.map +0 -1
- package/dist/fhir/Schedule.d.ts +0 -129
- package/dist/fhir/Schedule.js +0 -7
- package/dist/fhir/Schedule.js.map +0 -1
- package/dist/fhir/SearchParameter.d.ts +0 -277
- package/dist/fhir/SearchParameter.js +0 -7
- package/dist/fhir/SearchParameter.js.map +0 -1
- package/dist/fhir/ServiceRequest.d.ts +0 -309
- package/dist/fhir/ServiceRequest.js +0 -7
- package/dist/fhir/ServiceRequest.js.map +0 -1
- package/dist/fhir/Signature.d.ts +0 -71
- package/dist/fhir/Signature.js +0 -7
- package/dist/fhir/Signature.js.map +0 -1
- package/dist/fhir/Slot.d.ts +0 -134
- package/dist/fhir/Slot.js +0 -7
- package/dist/fhir/Slot.js.map +0 -1
- package/dist/fhir/Specimen.d.ts +0 -366
- package/dist/fhir/Specimen.js +0 -7
- package/dist/fhir/Specimen.js.map +0 -1
- package/dist/fhir/SpecimenDefinition.d.ts +0 -363
- package/dist/fhir/SpecimenDefinition.js +0 -7
- package/dist/fhir/SpecimenDefinition.js.map +0 -1
- package/dist/fhir/StructureDefinition.d.ts +0 -438
- package/dist/fhir/StructureDefinition.js +0 -7
- package/dist/fhir/StructureDefinition.js.map +0 -1
- package/dist/fhir/StructureMap.d.ts +0 -904
- package/dist/fhir/StructureMap.js +0 -7
- package/dist/fhir/StructureMap.js.map +0 -1
- package/dist/fhir/Subscription.d.ts +0 -172
- package/dist/fhir/Subscription.js +0 -7
- package/dist/fhir/Subscription.js.map +0 -1
- package/dist/fhir/Substance.d.ts +0 -213
- package/dist/fhir/Substance.js +0 -7
- package/dist/fhir/Substance.js.map +0 -1
- package/dist/fhir/SubstanceAmount.d.ts +0 -115
- package/dist/fhir/SubstanceAmount.js +0 -7
- package/dist/fhir/SubstanceAmount.js.map +0 -1
- package/dist/fhir/SubstanceNucleicAcid.d.ts +0 -309
- package/dist/fhir/SubstanceNucleicAcid.js +0 -7
- package/dist/fhir/SubstanceNucleicAcid.js.map +0 -1
- package/dist/fhir/SubstancePolymer.d.ts +0 -405
- package/dist/fhir/SubstancePolymer.js +0 -7
- package/dist/fhir/SubstancePolymer.js.map +0 -1
- package/dist/fhir/SubstanceProtein.d.ts +0 -218
- package/dist/fhir/SubstanceProtein.js +0 -7
- package/dist/fhir/SubstanceProtein.js.map +0 -1
- package/dist/fhir/SubstanceReferenceInformation.d.ts +0 -330
- package/dist/fhir/SubstanceReferenceInformation.js +0 -7
- package/dist/fhir/SubstanceReferenceInformation.js.map +0 -1
- package/dist/fhir/SubstanceSourceMaterial.d.ts +0 -521
- package/dist/fhir/SubstanceSourceMaterial.js +0 -7
- package/dist/fhir/SubstanceSourceMaterial.js.map +0 -1
- package/dist/fhir/SubstanceSpecification.d.ts +0 -827
- package/dist/fhir/SubstanceSpecification.js +0 -7
- package/dist/fhir/SubstanceSpecification.js.map +0 -1
- package/dist/fhir/SupplyDelivery.d.ts +0 -205
- package/dist/fhir/SupplyDelivery.js +0 -7
- package/dist/fhir/SupplyDelivery.js.map +0 -1
- package/dist/fhir/SupplyRequest.d.ts +0 -237
- package/dist/fhir/SupplyRequest.js +0 -7
- package/dist/fhir/SupplyRequest.js.map +0 -1
- package/dist/fhir/Task.d.ts +0 -807
- package/dist/fhir/Task.js +0 -7
- package/dist/fhir/Task.js.map +0 -1
- package/dist/fhir/TerminologyCapabilities.d.ts +0 -716
- package/dist/fhir/TerminologyCapabilities.js +0 -7
- package/dist/fhir/TerminologyCapabilities.js.map +0 -1
- package/dist/fhir/TestReport.d.ts +0 -549
- package/dist/fhir/TestReport.js +0 -7
- package/dist/fhir/TestReport.js.map +0 -1
- package/dist/fhir/TestScript.d.ts +0 -1184
- package/dist/fhir/TestScript.js +0 -7
- package/dist/fhir/TestScript.js.map +0 -1
- package/dist/fhir/Timing.d.ts +0 -178
- package/dist/fhir/Timing.js +0 -7
- package/dist/fhir/Timing.js.map +0 -1
- package/dist/fhir/TriggerDefinition.d.ts +0 -65
- package/dist/fhir/TriggerDefinition.js +0 -7
- package/dist/fhir/TriggerDefinition.js.map +0 -1
- package/dist/fhir/UsageContext.d.ts +0 -61
- package/dist/fhir/UsageContext.js +0 -7
- package/dist/fhir/UsageContext.js.map +0 -1
- package/dist/fhir/User.d.ts +0 -45
- package/dist/fhir/User.js +0 -7
- package/dist/fhir/User.js.map +0 -1
- package/dist/fhir/ValueSet.d.ts +0 -725
- package/dist/fhir/ValueSet.js +0 -7
- package/dist/fhir/ValueSet.js.map +0 -1
- package/dist/fhir/VerificationResult.d.ts +0 -340
- package/dist/fhir/VerificationResult.js +0 -7
- package/dist/fhir/VerificationResult.js.map +0 -1
- package/dist/fhir/VisionPrescription.d.ts +0 -264
- package/dist/fhir/VisionPrescription.js +0 -7
- package/dist/fhir/VisionPrescription.js.map +0 -1
- package/dist/fhir/index.d.ts +0 -196
- package/dist/fhir/index.js +0 -213
- package/dist/fhir/index.js.map +0 -1
- package/dist/fhirpath/functions.d.ts +0 -6
- package/dist/fhirpath/functions.js +0 -349
- package/dist/fhirpath/functions.js.map +0 -1
- package/dist/fhirpath/index.d.ts +0 -2
- package/dist/fhirpath/index.js +0 -15
- package/dist/fhirpath/index.js.map +0 -1
- package/dist/fhirpath/parse.d.ts +0 -10
- package/dist/fhirpath/parse.js +0 -266
- package/dist/fhirpath/parse.js.map +0 -1
- package/dist/fhirpath/tokenize.d.ts +0 -13
- package/dist/fhirpath/tokenize.js +0 -39
- package/dist/fhirpath/tokenize.js.map +0 -1
- package/dist/fhirpath/utils.d.ts +0 -13
- package/dist/fhirpath/utils.js +0 -34
- package/dist/fhirpath/utils.js.map +0 -1
- package/dist/format.js +0 -56
- package/dist/format.js.map +0 -1
- package/dist/index.js +0 -22
- package/dist/index.js.map +0 -1
- package/dist/jwt.d.ts +0 -5
- package/dist/jwt.js +0 -28
- package/dist/jwt.js.map +0 -1
- package/dist/outcomes.js +0 -140
- package/dist/outcomes.js.map +0 -1
- package/dist/search.js +0 -120
- package/dist/search.js.map +0 -1
- package/dist/searchparams.js +0 -129
- package/dist/searchparams.js.map +0 -1
- package/dist/storage.js +0 -90
- package/dist/storage.js.map +0 -1
- package/dist/types.js +0 -171
- package/dist/types.js.map +0 -1
- package/dist/utils.js +0 -234
- package/dist/utils.js.map +0 -1
package/dist/fhir/Contract.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Contract.js","sourceRoot":"","sources":["../../src/fhir/Contract.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Generated by @medplum/generator\n * Do not edit manually.\n */\n\nimport { Annotation } from './Annotation';\nimport { Attachment } from './Attachment';\nimport { CareTeam } from './CareTeam';\nimport { CodeableConcept } from './CodeableConcept';\nimport { Coding } from './Coding';\nimport { Composition } from './Composition';\nimport { Condition } from './Condition';\nimport { Device } from './Device';\nimport { DiagnosticReport } from './DiagnosticReport';\nimport { DocumentReference } from './DocumentReference';\nimport { Encounter } from './Encounter';\nimport { EpisodeOfCare } from './EpisodeOfCare';\nimport { Extension } from './Extension';\nimport { Group } from './Group';\nimport { Identifier } from './Identifier';\nimport { Location } from './Location';\nimport { Meta } from './Meta';\nimport { Money } from './Money';\nimport { Narrative } from './Narrative';\nimport { Observation } from './Observation';\nimport { Organization } from './Organization';\nimport { Patient } from './Patient';\nimport { Period } from './Period';\nimport { Practitioner } from './Practitioner';\nimport { PractitionerRole } from './PractitionerRole';\nimport { Provenance } from './Provenance';\nimport { Quantity } from './Quantity';\nimport { Questionnaire } from './Questionnaire';\nimport { QuestionnaireResponse } from './QuestionnaireResponse';\nimport { Reference } from './Reference';\nimport { RelatedPerson } from './RelatedPerson';\nimport { Resource } from './Resource';\nimport { Signature } from './Signature';\nimport { Substance } from './Substance';\nimport { Timing } from './Timing';\n\n/**\n * Legally enforceable, formally recorded unilateral or bilateral\n * directive i.e., a policy or agreement.\n */\nexport interface Contract {\n\n /**\n * This is a Contract resource\n */\n readonly resourceType: 'Contract';\n\n /**\n * The logical id of the resource, as used in the URL for the resource.\n * Once assigned, this value never changes.\n */\n readonly id?: string;\n\n /**\n * The metadata about the resource. This is content that is maintained by\n * the infrastructure. Changes to the content might not always be\n * associated with version changes to the resource.\n */\n readonly meta?: Meta;\n\n /**\n * A reference to a set of rules that were followed when the resource was\n * constructed, and which must be understood when processing the content.\n * Often, this is a reference to an implementation guide that defines the\n * special rules along with other profiles etc.\n */\n readonly implicitRules?: string;\n\n /**\n * The base language in which the resource is written.\n */\n readonly language?: string;\n\n /**\n * A human-readable narrative that contains a summary of the resource and\n * can be used to represent the content of the resource to a human. The\n * narrative need not encode all the structured data, but is required to\n * contain sufficient detail to make it "clinically safe" for a human to\n * just read the narrative. Resource definitions may define what content\n * should be represented in the narrative to ensure clinical safety.\n */\n readonly text?: Narrative;\n\n /**\n * These resources do not have an independent existence apart from the\n * resource that contains them - they cannot be identified independently,\n * and nor can they have their own independent transaction scope.\n */\n readonly contained?: Resource[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the resource. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the resource and that modifies the\n * understanding of the element that contains it and/or the understanding\n * of the containing element's descendants. Usually modifier elements\n * provide negation or qualification. To make the use of extensions safe\n * and manageable, there is a strict set of governance applied to the\n * definition and use of extensions. Though any implementer is allowed to\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension. Applications processing a\n * resource are required to check for modifier extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Unique identifier for this Contract or a derivative that references a\n * Source Contract.\n */\n readonly identifier?: Identifier[];\n\n /**\n * Canonical identifier for this contract, represented as a URI (globally\n * unique).\n */\n readonly url?: string;\n\n /**\n * An edition identifier used for business purposes to label business\n * significant variants.\n */\n readonly version?: string;\n\n /**\n * The status of the resource instance.\n */\n readonly status?: string;\n\n /**\n * Legal states of the formation of a legal instrument, which is a\n * formally executed written document that can be formally attributed to\n * its author, records and formally expresses a legally enforceable act,\n * process, or contractual duty, obligation, or right, and therefore\n * evidences that act, process, or agreement.\n */\n readonly legalState?: CodeableConcept;\n\n /**\n * The URL pointing to a FHIR-defined Contract Definition that is adhered\n * to in whole or part by this Contract.\n */\n readonly instantiatesCanonical?: Reference<Contract>;\n\n /**\n * The URL pointing to an externally maintained definition that is\n * adhered to in whole or in part by this Contract.\n */\n readonly instantiatesUri?: string;\n\n /**\n * The minimal content derived from the basal information source at a\n * specific stage in its lifecycle.\n */\n readonly contentDerivative?: CodeableConcept;\n\n /**\n * When this Contract was issued.\n */\n readonly issued?: string;\n\n /**\n * Relevant time or time-period when this Contract is applicable.\n */\n readonly applies?: Period;\n\n /**\n * Event resulting in discontinuation or termination of this Contract\n * instance by one or more parties to the contract.\n */\n readonly expirationType?: CodeableConcept;\n\n /**\n * The target entity impacted by or of interest to parties to the\n * agreement.\n */\n readonly subject?: Reference<Resource>[];\n\n /**\n * A formally or informally recognized grouping of people, principals,\n * organizations, or jurisdictions formed for the purpose of achieving\n * some form of collective action such as the promulgation,\n * administration and enforcement of contracts and policies.\n */\n readonly authority?: Reference<Organization>[];\n\n /**\n * Recognized governance framework or system operating with a\n * circumscribed scope in accordance with specified principles, policies,\n * processes or procedures for managing rights, actions, or behaviors of\n * parties or principals relative to resources.\n */\n readonly domain?: Reference<Location>[];\n\n /**\n * Sites in which the contract is complied with, exercised, or in force.\n */\n readonly site?: Reference<Location>[];\n\n /**\n * A natural language name identifying this Contract definition,\n * derivative, or instance in any legal state. Provides additional\n * information about its content. This name should be usable as an\n * identifier for the module by machine processing applications such as\n * code generation.\n */\n readonly name?: string;\n\n /**\n * A short, descriptive, user-friendly title for this Contract\n * definition, derivative, or instance in any legal state.t giving\n * additional information about its content.\n */\n readonly title?: string;\n\n /**\n * An explanatory or alternate user-friendly title for this Contract\n * definition, derivative, or instance in any legal state.t giving\n * additional information about its content.\n */\n readonly subtitle?: string;\n\n /**\n * Alternative representation of the title for this Contract definition,\n * derivative, or instance in any legal state., e.g., a domain specific\n * contract number related to legislation.\n */\n readonly alias?: string[];\n\n /**\n * The individual or organization that authored the Contract definition,\n * derivative, or instance in any legal state.\n */\n readonly author?: Reference<Patient | Practitioner | PractitionerRole | Organization>;\n\n /**\n * A selector of legal concerns for this Contract definition, derivative,\n * or instance in any legal state.\n */\n readonly scope?: CodeableConcept;\n\n /**\n * Narrows the range of legal concerns to focus on the achievement of\n * specific contractual objectives.\n */\n readonly topicCodeableConcept?: CodeableConcept;\n\n /**\n * Narrows the range of legal concerns to focus on the achievement of\n * specific contractual objectives.\n */\n readonly topicReference?: Reference<Resource>;\n\n /**\n * A high-level category for the legal instrument, whether constructed as\n * a Contract definition, derivative, or instance in any legal state.\n * Provides additional information about its content within the context\n * of the Contract's scope to distinguish the kinds of systems that would\n * be interested in the contract.\n */\n readonly type?: CodeableConcept;\n\n /**\n * Sub-category for the Contract that distinguishes the kinds of systems\n * that would be interested in the Contract within the context of the\n * Contract's scope.\n */\n readonly subType?: CodeableConcept[];\n\n /**\n * Precusory content developed with a focus and intent of supporting the\n * formation a Contract instance, which may be associated with and\n * transformable into a Contract.\n */\n readonly contentDefinition?: ContractContentDefinition;\n\n /**\n * One or more Contract Provisions, which may be related and conveyed as\n * a group, and may contain nested groups.\n */\n readonly term?: ContractTerm[];\n\n /**\n * Information that may be needed by/relevant to the performer in their\n * execution of this term action.\n */\n readonly supportingInfo?: Reference<Resource>[];\n\n /**\n * Links to Provenance records for past versions of this Contract\n * definition, derivative, or instance, which identify key state\n * transitions or updates that are likely to be relevant to a user\n * looking at the current version of the Contract. The Provence.entity\n * indicates the target that was changed in the update.\n * http://build.fhir.org/provenance-definitions.html#Provenance.entity.\n */\n readonly relevantHistory?: Reference<Provenance>[];\n\n /**\n * Parties with legal standing in the Contract, including the principal\n * parties, the grantor(s) and grantee(s), which are any person or\n * organization bound by the contract, and any ancillary parties, which\n * facilitate the execution of the contract such as a notary or witness.\n */\n readonly signer?: ContractSigner[];\n\n /**\n * The "patient friendly language" versionof the Contract in whole or in\n * parts. "Patient friendly language" means the representation of the\n * Contract and Contract Provisions in a manner that is readily\n * accessible and understandable by a layperson in accordance with best\n * practices for communication styles that ensure that those agreeing to\n * or signing the Contract understand the roles, actions, obligations,\n * responsibilities, and implication of the agreement.\n */\n readonly friendly?: ContractFriendly[];\n\n /**\n * List of Legal expressions or representations of this Contract.\n */\n readonly legal?: ContractLegal[];\n\n /**\n * List of Computable Policy Rule Language Representations of this\n * Contract.\n */\n readonly rule?: ContractRule[];\n\n /**\n * Legally binding Contract: This is the signed and legally recognized\n * representation of the Contract, which is considered the "source of\n * truth" and which would be the basis for legal action related to\n * enforcement of this Contract.\n */\n readonly legallyBindingAttachment?: Attachment;\n\n /**\n * Legally binding Contract: This is the signed and legally recognized\n * representation of the Contract, which is considered the "source of\n * truth" and which would be the basis for legal action related to\n * enforcement of this Contract.\n */\n readonly legallyBindingReference?: Reference<Composition | DocumentReference | QuestionnaireResponse | Contract>;\n}\n\n/**\n * Precusory content developed with a focus and intent of supporting the\n * formation a Contract instance, which may be associated with and\n * transformable into a Contract.\n */\nexport interface ContractContentDefinition {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Precusory content structure and use, i.e., a boilerplate, template,\n * application for a contract such as an insurance policy or benefits\n * under a program, e.g., workers compensation.\n */\n readonly type?: CodeableConcept;\n\n /**\n * Detailed Precusory content type.\n */\n readonly subType?: CodeableConcept;\n\n /**\n * The individual or organization that published the Contract precursor\n * content.\n */\n readonly publisher?: Reference<Practitioner | PractitionerRole | Organization>;\n\n /**\n * The date (and optionally time) when the contract was published. The\n * date must change when the business version changes and it must change\n * if the status code changes. In addition, it should change when the\n * substantive content of the contract changes.\n */\n readonly publicationDate?: string;\n\n /**\n * amended | appended | cancelled | disputed | entered-in-error |\n * executable | executed | negotiable | offered | policy | rejected |\n * renewed | revoked | resolved | terminated.\n */\n readonly publicationStatus?: string;\n\n /**\n * A copyright statement relating to Contract precursor content.\n * Copyright statements are generally legal restrictions on the use and\n * publishing of the Contract precursor content.\n */\n readonly copyright?: string;\n}\n\n/**\n * The "patient friendly language" versionof the Contract in whole or in\n * parts. "Patient friendly language" means the representation of the\n * Contract and Contract Provisions in a manner that is readily\n * accessible and understandable by a layperson in accordance with best\n * practices for communication styles that ensure that those agreeing to\n * or signing the Contract understand the roles, actions, obligations,\n * responsibilities, and implication of the agreement.\n */\nexport interface ContractFriendly {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Human readable rendering of this Contract in a format and\n * representation intended to enhance comprehension and ensure\n * understandability.\n */\n readonly contentAttachment?: Attachment;\n\n /**\n * Human readable rendering of this Contract in a format and\n * representation intended to enhance comprehension and ensure\n * understandability.\n */\n readonly contentReference?: Reference<Composition | DocumentReference | QuestionnaireResponse>;\n}\n\n/**\n * List of Legal expressions or representations of this Contract.\n */\nexport interface ContractLegal {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Contract legal text in human renderable form.\n */\n readonly contentAttachment?: Attachment;\n\n /**\n * Contract legal text in human renderable form.\n */\n readonly contentReference?: Reference<Composition | DocumentReference | QuestionnaireResponse>;\n}\n\n/**\n * List of Computable Policy Rule Language Representations of this\n * Contract.\n */\nexport interface ContractRule {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Computable Contract conveyed using a policy rule language (e.g. XACML,\n * DKAL, SecPal).\n */\n readonly contentAttachment?: Attachment;\n\n /**\n * Computable Contract conveyed using a policy rule language (e.g. XACML,\n * DKAL, SecPal).\n */\n readonly contentReference?: Reference<DocumentReference>;\n}\n\n/**\n * Parties with legal standing in the Contract, including the principal\n * parties, the grantor(s) and grantee(s), which are any person or\n * organization bound by the contract, and any ancillary parties, which\n * facilitate the execution of the contract such as a notary or witness.\n */\nexport interface ContractSigner {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Role of this Contract signer, e.g. notary, grantee.\n */\n readonly type?: Coding;\n\n /**\n * Party which is a signator to this Contract.\n */\n readonly party?: Reference<Organization | Patient | Practitioner | PractitionerRole | RelatedPerson>;\n\n /**\n * Legally binding Contract DSIG signature contents in Base64.\n */\n readonly signature?: Signature[];\n}\n\n/**\n * One or more Contract Provisions, which may be related and conveyed as\n * a group, and may contain nested groups.\n */\nexport interface ContractTerm {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Unique identifier for this particular Contract Provision.\n */\n readonly identifier?: Identifier;\n\n /**\n * When this Contract Provision was issued.\n */\n readonly issued?: string;\n\n /**\n * Relevant time or time-period when this Contract Provision is\n * applicable.\n */\n readonly applies?: Period;\n\n /**\n * The entity that the term applies to.\n */\n readonly topicCodeableConcept?: CodeableConcept;\n\n /**\n * The entity that the term applies to.\n */\n readonly topicReference?: Reference<Resource>;\n\n /**\n * A legal clause or condition contained within a contract that requires\n * one or both parties to perform a particular requirement by some\n * specified time or prevents one or both parties from performing a\n * particular requirement by some specified time.\n */\n readonly type?: CodeableConcept;\n\n /**\n * A specialized legal clause or condition based on overarching contract\n * type.\n */\n readonly subType?: CodeableConcept;\n\n /**\n * Statement of a provision in a policy or a contract.\n */\n readonly text?: string;\n\n /**\n * Security labels that protect the handling of information about the\n * term and its elements, which may be specifically identified..\n */\n readonly securityLabel?: ContractTermSecurityLabel[];\n\n /**\n * The matter of concern in the context of this provision of the\n * agrement.\n */\n readonly offer?: ContractTermOffer;\n\n /**\n * Contract Term Asset List.\n */\n readonly asset?: ContractTermAsset[];\n\n /**\n * An actor taking a role in an activity for which it can be assigned\n * some degree of responsibility for the activity taking place.\n */\n readonly action?: ContractTermAction[];\n\n /**\n * Nested group of Contract Provisions.\n */\n readonly group?: ContractTerm[];\n}\n\n/**\n * An actor taking a role in an activity for which it can be assigned\n * some degree of responsibility for the activity taking place.\n */\nexport interface ContractTermAction {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * True if the term prohibits the action.\n */\n readonly doNotPerform?: boolean;\n\n /**\n * Activity or service obligation to be done or not done, performed or\n * not performed, effectuated or not by this Contract term.\n */\n readonly type?: CodeableConcept;\n\n /**\n * Entity of the action.\n */\n readonly subject?: ContractTermActionSubject[];\n\n /**\n * Reason or purpose for the action stipulated by this Contract\n * Provision.\n */\n readonly intent?: CodeableConcept;\n\n /**\n * Id [identifier??] of the clause or question text related to this\n * action in the referenced form or QuestionnaireResponse.\n */\n readonly linkId?: string[];\n\n /**\n * Current state of the term action.\n */\n readonly status?: CodeableConcept;\n\n /**\n * Encounter or Episode with primary association to specified term\n * activity.\n */\n readonly context?: Reference<Encounter | EpisodeOfCare>;\n\n /**\n * Id [identifier??] of the clause or question text related to the\n * requester of this action in the referenced form or\n * QuestionnaireResponse.\n */\n readonly contextLinkId?: string[];\n\n /**\n * When action happens.\n */\n readonly occurrenceDateTime?: string;\n\n /**\n * When action happens.\n */\n readonly occurrencePeriod?: Period;\n\n /**\n * When action happens.\n */\n readonly occurrenceTiming?: Timing;\n\n /**\n * Who or what initiated the action and has responsibility for its\n * activation.\n */\n readonly requester?: Reference<Patient | RelatedPerson | Practitioner | PractitionerRole | Device | Group | Organization>[];\n\n /**\n * Id [identifier??] of the clause or question text related to the\n * requester of this action in the referenced form or\n * QuestionnaireResponse.\n */\n readonly requesterLinkId?: string[];\n\n /**\n * The type of individual that is desired or required to perform or not\n * perform the action.\n */\n readonly performerType?: CodeableConcept[];\n\n /**\n * The type of role or competency of an individual desired or required to\n * perform or not perform the action.\n */\n readonly performerRole?: CodeableConcept;\n\n /**\n * Indicates who or what is being asked to perform (or not perform) the\n * ction.\n */\n readonly performer?: Reference<RelatedPerson | Patient | Practitioner | PractitionerRole | CareTeam | Device | Substance | Organization | Location>;\n\n /**\n * Id [identifier??] of the clause or question text related to the reason\n * type or reference of this action in the referenced form or\n * QuestionnaireResponse.\n */\n readonly performerLinkId?: string[];\n\n /**\n * Rationale for the action to be performed or not performed. Describes\n * why the action is permitted or prohibited.\n */\n readonly reasonCode?: CodeableConcept[];\n\n /**\n * Indicates another resource whose existence justifies permitting or not\n * permitting this action.\n */\n readonly reasonReference?: Reference<Condition | Observation | DiagnosticReport | DocumentReference | Questionnaire | QuestionnaireResponse>[];\n\n /**\n * Describes why the action is to be performed or not performed in\n * textual form.\n */\n readonly reason?: string[];\n\n /**\n * Id [identifier??] of the clause or question text related to the reason\n * type or reference of this action in the referenced form or\n * QuestionnaireResponse.\n */\n readonly reasonLinkId?: string[];\n\n /**\n * Comments made about the term action made by the requester, performer,\n * subject or other participants.\n */\n readonly note?: Annotation[];\n\n /**\n * Security labels that protects the action.\n */\n readonly securityLabelNumber?: number[];\n}\n\n/**\n * Entity of the action.\n */\nexport interface ContractTermActionSubject {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * The entity the action is performed or not performed on or for.\n */\n readonly reference?: Reference<Patient | RelatedPerson | Practitioner | PractitionerRole | Device | Group | Organization>[];\n\n /**\n * Role type of agent assigned roles in this Contract.\n */\n readonly role?: CodeableConcept;\n}\n\n/**\n * Contract Term Asset List.\n */\nexport interface ContractTermAsset {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Differentiates the kind of the asset .\n */\n readonly scope?: CodeableConcept;\n\n /**\n * Target entity type about which the term may be concerned.\n */\n readonly type?: CodeableConcept[];\n\n /**\n * Associated entities.\n */\n readonly typeReference?: Reference<Resource>[];\n\n /**\n * May be a subtype or part of an offered asset.\n */\n readonly subtype?: CodeableConcept[];\n\n /**\n * Specifies the applicability of the term to an asset resource instance,\n * and instances it refers to orinstances that refer to it, and/or are\n * owned by the offeree.\n */\n readonly relationship?: Coding;\n\n /**\n * Circumstance of the asset.\n */\n readonly context?: ContractTermAssetContext[];\n\n /**\n * Description of the quality and completeness of the asset that imay be\n * a factor in its valuation.\n */\n readonly condition?: string;\n\n /**\n * Type of Asset availability for use or ownership.\n */\n readonly periodType?: CodeableConcept[];\n\n /**\n * Asset relevant contractual time period.\n */\n readonly period?: Period[];\n\n /**\n * Time period of asset use.\n */\n readonly usePeriod?: Period[];\n\n /**\n * Clause or question text (Prose Object) concerning the asset in a\n * linked form, such as a QuestionnaireResponse used in the formation of\n * the contract.\n */\n readonly text?: string;\n\n /**\n * Id [identifier??] of the clause or question text about the asset in\n * the referenced form or QuestionnaireResponse.\n */\n readonly linkId?: string[];\n\n /**\n * Response to assets.\n */\n readonly answer?: ContractTermOfferAnswer[];\n\n /**\n * Security labels that protects the asset.\n */\n readonly securityLabelNumber?: number[];\n\n /**\n * Contract Valued Item List.\n */\n readonly valuedItem?: ContractTermAssetValuedItem[];\n}\n\n/**\n * Circumstance of the asset.\n */\nexport interface ContractTermAssetContext {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Asset context reference may include the creator, custodian, or owning\n * Person or Organization (e.g., bank, repository), location held, e.g.,\n * building, jurisdiction.\n */\n readonly reference?: Reference<Resource>;\n\n /**\n * Coded representation of the context generally or of the Referenced\n * entity, such as the asset holder type or location.\n */\n readonly code?: CodeableConcept[];\n\n /**\n * Context description.\n */\n readonly text?: string;\n}\n\n/**\n * Contract Valued Item List.\n */\nexport interface ContractTermAssetValuedItem {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Specific type of Contract Valued Item that may be priced.\n */\n readonly entityCodeableConcept?: CodeableConcept;\n\n /**\n * Specific type of Contract Valued Item that may be priced.\n */\n readonly entityReference?: Reference<Resource>;\n\n /**\n * Identifies a Contract Valued Item instance.\n */\n readonly identifier?: Identifier;\n\n /**\n * Indicates the time during which this Contract ValuedItem information\n * is effective.\n */\n readonly effectiveTime?: string;\n\n /**\n * Specifies the units by which the Contract Valued Item is measured or\n * counted, and quantifies the countable or measurable Contract Valued\n * Item instances.\n */\n readonly quantity?: Quantity;\n\n /**\n * A Contract Valued Item unit valuation measure.\n */\n readonly unitPrice?: Money;\n\n /**\n * A real number that represents a multiplier used in determining the\n * overall value of the Contract Valued Item delivered. The concept of a\n * Factor allows for a discount or surcharge multiplier to be applied to\n * a monetary amount.\n */\n readonly factor?: number;\n\n /**\n * An amount that expresses the weighting (based on difficulty, cost\n * and/or resource intensiveness) associated with the Contract Valued\n * Item delivered. The concept of Points allows for assignment of point\n * values for a Contract Valued Item, such that a monetary amount can be\n * assigned to each point.\n */\n readonly points?: number;\n\n /**\n * Expresses the product of the Contract Valued Item unitQuantity and the\n * unitPriceAmt. For example, the formula: unit Quantity * unit Price\n * (Cost per Point) * factor Number * points = net Amount. Quantity,\n * factor and points are assumed to be 1 if not supplied.\n */\n readonly net?: Money;\n\n /**\n * Terms of valuation.\n */\n readonly payment?: string;\n\n /**\n * When payment is due.\n */\n readonly paymentDate?: string;\n\n /**\n * Who will make payment.\n */\n readonly responsible?: Reference<Organization | Patient | Practitioner | PractitionerRole | RelatedPerson>;\n\n /**\n * Who will receive payment.\n */\n readonly recipient?: Reference<Organization | Patient | Practitioner | PractitionerRole | RelatedPerson>;\n\n /**\n * Id of the clause or question text related to the context of this\n * valuedItem in the referenced form or QuestionnaireResponse.\n */\n readonly linkId?: string[];\n\n /**\n * A set of security labels that define which terms are controlled by\n * this condition.\n */\n readonly securityLabelNumber?: number[];\n}\n\n/**\n * The matter of concern in the context of this provision of the\n * agrement.\n */\nexport interface ContractTermOffer {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Unique identifier for this particular Contract Provision.\n */\n readonly identifier?: Identifier[];\n\n /**\n * Offer Recipient.\n */\n readonly party?: ContractTermOfferParty[];\n\n /**\n * The owner of an asset has the residual control rights over the asset:\n * the right to decide all usages of the asset in any way not\n * inconsistent with a prior contract, custom, or law (Hart, 1995, p.\n * 30).\n */\n readonly topic?: Reference<Resource>;\n\n /**\n * Type of Contract Provision such as specific requirements, purposes for\n * actions, obligations, prohibitions, e.g. life time maximum benefit.\n */\n readonly type?: CodeableConcept;\n\n /**\n * Type of choice made by accepting party with respect to an offer made\n * by an offeror/ grantee.\n */\n readonly decision?: CodeableConcept;\n\n /**\n * How the decision about a Contract was conveyed.\n */\n readonly decisionMode?: CodeableConcept[];\n\n /**\n * Response to offer text.\n */\n readonly answer?: ContractTermOfferAnswer[];\n\n /**\n * Human readable form of this Contract Offer.\n */\n readonly text?: string;\n\n /**\n * The id of the clause or question text of the offer in the referenced\n * questionnaire/response.\n */\n readonly linkId?: string[];\n\n /**\n * Security labels that protects the offer.\n */\n readonly securityLabelNumber?: number[];\n}\n\n/**\n * Response to offer text.\n */\nexport interface ContractTermOfferAnswer {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueBoolean?: boolean;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueDecimal?: number;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueInteger?: number;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueDate?: string;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueDateTime?: string;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueTime?: string;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueString?: string;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueUri?: string;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueAttachment?: Attachment;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueCoding?: Coding;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueQuantity?: Quantity;\n\n /**\n * Response to an offer clause or question text, which enables selection\n * of values to be agreed to, e.g., the period of participation, the date\n * of occupancy of a rental, warrently duration, or whether biospecimen\n * may be used for further research.\n */\n readonly valueReference?: Reference<Resource>;\n}\n\n/**\n * Offer Recipient.\n */\nexport interface ContractTermOfferParty {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Participant in the offer.\n */\n readonly reference?: Reference<Patient | RelatedPerson | Practitioner | PractitionerRole | Device | Group | Organization>[];\n\n /**\n * How the party participates in the offer.\n */\n readonly role?: CodeableConcept;\n}\n\n/**\n * Security labels that protect the handling of information about the\n * term and its elements, which may be specifically identified..\n */\nexport interface ContractTermSecurityLabel {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * Number used to link this term or term element to the applicable\n * Security Label.\n */\n readonly number?: number[];\n\n /**\n * Security label privacy tag that species the level of confidentiality\n * protection required for this term and/or term elements.\n */\n readonly classification?: Coding;\n\n /**\n * Security label privacy tag that species the applicable privacy and\n * security policies governing this term and/or term elements.\n */\n readonly category?: Coding[];\n\n /**\n * Security label privacy tag that species the manner in which term\n * and/or term elements are to be protected.\n */\n readonly control?: Coding[];\n}\n"]}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ContactDetail } from './ContactDetail';
|
|
2
|
-
import { Extension } from './Extension';
|
|
3
|
-
/**
|
|
4
|
-
* Base StructureDefinition for Contributor Type: A contributor to the
|
|
5
|
-
* content of a knowledge asset, including authors, editors, reviewers,
|
|
6
|
-
* and endorsers.
|
|
7
|
-
*/
|
|
8
|
-
export interface Contributor {
|
|
9
|
-
/**
|
|
10
|
-
* Unique id for the element within a resource (for internal references).
|
|
11
|
-
* This may be any string value that does not contain spaces.
|
|
12
|
-
*/
|
|
13
|
-
readonly id?: string;
|
|
14
|
-
/**
|
|
15
|
-
* May be used to represent additional information that is not part of
|
|
16
|
-
* the basic definition of the element. To make the use of extensions
|
|
17
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
18
|
-
* the definition and use of extensions. Though any implementer can
|
|
19
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
20
|
-
* as part of the definition of the extension.
|
|
21
|
-
*/
|
|
22
|
-
readonly extension?: Extension[];
|
|
23
|
-
/**
|
|
24
|
-
* The type of contributor.
|
|
25
|
-
*/
|
|
26
|
-
readonly type?: string;
|
|
27
|
-
/**
|
|
28
|
-
* The name of the individual or organization responsible for the
|
|
29
|
-
* contribution.
|
|
30
|
-
*/
|
|
31
|
-
readonly name?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Contact details to assist a user in finding and communicating with the
|
|
34
|
-
* contributor.
|
|
35
|
-
*/
|
|
36
|
-
readonly contact?: ContactDetail[];
|
|
37
|
-
}
|
package/dist/fhir/Contributor.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Contributor.js","sourceRoot":"","sources":["../../src/fhir/Contributor.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Generated by @medplum/generator\n * Do not edit manually.\n */\n\nimport { ContactDetail } from './ContactDetail';\nimport { Extension } from './Extension';\n\n/**\n * Base StructureDefinition for Contributor Type: A contributor to the\n * content of a knowledge asset, including authors, editors, reviewers,\n * and endorsers.\n */\nexport interface Contributor {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * The type of contributor.\n */\n readonly type?: string;\n\n /**\n * The name of the individual or organization responsible for the\n * contribution.\n */\n readonly name?: string;\n\n /**\n * Contact details to assist a user in finding and communicating with the\n * contributor.\n */\n readonly contact?: ContactDetail[];\n}\n"]}
|
package/dist/fhir/Count.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { Extension } from './Extension';
|
|
2
|
-
/**
|
|
3
|
-
* Base StructureDefinition for Count Type: A measured amount (or an
|
|
4
|
-
* amount that can potentially be measured). Note that measured amounts
|
|
5
|
-
* include amounts that are not precisely quantified, including amounts
|
|
6
|
-
* involving arbitrary units and floating currencies.
|
|
7
|
-
*/
|
|
8
|
-
export interface Count {
|
|
9
|
-
/**
|
|
10
|
-
* Unique id for the element within a resource (for internal references).
|
|
11
|
-
* This may be any string value that does not contain spaces.
|
|
12
|
-
*/
|
|
13
|
-
readonly id?: string;
|
|
14
|
-
/**
|
|
15
|
-
* May be used to represent additional information that is not part of
|
|
16
|
-
* the basic definition of the element. To make the use of extensions
|
|
17
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
18
|
-
* the definition and use of extensions. Though any implementer can
|
|
19
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
20
|
-
* as part of the definition of the extension.
|
|
21
|
-
*/
|
|
22
|
-
readonly extension?: Extension[];
|
|
23
|
-
/**
|
|
24
|
-
* The value of the measured amount. The value includes an implicit
|
|
25
|
-
* precision in the presentation of the value.
|
|
26
|
-
*/
|
|
27
|
-
readonly value?: number;
|
|
28
|
-
/**
|
|
29
|
-
* How the value should be understood and represented - whether the
|
|
30
|
-
* actual value is greater or less than the stated value due to
|
|
31
|
-
* measurement issues; e.g. if the comparator is "<" , then the real
|
|
32
|
-
* value is < stated value.
|
|
33
|
-
*/
|
|
34
|
-
readonly comparator?: string;
|
|
35
|
-
/**
|
|
36
|
-
* A human-readable form of the unit.
|
|
37
|
-
*/
|
|
38
|
-
readonly unit?: string;
|
|
39
|
-
/**
|
|
40
|
-
* The identification of the system that provides the coded form of the
|
|
41
|
-
* unit.
|
|
42
|
-
*/
|
|
43
|
-
readonly system?: string;
|
|
44
|
-
/**
|
|
45
|
-
* A computer processable form of the unit in some unit representation
|
|
46
|
-
* system.
|
|
47
|
-
*/
|
|
48
|
-
readonly code?: string;
|
|
49
|
-
}
|
package/dist/fhir/Count.js
DELETED
package/dist/fhir/Count.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Count.js","sourceRoot":"","sources":["../../src/fhir/Count.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Generated by @medplum/generator\n * Do not edit manually.\n */\n\nimport { Extension } from './Extension';\n\n/**\n * Base StructureDefinition for Count Type: A measured amount (or an\n * amount that can potentially be measured). Note that measured amounts\n * include amounts that are not precisely quantified, including amounts\n * involving arbitrary units and floating currencies.\n */\nexport interface Count {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * The value of the measured amount. The value includes an implicit\n * precision in the presentation of the value.\n */\n readonly value?: number;\n\n /**\n * How the value should be understood and represented - whether the\n * actual value is greater or less than the stated value due to\n * measurement issues; e.g. if the comparator is "<" , then the real\n * value is < stated value.\n */\n readonly comparator?: string;\n\n /**\n * A human-readable form of the unit.\n */\n readonly unit?: string;\n\n /**\n * The identification of the system that provides the coded form of the\n * unit.\n */\n readonly system?: string;\n\n /**\n * A computer processable form of the unit in some unit representation\n * system.\n */\n readonly code?: string;\n}\n"]}
|
package/dist/fhir/Coverage.d.ts
DELETED
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
import { CodeableConcept } from './CodeableConcept';
|
|
2
|
-
import { Contract } from './Contract';
|
|
3
|
-
import { Extension } from './Extension';
|
|
4
|
-
import { Identifier } from './Identifier';
|
|
5
|
-
import { Meta } from './Meta';
|
|
6
|
-
import { Money } from './Money';
|
|
7
|
-
import { Narrative } from './Narrative';
|
|
8
|
-
import { Organization } from './Organization';
|
|
9
|
-
import { Patient } from './Patient';
|
|
10
|
-
import { Period } from './Period';
|
|
11
|
-
import { Quantity } from './Quantity';
|
|
12
|
-
import { Reference } from './Reference';
|
|
13
|
-
import { RelatedPerson } from './RelatedPerson';
|
|
14
|
-
import { Resource } from './Resource';
|
|
15
|
-
/**
|
|
16
|
-
* Financial instrument which may be used to reimburse or pay for health
|
|
17
|
-
* care products and services. Includes both insurance and self-payment.
|
|
18
|
-
*/
|
|
19
|
-
export interface Coverage {
|
|
20
|
-
/**
|
|
21
|
-
* This is a Coverage resource
|
|
22
|
-
*/
|
|
23
|
-
readonly resourceType: 'Coverage';
|
|
24
|
-
/**
|
|
25
|
-
* The logical id of the resource, as used in the URL for the resource.
|
|
26
|
-
* Once assigned, this value never changes.
|
|
27
|
-
*/
|
|
28
|
-
readonly id?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The metadata about the resource. This is content that is maintained by
|
|
31
|
-
* the infrastructure. Changes to the content might not always be
|
|
32
|
-
* associated with version changes to the resource.
|
|
33
|
-
*/
|
|
34
|
-
readonly meta?: Meta;
|
|
35
|
-
/**
|
|
36
|
-
* A reference to a set of rules that were followed when the resource was
|
|
37
|
-
* constructed, and which must be understood when processing the content.
|
|
38
|
-
* Often, this is a reference to an implementation guide that defines the
|
|
39
|
-
* special rules along with other profiles etc.
|
|
40
|
-
*/
|
|
41
|
-
readonly implicitRules?: string;
|
|
42
|
-
/**
|
|
43
|
-
* The base language in which the resource is written.
|
|
44
|
-
*/
|
|
45
|
-
readonly language?: string;
|
|
46
|
-
/**
|
|
47
|
-
* A human-readable narrative that contains a summary of the resource and
|
|
48
|
-
* can be used to represent the content of the resource to a human. The
|
|
49
|
-
* narrative need not encode all the structured data, but is required to
|
|
50
|
-
* contain sufficient detail to make it "clinically safe" for a human to
|
|
51
|
-
* just read the narrative. Resource definitions may define what content
|
|
52
|
-
* should be represented in the narrative to ensure clinical safety.
|
|
53
|
-
*/
|
|
54
|
-
readonly text?: Narrative;
|
|
55
|
-
/**
|
|
56
|
-
* These resources do not have an independent existence apart from the
|
|
57
|
-
* resource that contains them - they cannot be identified independently,
|
|
58
|
-
* and nor can they have their own independent transaction scope.
|
|
59
|
-
*/
|
|
60
|
-
readonly contained?: Resource[];
|
|
61
|
-
/**
|
|
62
|
-
* May be used to represent additional information that is not part of
|
|
63
|
-
* the basic definition of the resource. To make the use of extensions
|
|
64
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
65
|
-
* the definition and use of extensions. Though any implementer can
|
|
66
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
67
|
-
* as part of the definition of the extension.
|
|
68
|
-
*/
|
|
69
|
-
readonly extension?: Extension[];
|
|
70
|
-
/**
|
|
71
|
-
* May be used to represent additional information that is not part of
|
|
72
|
-
* the basic definition of the resource and that modifies the
|
|
73
|
-
* understanding of the element that contains it and/or the understanding
|
|
74
|
-
* of the containing element's descendants. Usually modifier elements
|
|
75
|
-
* provide negation or qualification. To make the use of extensions safe
|
|
76
|
-
* and manageable, there is a strict set of governance applied to the
|
|
77
|
-
* definition and use of extensions. Though any implementer is allowed to
|
|
78
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
79
|
-
* as part of the definition of the extension. Applications processing a
|
|
80
|
-
* resource are required to check for modifier extensions.
|
|
81
|
-
*
|
|
82
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on
|
|
83
|
-
* Resource or DomainResource (including cannot change the meaning of
|
|
84
|
-
* modifierExtension itself).
|
|
85
|
-
*/
|
|
86
|
-
readonly modifierExtension?: Extension[];
|
|
87
|
-
/**
|
|
88
|
-
* A unique identifier assigned to this coverage.
|
|
89
|
-
*/
|
|
90
|
-
readonly identifier?: Identifier[];
|
|
91
|
-
/**
|
|
92
|
-
* The status of the resource instance.
|
|
93
|
-
*/
|
|
94
|
-
readonly status?: string;
|
|
95
|
-
/**
|
|
96
|
-
* The type of coverage: social program, medical plan, accident coverage
|
|
97
|
-
* (workers compensation, auto), group health or payment by an individual
|
|
98
|
-
* or organization.
|
|
99
|
-
*/
|
|
100
|
-
readonly type?: CodeableConcept;
|
|
101
|
-
/**
|
|
102
|
-
* The party who 'owns' the insurance policy.
|
|
103
|
-
*/
|
|
104
|
-
readonly policyHolder?: Reference<Patient | RelatedPerson | Organization>;
|
|
105
|
-
/**
|
|
106
|
-
* The party who has signed-up for or 'owns' the contractual relationship
|
|
107
|
-
* to the policy or to whom the benefit of the policy for services
|
|
108
|
-
* rendered to them or their family is due.
|
|
109
|
-
*/
|
|
110
|
-
readonly subscriber?: Reference<Patient | RelatedPerson>;
|
|
111
|
-
/**
|
|
112
|
-
* The insurer assigned ID for the Subscriber.
|
|
113
|
-
*/
|
|
114
|
-
readonly subscriberId?: string;
|
|
115
|
-
/**
|
|
116
|
-
* The party who benefits from the insurance coverage; the patient when
|
|
117
|
-
* products and/or services are provided.
|
|
118
|
-
*/
|
|
119
|
-
readonly beneficiary?: Reference<Patient>;
|
|
120
|
-
/**
|
|
121
|
-
* A unique identifier for a dependent under the coverage.
|
|
122
|
-
*/
|
|
123
|
-
readonly dependent?: string;
|
|
124
|
-
/**
|
|
125
|
-
* The relationship of beneficiary (patient) to the subscriber.
|
|
126
|
-
*/
|
|
127
|
-
readonly relationship?: CodeableConcept;
|
|
128
|
-
/**
|
|
129
|
-
* Time period during which the coverage is in force. A missing start
|
|
130
|
-
* date indicates the start date isn't known, a missing end date means
|
|
131
|
-
* the coverage is continuing to be in force.
|
|
132
|
-
*/
|
|
133
|
-
readonly period?: Period;
|
|
134
|
-
/**
|
|
135
|
-
* The program or plan underwriter or payor including both insurance and
|
|
136
|
-
* non-insurance agreements, such as patient-pay agreements.
|
|
137
|
-
*/
|
|
138
|
-
readonly payor?: Reference<Organization | Patient | RelatedPerson>[];
|
|
139
|
-
/**
|
|
140
|
-
* A suite of underwriter specific classifiers.
|
|
141
|
-
*/
|
|
142
|
-
readonly class?: CoverageClass[];
|
|
143
|
-
/**
|
|
144
|
-
* The order of applicability of this coverage relative to other
|
|
145
|
-
* coverages which are currently in force. Note, there may be gaps in the
|
|
146
|
-
* numbering and this does not imply primary, secondary etc. as the
|
|
147
|
-
* specific positioning of coverages depends upon the episode of care.
|
|
148
|
-
*/
|
|
149
|
-
readonly order?: number;
|
|
150
|
-
/**
|
|
151
|
-
* The insurer-specific identifier for the insurer-defined network of
|
|
152
|
-
* providers to which the beneficiary may seek treatment which will be
|
|
153
|
-
* covered at the 'in-network' rate, otherwise 'out of network' terms and
|
|
154
|
-
* conditions apply.
|
|
155
|
-
*/
|
|
156
|
-
readonly network?: string;
|
|
157
|
-
/**
|
|
158
|
-
* A suite of codes indicating the cost category and associated amount
|
|
159
|
-
* which have been detailed in the policy and may have been included on
|
|
160
|
-
* the health card.
|
|
161
|
-
*/
|
|
162
|
-
readonly costToBeneficiary?: CoverageCostToBeneficiary[];
|
|
163
|
-
/**
|
|
164
|
-
* When 'subrogation=true' this insurance instance has been included not
|
|
165
|
-
* for adjudication but to provide insurers with the details to recover
|
|
166
|
-
* costs.
|
|
167
|
-
*/
|
|
168
|
-
readonly subrogation?: boolean;
|
|
169
|
-
/**
|
|
170
|
-
* The policy(s) which constitute this insurance coverage.
|
|
171
|
-
*/
|
|
172
|
-
readonly contract?: Reference<Contract>[];
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* A suite of underwriter specific classifiers.
|
|
176
|
-
*/
|
|
177
|
-
export interface CoverageClass {
|
|
178
|
-
/**
|
|
179
|
-
* Unique id for the element within a resource (for internal references).
|
|
180
|
-
* This may be any string value that does not contain spaces.
|
|
181
|
-
*/
|
|
182
|
-
readonly id?: string;
|
|
183
|
-
/**
|
|
184
|
-
* May be used to represent additional information that is not part of
|
|
185
|
-
* the basic definition of the element. To make the use of extensions
|
|
186
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
187
|
-
* the definition and use of extensions. Though any implementer can
|
|
188
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
189
|
-
* as part of the definition of the extension.
|
|
190
|
-
*/
|
|
191
|
-
readonly extension?: Extension[];
|
|
192
|
-
/**
|
|
193
|
-
* May be used to represent additional information that is not part of
|
|
194
|
-
* the basic definition of the element and that modifies the
|
|
195
|
-
* understanding of the element in which it is contained and/or the
|
|
196
|
-
* understanding of the containing element's descendants. Usually
|
|
197
|
-
* modifier elements provide negation or qualification. To make the use
|
|
198
|
-
* of extensions safe and manageable, there is a strict set of governance
|
|
199
|
-
* applied to the definition and use of extensions. Though any
|
|
200
|
-
* implementer can define an extension, there is a set of requirements
|
|
201
|
-
* that SHALL be met as part of the definition of the extension.
|
|
202
|
-
* Applications processing a resource are required to check for modifier
|
|
203
|
-
* extensions.
|
|
204
|
-
*
|
|
205
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on
|
|
206
|
-
* Resource or DomainResource (including cannot change the meaning of
|
|
207
|
-
* modifierExtension itself).
|
|
208
|
-
*/
|
|
209
|
-
readonly modifierExtension?: Extension[];
|
|
210
|
-
/**
|
|
211
|
-
* The type of classification for which an insurer-specific class label
|
|
212
|
-
* or number and optional name is provided, for example may be used to
|
|
213
|
-
* identify a class of coverage or employer group, Policy, Plan.
|
|
214
|
-
*/
|
|
215
|
-
readonly type?: CodeableConcept;
|
|
216
|
-
/**
|
|
217
|
-
* The alphanumeric string value associated with the insurer issued
|
|
218
|
-
* label.
|
|
219
|
-
*/
|
|
220
|
-
readonly value?: string;
|
|
221
|
-
/**
|
|
222
|
-
* A short description for the class.
|
|
223
|
-
*/
|
|
224
|
-
readonly name?: string;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* A suite of codes indicating the cost category and associated amount
|
|
228
|
-
* which have been detailed in the policy and may have been included on
|
|
229
|
-
* the health card.
|
|
230
|
-
*/
|
|
231
|
-
export interface CoverageCostToBeneficiary {
|
|
232
|
-
/**
|
|
233
|
-
* Unique id for the element within a resource (for internal references).
|
|
234
|
-
* This may be any string value that does not contain spaces.
|
|
235
|
-
*/
|
|
236
|
-
readonly id?: string;
|
|
237
|
-
/**
|
|
238
|
-
* May be used to represent additional information that is not part of
|
|
239
|
-
* the basic definition of the element. To make the use of extensions
|
|
240
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
241
|
-
* the definition and use of extensions. Though any implementer can
|
|
242
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
243
|
-
* as part of the definition of the extension.
|
|
244
|
-
*/
|
|
245
|
-
readonly extension?: Extension[];
|
|
246
|
-
/**
|
|
247
|
-
* May be used to represent additional information that is not part of
|
|
248
|
-
* the basic definition of the element and that modifies the
|
|
249
|
-
* understanding of the element in which it is contained and/or the
|
|
250
|
-
* understanding of the containing element's descendants. Usually
|
|
251
|
-
* modifier elements provide negation or qualification. To make the use
|
|
252
|
-
* of extensions safe and manageable, there is a strict set of governance
|
|
253
|
-
* applied to the definition and use of extensions. Though any
|
|
254
|
-
* implementer can define an extension, there is a set of requirements
|
|
255
|
-
* that SHALL be met as part of the definition of the extension.
|
|
256
|
-
* Applications processing a resource are required to check for modifier
|
|
257
|
-
* extensions.
|
|
258
|
-
*
|
|
259
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on
|
|
260
|
-
* Resource or DomainResource (including cannot change the meaning of
|
|
261
|
-
* modifierExtension itself).
|
|
262
|
-
*/
|
|
263
|
-
readonly modifierExtension?: Extension[];
|
|
264
|
-
/**
|
|
265
|
-
* The category of patient centric costs associated with treatment.
|
|
266
|
-
*/
|
|
267
|
-
readonly type?: CodeableConcept;
|
|
268
|
-
/**
|
|
269
|
-
* The amount due from the patient for the cost category.
|
|
270
|
-
*/
|
|
271
|
-
readonly valueQuantity?: Quantity;
|
|
272
|
-
/**
|
|
273
|
-
* The amount due from the patient for the cost category.
|
|
274
|
-
*/
|
|
275
|
-
readonly valueMoney?: Money;
|
|
276
|
-
/**
|
|
277
|
-
* A suite of codes indicating exceptions or reductions to patient costs
|
|
278
|
-
* and their effective periods.
|
|
279
|
-
*/
|
|
280
|
-
readonly exception?: CoverageCostToBeneficiaryException[];
|
|
281
|
-
}
|
|
282
|
-
/**
|
|
283
|
-
* A suite of codes indicating exceptions or reductions to patient costs
|
|
284
|
-
* and their effective periods.
|
|
285
|
-
*/
|
|
286
|
-
export interface CoverageCostToBeneficiaryException {
|
|
287
|
-
/**
|
|
288
|
-
* Unique id for the element within a resource (for internal references).
|
|
289
|
-
* This may be any string value that does not contain spaces.
|
|
290
|
-
*/
|
|
291
|
-
readonly id?: string;
|
|
292
|
-
/**
|
|
293
|
-
* May be used to represent additional information that is not part of
|
|
294
|
-
* the basic definition of the element. To make the use of extensions
|
|
295
|
-
* safe and manageable, there is a strict set of governance applied to
|
|
296
|
-
* the definition and use of extensions. Though any implementer can
|
|
297
|
-
* define an extension, there is a set of requirements that SHALL be met
|
|
298
|
-
* as part of the definition of the extension.
|
|
299
|
-
*/
|
|
300
|
-
readonly extension?: Extension[];
|
|
301
|
-
/**
|
|
302
|
-
* May be used to represent additional information that is not part of
|
|
303
|
-
* the basic definition of the element and that modifies the
|
|
304
|
-
* understanding of the element in which it is contained and/or the
|
|
305
|
-
* understanding of the containing element's descendants. Usually
|
|
306
|
-
* modifier elements provide negation or qualification. To make the use
|
|
307
|
-
* of extensions safe and manageable, there is a strict set of governance
|
|
308
|
-
* applied to the definition and use of extensions. Though any
|
|
309
|
-
* implementer can define an extension, there is a set of requirements
|
|
310
|
-
* that SHALL be met as part of the definition of the extension.
|
|
311
|
-
* Applications processing a resource are required to check for modifier
|
|
312
|
-
* extensions.
|
|
313
|
-
*
|
|
314
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on
|
|
315
|
-
* Resource or DomainResource (including cannot change the meaning of
|
|
316
|
-
* modifierExtension itself).
|
|
317
|
-
*/
|
|
318
|
-
readonly modifierExtension?: Extension[];
|
|
319
|
-
/**
|
|
320
|
-
* The code for the specific exception.
|
|
321
|
-
*/
|
|
322
|
-
readonly type?: CodeableConcept;
|
|
323
|
-
/**
|
|
324
|
-
* The timeframe during when the exception is in force.
|
|
325
|
-
*/
|
|
326
|
-
readonly period?: Period;
|
|
327
|
-
}
|
package/dist/fhir/Coverage.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Coverage.js","sourceRoot":"","sources":["../../src/fhir/Coverage.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/*\n * Generated by @medplum/generator\n * Do not edit manually.\n */\n\nimport { CodeableConcept } from './CodeableConcept';\nimport { Contract } from './Contract';\nimport { Extension } from './Extension';\nimport { Identifier } from './Identifier';\nimport { Meta } from './Meta';\nimport { Money } from './Money';\nimport { Narrative } from './Narrative';\nimport { Organization } from './Organization';\nimport { Patient } from './Patient';\nimport { Period } from './Period';\nimport { Quantity } from './Quantity';\nimport { Reference } from './Reference';\nimport { RelatedPerson } from './RelatedPerson';\nimport { Resource } from './Resource';\n\n/**\n * Financial instrument which may be used to reimburse or pay for health\n * care products and services. Includes both insurance and self-payment.\n */\nexport interface Coverage {\n\n /**\n * This is a Coverage resource\n */\n readonly resourceType: 'Coverage';\n\n /**\n * The logical id of the resource, as used in the URL for the resource.\n * Once assigned, this value never changes.\n */\n readonly id?: string;\n\n /**\n * The metadata about the resource. This is content that is maintained by\n * the infrastructure. Changes to the content might not always be\n * associated with version changes to the resource.\n */\n readonly meta?: Meta;\n\n /**\n * A reference to a set of rules that were followed when the resource was\n * constructed, and which must be understood when processing the content.\n * Often, this is a reference to an implementation guide that defines the\n * special rules along with other profiles etc.\n */\n readonly implicitRules?: string;\n\n /**\n * The base language in which the resource is written.\n */\n readonly language?: string;\n\n /**\n * A human-readable narrative that contains a summary of the resource and\n * can be used to represent the content of the resource to a human. The\n * narrative need not encode all the structured data, but is required to\n * contain sufficient detail to make it "clinically safe" for a human to\n * just read the narrative. Resource definitions may define what content\n * should be represented in the narrative to ensure clinical safety.\n */\n readonly text?: Narrative;\n\n /**\n * These resources do not have an independent existence apart from the\n * resource that contains them - they cannot be identified independently,\n * and nor can they have their own independent transaction scope.\n */\n readonly contained?: Resource[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the resource. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the resource and that modifies the\n * understanding of the element that contains it and/or the understanding\n * of the containing element's descendants. Usually modifier elements\n * provide negation or qualification. To make the use of extensions safe\n * and manageable, there is a strict set of governance applied to the\n * definition and use of extensions. Though any implementer is allowed to\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension. Applications processing a\n * resource are required to check for modifier extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * A unique identifier assigned to this coverage.\n */\n readonly identifier?: Identifier[];\n\n /**\n * The status of the resource instance.\n */\n readonly status?: string;\n\n /**\n * The type of coverage: social program, medical plan, accident coverage\n * (workers compensation, auto), group health or payment by an individual\n * or organization.\n */\n readonly type?: CodeableConcept;\n\n /**\n * The party who 'owns' the insurance policy.\n */\n readonly policyHolder?: Reference<Patient | RelatedPerson | Organization>;\n\n /**\n * The party who has signed-up for or 'owns' the contractual relationship\n * to the policy or to whom the benefit of the policy for services\n * rendered to them or their family is due.\n */\n readonly subscriber?: Reference<Patient | RelatedPerson>;\n\n /**\n * The insurer assigned ID for the Subscriber.\n */\n readonly subscriberId?: string;\n\n /**\n * The party who benefits from the insurance coverage; the patient when\n * products and/or services are provided.\n */\n readonly beneficiary?: Reference<Patient>;\n\n /**\n * A unique identifier for a dependent under the coverage.\n */\n readonly dependent?: string;\n\n /**\n * The relationship of beneficiary (patient) to the subscriber.\n */\n readonly relationship?: CodeableConcept;\n\n /**\n * Time period during which the coverage is in force. A missing start\n * date indicates the start date isn't known, a missing end date means\n * the coverage is continuing to be in force.\n */\n readonly period?: Period;\n\n /**\n * The program or plan underwriter or payor including both insurance and\n * non-insurance agreements, such as patient-pay agreements.\n */\n readonly payor?: Reference<Organization | Patient | RelatedPerson>[];\n\n /**\n * A suite of underwriter specific classifiers.\n */\n readonly class?: CoverageClass[];\n\n /**\n * The order of applicability of this coverage relative to other\n * coverages which are currently in force. Note, there may be gaps in the\n * numbering and this does not imply primary, secondary etc. as the\n * specific positioning of coverages depends upon the episode of care.\n */\n readonly order?: number;\n\n /**\n * The insurer-specific identifier for the insurer-defined network of\n * providers to which the beneficiary may seek treatment which will be\n * covered at the 'in-network' rate, otherwise 'out of network' terms and\n * conditions apply.\n */\n readonly network?: string;\n\n /**\n * A suite of codes indicating the cost category and associated amount\n * which have been detailed in the policy and may have been included on\n * the health card.\n */\n readonly costToBeneficiary?: CoverageCostToBeneficiary[];\n\n /**\n * When 'subrogation=true' this insurance instance has been included not\n * for adjudication but to provide insurers with the details to recover\n * costs.\n */\n readonly subrogation?: boolean;\n\n /**\n * The policy(s) which constitute this insurance coverage.\n */\n readonly contract?: Reference<Contract>[];\n}\n\n/**\n * A suite of underwriter specific classifiers.\n */\nexport interface CoverageClass {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * The type of classification for which an insurer-specific class label\n * or number and optional name is provided, for example may be used to\n * identify a class of coverage or employer group, Policy, Plan.\n */\n readonly type?: CodeableConcept;\n\n /**\n * The alphanumeric string value associated with the insurer issued\n * label.\n */\n readonly value?: string;\n\n /**\n * A short description for the class.\n */\n readonly name?: string;\n}\n\n/**\n * A suite of codes indicating the cost category and associated amount\n * which have been detailed in the policy and may have been included on\n * the health card.\n */\nexport interface CoverageCostToBeneficiary {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * The category of patient centric costs associated with treatment.\n */\n readonly type?: CodeableConcept;\n\n /**\n * The amount due from the patient for the cost category.\n */\n readonly valueQuantity?: Quantity;\n\n /**\n * The amount due from the patient for the cost category.\n */\n readonly valueMoney?: Money;\n\n /**\n * A suite of codes indicating exceptions or reductions to patient costs\n * and their effective periods.\n */\n readonly exception?: CoverageCostToBeneficiaryException[];\n}\n\n/**\n * A suite of codes indicating exceptions or reductions to patient costs\n * and their effective periods.\n */\nexport interface CoverageCostToBeneficiaryException {\n\n /**\n * Unique id for the element within a resource (for internal references).\n * This may be any string value that does not contain spaces.\n */\n readonly id?: string;\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element. To make the use of extensions\n * safe and manageable, there is a strict set of governance applied to\n * the definition and use of extensions. Though any implementer can\n * define an extension, there is a set of requirements that SHALL be met\n * as part of the definition of the extension.\n */\n readonly extension?: Extension[];\n\n /**\n * May be used to represent additional information that is not part of\n * the basic definition of the element and that modifies the\n * understanding of the element in which it is contained and/or the\n * understanding of the containing element's descendants. Usually\n * modifier elements provide negation or qualification. To make the use\n * of extensions safe and manageable, there is a strict set of governance\n * applied to the definition and use of extensions. Though any\n * implementer can define an extension, there is a set of requirements\n * that SHALL be met as part of the definition of the extension.\n * Applications processing a resource are required to check for modifier\n * extensions.\n *\n * Modifier extensions SHALL NOT change the meaning of any elements on\n * Resource or DomainResource (including cannot change the meaning of\n * modifierExtension itself).\n */\n readonly modifierExtension?: Extension[];\n\n /**\n * The code for the specific exception.\n */\n readonly type?: CodeableConcept;\n\n /**\n * The timeframe during when the exception is in force.\n */\n readonly period?: Period;\n}\n"]}
|