@openhi/types 0.0.1 → 0.0.2
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 +2 -9
- package/lib/account.d.ts +37 -0
- package/lib/account.js +3 -0
- package/lib/account_coverage.d.ts +10 -0
- package/lib/account_coverage.js +3 -0
- package/lib/account_guarantor.d.ts +11 -0
- package/lib/account_guarantor.js +3 -0
- package/lib/activitydefinition.d.ts +95 -0
- package/lib/activitydefinition.js +3 -0
- package/lib/activitydefinition_dynamicvalue.d.ts +11 -0
- package/lib/activitydefinition_dynamicvalue.js +3 -0
- package/lib/activitydefinition_participant.d.ts +8 -0
- package/lib/activitydefinition_participant.js +3 -0
- package/lib/address.d.ts +24 -0
- package/lib/address.js +3 -0
- package/lib/adverseevent.d.ts +41 -0
- package/lib/adverseevent.js +3 -0
- package/lib/adverseevent_suspectentity.d.ts +19 -0
- package/lib/adverseevent_suspectentity.js +3 -0
- package/lib/age.d.ts +3 -0
- package/lib/age.js +3 -0
- package/lib/allergyintolerance.d.ts +51 -0
- package/lib/allergyintolerance.js +3 -0
- package/lib/allergyintolerance_reaction.d.ts +19 -0
- package/lib/allergyintolerance_reaction.js +3 -0
- package/lib/annotation.d.ts +12 -0
- package/lib/annotation.js +3 -0
- package/lib/appointment.d.ts +50 -0
- package/lib/appointment.js +3 -0
- package/lib/appointment_participant.d.ts +13 -0
- package/lib/appointment_participant.js +3 -0
- package/lib/appointmentresponse.d.ts +24 -0
- package/lib/appointmentresponse.js +3 -0
- package/lib/attachment.d.ts +19 -0
- package/lib/attachment.js +3 -0
- package/lib/auditevent.d.ts +30 -0
- package/lib/auditevent.js +3 -0
- package/lib/auditevent_agent.d.ts +30 -0
- package/lib/auditevent_agent.js +3 -0
- package/lib/auditevent_detail.d.ts +7 -0
- package/lib/auditevent_detail.js +3 -0
- package/lib/auditevent_entity.d.ts +27 -0
- package/lib/auditevent_entity.js +3 -0
- package/lib/auditevent_network.d.ts +7 -0
- package/lib/auditevent_network.js +3 -0
- package/lib/auditevent_source.d.ts +11 -0
- package/lib/auditevent_source.js +3 -0
- package/lib/backboneelement.d.ts +6 -0
- package/lib/backboneelement.js +3 -0
- package/lib/basic.d.ts +18 -0
- package/lib/basic.js +3 -0
- package/lib/binary.d.ts +12 -0
- package/lib/binary.js +3 -0
- package/lib/bodysite.d.ts +23 -0
- package/lib/bodysite.js +3 -0
- package/lib/bundle.d.ts +21 -0
- package/lib/bundle.js +3 -0
- package/lib/bundle_entry.d.ts +22 -0
- package/lib/bundle_entry.js +3 -0
- package/lib/bundle_link.d.ts +7 -0
- package/lib/bundle_link.js +3 -0
- package/lib/bundle_request.d.ts +15 -0
- package/lib/bundle_request.js +3 -0
- package/lib/bundle_response.d.ts +14 -0
- package/lib/bundle_response.js +3 -0
- package/lib/bundle_search.d.ts +7 -0
- package/lib/bundle_search.js +3 -0
- package/lib/capabilitystatement.d.ts +68 -0
- package/lib/capabilitystatement.js +3 -0
- package/lib/capabilitystatement_certificate.d.ts +7 -0
- package/lib/capabilitystatement_certificate.js +3 -0
- package/lib/capabilitystatement_document.d.ts +10 -0
- package/lib/capabilitystatement_document.js +3 -0
- package/lib/capabilitystatement_endpoint.d.ts +8 -0
- package/lib/capabilitystatement_endpoint.js +3 -0
- package/lib/capabilitystatement_event.d.ts +19 -0
- package/lib/capabilitystatement_event.js +3 -0
- package/lib/capabilitystatement_implementation.d.ts +7 -0
- package/lib/capabilitystatement_implementation.js +3 -0
- package/lib/capabilitystatement_interaction.d.ts +7 -0
- package/lib/capabilitystatement_interaction.js +3 -0
- package/lib/capabilitystatement_interaction1.d.ts +7 -0
- package/lib/capabilitystatement_interaction1.js +3 -0
- package/lib/capabilitystatement_messaging.d.ts +16 -0
- package/lib/capabilitystatement_messaging.js +3 -0
- package/lib/capabilitystatement_operation.d.ts +8 -0
- package/lib/capabilitystatement_operation.js +3 -0
- package/lib/capabilitystatement_resource.d.ts +36 -0
- package/lib/capabilitystatement_resource.js +3 -0
- package/lib/capabilitystatement_rest.d.ts +24 -0
- package/lib/capabilitystatement_rest.js +3 -0
- package/lib/capabilitystatement_searchparam.d.ts +11 -0
- package/lib/capabilitystatement_searchparam.js +3 -0
- package/lib/capabilitystatement_security.d.ts +13 -0
- package/lib/capabilitystatement_security.js +3 -0
- package/lib/capabilitystatement_software.d.ts +9 -0
- package/lib/capabilitystatement_software.js +3 -0
- package/lib/capabilitystatement_supportedmessage.d.ts +8 -0
- package/lib/capabilitystatement_supportedmessage.js +3 -0
- package/lib/careplan.d.ts +51 -0
- package/lib/careplan.js +3 -0
- package/lib/careplan_activity.d.ts +17 -0
- package/lib/careplan_activity.js +3 -0
- package/lib/careplan_detail.d.ts +46 -0
- package/lib/careplan_detail.js +3 -0
- package/lib/careteam.d.ts +35 -0
- package/lib/careteam.js +3 -0
- package/lib/careteam_participant.d.ts +14 -0
- package/lib/careteam_participant.js +3 -0
- package/lib/chargeitem.d.ts +64 -0
- package/lib/chargeitem.js +3 -0
- package/lib/chargeitem_participant.d.ts +9 -0
- package/lib/chargeitem_participant.js +3 -0
- package/lib/claim.d.ts +79 -0
- package/lib/claim.js +3 -0
- package/lib/claim_accident.d.ts +14 -0
- package/lib/claim_accident.js +3 -0
- package/lib/claim_careteam.d.ts +15 -0
- package/lib/claim_careteam.js +3 -0
- package/lib/claim_detail.d.ts +32 -0
- package/lib/claim_detail.js +3 -0
- package/lib/claim_diagnosis.d.ts +15 -0
- package/lib/claim_diagnosis.js +3 -0
- package/lib/claim_information.d.ts +28 -0
- package/lib/claim_information.js +3 -0
- package/lib/claim_insurance.d.ts +16 -0
- package/lib/claim_insurance.js +3 -0
- package/lib/claim_item.d.ts +58 -0
- package/lib/claim_item.js +3 -0
- package/lib/claim_payee.d.ts +12 -0
- package/lib/claim_payee.js +3 -0
- package/lib/claim_procedure.d.ts +13 -0
- package/lib/claim_procedure.js +3 -0
- package/lib/claim_related.d.ts +12 -0
- package/lib/claim_related.js +3 -0
- package/lib/claim_subdetail.d.ts +29 -0
- package/lib/claim_subdetail.js +3 -0
- package/lib/claimresponse.d.ts +62 -0
- package/lib/claimresponse.js +3 -0
- package/lib/claimresponse_additem.d.ts +25 -0
- package/lib/claimresponse_additem.js +3 -0
- package/lib/claimresponse_adjudication.d.ts +13 -0
- package/lib/claimresponse_adjudication.js +3 -0
- package/lib/claimresponse_detail.d.ts +13 -0
- package/lib/claimresponse_detail.js +3 -0
- package/lib/claimresponse_detail1.d.ts +20 -0
- package/lib/claimresponse_detail1.js +3 -0
- package/lib/claimresponse_error.d.ts +12 -0
- package/lib/claimresponse_error.js +3 -0
- package/lib/claimresponse_insurance.d.ts +16 -0
- package/lib/claimresponse_insurance.js +3 -0
- package/lib/claimresponse_item.d.ts +13 -0
- package/lib/claimresponse_item.js +3 -0
- package/lib/claimresponse_payment.d.ts +18 -0
- package/lib/claimresponse_payment.js +3 -0
- package/lib/claimresponse_processnote.d.ts +12 -0
- package/lib/claimresponse_processnote.js +3 -0
- package/lib/claimresponse_subdetail.d.ts +10 -0
- package/lib/claimresponse_subdetail.js +3 -0
- package/lib/clinicalimpression.d.ts +52 -0
- package/lib/clinicalimpression.js +3 -0
- package/lib/clinicalimpression_finding.d.ts +11 -0
- package/lib/clinicalimpression_finding.js +3 -0
- package/lib/clinicalimpression_investigation.d.ts +9 -0
- package/lib/clinicalimpression_investigation.js +3 -0
- package/lib/codeableconcept.d.ts +8 -0
- package/lib/codeableconcept.js +3 -0
- package/lib/codesystem.d.ts +62 -0
- package/lib/codesystem.js +3 -0
- package/lib/codesystem_concept.d.ts +17 -0
- package/lib/codesystem_concept.js +3 -0
- package/lib/codesystem_designation.d.ts +10 -0
- package/lib/codesystem_designation.js +3 -0
- package/lib/codesystem_filter.d.ts +11 -0
- package/lib/codesystem_filter.js +3 -0
- package/lib/codesystem_property.d.ts +11 -0
- package/lib/codesystem_property.js +3 -0
- package/lib/codesystem_property1.d.ts +18 -0
- package/lib/codesystem_property1.js +3 -0
- package/lib/coding.d.ts +13 -0
- package/lib/coding.js +3 -0
- package/lib/communication.d.ts +50 -0
- package/lib/communication.js +3 -0
- package/lib/communication_payload.d.ts +11 -0
- package/lib/communication_payload.js +3 -0
- package/lib/communicationrequest.d.ts +54 -0
- package/lib/communicationrequest.js +3 -0
- package/lib/communicationrequest_payload.d.ts +11 -0
- package/lib/communicationrequest_payload.js +3 -0
- package/lib/communicationrequest_requester.d.ts +8 -0
- package/lib/communicationrequest_requester.js +3 -0
- package/lib/compartmentdefinition.d.ts +39 -0
- package/lib/compartmentdefinition.js +3 -0
- package/lib/compartmentdefinition_resource.d.ts +9 -0
- package/lib/compartmentdefinition_resource.js +3 -0
- package/lib/composition.d.ts +42 -0
- package/lib/composition.js +3 -0
- package/lib/composition_attester.d.ts +10 -0
- package/lib/composition_attester.js +3 -0
- package/lib/composition_event.d.ts +12 -0
- package/lib/composition_event.js +3 -0
- package/lib/composition_relatesto.d.ts +11 -0
- package/lib/composition_relatesto.js +3 -0
- package/lib/composition_section.d.ts +22 -0
- package/lib/composition_section.js +3 -0
- package/lib/conceptmap.d.ts +51 -0
- package/lib/conceptmap.js +3 -0
- package/lib/conceptmap_dependson.d.ts +11 -0
- package/lib/conceptmap_dependson.js +3 -0
- package/lib/conceptmap_element.d.ts +10 -0
- package/lib/conceptmap_element.js +3 -0
- package/lib/conceptmap_group.d.ts +17 -0
- package/lib/conceptmap_group.js +3 -0
- package/lib/conceptmap_target.d.ts +16 -0
- package/lib/conceptmap_target.js +3 -0
- package/lib/conceptmap_unmapped.d.ts +11 -0
- package/lib/conceptmap_unmapped.js +3 -0
- package/lib/condition.d.ts +64 -0
- package/lib/condition.js +3 -0
- package/lib/condition_evidence.d.ts +9 -0
- package/lib/condition_evidence.js +3 -0
- package/lib/condition_stage.d.ts +9 -0
- package/lib/condition_stage.js +3 -0
- package/lib/consent.d.ts +55 -0
- package/lib/consent.js +3 -0
- package/lib/consent_actor.d.ts +9 -0
- package/lib/consent_actor.js +3 -0
- package/lib/consent_actor1.d.ts +9 -0
- package/lib/consent_actor1.js +3 -0
- package/lib/consent_data.d.ts +8 -0
- package/lib/consent_data.js +3 -0
- package/lib/consent_data1.d.ts +8 -0
- package/lib/consent_data1.js +3 -0
- package/lib/consent_except.d.ts +28 -0
- package/lib/consent_except.js +3 -0
- package/lib/consent_policy.d.ts +7 -0
- package/lib/consent_policy.js +3 -0
- package/lib/contactdetail.d.ts +8 -0
- package/lib/contactdetail.js +3 -0
- package/lib/contactpoint.d.ts +14 -0
- package/lib/contactpoint.js +3 -0
- package/lib/contract.d.ts +66 -0
- package/lib/contract.js +3 -0
- package/lib/contract_agent.d.ts +9 -0
- package/lib/contract_agent.js +3 -0
- package/lib/contract_agent1.d.ts +9 -0
- package/lib/contract_agent1.js +3 -0
- package/lib/contract_friendly.d.ts +9 -0
- package/lib/contract_friendly.js +3 -0
- package/lib/contract_legal.d.ts +9 -0
- package/lib/contract_legal.js +3 -0
- package/lib/contract_rule.d.ts +9 -0
- package/lib/contract_rule.js +3 -0
- package/lib/contract_signer.d.ts +12 -0
- package/lib/contract_signer.js +3 -0
- package/lib/contract_term.d.ts +36 -0
- package/lib/contract_term.js +3 -0
- package/lib/contract_valueditem.d.ts +26 -0
- package/lib/contract_valueditem.js +3 -0
- package/lib/contract_valueditem1.d.ts +26 -0
- package/lib/contract_valueditem1.js +3 -0
- package/lib/contributor.d.ts +10 -0
- package/lib/contributor.js +3 -0
- package/lib/count.d.ts +3 -0
- package/lib/count.js +3 -0
- package/lib/coverage.d.ts +42 -0
- package/lib/coverage.js +3 -0
- package/lib/coverage_grouping.d.ts +27 -0
- package/lib/coverage_grouping.js +3 -0
- package/lib/dataelement.d.ts +43 -0
- package/lib/dataelement.js +3 -0
- package/lib/dataelement_mapping.d.ts +11 -0
- package/lib/dataelement_mapping.js +3 -0
- package/lib/datarequirement.d.ts +15 -0
- package/lib/datarequirement.js +3 -0
- package/lib/datarequirement_codefilter.d.ts +18 -0
- package/lib/datarequirement_codefilter.js +3 -0
- package/lib/datarequirement_datefilter.d.ts +13 -0
- package/lib/datarequirement_datefilter.js +3 -0
- package/lib/detectedissue.d.ts +31 -0
- package/lib/detectedissue.js +3 -0
- package/lib/detectedissue_mitigation.d.ts +11 -0
- package/lib/detectedissue_mitigation.js +3 -0
- package/lib/device.d.ts +45 -0
- package/lib/device.js +3 -0
- package/lib/device_udi.d.ts +25 -0
- package/lib/device_udi.js +3 -0
- package/lib/devicecomponent.d.ts +29 -0
- package/lib/devicecomponent.js +3 -0
- package/lib/devicecomponent_productionspecification.d.ts +11 -0
- package/lib/devicecomponent_productionspecification.js +3 -0
- package/lib/devicemetric.d.ts +30 -0
- package/lib/devicemetric.js +3 -0
- package/lib/devicemetric_calibration.d.ts +9 -0
- package/lib/devicemetric_calibration.js +3 -0
- package/lib/devicerequest.d.ts +60 -0
- package/lib/devicerequest.js +3 -0
- package/lib/devicerequest_requester.d.ts +8 -0
- package/lib/devicerequest_requester.js +3 -0
- package/lib/deviceusestatement.d.ts +37 -0
- package/lib/deviceusestatement.js +3 -0
- package/lib/diagnosticreport.d.ts +48 -0
- package/lib/diagnosticreport.js +3 -0
- package/lib/diagnosticreport_image.d.ts +8 -0
- package/lib/diagnosticreport_image.js +3 -0
- package/lib/diagnosticreport_performer.d.ts +9 -0
- package/lib/diagnosticreport_performer.js +3 -0
- package/lib/distance.d.ts +3 -0
- package/lib/distance.js +3 -0
- package/lib/documentmanifest.d.ts +34 -0
- package/lib/documentmanifest.js +3 -0
- package/lib/documentmanifest_content.d.ts +9 -0
- package/lib/documentmanifest_content.js +3 -0
- package/lib/documentmanifest_related.d.ts +9 -0
- package/lib/documentmanifest_related.js +3 -0
- package/lib/documentreference.d.ts +45 -0
- package/lib/documentreference.js +3 -0
- package/lib/documentreference_content.d.ts +9 -0
- package/lib/documentreference_content.js +3 -0
- package/lib/documentreference_context.d.ts +21 -0
- package/lib/documentreference_context.js +3 -0
- package/lib/documentreference_related.d.ts +9 -0
- package/lib/documentreference_related.js +3 -0
- package/lib/documentreference_relatesto.d.ts +8 -0
- package/lib/documentreference_relatesto.js +3 -0
- package/lib/domainresource.d.ts +14 -0
- package/lib/domainresource.js +3 -0
- package/lib/dosage.d.ts +44 -0
- package/lib/dosage.js +3 -0
- package/lib/duration.d.ts +3 -0
- package/lib/duration.js +3 -0
- package/lib/element.d.ts +7 -0
- package/lib/element.js +3 -0
- package/lib/elementdefinition.d.ts +451 -0
- package/lib/elementdefinition.js +3 -0
- package/lib/elementdefinition_base.d.ts +9 -0
- package/lib/elementdefinition_base.js +3 -0
- package/lib/elementdefinition_binding.d.ts +12 -0
- package/lib/elementdefinition_binding.js +3 -0
- package/lib/elementdefinition_constraint.d.ts +17 -0
- package/lib/elementdefinition_constraint.js +3 -0
- package/lib/elementdefinition_discriminator.d.ts +7 -0
- package/lib/elementdefinition_discriminator.js +3 -0
- package/lib/elementdefinition_example.d.ts +145 -0
- package/lib/elementdefinition_example.js +3 -0
- package/lib/elementdefinition_mapping.d.ts +11 -0
- package/lib/elementdefinition_mapping.js +3 -0
- package/lib/elementdefinition_slicing.d.ts +12 -0
- package/lib/elementdefinition_slicing.js +3 -0
- package/lib/elementdefinition_type.d.ts +13 -0
- package/lib/elementdefinition_type.js +3 -0
- package/lib/eligibilityrequest.d.ts +41 -0
- package/lib/eligibilityrequest.js +3 -0
- package/lib/eligibilityresponse.d.ts +36 -0
- package/lib/eligibilityresponse.js +3 -0
- package/lib/eligibilityresponse_benefitbalance.d.ts +23 -0
- package/lib/eligibilityresponse_benefitbalance.js +3 -0
- package/lib/eligibilityresponse_error.d.ts +6 -0
- package/lib/eligibilityresponse_error.js +3 -0
- package/lib/eligibilityresponse_financial.d.ts +17 -0
- package/lib/eligibilityresponse_financial.js +3 -0
- package/lib/eligibilityresponse_insurance.d.ts +11 -0
- package/lib/eligibilityresponse_insurance.js +3 -0
- package/lib/encounter.d.ts +61 -0
- package/lib/encounter.js +3 -0
- package/lib/encounter_classhistory.d.ts +9 -0
- package/lib/encounter_classhistory.js +3 -0
- package/lib/encounter_diagnosis.d.ts +11 -0
- package/lib/encounter_diagnosis.js +3 -0
- package/lib/encounter_hospitalization.d.ts +24 -0
- package/lib/encounter_hospitalization.js +3 -0
- package/lib/encounter_location.d.ts +11 -0
- package/lib/encounter_location.js +3 -0
- package/lib/encounter_participant.d.ts +12 -0
- package/lib/encounter_participant.js +3 -0
- package/lib/encounter_statushistory.d.ts +8 -0
- package/lib/encounter_statushistory.js +3 -0
- package/lib/endpoint.d.ts +33 -0
- package/lib/endpoint.js +3 -0
- package/lib/enrollmentrequest.d.ts +23 -0
- package/lib/enrollmentrequest.js +3 -0
- package/lib/enrollmentresponse.d.ts +26 -0
- package/lib/enrollmentresponse.js +3 -0
- package/lib/episodeofcare.d.ts +35 -0
- package/lib/episodeofcare.js +3 -0
- package/lib/episodeofcare_diagnosis.d.ts +11 -0
- package/lib/episodeofcare_diagnosis.js +3 -0
- package/lib/episodeofcare_statushistory.d.ts +8 -0
- package/lib/episodeofcare_statushistory.js +3 -0
- package/lib/expansionprofile.d.ts +58 -0
- package/lib/expansionprofile.js +3 -0
- package/lib/expansionprofile_designation.d.ts +9 -0
- package/lib/expansionprofile_designation.js +3 -0
- package/lib/expansionprofile_designation1.d.ts +8 -0
- package/lib/expansionprofile_designation1.js +3 -0
- package/lib/expansionprofile_designation2.d.ts +8 -0
- package/lib/expansionprofile_designation2.js +3 -0
- package/lib/expansionprofile_exclude.d.ts +6 -0
- package/lib/expansionprofile_exclude.js +3 -0
- package/lib/expansionprofile_excludedsystem.d.ts +7 -0
- package/lib/expansionprofile_excludedsystem.js +3 -0
- package/lib/expansionprofile_fixedversion.d.ts +9 -0
- package/lib/expansionprofile_fixedversion.js +3 -0
- package/lib/expansionprofile_include.d.ts +6 -0
- package/lib/expansionprofile_include.js +3 -0
- package/lib/explanationofbenefit.d.ts +101 -0
- package/lib/explanationofbenefit.js +3 -0
- package/lib/explanationofbenefit_accident.d.ts +14 -0
- package/lib/explanationofbenefit_accident.js +3 -0
- package/lib/explanationofbenefit_additem.d.ts +25 -0
- package/lib/explanationofbenefit_additem.js +3 -0
- package/lib/explanationofbenefit_adjudication.d.ts +13 -0
- package/lib/explanationofbenefit_adjudication.js +3 -0
- package/lib/explanationofbenefit_benefitbalance.d.ts +23 -0
- package/lib/explanationofbenefit_benefitbalance.js +3 -0
- package/lib/explanationofbenefit_careteam.d.ts +15 -0
- package/lib/explanationofbenefit_careteam.js +3 -0
- package/lib/explanationofbenefit_detail.d.ts +39 -0
- package/lib/explanationofbenefit_detail.js +3 -0
- package/lib/explanationofbenefit_detail1.d.ts +20 -0
- package/lib/explanationofbenefit_detail1.js +3 -0
- package/lib/explanationofbenefit_diagnosis.d.ts +15 -0
- package/lib/explanationofbenefit_diagnosis.js +3 -0
- package/lib/explanationofbenefit_financial.d.ts +17 -0
- package/lib/explanationofbenefit_financial.js +3 -0
- package/lib/explanationofbenefit_information.d.ts +29 -0
- package/lib/explanationofbenefit_information.js +3 -0
- package/lib/explanationofbenefit_insurance.d.ts +8 -0
- package/lib/explanationofbenefit_insurance.js +3 -0
- package/lib/explanationofbenefit_item.d.ts +63 -0
- package/lib/explanationofbenefit_item.js +3 -0
- package/lib/explanationofbenefit_payee.d.ts +11 -0
- package/lib/explanationofbenefit_payee.js +3 -0
- package/lib/explanationofbenefit_payment.d.ts +18 -0
- package/lib/explanationofbenefit_payment.js +3 -0
- package/lib/explanationofbenefit_procedure.d.ts +13 -0
- package/lib/explanationofbenefit_procedure.js +3 -0
- package/lib/explanationofbenefit_processnote.d.ts +12 -0
- package/lib/explanationofbenefit_processnote.js +3 -0
- package/lib/explanationofbenefit_related.d.ts +12 -0
- package/lib/explanationofbenefit_related.js +3 -0
- package/lib/explanationofbenefit_subdetail.d.ts +36 -0
- package/lib/explanationofbenefit_subdetail.js +3 -0
- package/lib/extension.d.ts +144 -0
- package/lib/extension.js +3 -0
- package/lib/familymemberhistory.d.ts +65 -0
- package/lib/familymemberhistory.js +3 -0
- package/lib/familymemberhistory_condition.d.ts +22 -0
- package/lib/familymemberhistory_condition.js +3 -0
- package/lib/flag.d.ts +25 -0
- package/lib/flag.js +3 -0
- package/lib/goal.d.ts +42 -0
- package/lib/goal.js +3 -0
- package/lib/goal_target.d.ts +19 -0
- package/lib/goal_target.js +3 -0
- package/lib/graphdefinition.d.ts +39 -0
- package/lib/graphdefinition.js +3 -0
- package/lib/graphdefinition_compartment.d.ts +11 -0
- package/lib/graphdefinition_compartment.js +3 -0
- package/lib/graphdefinition_link.d.ts +16 -0
- package/lib/graphdefinition_link.js +3 -0
- package/lib/graphdefinition_target.d.ts +13 -0
- package/lib/graphdefinition_target.js +3 -0
- package/lib/group.d.ts +27 -0
- package/lib/group.js +3 -0
- package/lib/group_characteristic.d.ts +21 -0
- package/lib/group_characteristic.js +3 -0
- package/lib/group_member.d.ts +11 -0
- package/lib/group_member.js +3 -0
- package/lib/guidanceresponse.d.ts +40 -0
- package/lib/guidanceresponse.js +3 -0
- package/lib/healthcareservice.d.ts +60 -0
- package/lib/healthcareservice.js +3 -0
- package/lib/healthcareservice_availabletime.d.ts +11 -0
- package/lib/healthcareservice_availabletime.js +3 -0
- package/lib/healthcareservice_notavailable.d.ts +8 -0
- package/lib/healthcareservice_notavailable.js +3 -0
- package/lib/humanname.d.ts +18 -0
- package/lib/humanname.js +3 -0
- package/lib/identifier.d.ts +18 -0
- package/lib/identifier.js +3 -0
- package/lib/imagingmanifest.d.ts +21 -0
- package/lib/imagingmanifest.js +3 -0
- package/lib/imagingmanifest_instance.d.ts +7 -0
- package/lib/imagingmanifest_instance.js +3 -0
- package/lib/imagingmanifest_series.d.ts +11 -0
- package/lib/imagingmanifest_series.js +3 -0
- package/lib/imagingmanifest_study.d.ts +13 -0
- package/lib/imagingmanifest_study.js +3 -0
- package/lib/imagingstudy.d.ts +48 -0
- package/lib/imagingstudy.js +3 -0
- package/lib/imagingstudy_instance.d.ts +11 -0
- package/lib/imagingstudy_instance.js +3 -0
- package/lib/imagingstudy_series.d.ts +30 -0
- package/lib/imagingstudy_series.js +3 -0
- package/lib/immunization.d.ts +56 -0
- package/lib/immunization.js +3 -0
- package/lib/immunization_explanation.d.ts +8 -0
- package/lib/immunization_explanation.js +3 -0
- package/lib/immunization_practitioner.d.ts +9 -0
- package/lib/immunization_practitioner.js +3 -0
- package/lib/immunization_reaction.d.ts +10 -0
- package/lib/immunization_reaction.js +3 -0
- package/lib/immunization_vaccinationprotocol.d.ts +21 -0
- package/lib/immunization_vaccinationprotocol.js +3 -0
- package/lib/immunizationrecommendation.d.ts +14 -0
- package/lib/immunizationrecommendation.js +3 -0
- package/lib/immunizationrecommendation_datecriterion.d.ts +8 -0
- package/lib/immunizationrecommendation_datecriterion.js +3 -0
- package/lib/immunizationrecommendation_protocol.d.ts +12 -0
- package/lib/immunizationrecommendation_protocol.js +3 -0
- package/lib/immunizationrecommendation_recommendation.d.ts +25 -0
- package/lib/immunizationrecommendation_recommendation.js +3 -0
- package/lib/implementationguide.d.ts +48 -0
- package/lib/implementationguide.js +3 -0
- package/lib/implementationguide_dependency.d.ts +7 -0
- package/lib/implementationguide_dependency.js +3 -0
- package/lib/implementationguide_global.d.ts +8 -0
- package/lib/implementationguide_global.js +3 -0
- package/lib/implementationguide_package.d.ts +10 -0
- package/lib/implementationguide_package.js +3 -0
- package/lib/implementationguide_page.d.ts +17 -0
- package/lib/implementationguide_page.js +3 -0
- package/lib/implementationguide_resource.d.ts +18 -0
- package/lib/implementationguide_resource.js +3 -0
- package/lib/index.d.ts +490 -5
- package/lib/index.js +491 -6
- package/lib/library.d.ts +67 -0
- package/lib/library.js +3 -0
- package/lib/linkage.d.ts +13 -0
- package/lib/linkage.js +3 -0
- package/lib/linkage_item.d.ts +8 -0
- package/lib/linkage_item.js +3 -0
- package/lib/list.d.ts +36 -0
- package/lib/list.js +3 -0
- package/lib/list_entry.d.ts +13 -0
- package/lib/list_entry.js +3 -0
- package/lib/location.d.ts +42 -0
- package/lib/location.js +3 -0
- package/lib/location_position.d.ts +9 -0
- package/lib/location_position.js +3 -0
- package/lib/measure.d.ts +89 -0
- package/lib/measure.js +3 -0
- package/lib/measure_group.d.ts +16 -0
- package/lib/measure_group.js +3 -0
- package/lib/measure_population.d.ts +15 -0
- package/lib/measure_population.js +3 -0
- package/lib/measure_stratifier.d.ts +10 -0
- package/lib/measure_stratifier.js +3 -0
- package/lib/measure_supplementaldata.d.ts +13 -0
- package/lib/measure_supplementaldata.js +3 -0
- package/lib/measurereport.d.ts +29 -0
- package/lib/measurereport.js +3 -0
- package/lib/measurereport_group.d.ts +14 -0
- package/lib/measurereport_group.js +3 -0
- package/lib/measurereport_population.d.ts +14 -0
- package/lib/measurereport_population.js +3 -0
- package/lib/measurereport_population1.d.ts +14 -0
- package/lib/measurereport_population1.js +3 -0
- package/lib/measurereport_stratifier.d.ts +9 -0
- package/lib/measurereport_stratifier.js +3 -0
- package/lib/measurereport_stratum.d.ts +10 -0
- package/lib/measurereport_stratum.js +3 -0
- package/lib/media.d.ts +49 -0
- package/lib/media.js +3 -0
- package/lib/medication.d.ts +28 -0
- package/lib/medication.js +3 -0
- package/lib/medication_batch.d.ts +7 -0
- package/lib/medication_batch.js +3 -0
- package/lib/medication_content.d.ts +12 -0
- package/lib/medication_content.js +3 -0
- package/lib/medication_ingredient.d.ts +14 -0
- package/lib/medication_ingredient.js +3 -0
- package/lib/medication_package.d.ts +12 -0
- package/lib/medication_package.js +3 -0
- package/lib/medicationadministration.d.ts +56 -0
- package/lib/medicationadministration.js +3 -0
- package/lib/medicationadministration_dosage.d.ts +22 -0
- package/lib/medicationadministration_dosage.js +3 -0
- package/lib/medicationadministration_performer.d.ts +8 -0
- package/lib/medicationadministration_performer.js +3 -0
- package/lib/medicationdispense.d.ts +65 -0
- package/lib/medicationdispense.js +3 -0
- package/lib/medicationdispense_performer.d.ts +8 -0
- package/lib/medicationdispense_performer.js +3 -0
- package/lib/medicationdispense_substitution.d.ts +13 -0
- package/lib/medicationdispense_substitution.js +3 -0
- package/lib/medicationrequest.d.ts +63 -0
- package/lib/medicationrequest.js +3 -0
- package/lib/medicationrequest_dispenserequest.d.ts +17 -0
- package/lib/medicationrequest_dispenserequest.js +3 -0
- package/lib/medicationrequest_requester.d.ts +8 -0
- package/lib/medicationrequest_requester.js +3 -0
- package/lib/medicationrequest_substitution.d.ts +8 -0
- package/lib/medicationrequest_substitution.js +3 -0
- package/lib/medicationstatement.d.ts +51 -0
- package/lib/medicationstatement.js +3 -0
- package/lib/messagedefinition.d.ts +59 -0
- package/lib/messagedefinition.js +3 -0
- package/lib/messagedefinition_allowedresponse.d.ts +8 -0
- package/lib/messagedefinition_allowedresponse.js +3 -0
- package/lib/messagedefinition_focus.d.ts +12 -0
- package/lib/messagedefinition_focus.js +3 -0
- package/lib/messageheader.d.ts +35 -0
- package/lib/messageheader.js +3 -0
- package/lib/messageheader_destination.d.ts +10 -0
- package/lib/messageheader_destination.js +3 -0
- package/lib/messageheader_response.d.ts +10 -0
- package/lib/messageheader_response.js +3 -0
- package/lib/messageheader_source.d.ts +14 -0
- package/lib/messageheader_source.js +3 -0
- package/lib/meta.d.ts +14 -0
- package/lib/meta.js +3 -0
- package/lib/money.d.ts +3 -0
- package/lib/money.js +3 -0
- package/lib/namingsystem.d.ts +38 -0
- package/lib/namingsystem.js +3 -0
- package/lib/namingsystem_uniqueid.d.ts +14 -0
- package/lib/namingsystem_uniqueid.js +3 -0
- package/lib/narrative.d.ts +7 -0
- package/lib/narrative.js +3 -0
- package/lib/nutritionorder.d.ts +35 -0
- package/lib/nutritionorder.js +3 -0
- package/lib/nutritionorder_administration.d.ts +14 -0
- package/lib/nutritionorder_administration.js +3 -0
- package/lib/nutritionorder_enteralformula.d.ts +24 -0
- package/lib/nutritionorder_enteralformula.js +3 -0
- package/lib/nutritionorder_nutrient.d.ts +9 -0
- package/lib/nutritionorder_nutrient.js +3 -0
- package/lib/nutritionorder_oraldiet.d.ts +19 -0
- package/lib/nutritionorder_oraldiet.js +3 -0
- package/lib/nutritionorder_supplement.d.ts +16 -0
- package/lib/nutritionorder_supplement.js +3 -0
- package/lib/nutritionorder_texture.d.ts +8 -0
- package/lib/nutritionorder_texture.js +3 -0
- package/lib/observation.d.ts +81 -0
- package/lib/observation.js +3 -0
- package/lib/observation_component.d.ts +39 -0
- package/lib/observation_component.js +3 -0
- package/lib/observation_referencerange.d.ts +18 -0
- package/lib/observation_referencerange.js +3 -0
- package/lib/observation_related.d.ts +8 -0
- package/lib/observation_related.js +3 -0
- package/lib/operationdefinition.d.ts +57 -0
- package/lib/operationdefinition.js +3 -0
- package/lib/operationdefinition_binding.d.ts +10 -0
- package/lib/operationdefinition_binding.js +3 -0
- package/lib/operationdefinition_overload.d.ts +7 -0
- package/lib/operationdefinition_overload.js +3 -0
- package/lib/operationdefinition_parameter.d.ts +25 -0
- package/lib/operationdefinition_parameter.js +3 -0
- package/lib/operationoutcome.d.ts +8 -0
- package/lib/operationoutcome.js +3 -0
- package/lib/operationoutcome_issue.d.ts +16 -0
- package/lib/operationoutcome_issue.js +3 -0
- package/lib/organization.d.ts +31 -0
- package/lib/organization.js +3 -0
- package/lib/organization_contact.d.ts +15 -0
- package/lib/organization_contact.js +3 -0
- package/lib/parameterdefinition.d.ts +18 -0
- package/lib/parameterdefinition.js +3 -0
- package/lib/parameters.d.ts +6 -0
- package/lib/parameters.js +3 -0
- package/lib/parameters_parameter.d.ts +150 -0
- package/lib/parameters_parameter.js +3 -0
- package/lib/patient.d.ts +54 -0
- package/lib/patient.js +3 -0
- package/lib/patient_animal.d.ts +10 -0
- package/lib/patient_animal.js +3 -0
- package/lib/patient_communication.d.ts +8 -0
- package/lib/patient_communication.js +3 -0
- package/lib/patient_contact.d.ts +23 -0
- package/lib/patient_contact.js +3 -0
- package/lib/patient_link.d.ts +8 -0
- package/lib/patient_link.js +3 -0
- package/lib/paymentnotice.d.ts +28 -0
- package/lib/paymentnotice.js +3 -0
- package/lib/paymentreconciliation.d.ts +40 -0
- package/lib/paymentreconciliation.js +3 -0
- package/lib/paymentreconciliation_detail.d.ts +20 -0
- package/lib/paymentreconciliation_detail.js +3 -0
- package/lib/paymentreconciliation_processnote.d.ts +8 -0
- package/lib/paymentreconciliation_processnote.js +3 -0
- package/lib/period.d.ts +7 -0
- package/lib/period.js +3 -0
- package/lib/person.d.ts +32 -0
- package/lib/person.js +3 -0
- package/lib/person_link.d.ts +8 -0
- package/lib/person_link.js +3 -0
- package/lib/plandefinition.d.ts +67 -0
- package/lib/plandefinition.js +3 -0
- package/lib/plandefinition_action.d.ts +75 -0
- package/lib/plandefinition_action.js +3 -0
- package/lib/plandefinition_condition.d.ts +11 -0
- package/lib/plandefinition_condition.js +3 -0
- package/lib/plandefinition_dynamicvalue.d.ts +11 -0
- package/lib/plandefinition_dynamicvalue.js +3 -0
- package/lib/plandefinition_goal.d.ts +20 -0
- package/lib/plandefinition_goal.js +3 -0
- package/lib/plandefinition_participant.d.ts +8 -0
- package/lib/plandefinition_participant.js +3 -0
- package/lib/plandefinition_relatedaction.d.ts +13 -0
- package/lib/plandefinition_relatedaction.js +3 -0
- package/lib/plandefinition_target.d.ts +17 -0
- package/lib/plandefinition_target.js +3 -0
- package/lib/practitioner.d.ts +33 -0
- package/lib/practitioner.js +3 -0
- package/lib/practitioner_qualification.d.ts +15 -0
- package/lib/practitioner_qualification.js +3 -0
- package/lib/practitionerrole.d.ts +40 -0
- package/lib/practitionerrole.js +3 -0
- package/lib/practitionerrole_availabletime.d.ts +11 -0
- package/lib/practitionerrole_availabletime.js +3 -0
- package/lib/practitionerrole_notavailable.d.ts +8 -0
- package/lib/practitionerrole_notavailable.js +3 -0
- package/lib/procedure.d.ts +66 -0
- package/lib/procedure.js +3 -0
- package/lib/procedure_focaldevice.d.ts +9 -0
- package/lib/procedure_focaldevice.js +3 -0
- package/lib/procedure_performer.d.ts +11 -0
- package/lib/procedure_performer.js +3 -0
- package/lib/procedurerequest.d.ts +70 -0
- package/lib/procedurerequest.js +3 -0
- package/lib/procedurerequest_requester.d.ts +8 -0
- package/lib/procedurerequest_requester.js +3 -0
- package/lib/processrequest.d.ts +39 -0
- package/lib/processrequest.js +3 -0
- package/lib/processrequest_item.d.ts +5 -0
- package/lib/processrequest_item.js +3 -0
- package/lib/processresponse.d.ts +35 -0
- package/lib/processresponse.js +3 -0
- package/lib/processresponse_processnote.d.ts +8 -0
- package/lib/processresponse_processnote.js +3 -0
- package/lib/provenance.d.ts +31 -0
- package/lib/provenance.js +3 -0
- package/lib/provenance_agent.d.ts +17 -0
- package/lib/provenance_agent.js +3 -0
- package/lib/provenance_entity.d.ts +16 -0
- package/lib/provenance_entity.js +3 -0
- package/lib/quantity.d.ts +13 -0
- package/lib/quantity.js +3 -0
- package/lib/questionnaire.d.ts +54 -0
- package/lib/questionnaire.js +3 -0
- package/lib/questionnaire_enablewhen.d.ts +35 -0
- package/lib/questionnaire_enablewhen.js +3 -0
- package/lib/questionnaire_item.d.ts +70 -0
- package/lib/questionnaire_item.js +3 -0
- package/lib/questionnaire_option.d.ts +14 -0
- package/lib/questionnaire_option.js +3 -0
- package/lib/questionnaireresponse.d.ts +30 -0
- package/lib/questionnaireresponse.js +3 -0
- package/lib/questionnaireresponse_answer.d.ts +34 -0
- package/lib/questionnaireresponse_answer.js +3 -0
- package/lib/questionnaireresponse_item.d.ts +17 -0
- package/lib/questionnaireresponse_item.js +3 -0
- package/lib/range.d.ts +8 -0
- package/lib/range.js +3 -0
- package/lib/ratio.d.ts +8 -0
- package/lib/ratio.js +3 -0
- package/lib/reference.d.ts +10 -0
- package/lib/reference.js +3 -0
- package/lib/referralrequest.d.ts +59 -0
- package/lib/referralrequest.js +3 -0
- package/lib/referralrequest_requester.d.ts +8 -0
- package/lib/referralrequest_requester.js +3 -0
- package/lib/relatedartifact.d.ts +17 -0
- package/lib/relatedartifact.js +3 -0
- package/lib/relatedperson.d.ts +35 -0
- package/lib/relatedperson.js +3 -0
- package/lib/requestgroup.d.ts +42 -0
- package/lib/requestgroup.js +3 -0
- package/lib/requestgroup_action.d.ts +57 -0
- package/lib/requestgroup_action.js +3 -0
- package/lib/requestgroup_condition.d.ts +11 -0
- package/lib/requestgroup_condition.js +3 -0
- package/lib/requestgroup_relatedaction.d.ts +13 -0
- package/lib/requestgroup_relatedaction.js +3 -0
- package/lib/researchstudy.d.ts +53 -0
- package/lib/researchstudy.js +3 -0
- package/lib/researchstudy_arm.d.ts +10 -0
- package/lib/researchstudy_arm.js +3 -0
- package/lib/researchsubject.d.ts +24 -0
- package/lib/researchsubject.js +3 -0
- package/lib/resource.js +3 -0
- package/lib/resourcelist.js +4 -0
- package/lib/riskassessment.d.ts +46 -0
- package/lib/riskassessment.js +3 -0
- package/lib/riskassessment_prediction.d.ts +22 -0
- package/lib/riskassessment_prediction.js +3 -0
- package/lib/sampleddata.d.ts +18 -0
- package/lib/sampleddata.js +3 -0
- package/lib/schedule.d.ts +25 -0
- package/lib/schedule.js +3 -0
- package/lib/searchparameter.d.ts +57 -0
- package/lib/searchparameter.js +3 -0
- package/lib/searchparameter_component.d.ts +8 -0
- package/lib/searchparameter_component.js +3 -0
- package/lib/sequence.d.ts +42 -0
- package/lib/sequence.js +3 -0
- package/lib/sequence_quality.d.ts +33 -0
- package/lib/sequence_quality.js +3 -0
- package/lib/sequence_referenceseq.d.ts +21 -0
- package/lib/sequence_referenceseq.js +3 -0
- package/lib/sequence_repository.d.ts +15 -0
- package/lib/sequence_repository.js +3 -0
- package/lib/sequence_variant.d.ts +16 -0
- package/lib/sequence_variant.js +3 -0
- package/lib/servicedefinition.d.ts +65 -0
- package/lib/servicedefinition.js +3 -0
- package/lib/signature.d.ts +21 -0
- package/lib/signature.js +3 -0
- package/lib/slot.d.ts +30 -0
- package/lib/slot.js +3 -0
- package/lib/specimen.d.ts +36 -0
- package/lib/specimen.js +3 -0
- package/lib/specimen_collection.d.ts +19 -0
- package/lib/specimen_collection.js +3 -0
- package/lib/specimen_container.d.ts +21 -0
- package/lib/specimen_container.js +3 -0
- package/lib/specimen_processing.d.ts +16 -0
- package/lib/specimen_processing.js +3 -0
- package/lib/structuredefinition.d.ts +69 -0
- package/lib/structuredefinition.js +3 -0
- package/lib/structuredefinition_differential.d.ts +6 -0
- package/lib/structuredefinition_differential.js +3 -0
- package/lib/structuredefinition_mapping.d.ts +11 -0
- package/lib/structuredefinition_mapping.js +3 -0
- package/lib/structuredefinition_snapshot.d.ts +6 -0
- package/lib/structuredefinition_snapshot.js +3 -0
- package/lib/structuremap.d.ts +47 -0
- package/lib/structuremap.js +3 -0
- package/lib/structuremap_dependent.d.ts +7 -0
- package/lib/structuremap_dependent.js +3 -0
- package/lib/structuremap_group.d.ts +17 -0
- package/lib/structuremap_group.js +3 -0
- package/lib/structuremap_input.d.ts +11 -0
- package/lib/structuremap_input.js +3 -0
- package/lib/structuremap_parameter.d.ts +13 -0
- package/lib/structuremap_parameter.js +3 -0
- package/lib/structuremap_rule.d.ts +18 -0
- package/lib/structuremap_rule.js +3 -0
- package/lib/structuremap_source.d.ts +161 -0
- package/lib/structuremap_source.js +3 -0
- package/lib/structuremap_structure.d.ts +11 -0
- package/lib/structuremap_structure.js +3 -0
- package/lib/structuremap_target.d.ts +20 -0
- package/lib/structuremap_target.js +3 -0
- package/lib/subscription.d.ts +24 -0
- package/lib/subscription.js +3 -0
- package/lib/subscription_channel.d.ts +11 -0
- package/lib/subscription_channel.js +3 -0
- package/lib/substance.d.ts +23 -0
- package/lib/substance.js +3 -0
- package/lib/substance_ingredient.d.ts +12 -0
- package/lib/substance_ingredient.js +3 -0
- package/lib/substance_instance.d.ts +11 -0
- package/lib/substance_instance.js +3 -0
- package/lib/supplydelivery.d.ts +37 -0
- package/lib/supplydelivery.js +3 -0
- package/lib/supplydelivery_supplieditem.d.ts +12 -0
- package/lib/supplydelivery_supplieditem.js +3 -0
- package/lib/supplyrequest.d.ts +42 -0
- package/lib/supplyrequest.js +3 -0
- package/lib/supplyrequest_ordereditem.d.ts +12 -0
- package/lib/supplyrequest_ordereditem.js +3 -0
- package/lib/supplyrequest_requester.d.ts +8 -0
- package/lib/supplyrequest_requester.js +3 -0
- package/lib/task.d.ts +70 -0
- package/lib/task.js +3 -0
- package/lib/task_input.d.ts +145 -0
- package/lib/task_input.js +3 -0
- package/lib/task_output.d.ts +145 -0
- package/lib/task_output.js +3 -0
- package/lib/task_requester.d.ts +8 -0
- package/lib/task_requester.js +3 -0
- package/lib/task_restriction.d.ts +11 -0
- package/lib/task_restriction.js +3 -0
- package/lib/testreport.d.ts +35 -0
- package/lib/testreport.js +3 -0
- package/lib/testreport_action.d.ts +9 -0
- package/lib/testreport_action.js +3 -0
- package/lib/testreport_action1.d.ts +9 -0
- package/lib/testreport_action1.js +3 -0
- package/lib/testreport_action2.d.ts +6 -0
- package/lib/testreport_action2.js +3 -0
- package/lib/testreport_assert.d.ts +9 -0
- package/lib/testreport_assert.js +3 -0
- package/lib/testreport_operation.d.ts +9 -0
- package/lib/testreport_operation.js +3 -0
- package/lib/testreport_participant.d.ts +9 -0
- package/lib/testreport_participant.js +3 -0
- package/lib/testreport_setup.d.ts +6 -0
- package/lib/testreport_setup.js +3 -0
- package/lib/testreport_teardown.d.ts +6 -0
- package/lib/testreport_teardown.js +3 -0
- package/lib/testreport_test.d.ts +10 -0
- package/lib/testreport_test.js +3 -0
- package/lib/testscript.d.ts +72 -0
- package/lib/testscript.js +3 -0
- package/lib/testscript_action.d.ts +9 -0
- package/lib/testscript_action.js +3 -0
- package/lib/testscript_action1.d.ts +9 -0
- package/lib/testscript_action1.js +3 -0
- package/lib/testscript_action2.d.ts +6 -0
- package/lib/testscript_action2.js +3 -0
- package/lib/testscript_assert.d.ts +53 -0
- package/lib/testscript_assert.js +3 -0
- package/lib/testscript_capability.d.ts +18 -0
- package/lib/testscript_capability.js +3 -0
- package/lib/testscript_destination.d.ts +8 -0
- package/lib/testscript_destination.js +3 -0
- package/lib/testscript_fixture.d.ts +10 -0
- package/lib/testscript_fixture.js +3 -0
- package/lib/testscript_link.d.ts +7 -0
- package/lib/testscript_link.js +3 -0
- package/lib/testscript_metadata.d.ts +9 -0
- package/lib/testscript_metadata.js +3 -0
- package/lib/testscript_operation.d.ts +37 -0
- package/lib/testscript_operation.js +3 -0
- package/lib/testscript_origin.d.ts +8 -0
- package/lib/testscript_origin.js +3 -0
- package/lib/testscript_param.d.ts +7 -0
- package/lib/testscript_param.js +3 -0
- package/lib/testscript_param1.d.ts +7 -0
- package/lib/testscript_param1.js +3 -0
- package/lib/testscript_param2.d.ts +7 -0
- package/lib/testscript_param2.js +3 -0
- package/lib/testscript_param3.d.ts +7 -0
- package/lib/testscript_param3.js +3 -0
- package/lib/testscript_requestheader.d.ts +7 -0
- package/lib/testscript_requestheader.js +3 -0
- package/lib/testscript_rule.d.ts +9 -0
- package/lib/testscript_rule.js +3 -0
- package/lib/testscript_rule1.d.ts +8 -0
- package/lib/testscript_rule1.js +3 -0
- package/lib/testscript_rule2.d.ts +8 -0
- package/lib/testscript_rule2.js +3 -0
- package/lib/testscript_rule3.d.ts +8 -0
- package/lib/testscript_rule3.js +3 -0
- package/lib/testscript_ruleset.d.ts +9 -0
- package/lib/testscript_ruleset.js +3 -0
- package/lib/testscript_ruleset1.d.ts +8 -0
- package/lib/testscript_ruleset1.js +3 -0
- package/lib/testscript_setup.d.ts +6 -0
- package/lib/testscript_setup.js +3 -0
- package/lib/testscript_teardown.d.ts +6 -0
- package/lib/testscript_teardown.js +3 -0
- package/lib/testscript_test.d.ts +10 -0
- package/lib/testscript_test.js +3 -0
- package/lib/testscript_variable.d.ts +19 -0
- package/lib/testscript_variable.js +3 -0
- package/lib/timing.d.ts +11 -0
- package/lib/timing.js +3 -0
- package/lib/timing_repeat.d.ts +40 -0
- package/lib/timing_repeat.js +3 -0
- package/lib/triggerdefinition.d.ts +20 -0
- package/lib/triggerdefinition.js +3 -0
- package/lib/usagecontext.d.ts +15 -0
- package/lib/usagecontext.js +3 -0
- package/lib/valueset.d.ts +49 -0
- package/lib/valueset.js +3 -0
- package/lib/valueset_compose.d.ts +12 -0
- package/lib/valueset_compose.js +3 -0
- package/lib/valueset_concept.d.ts +10 -0
- package/lib/valueset_concept.js +3 -0
- package/lib/valueset_contains.d.ts +20 -0
- package/lib/valueset_contains.js +3 -0
- package/lib/valueset_designation.d.ts +10 -0
- package/lib/valueset_designation.js +3 -0
- package/lib/valueset_expansion.d.ts +17 -0
- package/lib/valueset_expansion.js +3 -0
- package/lib/valueset_filter.d.ts +9 -0
- package/lib/valueset_filter.js +3 -0
- package/lib/valueset_include.d.ts +15 -0
- package/lib/valueset_include.js +3 -0
- package/lib/valueset_parameter.d.ts +17 -0
- package/lib/valueset_parameter.js +3 -0
- package/lib/visionprescription.d.ts +27 -0
- package/lib/visionprescription.js +3 -0
- package/lib/visionprescription_dispense.d.ts +36 -0
- package/lib/visionprescription_dispense.js +3 -0
- package/package.json +2 -2
- package/lib/cms/index.d.ts +0 -5
- package/lib/cms/index.js +0 -3
- package/lib/crm/index.d.ts +0 -5
- package/lib/crm/index.js +0 -3
- package/lib/ehr/account.d.ts +0 -36
- package/lib/ehr/account.js +0 -3
- package/lib/ehr/account_coverage.d.ts +0 -9
- package/lib/ehr/account_coverage.js +0 -3
- package/lib/ehr/account_guarantor.d.ts +0 -10
- package/lib/ehr/account_guarantor.js +0 -3
- package/lib/ehr/activitydefinition.d.ts +0 -94
- package/lib/ehr/activitydefinition.js +0 -3
- package/lib/ehr/activitydefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/activitydefinition_dynamicvalue.js +0 -4
- package/lib/ehr/activitydefinition_participant.d.ts +0 -7
- package/lib/ehr/activitydefinition_participant.js +0 -3
- package/lib/ehr/address.d.ts +0 -23
- package/lib/ehr/address.js +0 -3
- package/lib/ehr/adverseevent.d.ts +0 -40
- package/lib/ehr/adverseevent.js +0 -3
- package/lib/ehr/adverseevent_suspectentity.d.ts +0 -18
- package/lib/ehr/adverseevent_suspectentity.js +0 -3
- package/lib/ehr/age.d.ts +0 -2
- package/lib/ehr/age.js +0 -4
- package/lib/ehr/allergyintolerance.d.ts +0 -50
- package/lib/ehr/allergyintolerance.js +0 -3
- package/lib/ehr/allergyintolerance_reaction.d.ts +0 -18
- package/lib/ehr/allergyintolerance_reaction.js +0 -3
- package/lib/ehr/annotation.d.ts +0 -11
- package/lib/ehr/annotation.js +0 -3
- package/lib/ehr/appointment.d.ts +0 -49
- package/lib/ehr/appointment.js +0 -3
- package/lib/ehr/appointment_participant.d.ts +0 -12
- package/lib/ehr/appointment_participant.js +0 -3
- package/lib/ehr/appointmentresponse.d.ts +0 -23
- package/lib/ehr/appointmentresponse.js +0 -3
- package/lib/ehr/attachment.d.ts +0 -18
- package/lib/ehr/attachment.js +0 -4
- package/lib/ehr/auditevent.d.ts +0 -29
- package/lib/ehr/auditevent.js +0 -3
- package/lib/ehr/auditevent_agent.d.ts +0 -29
- package/lib/ehr/auditevent_agent.js +0 -3
- package/lib/ehr/auditevent_detail.d.ts +0 -6
- package/lib/ehr/auditevent_detail.js +0 -4
- package/lib/ehr/auditevent_entity.d.ts +0 -26
- package/lib/ehr/auditevent_entity.js +0 -3
- package/lib/ehr/auditevent_network.d.ts +0 -6
- package/lib/ehr/auditevent_network.js +0 -4
- package/lib/ehr/auditevent_source.d.ts +0 -10
- package/lib/ehr/auditevent_source.js +0 -3
- package/lib/ehr/backboneelement.d.ts +0 -5
- package/lib/ehr/backboneelement.js +0 -3
- package/lib/ehr/basic.d.ts +0 -17
- package/lib/ehr/basic.js +0 -3
- package/lib/ehr/binary.d.ts +0 -11
- package/lib/ehr/binary.js +0 -3
- package/lib/ehr/bodysite.d.ts +0 -22
- package/lib/ehr/bodysite.js +0 -3
- package/lib/ehr/bundle.d.ts +0 -20
- package/lib/ehr/bundle.js +0 -3
- package/lib/ehr/bundle_entry.d.ts +0 -21
- package/lib/ehr/bundle_entry.js +0 -3
- package/lib/ehr/bundle_link.d.ts +0 -6
- package/lib/ehr/bundle_link.js +0 -4
- package/lib/ehr/bundle_request.d.ts +0 -14
- package/lib/ehr/bundle_request.js +0 -4
- package/lib/ehr/bundle_response.d.ts +0 -13
- package/lib/ehr/bundle_response.js +0 -3
- package/lib/ehr/bundle_search.d.ts +0 -6
- package/lib/ehr/bundle_search.js +0 -4
- package/lib/ehr/capabilitystatement.d.ts +0 -67
- package/lib/ehr/capabilitystatement.js +0 -3
- package/lib/ehr/capabilitystatement_certificate.d.ts +0 -6
- package/lib/ehr/capabilitystatement_certificate.js +0 -4
- package/lib/ehr/capabilitystatement_document.d.ts +0 -9
- package/lib/ehr/capabilitystatement_document.js +0 -3
- package/lib/ehr/capabilitystatement_endpoint.d.ts +0 -7
- package/lib/ehr/capabilitystatement_endpoint.js +0 -3
- package/lib/ehr/capabilitystatement_event.d.ts +0 -18
- package/lib/ehr/capabilitystatement_event.js +0 -3
- package/lib/ehr/capabilitystatement_implementation.d.ts +0 -6
- package/lib/ehr/capabilitystatement_implementation.js +0 -4
- package/lib/ehr/capabilitystatement_interaction.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction.js +0 -4
- package/lib/ehr/capabilitystatement_interaction1.d.ts +0 -6
- package/lib/ehr/capabilitystatement_interaction1.js +0 -4
- package/lib/ehr/capabilitystatement_messaging.d.ts +0 -15
- package/lib/ehr/capabilitystatement_messaging.js +0 -3
- package/lib/ehr/capabilitystatement_operation.d.ts +0 -7
- package/lib/ehr/capabilitystatement_operation.js +0 -3
- package/lib/ehr/capabilitystatement_resource.d.ts +0 -35
- package/lib/ehr/capabilitystatement_resource.js +0 -3
- package/lib/ehr/capabilitystatement_rest.d.ts +0 -23
- package/lib/ehr/capabilitystatement_rest.js +0 -3
- package/lib/ehr/capabilitystatement_searchparam.d.ts +0 -10
- package/lib/ehr/capabilitystatement_searchparam.js +0 -4
- package/lib/ehr/capabilitystatement_security.d.ts +0 -12
- package/lib/ehr/capabilitystatement_security.js +0 -3
- package/lib/ehr/capabilitystatement_software.d.ts +0 -8
- package/lib/ehr/capabilitystatement_software.js +0 -4
- package/lib/ehr/capabilitystatement_supportedmessage.d.ts +0 -7
- package/lib/ehr/capabilitystatement_supportedmessage.js +0 -3
- package/lib/ehr/careplan.d.ts +0 -50
- package/lib/ehr/careplan.js +0 -3
- package/lib/ehr/careplan_activity.d.ts +0 -16
- package/lib/ehr/careplan_activity.js +0 -3
- package/lib/ehr/careplan_detail.d.ts +0 -45
- package/lib/ehr/careplan_detail.js +0 -3
- package/lib/ehr/careteam.d.ts +0 -34
- package/lib/ehr/careteam.js +0 -3
- package/lib/ehr/careteam_participant.d.ts +0 -13
- package/lib/ehr/careteam_participant.js +0 -3
- package/lib/ehr/chargeitem.d.ts +0 -63
- package/lib/ehr/chargeitem.js +0 -3
- package/lib/ehr/chargeitem_participant.d.ts +0 -8
- package/lib/ehr/chargeitem_participant.js +0 -3
- package/lib/ehr/claim.d.ts +0 -78
- package/lib/ehr/claim.js +0 -3
- package/lib/ehr/claim_accident.d.ts +0 -13
- package/lib/ehr/claim_accident.js +0 -3
- package/lib/ehr/claim_careteam.d.ts +0 -14
- package/lib/ehr/claim_careteam.js +0 -3
- package/lib/ehr/claim_detail.d.ts +0 -31
- package/lib/ehr/claim_detail.js +0 -3
- package/lib/ehr/claim_diagnosis.d.ts +0 -14
- package/lib/ehr/claim_diagnosis.js +0 -3
- package/lib/ehr/claim_information.d.ts +0 -27
- package/lib/ehr/claim_information.js +0 -3
- package/lib/ehr/claim_insurance.d.ts +0 -15
- package/lib/ehr/claim_insurance.js +0 -3
- package/lib/ehr/claim_item.d.ts +0 -57
- package/lib/ehr/claim_item.js +0 -3
- package/lib/ehr/claim_payee.d.ts +0 -11
- package/lib/ehr/claim_payee.js +0 -3
- package/lib/ehr/claim_procedure.d.ts +0 -12
- package/lib/ehr/claim_procedure.js +0 -3
- package/lib/ehr/claim_related.d.ts +0 -11
- package/lib/ehr/claim_related.js +0 -3
- package/lib/ehr/claim_subdetail.d.ts +0 -28
- package/lib/ehr/claim_subdetail.js +0 -3
- package/lib/ehr/claimresponse.d.ts +0 -61
- package/lib/ehr/claimresponse.js +0 -3
- package/lib/ehr/claimresponse_additem.d.ts +0 -24
- package/lib/ehr/claimresponse_additem.js +0 -3
- package/lib/ehr/claimresponse_adjudication.d.ts +0 -12
- package/lib/ehr/claimresponse_adjudication.js +0 -3
- package/lib/ehr/claimresponse_detail.d.ts +0 -12
- package/lib/ehr/claimresponse_detail.js +0 -3
- package/lib/ehr/claimresponse_detail1.d.ts +0 -19
- package/lib/ehr/claimresponse_detail1.js +0 -3
- package/lib/ehr/claimresponse_error.d.ts +0 -11
- package/lib/ehr/claimresponse_error.js +0 -3
- package/lib/ehr/claimresponse_insurance.d.ts +0 -15
- package/lib/ehr/claimresponse_insurance.js +0 -3
- package/lib/ehr/claimresponse_item.d.ts +0 -12
- package/lib/ehr/claimresponse_item.js +0 -3
- package/lib/ehr/claimresponse_payment.d.ts +0 -17
- package/lib/ehr/claimresponse_payment.js +0 -3
- package/lib/ehr/claimresponse_processnote.d.ts +0 -11
- package/lib/ehr/claimresponse_processnote.js +0 -3
- package/lib/ehr/claimresponse_subdetail.d.ts +0 -9
- package/lib/ehr/claimresponse_subdetail.js +0 -3
- package/lib/ehr/clinicalimpression.d.ts +0 -51
- package/lib/ehr/clinicalimpression.js +0 -3
- package/lib/ehr/clinicalimpression_finding.d.ts +0 -10
- package/lib/ehr/clinicalimpression_finding.js +0 -3
- package/lib/ehr/clinicalimpression_investigation.d.ts +0 -8
- package/lib/ehr/clinicalimpression_investigation.js +0 -3
- package/lib/ehr/codeableconcept.d.ts +0 -7
- package/lib/ehr/codeableconcept.js +0 -3
- package/lib/ehr/codesystem.d.ts +0 -61
- package/lib/ehr/codesystem.js +0 -3
- package/lib/ehr/codesystem_concept.d.ts +0 -16
- package/lib/ehr/codesystem_concept.js +0 -3
- package/lib/ehr/codesystem_designation.d.ts +0 -9
- package/lib/ehr/codesystem_designation.js +0 -3
- package/lib/ehr/codesystem_filter.d.ts +0 -10
- package/lib/ehr/codesystem_filter.js +0 -4
- package/lib/ehr/codesystem_property.d.ts +0 -10
- package/lib/ehr/codesystem_property.js +0 -4
- package/lib/ehr/codesystem_property1.d.ts +0 -17
- package/lib/ehr/codesystem_property1.js +0 -3
- package/lib/ehr/coding.d.ts +0 -12
- package/lib/ehr/coding.js +0 -4
- package/lib/ehr/communication.d.ts +0 -49
- package/lib/ehr/communication.js +0 -3
- package/lib/ehr/communication_payload.d.ts +0 -10
- package/lib/ehr/communication_payload.js +0 -3
- package/lib/ehr/communicationrequest.d.ts +0 -53
- package/lib/ehr/communicationrequest.js +0 -3
- package/lib/ehr/communicationrequest_payload.d.ts +0 -10
- package/lib/ehr/communicationrequest_payload.js +0 -3
- package/lib/ehr/communicationrequest_requester.d.ts +0 -7
- package/lib/ehr/communicationrequest_requester.js +0 -3
- package/lib/ehr/compartmentdefinition.d.ts +0 -38
- package/lib/ehr/compartmentdefinition.js +0 -3
- package/lib/ehr/compartmentdefinition_resource.d.ts +0 -8
- package/lib/ehr/compartmentdefinition_resource.js +0 -4
- package/lib/ehr/composition.d.ts +0 -41
- package/lib/ehr/composition.js +0 -3
- package/lib/ehr/composition_attester.d.ts +0 -9
- package/lib/ehr/composition_attester.js +0 -3
- package/lib/ehr/composition_event.d.ts +0 -11
- package/lib/ehr/composition_event.js +0 -3
- package/lib/ehr/composition_relatesto.d.ts +0 -10
- package/lib/ehr/composition_relatesto.js +0 -3
- package/lib/ehr/composition_section.d.ts +0 -21
- package/lib/ehr/composition_section.js +0 -3
- package/lib/ehr/conceptmap.d.ts +0 -50
- package/lib/ehr/conceptmap.js +0 -3
- package/lib/ehr/conceptmap_dependson.d.ts +0 -10
- package/lib/ehr/conceptmap_dependson.js +0 -4
- package/lib/ehr/conceptmap_element.d.ts +0 -9
- package/lib/ehr/conceptmap_element.js +0 -3
- package/lib/ehr/conceptmap_group.d.ts +0 -16
- package/lib/ehr/conceptmap_group.js +0 -3
- package/lib/ehr/conceptmap_target.d.ts +0 -15
- package/lib/ehr/conceptmap_target.js +0 -3
- package/lib/ehr/conceptmap_unmapped.d.ts +0 -10
- package/lib/ehr/conceptmap_unmapped.js +0 -4
- package/lib/ehr/condition.d.ts +0 -63
- package/lib/ehr/condition.js +0 -3
- package/lib/ehr/condition_evidence.d.ts +0 -8
- package/lib/ehr/condition_evidence.js +0 -3
- package/lib/ehr/condition_stage.d.ts +0 -8
- package/lib/ehr/condition_stage.js +0 -3
- package/lib/ehr/consent.d.ts +0 -54
- package/lib/ehr/consent.js +0 -3
- package/lib/ehr/consent_actor.d.ts +0 -8
- package/lib/ehr/consent_actor.js +0 -3
- package/lib/ehr/consent_actor1.d.ts +0 -8
- package/lib/ehr/consent_actor1.js +0 -3
- package/lib/ehr/consent_data.d.ts +0 -7
- package/lib/ehr/consent_data.js +0 -3
- package/lib/ehr/consent_data1.d.ts +0 -7
- package/lib/ehr/consent_data1.js +0 -3
- package/lib/ehr/consent_except.d.ts +0 -27
- package/lib/ehr/consent_except.js +0 -3
- package/lib/ehr/consent_policy.d.ts +0 -6
- package/lib/ehr/consent_policy.js +0 -4
- package/lib/ehr/contactdetail.d.ts +0 -7
- package/lib/ehr/contactdetail.js +0 -3
- package/lib/ehr/contactpoint.d.ts +0 -13
- package/lib/ehr/contactpoint.js +0 -3
- package/lib/ehr/contract.d.ts +0 -65
- package/lib/ehr/contract.js +0 -3
- package/lib/ehr/contract_agent.d.ts +0 -8
- package/lib/ehr/contract_agent.js +0 -3
- package/lib/ehr/contract_agent1.d.ts +0 -8
- package/lib/ehr/contract_agent1.js +0 -3
- package/lib/ehr/contract_friendly.d.ts +0 -8
- package/lib/ehr/contract_friendly.js +0 -3
- package/lib/ehr/contract_legal.d.ts +0 -8
- package/lib/ehr/contract_legal.js +0 -3
- package/lib/ehr/contract_rule.d.ts +0 -8
- package/lib/ehr/contract_rule.js +0 -3
- package/lib/ehr/contract_signer.d.ts +0 -11
- package/lib/ehr/contract_signer.js +0 -3
- package/lib/ehr/contract_term.d.ts +0 -35
- package/lib/ehr/contract_term.js +0 -3
- package/lib/ehr/contract_valueditem.d.ts +0 -25
- package/lib/ehr/contract_valueditem.js +0 -3
- package/lib/ehr/contract_valueditem1.d.ts +0 -25
- package/lib/ehr/contract_valueditem1.js +0 -3
- package/lib/ehr/contributor.d.ts +0 -9
- package/lib/ehr/contributor.js +0 -3
- package/lib/ehr/count.d.ts +0 -2
- package/lib/ehr/count.js +0 -4
- package/lib/ehr/coverage.d.ts +0 -41
- package/lib/ehr/coverage.js +0 -3
- package/lib/ehr/coverage_grouping.d.ts +0 -26
- package/lib/ehr/coverage_grouping.js +0 -4
- package/lib/ehr/dataelement.d.ts +0 -42
- package/lib/ehr/dataelement.js +0 -3
- package/lib/ehr/dataelement_mapping.d.ts +0 -10
- package/lib/ehr/dataelement_mapping.js +0 -4
- package/lib/ehr/datarequirement.d.ts +0 -14
- package/lib/ehr/datarequirement.js +0 -3
- package/lib/ehr/datarequirement_codefilter.d.ts +0 -17
- package/lib/ehr/datarequirement_codefilter.js +0 -3
- package/lib/ehr/datarequirement_datefilter.d.ts +0 -12
- package/lib/ehr/datarequirement_datefilter.js +0 -3
- package/lib/ehr/detectedissue.d.ts +0 -30
- package/lib/ehr/detectedissue.js +0 -3
- package/lib/ehr/detectedissue_mitigation.d.ts +0 -10
- package/lib/ehr/detectedissue_mitigation.js +0 -3
- package/lib/ehr/device.d.ts +0 -44
- package/lib/ehr/device.js +0 -3
- package/lib/ehr/device_udi.d.ts +0 -24
- package/lib/ehr/device_udi.js +0 -4
- package/lib/ehr/devicecomponent.d.ts +0 -28
- package/lib/ehr/devicecomponent.js +0 -3
- package/lib/ehr/devicecomponent_productionspecification.d.ts +0 -10
- package/lib/ehr/devicecomponent_productionspecification.js +0 -3
- package/lib/ehr/devicemetric.d.ts +0 -29
- package/lib/ehr/devicemetric.js +0 -3
- package/lib/ehr/devicemetric_calibration.d.ts +0 -8
- package/lib/ehr/devicemetric_calibration.js +0 -4
- package/lib/ehr/devicerequest.d.ts +0 -59
- package/lib/ehr/devicerequest.js +0 -3
- package/lib/ehr/devicerequest_requester.d.ts +0 -7
- package/lib/ehr/devicerequest_requester.js +0 -3
- package/lib/ehr/deviceusestatement.d.ts +0 -36
- package/lib/ehr/deviceusestatement.js +0 -3
- package/lib/ehr/diagnosticreport.d.ts +0 -47
- package/lib/ehr/diagnosticreport.js +0 -3
- package/lib/ehr/diagnosticreport_image.d.ts +0 -7
- package/lib/ehr/diagnosticreport_image.js +0 -3
- package/lib/ehr/diagnosticreport_performer.d.ts +0 -8
- package/lib/ehr/diagnosticreport_performer.js +0 -3
- package/lib/ehr/distance.d.ts +0 -2
- package/lib/ehr/distance.js +0 -4
- package/lib/ehr/documentmanifest.d.ts +0 -33
- package/lib/ehr/documentmanifest.js +0 -3
- package/lib/ehr/documentmanifest_content.d.ts +0 -8
- package/lib/ehr/documentmanifest_content.js +0 -3
- package/lib/ehr/documentmanifest_related.d.ts +0 -8
- package/lib/ehr/documentmanifest_related.js +0 -3
- package/lib/ehr/documentreference.d.ts +0 -44
- package/lib/ehr/documentreference.js +0 -3
- package/lib/ehr/documentreference_content.d.ts +0 -8
- package/lib/ehr/documentreference_content.js +0 -3
- package/lib/ehr/documentreference_context.d.ts +0 -20
- package/lib/ehr/documentreference_context.js +0 -3
- package/lib/ehr/documentreference_related.d.ts +0 -8
- package/lib/ehr/documentreference_related.js +0 -3
- package/lib/ehr/documentreference_relatesto.d.ts +0 -7
- package/lib/ehr/documentreference_relatesto.js +0 -3
- package/lib/ehr/domainresource.d.ts +0 -13
- package/lib/ehr/domainresource.js +0 -3
- package/lib/ehr/dosage.d.ts +0 -43
- package/lib/ehr/dosage.js +0 -3
- package/lib/ehr/duration.d.ts +0 -2
- package/lib/ehr/duration.js +0 -4
- package/lib/ehr/element.d.ts +0 -7
- package/lib/ehr/element.js +0 -3
- package/lib/ehr/elementdefinition.d.ts +0 -451
- package/lib/ehr/elementdefinition.js +0 -3
- package/lib/ehr/elementdefinition_base.d.ts +0 -8
- package/lib/ehr/elementdefinition_base.js +0 -4
- package/lib/ehr/elementdefinition_binding.d.ts +0 -11
- package/lib/ehr/elementdefinition_binding.js +0 -3
- package/lib/ehr/elementdefinition_constraint.d.ts +0 -16
- package/lib/ehr/elementdefinition_constraint.js +0 -4
- package/lib/ehr/elementdefinition_discriminator.d.ts +0 -6
- package/lib/ehr/elementdefinition_discriminator.js +0 -4
- package/lib/ehr/elementdefinition_example.d.ts +0 -145
- package/lib/ehr/elementdefinition_example.js +0 -3
- package/lib/ehr/elementdefinition_mapping.d.ts +0 -10
- package/lib/ehr/elementdefinition_mapping.js +0 -4
- package/lib/ehr/elementdefinition_slicing.d.ts +0 -11
- package/lib/ehr/elementdefinition_slicing.js +0 -3
- package/lib/ehr/elementdefinition_type.d.ts +0 -12
- package/lib/ehr/elementdefinition_type.js +0 -4
- package/lib/ehr/eligibilityrequest.d.ts +0 -40
- package/lib/ehr/eligibilityrequest.js +0 -3
- package/lib/ehr/eligibilityresponse.d.ts +0 -35
- package/lib/ehr/eligibilityresponse.js +0 -3
- package/lib/ehr/eligibilityresponse_benefitbalance.d.ts +0 -22
- package/lib/ehr/eligibilityresponse_benefitbalance.js +0 -3
- package/lib/ehr/eligibilityresponse_error.d.ts +0 -5
- package/lib/ehr/eligibilityresponse_error.js +0 -3
- package/lib/ehr/eligibilityresponse_financial.d.ts +0 -16
- package/lib/ehr/eligibilityresponse_financial.js +0 -3
- package/lib/ehr/eligibilityresponse_insurance.d.ts +0 -10
- package/lib/ehr/eligibilityresponse_insurance.js +0 -3
- package/lib/ehr/encounter.d.ts +0 -60
- package/lib/ehr/encounter.js +0 -3
- package/lib/ehr/encounter_classhistory.d.ts +0 -8
- package/lib/ehr/encounter_classhistory.js +0 -3
- package/lib/ehr/encounter_diagnosis.d.ts +0 -10
- package/lib/ehr/encounter_diagnosis.js +0 -3
- package/lib/ehr/encounter_hospitalization.d.ts +0 -23
- package/lib/ehr/encounter_hospitalization.js +0 -3
- package/lib/ehr/encounter_location.d.ts +0 -10
- package/lib/ehr/encounter_location.js +0 -3
- package/lib/ehr/encounter_participant.d.ts +0 -11
- package/lib/ehr/encounter_participant.js +0 -3
- package/lib/ehr/encounter_statushistory.d.ts +0 -7
- package/lib/ehr/encounter_statushistory.js +0 -3
- package/lib/ehr/endpoint.d.ts +0 -32
- package/lib/ehr/endpoint.js +0 -3
- package/lib/ehr/enrollmentrequest.d.ts +0 -22
- package/lib/ehr/enrollmentrequest.js +0 -3
- package/lib/ehr/enrollmentresponse.d.ts +0 -25
- package/lib/ehr/enrollmentresponse.js +0 -3
- package/lib/ehr/episodeofcare.d.ts +0 -34
- package/lib/ehr/episodeofcare.js +0 -3
- package/lib/ehr/episodeofcare_diagnosis.d.ts +0 -10
- package/lib/ehr/episodeofcare_diagnosis.js +0 -3
- package/lib/ehr/episodeofcare_statushistory.d.ts +0 -7
- package/lib/ehr/episodeofcare_statushistory.js +0 -3
- package/lib/ehr/expansionprofile.d.ts +0 -57
- package/lib/ehr/expansionprofile.js +0 -3
- package/lib/ehr/expansionprofile_designation.d.ts +0 -8
- package/lib/ehr/expansionprofile_designation.js +0 -3
- package/lib/ehr/expansionprofile_designation1.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation1.js +0 -3
- package/lib/ehr/expansionprofile_designation2.d.ts +0 -7
- package/lib/ehr/expansionprofile_designation2.js +0 -3
- package/lib/ehr/expansionprofile_exclude.d.ts +0 -5
- package/lib/ehr/expansionprofile_exclude.js +0 -3
- package/lib/ehr/expansionprofile_excludedsystem.d.ts +0 -6
- package/lib/ehr/expansionprofile_excludedsystem.js +0 -4
- package/lib/ehr/expansionprofile_fixedversion.d.ts +0 -8
- package/lib/ehr/expansionprofile_fixedversion.js +0 -4
- package/lib/ehr/expansionprofile_include.d.ts +0 -5
- package/lib/ehr/expansionprofile_include.js +0 -3
- package/lib/ehr/explanationofbenefit.d.ts +0 -100
- package/lib/ehr/explanationofbenefit.js +0 -3
- package/lib/ehr/explanationofbenefit_accident.d.ts +0 -13
- package/lib/ehr/explanationofbenefit_accident.js +0 -3
- package/lib/ehr/explanationofbenefit_additem.d.ts +0 -24
- package/lib/ehr/explanationofbenefit_additem.js +0 -3
- package/lib/ehr/explanationofbenefit_adjudication.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_adjudication.js +0 -3
- package/lib/ehr/explanationofbenefit_benefitbalance.d.ts +0 -22
- package/lib/ehr/explanationofbenefit_benefitbalance.js +0 -3
- package/lib/ehr/explanationofbenefit_careteam.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_careteam.js +0 -3
- package/lib/ehr/explanationofbenefit_detail.d.ts +0 -38
- package/lib/ehr/explanationofbenefit_detail.js +0 -3
- package/lib/ehr/explanationofbenefit_detail1.d.ts +0 -19
- package/lib/ehr/explanationofbenefit_detail1.js +0 -3
- package/lib/ehr/explanationofbenefit_diagnosis.d.ts +0 -14
- package/lib/ehr/explanationofbenefit_diagnosis.js +0 -3
- package/lib/ehr/explanationofbenefit_financial.d.ts +0 -16
- package/lib/ehr/explanationofbenefit_financial.js +0 -3
- package/lib/ehr/explanationofbenefit_information.d.ts +0 -28
- package/lib/ehr/explanationofbenefit_information.js +0 -3
- package/lib/ehr/explanationofbenefit_insurance.d.ts +0 -7
- package/lib/ehr/explanationofbenefit_insurance.js +0 -3
- package/lib/ehr/explanationofbenefit_item.d.ts +0 -62
- package/lib/ehr/explanationofbenefit_item.js +0 -3
- package/lib/ehr/explanationofbenefit_payee.d.ts +0 -10
- package/lib/ehr/explanationofbenefit_payee.js +0 -3
- package/lib/ehr/explanationofbenefit_payment.d.ts +0 -17
- package/lib/ehr/explanationofbenefit_payment.js +0 -3
- package/lib/ehr/explanationofbenefit_procedure.d.ts +0 -12
- package/lib/ehr/explanationofbenefit_procedure.js +0 -3
- package/lib/ehr/explanationofbenefit_processnote.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_processnote.js +0 -3
- package/lib/ehr/explanationofbenefit_related.d.ts +0 -11
- package/lib/ehr/explanationofbenefit_related.js +0 -3
- package/lib/ehr/explanationofbenefit_subdetail.d.ts +0 -35
- package/lib/ehr/explanationofbenefit_subdetail.js +0 -3
- package/lib/ehr/extension.d.ts +0 -144
- package/lib/ehr/extension.js +0 -3
- package/lib/ehr/familymemberhistory.d.ts +0 -64
- package/lib/ehr/familymemberhistory.js +0 -3
- package/lib/ehr/familymemberhistory_condition.d.ts +0 -21
- package/lib/ehr/familymemberhistory_condition.js +0 -3
- package/lib/ehr/flag.d.ts +0 -24
- package/lib/ehr/flag.js +0 -3
- package/lib/ehr/goal.d.ts +0 -41
- package/lib/ehr/goal.js +0 -3
- package/lib/ehr/goal_target.d.ts +0 -18
- package/lib/ehr/goal_target.js +0 -3
- package/lib/ehr/graphdefinition.d.ts +0 -38
- package/lib/ehr/graphdefinition.js +0 -3
- package/lib/ehr/graphdefinition_compartment.d.ts +0 -10
- package/lib/ehr/graphdefinition_compartment.js +0 -4
- package/lib/ehr/graphdefinition_link.d.ts +0 -15
- package/lib/ehr/graphdefinition_link.js +0 -3
- package/lib/ehr/graphdefinition_target.d.ts +0 -12
- package/lib/ehr/graphdefinition_target.js +0 -3
- package/lib/ehr/group.d.ts +0 -26
- package/lib/ehr/group.js +0 -3
- package/lib/ehr/group_characteristic.d.ts +0 -20
- package/lib/ehr/group_characteristic.js +0 -3
- package/lib/ehr/group_member.d.ts +0 -10
- package/lib/ehr/group_member.js +0 -3
- package/lib/ehr/guidanceresponse.d.ts +0 -39
- package/lib/ehr/guidanceresponse.js +0 -3
- package/lib/ehr/healthcareservice.d.ts +0 -59
- package/lib/ehr/healthcareservice.js +0 -3
- package/lib/ehr/healthcareservice_availabletime.d.ts +0 -10
- package/lib/ehr/healthcareservice_availabletime.js +0 -4
- package/lib/ehr/healthcareservice_notavailable.d.ts +0 -7
- package/lib/ehr/healthcareservice_notavailable.js +0 -3
- package/lib/ehr/humanname.d.ts +0 -17
- package/lib/ehr/humanname.js +0 -3
- package/lib/ehr/identifier.d.ts +0 -17
- package/lib/ehr/identifier.js +0 -3
- package/lib/ehr/imagingmanifest.d.ts +0 -20
- package/lib/ehr/imagingmanifest.js +0 -3
- package/lib/ehr/imagingmanifest_instance.d.ts +0 -6
- package/lib/ehr/imagingmanifest_instance.js +0 -4
- package/lib/ehr/imagingmanifest_series.d.ts +0 -10
- package/lib/ehr/imagingmanifest_series.js +0 -3
- package/lib/ehr/imagingmanifest_study.d.ts +0 -12
- package/lib/ehr/imagingmanifest_study.js +0 -3
- package/lib/ehr/imagingstudy.d.ts +0 -47
- package/lib/ehr/imagingstudy.js +0 -3
- package/lib/ehr/imagingstudy_instance.d.ts +0 -10
- package/lib/ehr/imagingstudy_instance.js +0 -4
- package/lib/ehr/imagingstudy_series.d.ts +0 -29
- package/lib/ehr/imagingstudy_series.js +0 -3
- package/lib/ehr/immunization.d.ts +0 -55
- package/lib/ehr/immunization.js +0 -3
- package/lib/ehr/immunization_explanation.d.ts +0 -7
- package/lib/ehr/immunization_explanation.js +0 -3
- package/lib/ehr/immunization_practitioner.d.ts +0 -8
- package/lib/ehr/immunization_practitioner.js +0 -3
- package/lib/ehr/immunization_reaction.d.ts +0 -9
- package/lib/ehr/immunization_reaction.js +0 -3
- package/lib/ehr/immunization_vaccinationprotocol.d.ts +0 -20
- package/lib/ehr/immunization_vaccinationprotocol.js +0 -3
- package/lib/ehr/immunizationrecommendation.d.ts +0 -13
- package/lib/ehr/immunizationrecommendation.js +0 -3
- package/lib/ehr/immunizationrecommendation_datecriterion.d.ts +0 -7
- package/lib/ehr/immunizationrecommendation_datecriterion.js +0 -3
- package/lib/ehr/immunizationrecommendation_protocol.d.ts +0 -11
- package/lib/ehr/immunizationrecommendation_protocol.js +0 -3
- package/lib/ehr/immunizationrecommendation_recommendation.d.ts +0 -24
- package/lib/ehr/immunizationrecommendation_recommendation.js +0 -3
- package/lib/ehr/implementationguide.d.ts +0 -47
- package/lib/ehr/implementationguide.js +0 -3
- package/lib/ehr/implementationguide_dependency.d.ts +0 -6
- package/lib/ehr/implementationguide_dependency.js +0 -4
- package/lib/ehr/implementationguide_global.d.ts +0 -7
- package/lib/ehr/implementationguide_global.js +0 -3
- package/lib/ehr/implementationguide_package.d.ts +0 -9
- package/lib/ehr/implementationguide_package.js +0 -3
- package/lib/ehr/implementationguide_page.d.ts +0 -16
- package/lib/ehr/implementationguide_page.js +0 -4
- package/lib/ehr/implementationguide_resource.d.ts +0 -17
- package/lib/ehr/implementationguide_resource.js +0 -3
- package/lib/ehr/index.d.ts +0 -490
- package/lib/ehr/index.js +0 -509
- package/lib/ehr/library.d.ts +0 -66
- package/lib/ehr/library.js +0 -3
- package/lib/ehr/linkage.d.ts +0 -12
- package/lib/ehr/linkage.js +0 -3
- package/lib/ehr/linkage_item.d.ts +0 -7
- package/lib/ehr/linkage_item.js +0 -3
- package/lib/ehr/list.d.ts +0 -35
- package/lib/ehr/list.js +0 -3
- package/lib/ehr/list_entry.d.ts +0 -12
- package/lib/ehr/list_entry.js +0 -3
- package/lib/ehr/location.d.ts +0 -41
- package/lib/ehr/location.js +0 -3
- package/lib/ehr/location_position.d.ts +0 -8
- package/lib/ehr/location_position.js +0 -4
- package/lib/ehr/measure.d.ts +0 -88
- package/lib/ehr/measure.js +0 -3
- package/lib/ehr/measure_group.d.ts +0 -15
- package/lib/ehr/measure_group.js +0 -3
- package/lib/ehr/measure_population.d.ts +0 -14
- package/lib/ehr/measure_population.js +0 -3
- package/lib/ehr/measure_stratifier.d.ts +0 -9
- package/lib/ehr/measure_stratifier.js +0 -3
- package/lib/ehr/measure_supplementaldata.d.ts +0 -12
- package/lib/ehr/measure_supplementaldata.js +0 -3
- package/lib/ehr/measurereport.d.ts +0 -28
- package/lib/ehr/measurereport.js +0 -3
- package/lib/ehr/measurereport_group.d.ts +0 -13
- package/lib/ehr/measurereport_group.js +0 -3
- package/lib/ehr/measurereport_population.d.ts +0 -13
- package/lib/ehr/measurereport_population.js +0 -3
- package/lib/ehr/measurereport_population1.d.ts +0 -13
- package/lib/ehr/measurereport_population1.js +0 -3
- package/lib/ehr/measurereport_stratifier.d.ts +0 -8
- package/lib/ehr/measurereport_stratifier.js +0 -3
- package/lib/ehr/measurereport_stratum.d.ts +0 -9
- package/lib/ehr/measurereport_stratum.js +0 -3
- package/lib/ehr/media.d.ts +0 -48
- package/lib/ehr/media.js +0 -3
- package/lib/ehr/medication.d.ts +0 -27
- package/lib/ehr/medication.js +0 -3
- package/lib/ehr/medication_batch.d.ts +0 -6
- package/lib/ehr/medication_batch.js +0 -4
- package/lib/ehr/medication_content.d.ts +0 -11
- package/lib/ehr/medication_content.js +0 -3
- package/lib/ehr/medication_ingredient.d.ts +0 -13
- package/lib/ehr/medication_ingredient.js +0 -3
- package/lib/ehr/medication_package.d.ts +0 -11
- package/lib/ehr/medication_package.js +0 -3
- package/lib/ehr/medicationadministration.d.ts +0 -55
- package/lib/ehr/medicationadministration.js +0 -3
- package/lib/ehr/medicationadministration_dosage.d.ts +0 -21
- package/lib/ehr/medicationadministration_dosage.js +0 -3
- package/lib/ehr/medicationadministration_performer.d.ts +0 -7
- package/lib/ehr/medicationadministration_performer.js +0 -3
- package/lib/ehr/medicationdispense.d.ts +0 -64
- package/lib/ehr/medicationdispense.js +0 -3
- package/lib/ehr/medicationdispense_performer.d.ts +0 -7
- package/lib/ehr/medicationdispense_performer.js +0 -3
- package/lib/ehr/medicationdispense_substitution.d.ts +0 -12
- package/lib/ehr/medicationdispense_substitution.js +0 -3
- package/lib/ehr/medicationrequest.d.ts +0 -62
- package/lib/ehr/medicationrequest.js +0 -3
- package/lib/ehr/medicationrequest_dispenserequest.d.ts +0 -16
- package/lib/ehr/medicationrequest_dispenserequest.js +0 -3
- package/lib/ehr/medicationrequest_requester.d.ts +0 -7
- package/lib/ehr/medicationrequest_requester.js +0 -3
- package/lib/ehr/medicationrequest_substitution.d.ts +0 -7
- package/lib/ehr/medicationrequest_substitution.js +0 -3
- package/lib/ehr/medicationstatement.d.ts +0 -50
- package/lib/ehr/medicationstatement.js +0 -3
- package/lib/ehr/messagedefinition.d.ts +0 -58
- package/lib/ehr/messagedefinition.js +0 -3
- package/lib/ehr/messagedefinition_allowedresponse.d.ts +0 -7
- package/lib/ehr/messagedefinition_allowedresponse.js +0 -3
- package/lib/ehr/messagedefinition_focus.d.ts +0 -11
- package/lib/ehr/messagedefinition_focus.js +0 -3
- package/lib/ehr/messageheader.d.ts +0 -34
- package/lib/ehr/messageheader.js +0 -3
- package/lib/ehr/messageheader_destination.d.ts +0 -9
- package/lib/ehr/messageheader_destination.js +0 -3
- package/lib/ehr/messageheader_response.d.ts +0 -9
- package/lib/ehr/messageheader_response.js +0 -3
- package/lib/ehr/messageheader_source.d.ts +0 -13
- package/lib/ehr/messageheader_source.js +0 -3
- package/lib/ehr/meta.d.ts +0 -13
- package/lib/ehr/meta.js +0 -3
- package/lib/ehr/money.d.ts +0 -2
- package/lib/ehr/money.js +0 -4
- package/lib/ehr/namingsystem.d.ts +0 -37
- package/lib/ehr/namingsystem.js +0 -3
- package/lib/ehr/namingsystem_uniqueid.d.ts +0 -13
- package/lib/ehr/namingsystem_uniqueid.js +0 -3
- package/lib/ehr/narrative.d.ts +0 -6
- package/lib/ehr/narrative.js +0 -4
- package/lib/ehr/nutritionorder.d.ts +0 -34
- package/lib/ehr/nutritionorder.js +0 -3
- package/lib/ehr/nutritionorder_administration.d.ts +0 -13
- package/lib/ehr/nutritionorder_administration.js +0 -3
- package/lib/ehr/nutritionorder_enteralformula.d.ts +0 -23
- package/lib/ehr/nutritionorder_enteralformula.js +0 -3
- package/lib/ehr/nutritionorder_nutrient.d.ts +0 -8
- package/lib/ehr/nutritionorder_nutrient.js +0 -3
- package/lib/ehr/nutritionorder_oraldiet.d.ts +0 -18
- package/lib/ehr/nutritionorder_oraldiet.js +0 -3
- package/lib/ehr/nutritionorder_supplement.d.ts +0 -15
- package/lib/ehr/nutritionorder_supplement.js +0 -3
- package/lib/ehr/nutritionorder_texture.d.ts +0 -7
- package/lib/ehr/nutritionorder_texture.js +0 -3
- package/lib/ehr/observation.d.ts +0 -80
- package/lib/ehr/observation.js +0 -3
- package/lib/ehr/observation_component.d.ts +0 -38
- package/lib/ehr/observation_component.js +0 -3
- package/lib/ehr/observation_referencerange.d.ts +0 -17
- package/lib/ehr/observation_referencerange.js +0 -3
- package/lib/ehr/observation_related.d.ts +0 -7
- package/lib/ehr/observation_related.js +0 -3
- package/lib/ehr/operationdefinition.d.ts +0 -56
- package/lib/ehr/operationdefinition.js +0 -3
- package/lib/ehr/operationdefinition_binding.d.ts +0 -9
- package/lib/ehr/operationdefinition_binding.js +0 -3
- package/lib/ehr/operationdefinition_overload.d.ts +0 -6
- package/lib/ehr/operationdefinition_overload.js +0 -4
- package/lib/ehr/operationdefinition_parameter.d.ts +0 -24
- package/lib/ehr/operationdefinition_parameter.js +0 -3
- package/lib/ehr/operationoutcome.d.ts +0 -7
- package/lib/ehr/operationoutcome.js +0 -3
- package/lib/ehr/operationoutcome_issue.d.ts +0 -15
- package/lib/ehr/operationoutcome_issue.js +0 -3
- package/lib/ehr/organization.d.ts +0 -30
- package/lib/ehr/organization.js +0 -3
- package/lib/ehr/organization_contact.d.ts +0 -14
- package/lib/ehr/organization_contact.js +0 -3
- package/lib/ehr/parameterdefinition.d.ts +0 -17
- package/lib/ehr/parameterdefinition.js +0 -3
- package/lib/ehr/parameters.d.ts +0 -5
- package/lib/ehr/parameters.js +0 -3
- package/lib/ehr/parameters_parameter.d.ts +0 -150
- package/lib/ehr/parameters_parameter.js +0 -3
- package/lib/ehr/patient.d.ts +0 -53
- package/lib/ehr/patient.js +0 -3
- package/lib/ehr/patient_animal.d.ts +0 -9
- package/lib/ehr/patient_animal.js +0 -3
- package/lib/ehr/patient_communication.d.ts +0 -7
- package/lib/ehr/patient_communication.js +0 -3
- package/lib/ehr/patient_contact.d.ts +0 -22
- package/lib/ehr/patient_contact.js +0 -3
- package/lib/ehr/patient_link.d.ts +0 -7
- package/lib/ehr/patient_link.js +0 -3
- package/lib/ehr/paymentnotice.d.ts +0 -27
- package/lib/ehr/paymentnotice.js +0 -3
- package/lib/ehr/paymentreconciliation.d.ts +0 -39
- package/lib/ehr/paymentreconciliation.js +0 -3
- package/lib/ehr/paymentreconciliation_detail.d.ts +0 -19
- package/lib/ehr/paymentreconciliation_detail.js +0 -3
- package/lib/ehr/paymentreconciliation_processnote.d.ts +0 -7
- package/lib/ehr/paymentreconciliation_processnote.js +0 -3
- package/lib/ehr/period.d.ts +0 -6
- package/lib/ehr/period.js +0 -4
- package/lib/ehr/person.d.ts +0 -31
- package/lib/ehr/person.js +0 -3
- package/lib/ehr/person_link.d.ts +0 -7
- package/lib/ehr/person_link.js +0 -3
- package/lib/ehr/plandefinition.d.ts +0 -66
- package/lib/ehr/plandefinition.js +0 -3
- package/lib/ehr/plandefinition_action.d.ts +0 -74
- package/lib/ehr/plandefinition_action.js +0 -3
- package/lib/ehr/plandefinition_condition.d.ts +0 -10
- package/lib/ehr/plandefinition_condition.js +0 -4
- package/lib/ehr/plandefinition_dynamicvalue.d.ts +0 -10
- package/lib/ehr/plandefinition_dynamicvalue.js +0 -4
- package/lib/ehr/plandefinition_goal.d.ts +0 -19
- package/lib/ehr/plandefinition_goal.js +0 -3
- package/lib/ehr/plandefinition_participant.d.ts +0 -7
- package/lib/ehr/plandefinition_participant.js +0 -3
- package/lib/ehr/plandefinition_relatedaction.d.ts +0 -12
- package/lib/ehr/plandefinition_relatedaction.js +0 -3
- package/lib/ehr/plandefinition_target.d.ts +0 -16
- package/lib/ehr/plandefinition_target.js +0 -3
- package/lib/ehr/practitioner.d.ts +0 -32
- package/lib/ehr/practitioner.js +0 -3
- package/lib/ehr/practitioner_qualification.d.ts +0 -14
- package/lib/ehr/practitioner_qualification.js +0 -3
- package/lib/ehr/practitionerrole.d.ts +0 -39
- package/lib/ehr/practitionerrole.js +0 -3
- package/lib/ehr/practitionerrole_availabletime.d.ts +0 -10
- package/lib/ehr/practitionerrole_availabletime.js +0 -4
- package/lib/ehr/practitionerrole_notavailable.d.ts +0 -7
- package/lib/ehr/practitionerrole_notavailable.js +0 -3
- package/lib/ehr/procedure.d.ts +0 -65
- package/lib/ehr/procedure.js +0 -3
- package/lib/ehr/procedure_focaldevice.d.ts +0 -8
- package/lib/ehr/procedure_focaldevice.js +0 -3
- package/lib/ehr/procedure_performer.d.ts +0 -10
- package/lib/ehr/procedure_performer.js +0 -3
- package/lib/ehr/procedurerequest.d.ts +0 -69
- package/lib/ehr/procedurerequest.js +0 -3
- package/lib/ehr/procedurerequest_requester.d.ts +0 -7
- package/lib/ehr/procedurerequest_requester.js +0 -3
- package/lib/ehr/processrequest.d.ts +0 -38
- package/lib/ehr/processrequest.js +0 -3
- package/lib/ehr/processrequest_item.d.ts +0 -4
- package/lib/ehr/processrequest_item.js +0 -4
- package/lib/ehr/processresponse.d.ts +0 -34
- package/lib/ehr/processresponse.js +0 -3
- package/lib/ehr/processresponse_processnote.d.ts +0 -7
- package/lib/ehr/processresponse_processnote.js +0 -3
- package/lib/ehr/provenance.d.ts +0 -30
- package/lib/ehr/provenance.js +0 -3
- package/lib/ehr/provenance_agent.d.ts +0 -16
- package/lib/ehr/provenance_agent.js +0 -3
- package/lib/ehr/provenance_entity.d.ts +0 -15
- package/lib/ehr/provenance_entity.js +0 -3
- package/lib/ehr/quantity.d.ts +0 -12
- package/lib/ehr/quantity.js +0 -4
- package/lib/ehr/questionnaire.d.ts +0 -53
- package/lib/ehr/questionnaire.js +0 -3
- package/lib/ehr/questionnaire_enablewhen.d.ts +0 -34
- package/lib/ehr/questionnaire_enablewhen.js +0 -3
- package/lib/ehr/questionnaire_item.d.ts +0 -69
- package/lib/ehr/questionnaire_item.js +0 -3
- package/lib/ehr/questionnaire_option.d.ts +0 -13
- package/lib/ehr/questionnaire_option.js +0 -3
- package/lib/ehr/questionnaireresponse.d.ts +0 -29
- package/lib/ehr/questionnaireresponse.js +0 -3
- package/lib/ehr/questionnaireresponse_answer.d.ts +0 -33
- package/lib/ehr/questionnaireresponse_answer.js +0 -3
- package/lib/ehr/questionnaireresponse_item.d.ts +0 -16
- package/lib/ehr/questionnaireresponse_item.js +0 -3
- package/lib/ehr/range.d.ts +0 -7
- package/lib/ehr/range.js +0 -3
- package/lib/ehr/ratio.d.ts +0 -7
- package/lib/ehr/ratio.js +0 -3
- package/lib/ehr/reference.d.ts +0 -9
- package/lib/ehr/reference.js +0 -3
- package/lib/ehr/referralrequest.d.ts +0 -58
- package/lib/ehr/referralrequest.js +0 -3
- package/lib/ehr/referralrequest_requester.d.ts +0 -7
- package/lib/ehr/referralrequest_requester.js +0 -3
- package/lib/ehr/relatedartifact.d.ts +0 -16
- package/lib/ehr/relatedartifact.js +0 -3
- package/lib/ehr/relatedperson.d.ts +0 -34
- package/lib/ehr/relatedperson.js +0 -3
- package/lib/ehr/requestgroup.d.ts +0 -41
- package/lib/ehr/requestgroup.js +0 -3
- package/lib/ehr/requestgroup_action.d.ts +0 -56
- package/lib/ehr/requestgroup_action.js +0 -3
- package/lib/ehr/requestgroup_condition.d.ts +0 -10
- package/lib/ehr/requestgroup_condition.js +0 -4
- package/lib/ehr/requestgroup_relatedaction.d.ts +0 -12
- package/lib/ehr/requestgroup_relatedaction.js +0 -3
- package/lib/ehr/researchstudy.d.ts +0 -52
- package/lib/ehr/researchstudy.js +0 -3
- package/lib/ehr/researchstudy_arm.d.ts +0 -9
- package/lib/ehr/researchstudy_arm.js +0 -3
- package/lib/ehr/researchsubject.d.ts +0 -23
- package/lib/ehr/researchsubject.js +0 -3
- package/lib/ehr/resource.js +0 -3
- package/lib/ehr/resourcelist.js +0 -4
- package/lib/ehr/riskassessment.d.ts +0 -45
- package/lib/ehr/riskassessment.js +0 -3
- package/lib/ehr/riskassessment_prediction.d.ts +0 -21
- package/lib/ehr/riskassessment_prediction.js +0 -3
- package/lib/ehr/sampleddata.d.ts +0 -17
- package/lib/ehr/sampleddata.js +0 -3
- package/lib/ehr/schedule.d.ts +0 -24
- package/lib/ehr/schedule.js +0 -3
- package/lib/ehr/searchparameter.d.ts +0 -56
- package/lib/ehr/searchparameter.js +0 -3
- package/lib/ehr/searchparameter_component.d.ts +0 -7
- package/lib/ehr/searchparameter_component.js +0 -3
- package/lib/ehr/sequence.d.ts +0 -41
- package/lib/ehr/sequence.js +0 -3
- package/lib/ehr/sequence_quality.d.ts +0 -32
- package/lib/ehr/sequence_quality.js +0 -3
- package/lib/ehr/sequence_referenceseq.d.ts +0 -20
- package/lib/ehr/sequence_referenceseq.js +0 -3
- package/lib/ehr/sequence_repository.d.ts +0 -14
- package/lib/ehr/sequence_repository.js +0 -4
- package/lib/ehr/sequence_variant.d.ts +0 -15
- package/lib/ehr/sequence_variant.js +0 -3
- package/lib/ehr/servicedefinition.d.ts +0 -64
- package/lib/ehr/servicedefinition.js +0 -3
- package/lib/ehr/signature.d.ts +0 -20
- package/lib/ehr/signature.js +0 -3
- package/lib/ehr/slot.d.ts +0 -29
- package/lib/ehr/slot.js +0 -3
- package/lib/ehr/specimen.d.ts +0 -35
- package/lib/ehr/specimen.js +0 -3
- package/lib/ehr/specimen_collection.d.ts +0 -18
- package/lib/ehr/specimen_collection.js +0 -3
- package/lib/ehr/specimen_container.d.ts +0 -20
- package/lib/ehr/specimen_container.js +0 -3
- package/lib/ehr/specimen_processing.d.ts +0 -15
- package/lib/ehr/specimen_processing.js +0 -3
- package/lib/ehr/structuredefinition.d.ts +0 -68
- package/lib/ehr/structuredefinition.js +0 -3
- package/lib/ehr/structuredefinition_differential.d.ts +0 -5
- package/lib/ehr/structuredefinition_differential.js +0 -3
- package/lib/ehr/structuredefinition_mapping.d.ts +0 -10
- package/lib/ehr/structuredefinition_mapping.js +0 -4
- package/lib/ehr/structuredefinition_snapshot.d.ts +0 -5
- package/lib/ehr/structuredefinition_snapshot.js +0 -3
- package/lib/ehr/structuremap.d.ts +0 -46
- package/lib/ehr/structuremap.js +0 -3
- package/lib/ehr/structuremap_dependent.d.ts +0 -6
- package/lib/ehr/structuremap_dependent.js +0 -4
- package/lib/ehr/structuremap_group.d.ts +0 -16
- package/lib/ehr/structuremap_group.js +0 -3
- package/lib/ehr/structuremap_input.d.ts +0 -10
- package/lib/ehr/structuremap_input.js +0 -4
- package/lib/ehr/structuremap_parameter.d.ts +0 -12
- package/lib/ehr/structuremap_parameter.js +0 -4
- package/lib/ehr/structuremap_rule.d.ts +0 -17
- package/lib/ehr/structuremap_rule.js +0 -3
- package/lib/ehr/structuremap_source.d.ts +0 -161
- package/lib/ehr/structuremap_source.js +0 -3
- package/lib/ehr/structuremap_structure.d.ts +0 -10
- package/lib/ehr/structuremap_structure.js +0 -4
- package/lib/ehr/structuremap_target.d.ts +0 -19
- package/lib/ehr/structuremap_target.js +0 -3
- package/lib/ehr/subscription.d.ts +0 -23
- package/lib/ehr/subscription.js +0 -3
- package/lib/ehr/subscription_channel.d.ts +0 -10
- package/lib/ehr/subscription_channel.js +0 -4
- package/lib/ehr/substance.d.ts +0 -22
- package/lib/ehr/substance.js +0 -3
- package/lib/ehr/substance_ingredient.d.ts +0 -11
- package/lib/ehr/substance_ingredient.js +0 -3
- package/lib/ehr/substance_instance.d.ts +0 -10
- package/lib/ehr/substance_instance.js +0 -3
- package/lib/ehr/supplydelivery.d.ts +0 -36
- package/lib/ehr/supplydelivery.js +0 -3
- package/lib/ehr/supplydelivery_supplieditem.d.ts +0 -11
- package/lib/ehr/supplydelivery_supplieditem.js +0 -3
- package/lib/ehr/supplyrequest.d.ts +0 -41
- package/lib/ehr/supplyrequest.js +0 -3
- package/lib/ehr/supplyrequest_ordereditem.d.ts +0 -11
- package/lib/ehr/supplyrequest_ordereditem.js +0 -3
- package/lib/ehr/supplyrequest_requester.d.ts +0 -7
- package/lib/ehr/supplyrequest_requester.js +0 -3
- package/lib/ehr/task.d.ts +0 -69
- package/lib/ehr/task.js +0 -3
- package/lib/ehr/task_input.d.ts +0 -145
- package/lib/ehr/task_input.js +0 -3
- package/lib/ehr/task_output.d.ts +0 -145
- package/lib/ehr/task_output.js +0 -3
- package/lib/ehr/task_requester.d.ts +0 -7
- package/lib/ehr/task_requester.js +0 -3
- package/lib/ehr/task_restriction.d.ts +0 -10
- package/lib/ehr/task_restriction.js +0 -3
- package/lib/ehr/testreport.d.ts +0 -34
- package/lib/ehr/testreport.js +0 -3
- package/lib/ehr/testreport_action.d.ts +0 -8
- package/lib/ehr/testreport_action.js +0 -3
- package/lib/ehr/testreport_action1.d.ts +0 -8
- package/lib/ehr/testreport_action1.js +0 -3
- package/lib/ehr/testreport_action2.d.ts +0 -5
- package/lib/ehr/testreport_action2.js +0 -3
- package/lib/ehr/testreport_assert.d.ts +0 -8
- package/lib/ehr/testreport_assert.js +0 -4
- package/lib/ehr/testreport_operation.d.ts +0 -8
- package/lib/ehr/testreport_operation.js +0 -4
- package/lib/ehr/testreport_participant.d.ts +0 -8
- package/lib/ehr/testreport_participant.js +0 -4
- package/lib/ehr/testreport_setup.d.ts +0 -5
- package/lib/ehr/testreport_setup.js +0 -3
- package/lib/ehr/testreport_teardown.d.ts +0 -5
- package/lib/ehr/testreport_teardown.js +0 -3
- package/lib/ehr/testreport_test.d.ts +0 -9
- package/lib/ehr/testreport_test.js +0 -3
- package/lib/ehr/testscript.d.ts +0 -71
- package/lib/ehr/testscript.js +0 -3
- package/lib/ehr/testscript_action.d.ts +0 -8
- package/lib/ehr/testscript_action.js +0 -3
- package/lib/ehr/testscript_action1.d.ts +0 -8
- package/lib/ehr/testscript_action1.js +0 -3
- package/lib/ehr/testscript_action2.d.ts +0 -5
- package/lib/ehr/testscript_action2.js +0 -3
- package/lib/ehr/testscript_assert.d.ts +0 -52
- package/lib/ehr/testscript_assert.js +0 -3
- package/lib/ehr/testscript_capability.d.ts +0 -17
- package/lib/ehr/testscript_capability.js +0 -3
- package/lib/ehr/testscript_destination.d.ts +0 -7
- package/lib/ehr/testscript_destination.js +0 -3
- package/lib/ehr/testscript_fixture.d.ts +0 -9
- package/lib/ehr/testscript_fixture.js +0 -3
- package/lib/ehr/testscript_link.d.ts +0 -6
- package/lib/ehr/testscript_link.js +0 -4
- package/lib/ehr/testscript_metadata.d.ts +0 -8
- package/lib/ehr/testscript_metadata.js +0 -3
- package/lib/ehr/testscript_operation.d.ts +0 -36
- package/lib/ehr/testscript_operation.js +0 -3
- package/lib/ehr/testscript_origin.d.ts +0 -7
- package/lib/ehr/testscript_origin.js +0 -3
- package/lib/ehr/testscript_param.d.ts +0 -6
- package/lib/ehr/testscript_param.js +0 -4
- package/lib/ehr/testscript_param1.d.ts +0 -6
- package/lib/ehr/testscript_param1.js +0 -4
- package/lib/ehr/testscript_param2.d.ts +0 -6
- package/lib/ehr/testscript_param2.js +0 -4
- package/lib/ehr/testscript_param3.d.ts +0 -6
- package/lib/ehr/testscript_param3.js +0 -4
- package/lib/ehr/testscript_requestheader.d.ts +0 -6
- package/lib/ehr/testscript_requestheader.js +0 -4
- package/lib/ehr/testscript_rule.d.ts +0 -8
- package/lib/ehr/testscript_rule.js +0 -3
- package/lib/ehr/testscript_rule1.d.ts +0 -7
- package/lib/ehr/testscript_rule1.js +0 -3
- package/lib/ehr/testscript_rule2.d.ts +0 -7
- package/lib/ehr/testscript_rule2.js +0 -3
- package/lib/ehr/testscript_rule3.d.ts +0 -7
- package/lib/ehr/testscript_rule3.js +0 -3
- package/lib/ehr/testscript_ruleset.d.ts +0 -8
- package/lib/ehr/testscript_ruleset.js +0 -3
- package/lib/ehr/testscript_ruleset1.d.ts +0 -7
- package/lib/ehr/testscript_ruleset1.js +0 -3
- package/lib/ehr/testscript_setup.d.ts +0 -5
- package/lib/ehr/testscript_setup.js +0 -3
- package/lib/ehr/testscript_teardown.d.ts +0 -5
- package/lib/ehr/testscript_teardown.js +0 -3
- package/lib/ehr/testscript_test.d.ts +0 -9
- package/lib/ehr/testscript_test.js +0 -3
- package/lib/ehr/testscript_variable.d.ts +0 -18
- package/lib/ehr/testscript_variable.js +0 -4
- package/lib/ehr/timing.d.ts +0 -10
- package/lib/ehr/timing.js +0 -3
- package/lib/ehr/timing_repeat.d.ts +0 -39
- package/lib/ehr/timing_repeat.js +0 -3
- package/lib/ehr/triggerdefinition.d.ts +0 -19
- package/lib/ehr/triggerdefinition.js +0 -3
- package/lib/ehr/usagecontext.d.ts +0 -14
- package/lib/ehr/usagecontext.js +0 -3
- package/lib/ehr/valueset.d.ts +0 -48
- package/lib/ehr/valueset.js +0 -3
- package/lib/ehr/valueset_compose.d.ts +0 -11
- package/lib/ehr/valueset_compose.js +0 -3
- package/lib/ehr/valueset_concept.d.ts +0 -9
- package/lib/ehr/valueset_concept.js +0 -3
- package/lib/ehr/valueset_contains.d.ts +0 -19
- package/lib/ehr/valueset_contains.js +0 -3
- package/lib/ehr/valueset_designation.d.ts +0 -9
- package/lib/ehr/valueset_designation.js +0 -3
- package/lib/ehr/valueset_expansion.d.ts +0 -16
- package/lib/ehr/valueset_expansion.js +0 -3
- package/lib/ehr/valueset_filter.d.ts +0 -8
- package/lib/ehr/valueset_filter.js +0 -4
- package/lib/ehr/valueset_include.d.ts +0 -14
- package/lib/ehr/valueset_include.js +0 -3
- package/lib/ehr/valueset_parameter.d.ts +0 -16
- package/lib/ehr/valueset_parameter.js +0 -4
- package/lib/ehr/visionprescription.d.ts +0 -26
- package/lib/ehr/visionprescription.js +0 -3
- package/lib/ehr/visionprescription_dispense.d.ts +0 -35
- package/lib/ehr/visionprescription_dispense.js +0 -3
- package/lib/erp/index.d.ts +0 -5
- package/lib/erp/index.js +0 -3
- package/lib/ohi/index.d.ts +0 -5
- package/lib/ohi/index.js +0 -3
- /package/lib/{ehr/resource.d.ts → resource.d.ts} +0 -0
- /package/lib/{ehr/resourcelist.d.ts → resourcelist.d.ts} +0 -0
package/lib/ehr/task_output.d.ts
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import type { Address } from "./address";
|
|
2
|
-
import type { Age } from "./age";
|
|
3
|
-
import type { Annotation } from "./annotation";
|
|
4
|
-
import type { Attachment } from "./attachment";
|
|
5
|
-
import type { BackboneElement } from "./backboneelement";
|
|
6
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
7
|
-
import type { Coding } from "./coding";
|
|
8
|
-
import type { ContactDetail } from "./contactdetail";
|
|
9
|
-
import type { ContactPoint } from "./contactpoint";
|
|
10
|
-
import type { Contributor } from "./contributor";
|
|
11
|
-
import type { Count } from "./count";
|
|
12
|
-
import type { DataRequirement } from "./datarequirement";
|
|
13
|
-
import type { Distance } from "./distance";
|
|
14
|
-
import type { Dosage } from "./dosage";
|
|
15
|
-
import type { Duration } from "./duration";
|
|
16
|
-
import type { Element } from "./element";
|
|
17
|
-
import type { ElementDefinition } from "./elementdefinition";
|
|
18
|
-
import type { Extension } from "./extension";
|
|
19
|
-
import type { HumanName } from "./humanname";
|
|
20
|
-
import type { Identifier } from "./identifier";
|
|
21
|
-
import type { Meta } from "./meta";
|
|
22
|
-
import type { Money } from "./money";
|
|
23
|
-
import type { Narrative } from "./narrative";
|
|
24
|
-
import type { ParameterDefinition } from "./parameterdefinition";
|
|
25
|
-
import type { Period } from "./period";
|
|
26
|
-
import type { Quantity } from "./quantity";
|
|
27
|
-
import type { Range } from "./range";
|
|
28
|
-
import type { Ratio } from "./ratio";
|
|
29
|
-
import type { Reference } from "./reference";
|
|
30
|
-
import type { RelatedArtifact } from "./relatedartifact";
|
|
31
|
-
import type { SampledData } from "./sampleddata";
|
|
32
|
-
import type { Signature } from "./signature";
|
|
33
|
-
import type { Timing } from "./timing";
|
|
34
|
-
import type { TriggerDefinition } from "./triggerdefinition";
|
|
35
|
-
import type { UsageContext } from "./usagecontext";
|
|
36
|
-
export interface Task_Output {
|
|
37
|
-
/** The name of the Output parameter. */
|
|
38
|
-
type: CodeableConcept;
|
|
39
|
-
/** The value of the Output parameter as a basic type. */
|
|
40
|
-
valueBoolean?: boolean;
|
|
41
|
-
/** The value of the Output parameter as a basic type. */
|
|
42
|
-
valueInteger?: number;
|
|
43
|
-
/** The value of the Output parameter as a basic type. */
|
|
44
|
-
valueDecimal?: number;
|
|
45
|
-
/** The value of the Output parameter as a basic type. */
|
|
46
|
-
valueBase64Binary?: string;
|
|
47
|
-
/** The value of the Output parameter as a basic type. */
|
|
48
|
-
valueInstant?: string;
|
|
49
|
-
/** The value of the Output parameter as a basic type. */
|
|
50
|
-
valueString?: string;
|
|
51
|
-
/** The value of the Output parameter as a basic type. */
|
|
52
|
-
valueUri?: string;
|
|
53
|
-
/** The value of the Output parameter as a basic type. */
|
|
54
|
-
valueDate?: string;
|
|
55
|
-
/** The value of the Output parameter as a basic type. */
|
|
56
|
-
valueDateTime?: string;
|
|
57
|
-
/** The value of the Output parameter as a basic type. */
|
|
58
|
-
valueTime?: string;
|
|
59
|
-
/** The value of the Output parameter as a basic type. */
|
|
60
|
-
valueCode?: string;
|
|
61
|
-
/** The value of the Output parameter as a basic type. */
|
|
62
|
-
valueOid?: string;
|
|
63
|
-
/** The value of the Output parameter as a basic type. */
|
|
64
|
-
valueUuid?: string;
|
|
65
|
-
/** The value of the Output parameter as a basic type. */
|
|
66
|
-
valueId?: string;
|
|
67
|
-
/** The value of the Output parameter as a basic type. */
|
|
68
|
-
valueUnsignedInt?: number;
|
|
69
|
-
/** The value of the Output parameter as a basic type. */
|
|
70
|
-
valuePositiveInt?: number;
|
|
71
|
-
/** The value of the Output parameter as a basic type. */
|
|
72
|
-
valueMarkdown?: string;
|
|
73
|
-
/** The value of the Output parameter as a basic type. */
|
|
74
|
-
valueElement?: Element;
|
|
75
|
-
/** The value of the Output parameter as a basic type. */
|
|
76
|
-
valueExtension?: Extension;
|
|
77
|
-
/** The value of the Output parameter as a basic type. */
|
|
78
|
-
valueBackboneElement?: BackboneElement;
|
|
79
|
-
/** The value of the Output parameter as a basic type. */
|
|
80
|
-
valueNarrative?: Narrative;
|
|
81
|
-
/** The value of the Output parameter as a basic type. */
|
|
82
|
-
valueAnnotation?: Annotation;
|
|
83
|
-
/** The value of the Output parameter as a basic type. */
|
|
84
|
-
valueAttachment?: Attachment;
|
|
85
|
-
/** The value of the Output parameter as a basic type. */
|
|
86
|
-
valueIdentifier?: Identifier;
|
|
87
|
-
/** The value of the Output parameter as a basic type. */
|
|
88
|
-
valueCodeableConcept?: CodeableConcept;
|
|
89
|
-
/** The value of the Output parameter as a basic type. */
|
|
90
|
-
valueCoding?: Coding;
|
|
91
|
-
/** The value of the Output parameter as a basic type. */
|
|
92
|
-
valueQuantity?: Quantity;
|
|
93
|
-
/** The value of the Output parameter as a basic type. */
|
|
94
|
-
valueDuration?: Duration;
|
|
95
|
-
/** The value of the Output parameter as a basic type. */
|
|
96
|
-
valueSimpleQuantity?: Quantity;
|
|
97
|
-
/** The value of the Output parameter as a basic type. */
|
|
98
|
-
valueDistance?: Distance;
|
|
99
|
-
/** The value of the Output parameter as a basic type. */
|
|
100
|
-
valueCount?: Count;
|
|
101
|
-
/** The value of the Output parameter as a basic type. */
|
|
102
|
-
valueMoney?: Money;
|
|
103
|
-
/** The value of the Output parameter as a basic type. */
|
|
104
|
-
valueAge?: Age;
|
|
105
|
-
/** The value of the Output parameter as a basic type. */
|
|
106
|
-
valueRange?: Range;
|
|
107
|
-
/** The value of the Output parameter as a basic type. */
|
|
108
|
-
valuePeriod?: Period;
|
|
109
|
-
/** The value of the Output parameter as a basic type. */
|
|
110
|
-
valueRatio?: Ratio;
|
|
111
|
-
/** The value of the Output parameter as a basic type. */
|
|
112
|
-
valueReference?: Reference;
|
|
113
|
-
/** The value of the Output parameter as a basic type. */
|
|
114
|
-
valueSampledData?: SampledData;
|
|
115
|
-
/** The value of the Output parameter as a basic type. */
|
|
116
|
-
valueSignature?: Signature;
|
|
117
|
-
/** The value of the Output parameter as a basic type. */
|
|
118
|
-
valueHumanName?: HumanName;
|
|
119
|
-
/** The value of the Output parameter as a basic type. */
|
|
120
|
-
valueAddress?: Address;
|
|
121
|
-
/** The value of the Output parameter as a basic type. */
|
|
122
|
-
valueContactPoint?: ContactPoint;
|
|
123
|
-
/** The value of the Output parameter as a basic type. */
|
|
124
|
-
valueTiming?: Timing;
|
|
125
|
-
/** The value of the Output parameter as a basic type. */
|
|
126
|
-
valueMeta?: Meta;
|
|
127
|
-
/** The value of the Output parameter as a basic type. */
|
|
128
|
-
valueElementDefinition?: ElementDefinition;
|
|
129
|
-
/** The value of the Output parameter as a basic type. */
|
|
130
|
-
valueContactDetail?: ContactDetail;
|
|
131
|
-
/** The value of the Output parameter as a basic type. */
|
|
132
|
-
valueContributor?: Contributor;
|
|
133
|
-
/** The value of the Output parameter as a basic type. */
|
|
134
|
-
valueDosage?: Dosage;
|
|
135
|
-
/** The value of the Output parameter as a basic type. */
|
|
136
|
-
valueRelatedArtifact?: RelatedArtifact;
|
|
137
|
-
/** The value of the Output parameter as a basic type. */
|
|
138
|
-
valueUsageContext?: UsageContext;
|
|
139
|
-
/** The value of the Output parameter as a basic type. */
|
|
140
|
-
valueDataRequirement?: DataRequirement;
|
|
141
|
-
/** The value of the Output parameter as a basic type. */
|
|
142
|
-
valueParameterDefinition?: ParameterDefinition;
|
|
143
|
-
/** The value of the Output parameter as a basic type. */
|
|
144
|
-
valueTriggerDefinition?: TriggerDefinition;
|
|
145
|
-
}
|
package/lib/ehr/task_output.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFza19vdXRwdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rhc2tfb3V0cHV0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRhc2tfT3V0cHV0IFR5cGVcbmltcG9ydCB0eXBlIHsgQWRkcmVzcyB9IGZyb20gXCIuL2FkZHJlc3NcIjtcbmltcG9ydCB0eXBlIHsgQWdlIH0gZnJvbSBcIi4vYWdlXCI7XG5pbXBvcnQgdHlwZSB7IEFubm90YXRpb24gfSBmcm9tIFwiLi9hbm5vdGF0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IEF0dGFjaG1lbnQgfSBmcm9tIFwiLi9hdHRhY2htZW50XCI7XG5pbXBvcnQgdHlwZSB7IEJhY2tib25lRWxlbWVudCB9IGZyb20gXCIuL2JhY2tib25lZWxlbWVudFwiO1xuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29kaW5nIH0gZnJvbSBcIi4vY29kaW5nXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3REZXRhaWwgfSBmcm9tIFwiLi9jb250YWN0ZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3RQb2ludCB9IGZyb20gXCIuL2NvbnRhY3Rwb2ludFwiO1xuaW1wb3J0IHR5cGUgeyBDb250cmlidXRvciB9IGZyb20gXCIuL2NvbnRyaWJ1dG9yXCI7XG5pbXBvcnQgdHlwZSB7IENvdW50IH0gZnJvbSBcIi4vY291bnRcIjtcbmltcG9ydCB0eXBlIHsgRGF0YVJlcXVpcmVtZW50IH0gZnJvbSBcIi4vZGF0YXJlcXVpcmVtZW50XCI7XG5pbXBvcnQgdHlwZSB7IERpc3RhbmNlIH0gZnJvbSBcIi4vZGlzdGFuY2VcIjtcbmltcG9ydCB0eXBlIHsgRG9zYWdlIH0gZnJvbSBcIi4vZG9zYWdlXCI7XG5pbXBvcnQgdHlwZSB7IER1cmF0aW9uIH0gZnJvbSBcIi4vZHVyYXRpb25cIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudCB9IGZyb20gXCIuL2VsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudERlZmluaXRpb24gfSBmcm9tIFwiLi9lbGVtZW50ZGVmaW5pdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBFeHRlbnNpb24gfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcbmltcG9ydCB0eXBlIHsgSHVtYW5OYW1lIH0gZnJvbSBcIi4vaHVtYW5uYW1lXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IE1ldGEgfSBmcm9tIFwiLi9tZXRhXCI7XG5pbXBvcnQgdHlwZSB7IE1vbmV5IH0gZnJvbSBcIi4vbW9uZXlcIjtcbmltcG9ydCB0eXBlIHsgTmFycmF0aXZlIH0gZnJvbSBcIi4vbmFycmF0aXZlXCI7XG5pbXBvcnQgdHlwZSB7IFBhcmFtZXRlckRlZmluaXRpb24gfSBmcm9tIFwiLi9wYXJhbWV0ZXJkZWZpbml0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IFBlcmlvZCB9IGZyb20gXCIuL3BlcmlvZFwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJhbmdlIH0gZnJvbSBcIi4vcmFuZ2VcIjtcbmltcG9ydCB0eXBlIHsgUmF0aW8gfSBmcm9tIFwiLi9yYXRpb1wiO1xuaW1wb3J0IHR5cGUgeyBSZWZlcmVuY2UgfSBmcm9tIFwiLi9yZWZlcmVuY2VcIjtcbmltcG9ydCB0eXBlIHsgUmVsYXRlZEFydGlmYWN0IH0gZnJvbSBcIi4vcmVsYXRlZGFydGlmYWN0XCI7XG5pbXBvcnQgdHlwZSB7IFNhbXBsZWREYXRhIH0gZnJvbSBcIi4vc2FtcGxlZGRhdGFcIjtcbmltcG9ydCB0eXBlIHsgU2lnbmF0dXJlIH0gZnJvbSBcIi4vc2lnbmF0dXJlXCI7XG5pbXBvcnQgdHlwZSB7IFRpbWluZyB9IGZyb20gXCIuL3RpbWluZ1wiO1xuaW1wb3J0IHR5cGUgeyBUcmlnZ2VyRGVmaW5pdGlvbiB9IGZyb20gXCIuL3RyaWdnZXJkZWZpbml0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IFVzYWdlQ29udGV4dCB9IGZyb20gXCIuL3VzYWdlY29udGV4dFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRhc2tfT3V0cHV0IHtcbiAgLyoqIFRoZSBuYW1lIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyLiAqL1xuICB0eXBlOiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlQm9vbGVhbj86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlSW50ZWdlcj86IG51bWJlcjtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVEZWNpbWFsPzogbnVtYmVyO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUJhc2U2NEJpbmFyeT86IHN0cmluZztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVJbnN0YW50Pzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZVN0cmluZz86IHN0cmluZztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVVcmk/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlRGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVEYXRlVGltZT86IHN0cmluZztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVUaW1lPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUNvZGU/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlT2lkPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZVV1aWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlVW5zaWduZWRJbnQ/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlUG9zaXRpdmVJbnQ/OiBudW1iZXI7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlTWFya2Rvd24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlRWxlbWVudD86IEVsZW1lbnQ7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlRXh0ZW5zaW9uPzogRXh0ZW5zaW9uO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUJhY2tib25lRWxlbWVudD86IEJhY2tib25lRWxlbWVudDtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVOYXJyYXRpdmU/OiBOYXJyYXRpdmU7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlQW5ub3RhdGlvbj86IEFubm90YXRpb247XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlQXR0YWNobWVudD86IEF0dGFjaG1lbnQ7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlSWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUNvZGluZz86IENvZGluZztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVRdWFudGl0eT86IFF1YW50aXR5O1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUR1cmF0aW9uPzogRHVyYXRpb247XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlU2ltcGxlUXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVEaXN0YW5jZT86IERpc3RhbmNlO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUNvdW50PzogQ291bnQ7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlTW9uZXk/OiBNb25leTtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVBZ2U/OiBBZ2U7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlUmFuZ2U/OiBSYW5nZTtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVQZXJpb2Q/OiBQZXJpb2Q7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlUmF0aW8/OiBSYXRpbztcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVSZWZlcmVuY2U/OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlU2FtcGxlZERhdGE/OiBTYW1wbGVkRGF0YTtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVTaWduYXR1cmU/OiBTaWduYXR1cmU7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlSHVtYW5OYW1lPzogSHVtYW5OYW1lO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUFkZHJlc3M/OiBBZGRyZXNzO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZUNvbnRhY3RQb2ludD86IENvbnRhY3RQb2ludDtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVUaW1pbmc/OiBUaW1pbmc7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlTWV0YT86IE1ldGE7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlRWxlbWVudERlZmluaXRpb24/OiBFbGVtZW50RGVmaW5pdGlvbjtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVDb250YWN0RGV0YWlsPzogQ29udGFjdERldGFpbDtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVDb250cmlidXRvcj86IENvbnRyaWJ1dG9yO1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZURvc2FnZT86IERvc2FnZTtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVSZWxhdGVkQXJ0aWZhY3Q/OiBSZWxhdGVkQXJ0aWZhY3Q7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgT3V0cHV0IHBhcmFtZXRlciBhcyBhIGJhc2ljIHR5cGUuICovXG4gIHZhbHVlVXNhZ2VDb250ZXh0PzogVXNhZ2VDb250ZXh0O1xuXG4gIC8qKiBUaGUgdmFsdWUgb2YgdGhlIE91dHB1dCBwYXJhbWV0ZXIgYXMgYSBiYXNpYyB0eXBlLiAqL1xuICB2YWx1ZURhdGFSZXF1aXJlbWVudD86IERhdGFSZXF1aXJlbWVudDtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVQYXJhbWV0ZXJEZWZpbml0aW9uPzogUGFyYW1ldGVyRGVmaW5pdGlvbjtcblxuICAvKiogVGhlIHZhbHVlIG9mIHRoZSBPdXRwdXQgcGFyYW1ldGVyIGFzIGEgYmFzaWMgdHlwZS4gKi9cbiAgdmFsdWVUcmlnZ2VyRGVmaW5pdGlvbj86IFRyaWdnZXJEZWZpbml0aW9uO1xufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { Reference } from "./reference";
|
|
2
|
-
export interface Task_Requester {
|
|
3
|
-
/** The device, practitioner, etc. who initiated the task. */
|
|
4
|
-
agent: Reference;
|
|
5
|
-
/** The organization the device or practitioner was acting on behalf of when they initiated the task. */
|
|
6
|
-
onBehalfOf?: Reference;
|
|
7
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFza19yZXF1ZXN0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rhc2tfcmVxdWVzdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRhc2tfUmVxdWVzdGVyIFR5cGVcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGFza19SZXF1ZXN0ZXIge1xuICAvKiogVGhlIGRldmljZSwgcHJhY3RpdGlvbmVyLCBldGMuIHdobyBpbml0aWF0ZWQgdGhlIHRhc2suICovXG4gIGFnZW50OiBSZWZlcmVuY2U7XG5cbiAgLyoqIFRoZSBvcmdhbml6YXRpb24gdGhlIGRldmljZSBvciBwcmFjdGl0aW9uZXIgd2FzIGFjdGluZyBvbiBiZWhhbGYgb2Ygd2hlbiB0aGV5IGluaXRpYXRlZCB0aGUgdGFzay4gKi9cbiAgb25CZWhhbGZPZj86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Period } from "./period";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
export interface Task_Restriction {
|
|
4
|
-
/** Indicates the number of times the requested action should occur. */
|
|
5
|
-
repetitions?: number;
|
|
6
|
-
/** Over what time-period is fulfillment sought. */
|
|
7
|
-
period?: Period;
|
|
8
|
-
/** For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought? */
|
|
9
|
-
recipient?: Reference[];
|
|
10
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFza19yZXN0cmljdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGFza19yZXN0cmljdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUYXNrX1Jlc3RyaWN0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRhc2tfUmVzdHJpY3Rpb24ge1xuICAvKiogSW5kaWNhdGVzIHRoZSBudW1iZXIgb2YgdGltZXMgdGhlIHJlcXVlc3RlZCBhY3Rpb24gc2hvdWxkIG9jY3VyLiAqL1xuICByZXBldGl0aW9ucz86IG51bWJlcjtcblxuICAvKiogT3ZlciB3aGF0IHRpbWUtcGVyaW9kIGlzIGZ1bGZpbGxtZW50IHNvdWdodC4gKi9cbiAgcGVyaW9kPzogUGVyaW9kO1xuXG4gIC8qKiBGb3IgcmVxdWVzdHMgdGhhdCBhcmUgdGFyZ2V0ZWQgdG8gbW9yZSB0aGFuIG9uIHBvdGVudGlhbCByZWNpcGllbnQvdGFyZ2V0LCBmb3Igd2hvbSBpcyBmdWxmaWxsbWVudCBzb3VnaHQ/ICovXG4gIHJlY2lwaWVudD86IFJlZmVyZW5jZVtdO1xufVxuIl19
|
package/lib/ehr/testreport.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import type { Identifier } from "./identifier";
|
|
2
|
-
import type { Reference } from "./reference";
|
|
3
|
-
import type { TestReport_Participant } from "./testreport_participant";
|
|
4
|
-
import type { TestReport_Setup } from "./testreport_setup";
|
|
5
|
-
import type { TestReport_Teardown } from "./testreport_teardown";
|
|
6
|
-
import type { TestReport_Test } from "./testreport_test";
|
|
7
|
-
export interface TestReport {
|
|
8
|
-
/** This is a TestReport resource */
|
|
9
|
-
resourceType: "TestReport";
|
|
10
|
-
/** Identifier for the TestScript assigned for external purposes outside the context of FHIR. */
|
|
11
|
-
identifier?: Identifier;
|
|
12
|
-
/** A free text natural language name identifying the executed TestScript. */
|
|
13
|
-
name?: string;
|
|
14
|
-
/** The current state of this test report. */
|
|
15
|
-
status?: "completed" | "in-progress" | "waiting" | "stopped" | "entered-in-error";
|
|
16
|
-
/** Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching the `TestScript.url`. */
|
|
17
|
-
testScript: Reference;
|
|
18
|
-
/** The overall result from the execution of the TestScript. */
|
|
19
|
-
result?: "pass" | "fail" | "pending";
|
|
20
|
-
/** The final score (percentage of tests passed) resulting from the execution of the TestScript. */
|
|
21
|
-
score?: number;
|
|
22
|
-
/** Name of the tester producing this report (Organization or individual). */
|
|
23
|
-
tester?: string;
|
|
24
|
-
/** When the TestScript was executed and this TestReport was generated. */
|
|
25
|
-
issued?: string;
|
|
26
|
-
/** A participant in the test execution, either the execution engine, a client, or a server. */
|
|
27
|
-
participant?: TestReport_Participant[];
|
|
28
|
-
/** The results of the series of required setup operations before the tests were executed. */
|
|
29
|
-
setup?: TestReport_Setup;
|
|
30
|
-
/** A test executed from the test script. */
|
|
31
|
-
test?: TestReport_Test[];
|
|
32
|
-
/** The results of the series of operations required to clean up after the all the tests were executed (successfully or otherwise). */
|
|
33
|
-
teardown?: TestReport_Teardown;
|
|
34
|
-
}
|
package/lib/ehr/testreport.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGVzdHJlcG9ydC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUZXN0UmVwb3J0IFR5cGVcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RSZXBvcnRfUGFydGljaXBhbnQgfSBmcm9tIFwiLi90ZXN0cmVwb3J0X3BhcnRpY2lwYW50XCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RSZXBvcnRfU2V0dXAgfSBmcm9tIFwiLi90ZXN0cmVwb3J0X3NldHVwXCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RSZXBvcnRfVGVhcmRvd24gfSBmcm9tIFwiLi90ZXN0cmVwb3J0X3RlYXJkb3duXCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RSZXBvcnRfVGVzdCB9IGZyb20gXCIuL3Rlc3RyZXBvcnRfdGVzdFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRlc3RSZXBvcnQge1xuICAvKiogVGhpcyBpcyBhIFRlc3RSZXBvcnQgcmVzb3VyY2UgKi9cbiAgcmVzb3VyY2VUeXBlOiBcIlRlc3RSZXBvcnRcIjtcblxuICAvKiogSWRlbnRpZmllciBmb3IgdGhlIFRlc3RTY3JpcHQgYXNzaWduZWQgZm9yIGV4dGVybmFsIHB1cnBvc2VzIG91dHNpZGUgdGhlIGNvbnRleHQgb2YgRkhJUi4gKi9cbiAgaWRlbnRpZmllcj86IElkZW50aWZpZXI7XG5cbiAgLyoqIEEgZnJlZSB0ZXh0IG5hdHVyYWwgbGFuZ3VhZ2UgbmFtZSBpZGVudGlmeWluZyB0aGUgZXhlY3V0ZWQgVGVzdFNjcmlwdC4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogVGhlIGN1cnJlbnQgc3RhdGUgb2YgdGhpcyB0ZXN0IHJlcG9ydC4gKi9cbiAgc3RhdHVzPzpcbiAgICB8IFwiY29tcGxldGVkXCJcbiAgICB8IFwiaW4tcHJvZ3Jlc3NcIlxuICAgIHwgXCJ3YWl0aW5nXCJcbiAgICB8IFwic3RvcHBlZFwiXG4gICAgfCBcImVudGVyZWQtaW4tZXJyb3JcIjtcblxuICAvKiogSWRlYWxseSB0aGlzIGlzIGFuIGFic29sdXRlIFVSTCB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhlIHZlcnNpb24tc3BlY2lmaWMgVGVzdFNjcmlwdCB0aGF0IHdhcyBleGVjdXRlZCwgbWF0Y2hpbmcgdGhlIGBUZXN0U2NyaXB0LnVybGAuICovXG4gIHRlc3RTY3JpcHQ6IFJlZmVyZW5jZTtcblxuICAvKiogVGhlIG92ZXJhbGwgcmVzdWx0IGZyb20gdGhlIGV4ZWN1dGlvbiBvZiB0aGUgVGVzdFNjcmlwdC4gKi9cbiAgcmVzdWx0PzogXCJwYXNzXCIgfCBcImZhaWxcIiB8IFwicGVuZGluZ1wiO1xuXG4gIC8qKiBUaGUgZmluYWwgc2NvcmUgKHBlcmNlbnRhZ2Ugb2YgdGVzdHMgcGFzc2VkKSByZXN1bHRpbmcgZnJvbSB0aGUgZXhlY3V0aW9uIG9mIHRoZSBUZXN0U2NyaXB0LiAqL1xuICBzY29yZT86IG51bWJlcjtcblxuICAvKiogTmFtZSBvZiB0aGUgdGVzdGVyIHByb2R1Y2luZyB0aGlzIHJlcG9ydCAoT3JnYW5pemF0aW9uIG9yIGluZGl2aWR1YWwpLiAqL1xuICB0ZXN0ZXI/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZW4gdGhlIFRlc3RTY3JpcHQgd2FzIGV4ZWN1dGVkIGFuZCB0aGlzIFRlc3RSZXBvcnQgd2FzIGdlbmVyYXRlZC4gKi9cbiAgaXNzdWVkPzogc3RyaW5nO1xuXG4gIC8qKiBBIHBhcnRpY2lwYW50IGluIHRoZSB0ZXN0IGV4ZWN1dGlvbiwgZWl0aGVyIHRoZSBleGVjdXRpb24gZW5naW5lLCBhIGNsaWVudCwgb3IgYSBzZXJ2ZXIuICovXG4gIHBhcnRpY2lwYW50PzogVGVzdFJlcG9ydF9QYXJ0aWNpcGFudFtdO1xuXG4gIC8qKiBUaGUgcmVzdWx0cyBvZiB0aGUgc2VyaWVzIG9mIHJlcXVpcmVkIHNldHVwIG9wZXJhdGlvbnMgYmVmb3JlIHRoZSB0ZXN0cyB3ZXJlIGV4ZWN1dGVkLiAqL1xuICBzZXR1cD86IFRlc3RSZXBvcnRfU2V0dXA7XG5cbiAgLyoqIEEgdGVzdCBleGVjdXRlZCBmcm9tIHRoZSB0ZXN0IHNjcmlwdC4gKi9cbiAgdGVzdD86IFRlc3RSZXBvcnRfVGVzdFtdO1xuXG4gIC8qKiBUaGUgcmVzdWx0cyBvZiB0aGUgc2VyaWVzIG9mIG9wZXJhdGlvbnMgcmVxdWlyZWQgdG8gY2xlYW4gdXAgYWZ0ZXIgdGhlIGFsbCB0aGUgdGVzdHMgd2VyZSBleGVjdXRlZCAoc3VjY2Vzc2Z1bGx5IG9yIG90aGVyd2lzZSkuICovXG4gIHRlYXJkb3duPzogVGVzdFJlcG9ydF9UZWFyZG93bjtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { TestReport_Assert } from "./testreport_assert";
|
|
2
|
-
import type { TestReport_Operation } from "./testreport_operation";
|
|
3
|
-
export interface TestReport_Action {
|
|
4
|
-
/** The operation performed. */
|
|
5
|
-
operation?: TestReport_Operation;
|
|
6
|
-
/** The results of the assertion performed on the previous operations. */
|
|
7
|
-
assert?: TestReport_Assert;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9hY3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rlc3RyZXBvcnRfYWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRlc3RSZXBvcnRfQWN0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9Bc3NlcnQgfSBmcm9tIFwiLi90ZXN0cmVwb3J0X2Fzc2VydFwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0UmVwb3J0X09wZXJhdGlvbiB9IGZyb20gXCIuL3Rlc3RyZXBvcnRfb3BlcmF0aW9uXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFJlcG9ydF9BY3Rpb24ge1xuICAvKiogVGhlIG9wZXJhdGlvbiBwZXJmb3JtZWQuICovXG4gIG9wZXJhdGlvbj86IFRlc3RSZXBvcnRfT3BlcmF0aW9uO1xuXG4gIC8qKiBUaGUgcmVzdWx0cyBvZiB0aGUgYXNzZXJ0aW9uIHBlcmZvcm1lZCBvbiB0aGUgcHJldmlvdXMgb3BlcmF0aW9ucy4gKi9cbiAgYXNzZXJ0PzogVGVzdFJlcG9ydF9Bc3NlcnQ7XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { TestReport_Assert } from "./testreport_assert";
|
|
2
|
-
import type { TestReport_Operation } from "./testreport_operation";
|
|
3
|
-
export interface TestReport_Action1 {
|
|
4
|
-
/** An operation would involve a REST request to a server. */
|
|
5
|
-
operation?: TestReport_Operation;
|
|
6
|
-
/** The results of the assertion performed on the previous operations. */
|
|
7
|
-
assert?: TestReport_Assert;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9hY3Rpb24xLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci90ZXN0cmVwb3J0X2FjdGlvbjEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgVGVzdFJlcG9ydF9BY3Rpb24xIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9Bc3NlcnQgfSBmcm9tIFwiLi90ZXN0cmVwb3J0X2Fzc2VydFwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0UmVwb3J0X09wZXJhdGlvbiB9IGZyb20gXCIuL3Rlc3RyZXBvcnRfb3BlcmF0aW9uXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFJlcG9ydF9BY3Rpb24xIHtcbiAgLyoqIEFuIG9wZXJhdGlvbiB3b3VsZCBpbnZvbHZlIGEgUkVTVCByZXF1ZXN0IHRvIGEgc2VydmVyLiAqL1xuICBvcGVyYXRpb24/OiBUZXN0UmVwb3J0X09wZXJhdGlvbjtcblxuICAvKiogVGhlIHJlc3VsdHMgb2YgdGhlIGFzc2VydGlvbiBwZXJmb3JtZWQgb24gdGhlIHByZXZpb3VzIG9wZXJhdGlvbnMuICovXG4gIGFzc2VydD86IFRlc3RSZXBvcnRfQXNzZXJ0O1xufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9hY3Rpb24yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci90ZXN0cmVwb3J0X2FjdGlvbjIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgVGVzdFJlcG9ydF9BY3Rpb24yIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9PcGVyYXRpb24gfSBmcm9tIFwiLi90ZXN0cmVwb3J0X29wZXJhdGlvblwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRlc3RSZXBvcnRfQWN0aW9uMiB7XG4gIC8qKiBBbiBvcGVyYXRpb24gd291bGQgaW52b2x2ZSBhIFJFU1QgcmVxdWVzdCB0byBhIHNlcnZlci4gKi9cbiAgb3BlcmF0aW9uOiBUZXN0UmVwb3J0X09wZXJhdGlvbjtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface TestReport_Assert {
|
|
2
|
-
/** The result of this assertion. */
|
|
3
|
-
result?: "pass" | "skip" | "fail" | "warning" | "error";
|
|
4
|
-
/** An explanatory message associated with the result. */
|
|
5
|
-
message?: string;
|
|
6
|
-
/** A link to further details on the result. */
|
|
7
|
-
detail?: string;
|
|
8
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR TestReport_Assert Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9hc3NlcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rlc3RyZXBvcnRfYXNzZXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSw4QkFBOEIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRlc3RSZXBvcnRfQXNzZXJ0IFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBUZXN0UmVwb3J0X0Fzc2VydCB7XG4gIC8qKiBUaGUgcmVzdWx0IG9mIHRoaXMgYXNzZXJ0aW9uLiAqL1xuICByZXN1bHQ/OiBcInBhc3NcIiB8IFwic2tpcFwiIHwgXCJmYWlsXCIgfCBcIndhcm5pbmdcIiB8IFwiZXJyb3JcIjtcblxuICAvKiogQW4gZXhwbGFuYXRvcnkgbWVzc2FnZSBhc3NvY2lhdGVkIHdpdGggdGhlIHJlc3VsdC4gKi9cbiAgbWVzc2FnZT86IHN0cmluZztcblxuICAvKiogQSBsaW5rIHRvIGZ1cnRoZXIgZGV0YWlscyBvbiB0aGUgcmVzdWx0LiAqL1xuICBkZXRhaWw/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface TestReport_Operation {
|
|
2
|
-
/** The result of this operation. */
|
|
3
|
-
result?: "pass" | "skip" | "fail" | "warning" | "error";
|
|
4
|
-
/** An explanatory message associated with the result. */
|
|
5
|
-
message?: string;
|
|
6
|
-
/** A link to further details on the result. */
|
|
7
|
-
detail?: string;
|
|
8
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR TestReport_Operation Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9vcGVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rlc3RyZXBvcnRfb3BlcmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxpQ0FBaUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRlc3RSZXBvcnRfT3BlcmF0aW9uIFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBUZXN0UmVwb3J0X09wZXJhdGlvbiB7XG4gIC8qKiBUaGUgcmVzdWx0IG9mIHRoaXMgb3BlcmF0aW9uLiAqL1xuICByZXN1bHQ/OiBcInBhc3NcIiB8IFwic2tpcFwiIHwgXCJmYWlsXCIgfCBcIndhcm5pbmdcIiB8IFwiZXJyb3JcIjtcblxuICAvKiogQW4gZXhwbGFuYXRvcnkgbWVzc2FnZSBhc3NvY2lhdGVkIHdpdGggdGhlIHJlc3VsdC4gKi9cbiAgbWVzc2FnZT86IHN0cmluZztcblxuICAvKiogQSBsaW5rIHRvIGZ1cnRoZXIgZGV0YWlscyBvbiB0aGUgcmVzdWx0LiAqL1xuICBkZXRhaWw/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface TestReport_Participant {
|
|
2
|
-
/** The type of participant. */
|
|
3
|
-
type?: "test-engine" | "client" | "server";
|
|
4
|
-
/** The uri of the participant. An absolute URL is preferred. */
|
|
5
|
-
uri?: string;
|
|
6
|
-
/** The display name of the participant. */
|
|
7
|
-
display?: string;
|
|
8
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// FHIR TestReport_Participant Type
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9wYXJ0aWNpcGFudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGVzdHJlcG9ydF9wYXJ0aWNpcGFudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsbUNBQW1DIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUZXN0UmVwb3J0X1BhcnRpY2lwYW50IFR5cGVcblxuZXhwb3J0IGludGVyZmFjZSBUZXN0UmVwb3J0X1BhcnRpY2lwYW50IHtcbiAgLyoqIFRoZSB0eXBlIG9mIHBhcnRpY2lwYW50LiAqL1xuICB0eXBlPzogXCJ0ZXN0LWVuZ2luZVwiIHwgXCJjbGllbnRcIiB8IFwic2VydmVyXCI7XG5cbiAgLyoqIFRoZSB1cmkgb2YgdGhlIHBhcnRpY2lwYW50LiBBbiBhYnNvbHV0ZSBVUkwgaXMgcHJlZmVycmVkLiAqL1xuICB1cmk/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBkaXNwbGF5IG5hbWUgb2YgdGhlIHBhcnRpY2lwYW50LiAqL1xuICBkaXNwbGF5Pzogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF9zZXR1cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGVzdHJlcG9ydF9zZXR1cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUZXN0UmVwb3J0X1NldHVwIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9BY3Rpb24gfSBmcm9tIFwiLi90ZXN0cmVwb3J0X2FjdGlvblwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRlc3RSZXBvcnRfU2V0dXAge1xuICAvKiogQWN0aW9uIHdvdWxkIGNvbnRhaW4gZWl0aGVyIGFuIG9wZXJhdGlvbiBvciBhbiBhc3NlcnRpb24uICovXG4gIGFjdGlvbjogVGVzdFJlcG9ydF9BY3Rpb25bXTtcbn1cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF90ZWFyZG93bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGVzdHJlcG9ydF90ZWFyZG93bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUZXN0UmVwb3J0X1RlYXJkb3duIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9BY3Rpb24yIH0gZnJvbSBcIi4vdGVzdHJlcG9ydF9hY3Rpb24yXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFJlcG9ydF9UZWFyZG93biB7XG4gIC8qKiBUaGUgdGVhcmRvd24gYWN0aW9uIHdpbGwgb25seSBjb250YWluIGFuIG9wZXJhdGlvbi4gKi9cbiAgYWN0aW9uOiBUZXN0UmVwb3J0X0FjdGlvbjJbXTtcbn1cbiJdfQ==
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { TestReport_Action1 } from "./testreport_action1";
|
|
2
|
-
export interface TestReport_Test {
|
|
3
|
-
/** The name of this test used for tracking/logging purposes by test engines. */
|
|
4
|
-
name?: string;
|
|
5
|
-
/** A short description of the test used by test engines for tracking and reporting purposes. */
|
|
6
|
-
description?: string;
|
|
7
|
-
/** Action would contain either an operation or an assertion. */
|
|
8
|
-
action: TestReport_Action1[];
|
|
9
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHJlcG9ydF90ZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci90ZXN0cmVwb3J0X3Rlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgVGVzdFJlcG9ydF9UZXN0IFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFJlcG9ydF9BY3Rpb24xIH0gZnJvbSBcIi4vdGVzdHJlcG9ydF9hY3Rpb24xXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFJlcG9ydF9UZXN0IHtcbiAgLyoqIFRoZSBuYW1lIG9mIHRoaXMgdGVzdCB1c2VkIGZvciB0cmFja2luZy9sb2dnaW5nIHB1cnBvc2VzIGJ5IHRlc3QgZW5naW5lcy4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogQSBzaG9ydCBkZXNjcmlwdGlvbiBvZiB0aGUgdGVzdCB1c2VkIGJ5IHRlc3QgZW5naW5lcyBmb3IgdHJhY2tpbmcgYW5kIHJlcG9ydGluZyBwdXJwb3Nlcy4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEFjdGlvbiB3b3VsZCBjb250YWluIGVpdGhlciBhbiBvcGVyYXRpb24gb3IgYW4gYXNzZXJ0aW9uLiAqL1xuICBhY3Rpb246IFRlc3RSZXBvcnRfQWN0aW9uMVtdO1xufVxuIl19
|
package/lib/ehr/testscript.d.ts
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept } from "./codeableconcept";
|
|
2
|
-
import type { ContactDetail } from "./contactdetail";
|
|
3
|
-
import type { Identifier } from "./identifier";
|
|
4
|
-
import type { Reference } from "./reference";
|
|
5
|
-
import type { TestScript_Destination } from "./testscript_destination";
|
|
6
|
-
import type { TestScript_Fixture } from "./testscript_fixture";
|
|
7
|
-
import type { TestScript_Metadata } from "./testscript_metadata";
|
|
8
|
-
import type { TestScript_Origin } from "./testscript_origin";
|
|
9
|
-
import type { TestScript_Rule } from "./testscript_rule";
|
|
10
|
-
import type { TestScript_Ruleset } from "./testscript_ruleset";
|
|
11
|
-
import type { TestScript_Setup } from "./testscript_setup";
|
|
12
|
-
import type { TestScript_Teardown } from "./testscript_teardown";
|
|
13
|
-
import type { TestScript_Test } from "./testscript_test";
|
|
14
|
-
import type { TestScript_Variable } from "./testscript_variable";
|
|
15
|
-
import type { UsageContext } from "./usagecontext";
|
|
16
|
-
export interface TestScript {
|
|
17
|
-
/** This is a TestScript resource */
|
|
18
|
-
resourceType: "TestScript";
|
|
19
|
-
/** An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this test script is (or will be) published. The URL SHOULD include the major version of the test script. For more information see [Technical and Business Versions](resource.html#versions). */
|
|
20
|
-
url?: string;
|
|
21
|
-
/** A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance. */
|
|
22
|
-
identifier?: Identifier;
|
|
23
|
-
/** The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. */
|
|
24
|
-
version?: string;
|
|
25
|
-
/** A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
|
|
26
|
-
name?: string;
|
|
27
|
-
/** A short, descriptive, user-friendly title for the test script. */
|
|
28
|
-
title?: string;
|
|
29
|
-
/** The status of this test script. Enables tracking the life-cycle of the content. */
|
|
30
|
-
status?: "draft" | "active" | "retired" | "unknown";
|
|
31
|
-
/** A boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
|
|
32
|
-
experimental?: boolean;
|
|
33
|
-
/** The date (and optionally time) when the test script was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes. */
|
|
34
|
-
date?: string;
|
|
35
|
-
/** The name of the individual or organization that published the test script. */
|
|
36
|
-
publisher?: string;
|
|
37
|
-
/** Contact details to assist a user in finding and communicating with the publisher. */
|
|
38
|
-
contact?: ContactDetail[];
|
|
39
|
-
/** A free text natural language description of the test script from a consumer's perspective. */
|
|
40
|
-
description?: string;
|
|
41
|
-
/** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate test script instances. */
|
|
42
|
-
useContext?: UsageContext[];
|
|
43
|
-
/** A legal or geographic region in which the test script is intended to be used. */
|
|
44
|
-
jurisdiction?: CodeableConcept[];
|
|
45
|
-
/** Explaination of why this test script is needed and why it has been designed as it has. */
|
|
46
|
-
purpose?: string;
|
|
47
|
-
/** A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script. */
|
|
48
|
-
copyright?: string;
|
|
49
|
-
/** An abstract server used in operations within this test script in the origin element. */
|
|
50
|
-
origin?: TestScript_Origin[];
|
|
51
|
-
/** An abstract server used in operations within this test script in the destination element. */
|
|
52
|
-
destination?: TestScript_Destination[];
|
|
53
|
-
/** The required capability must exist and are assumed to function correctly on the FHIR server being tested. */
|
|
54
|
-
metadata?: TestScript_Metadata;
|
|
55
|
-
/** Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute. */
|
|
56
|
-
fixture?: TestScript_Fixture[];
|
|
57
|
-
/** Reference to the profile to be used for validation. */
|
|
58
|
-
profile?: Reference[];
|
|
59
|
-
/** Variable is set based either on element value in response body or on header field value in the response headers. */
|
|
60
|
-
variable?: TestScript_Variable[];
|
|
61
|
-
/** Assert rule to be used in one or more asserts within the test script. */
|
|
62
|
-
rule?: TestScript_Rule[];
|
|
63
|
-
/** Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied. */
|
|
64
|
-
ruleset?: TestScript_Ruleset[];
|
|
65
|
-
/** A series of required setup operations before tests are executed. */
|
|
66
|
-
setup?: TestScript_Setup;
|
|
67
|
-
/** A test in this script. */
|
|
68
|
-
test?: TestScript_Test[];
|
|
69
|
-
/** A series of operations required to clean up after the all the tests are executed (successfully or otherwise). */
|
|
70
|
-
teardown?: TestScript_Teardown;
|
|
71
|
-
}
|
package/lib/ehr/testscript.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHNjcmlwdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9laHIvdGVzdHNjcmlwdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBUZXN0U2NyaXB0IFR5cGVcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3REZXRhaWwgfSBmcm9tIFwiLi9jb250YWN0ZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IElkZW50aWZpZXIgfSBmcm9tIFwiLi9pZGVudGlmaWVyXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X0Rlc3RpbmF0aW9uIH0gZnJvbSBcIi4vdGVzdHNjcmlwdF9kZXN0aW5hdGlvblwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X0ZpeHR1cmUgfSBmcm9tIFwiLi90ZXN0c2NyaXB0X2ZpeHR1cmVcIjtcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9NZXRhZGF0YSB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfbWV0YWRhdGFcIjtcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9PcmlnaW4gfSBmcm9tIFwiLi90ZXN0c2NyaXB0X29yaWdpblwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X1J1bGUgfSBmcm9tIFwiLi90ZXN0c2NyaXB0X3J1bGVcIjtcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9SdWxlc2V0IH0gZnJvbSBcIi4vdGVzdHNjcmlwdF9ydWxlc2V0XCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RTY3JpcHRfU2V0dXAgfSBmcm9tIFwiLi90ZXN0c2NyaXB0X3NldHVwXCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RTY3JpcHRfVGVhcmRvd24gfSBmcm9tIFwiLi90ZXN0c2NyaXB0X3RlYXJkb3duXCI7XG5pbXBvcnQgdHlwZSB7IFRlc3RTY3JpcHRfVGVzdCB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfdGVzdFwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X1ZhcmlhYmxlIH0gZnJvbSBcIi4vdGVzdHNjcmlwdF92YXJpYWJsZVwiO1xuaW1wb3J0IHR5cGUgeyBVc2FnZUNvbnRleHQgfSBmcm9tIFwiLi91c2FnZWNvbnRleHRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBUZXN0U2NyaXB0IHtcbiAgLyoqIFRoaXMgaXMgYSBUZXN0U2NyaXB0IHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJUZXN0U2NyaXB0XCI7XG5cbiAgLyoqIEFuIGFic29sdXRlIFVSSSB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyB0ZXN0IHNjcmlwdCB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGFuIGluc3RhbmNlLiBUaGlzIFNIQUxMIGJlIGEgVVJMLCBTSE9VTEQgYmUgZ2xvYmFsbHkgdW5pcXVlLCBhbmQgU0hPVUxEIGJlIGFuIGFkZHJlc3MgYXQgd2hpY2ggdGhpcyB0ZXN0IHNjcmlwdCBpcyAob3Igd2lsbCBiZSkgcHVibGlzaGVkLiBUaGUgVVJMIFNIT1VMRCBpbmNsdWRlIHRoZSBtYWpvciB2ZXJzaW9uIG9mIHRoZSB0ZXN0IHNjcmlwdC4gRm9yIG1vcmUgaW5mb3JtYXRpb24gc2VlIFtUZWNobmljYWwgYW5kIEJ1c2luZXNzIFZlcnNpb25zXShyZXNvdXJjZS5odG1sI3ZlcnNpb25zKS4gKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBBIGZvcm1hbCBpZGVudGlmaWVyIHRoYXQgaXMgdXNlZCB0byBpZGVudGlmeSB0aGlzIHRlc3Qgc2NyaXB0IHdoZW4gaXQgaXMgcmVwcmVzZW50ZWQgaW4gb3RoZXIgZm9ybWF0cywgb3IgcmVmZXJlbmNlZCBpbiBhIHNwZWNpZmljYXRpb24sIG1vZGVsLCBkZXNpZ24gb3IgYW4gaW5zdGFuY2UuICovXG4gIGlkZW50aWZpZXI/OiBJZGVudGlmaWVyO1xuXG4gIC8qKiBUaGUgaWRlbnRpZmllciB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyB2ZXJzaW9uIG9mIHRoZSB0ZXN0IHNjcmlwdCB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGluc3RhbmNlLiBUaGlzIGlzIGFuIGFyYml0cmFyeSB2YWx1ZSBtYW5hZ2VkIGJ5IHRoZSB0ZXN0IHNjcmlwdCBhdXRob3IgYW5kIGlzIG5vdCBleHBlY3RlZCB0byBiZSBnbG9iYWxseSB1bmlxdWUuIEZvciBleGFtcGxlLCBpdCBtaWdodCBiZSBhIHRpbWVzdGFtcCAoZS5nLiB5eXl5bW1kZCkgaWYgYSBtYW5hZ2VkIHZlcnNpb24gaXMgbm90IGF2YWlsYWJsZS4gVGhlcmUgaXMgYWxzbyBubyBleHBlY3RhdGlvbiB0aGF0IHZlcnNpb25zIGNhbiBiZSBwbGFjZWQgaW4gYSBsZXhpY29ncmFwaGljYWwgc2VxdWVuY2UuICovXG4gIHZlcnNpb24/OiBzdHJpbmc7XG5cbiAgLyoqIEEgbmF0dXJhbCBsYW5ndWFnZSBuYW1lIGlkZW50aWZ5aW5nIHRoZSB0ZXN0IHNjcmlwdC4gVGhpcyBuYW1lIHNob3VsZCBiZSB1c2FibGUgYXMgYW4gaWRlbnRpZmllciBmb3IgdGhlIG1vZHVsZSBieSBtYWNoaW5lIHByb2Nlc3NpbmcgYXBwbGljYXRpb25zIHN1Y2ggYXMgY29kZSBnZW5lcmF0aW9uLiAqL1xuICBuYW1lPzogc3RyaW5nO1xuXG4gIC8qKiBBIHNob3J0LCBkZXNjcmlwdGl2ZSwgdXNlci1mcmllbmRseSB0aXRsZSBmb3IgdGhlIHRlc3Qgc2NyaXB0LiAqL1xuICB0aXRsZT86IHN0cmluZztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIHRlc3Qgc2NyaXB0LiBFbmFibGVzIHRyYWNraW5nIHRoZSBsaWZlLWN5Y2xlIG9mIHRoZSBjb250ZW50LiAqL1xuICBzdGF0dXM/OiBcImRyYWZ0XCIgfCBcImFjdGl2ZVwiIHwgXCJyZXRpcmVkXCIgfCBcInVua25vd25cIjtcblxuICAvKiogQSBib29sZWFuIHZhbHVlIHRvIGluZGljYXRlIHRoYXQgdGhpcyB0ZXN0IHNjcmlwdCBpcyBhdXRob3JlZCBmb3IgdGVzdGluZyBwdXJwb3NlcyAob3IgZWR1Y2F0aW9uL2V2YWx1YXRpb24vbWFya2V0aW5nKSwgYW5kIGlzIG5vdCBpbnRlbmRlZCB0byBiZSB1c2VkIGZvciBnZW51aW5lIHVzYWdlLiAqL1xuICBleHBlcmltZW50YWw/OiBib29sZWFuO1xuXG4gIC8qKiBUaGUgZGF0ZSAgKGFuZCBvcHRpb25hbGx5IHRpbWUpIHdoZW4gdGhlIHRlc3Qgc2NyaXB0IHdhcyBwdWJsaXNoZWQuIFRoZSBkYXRlIG11c3QgY2hhbmdlIGlmIGFuZCB3aGVuIHRoZSBidXNpbmVzcyB2ZXJzaW9uIGNoYW5nZXMgYW5kIGl0IG11c3QgY2hhbmdlIGlmIHRoZSBzdGF0dXMgY29kZSBjaGFuZ2VzLiBJbiBhZGRpdGlvbiwgaXQgc2hvdWxkIGNoYW5nZSB3aGVuIHRoZSBzdWJzdGFudGl2ZSBjb250ZW50IG9mIHRoZSB0ZXN0IHNjcmlwdCBjaGFuZ2VzLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gdGhhdCBwdWJsaXNoZWQgdGhlIHRlc3Qgc2NyaXB0LiAqL1xuICBwdWJsaXNoZXI/OiBzdHJpbmc7XG5cbiAgLyoqIENvbnRhY3QgZGV0YWlscyB0byBhc3Npc3QgYSB1c2VyIGluIGZpbmRpbmcgYW5kIGNvbW11bmljYXRpbmcgd2l0aCB0aGUgcHVibGlzaGVyLiAqL1xuICBjb250YWN0PzogQ29udGFjdERldGFpbFtdO1xuXG4gIC8qKiBBIGZyZWUgdGV4dCBuYXR1cmFsIGxhbmd1YWdlIGRlc2NyaXB0aW9uIG9mIHRoZSB0ZXN0IHNjcmlwdCBmcm9tIGEgY29uc3VtZXIncyBwZXJzcGVjdGl2ZS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBjb250ZW50IHdhcyBkZXZlbG9wZWQgd2l0aCBhIGZvY3VzIGFuZCBpbnRlbnQgb2Ygc3VwcG9ydGluZyB0aGUgY29udGV4dHMgdGhhdCBhcmUgbGlzdGVkLiBUaGVzZSB0ZXJtcyBtYXkgYmUgdXNlZCB0byBhc3Npc3Qgd2l0aCBpbmRleGluZyBhbmQgc2VhcmNoaW5nIGZvciBhcHByb3ByaWF0ZSB0ZXN0IHNjcmlwdCBpbnN0YW5jZXMuICovXG4gIHVzZUNvbnRleHQ/OiBVc2FnZUNvbnRleHRbXTtcblxuICAvKiogQSBsZWdhbCBvciBnZW9ncmFwaGljIHJlZ2lvbiBpbiB3aGljaCB0aGUgdGVzdCBzY3JpcHQgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAganVyaXNkaWN0aW9uPzogQ29kZWFibGVDb25jZXB0W107XG5cbiAgLyoqIEV4cGxhaW5hdGlvbiBvZiB3aHkgdGhpcyB0ZXN0IHNjcmlwdCBpcyBuZWVkZWQgYW5kIHdoeSBpdCBoYXMgYmVlbiBkZXNpZ25lZCBhcyBpdCBoYXMuICovXG4gIHB1cnBvc2U/OiBzdHJpbmc7XG5cbiAgLyoqIEEgY29weXJpZ2h0IHN0YXRlbWVudCByZWxhdGluZyB0byB0aGUgdGVzdCBzY3JpcHQgYW5kL29yIGl0cyBjb250ZW50cy4gQ29weXJpZ2h0IHN0YXRlbWVudHMgYXJlIGdlbmVyYWxseSBsZWdhbCByZXN0cmljdGlvbnMgb24gdGhlIHVzZSBhbmQgcHVibGlzaGluZyBvZiB0aGUgdGVzdCBzY3JpcHQuICovXG4gIGNvcHlyaWdodD86IHN0cmluZztcblxuICAvKiogQW4gYWJzdHJhY3Qgc2VydmVyIHVzZWQgaW4gb3BlcmF0aW9ucyB3aXRoaW4gdGhpcyB0ZXN0IHNjcmlwdCBpbiB0aGUgb3JpZ2luIGVsZW1lbnQuICovXG4gIG9yaWdpbj86IFRlc3RTY3JpcHRfT3JpZ2luW107XG5cbiAgLyoqIEFuIGFic3RyYWN0IHNlcnZlciB1c2VkIGluIG9wZXJhdGlvbnMgd2l0aGluIHRoaXMgdGVzdCBzY3JpcHQgaW4gdGhlIGRlc3RpbmF0aW9uIGVsZW1lbnQuICovXG4gIGRlc3RpbmF0aW9uPzogVGVzdFNjcmlwdF9EZXN0aW5hdGlvbltdO1xuXG4gIC8qKiBUaGUgcmVxdWlyZWQgY2FwYWJpbGl0eSBtdXN0IGV4aXN0IGFuZCBhcmUgYXNzdW1lZCB0byBmdW5jdGlvbiBjb3JyZWN0bHkgb24gdGhlIEZISVIgc2VydmVyIGJlaW5nIHRlc3RlZC4gKi9cbiAgbWV0YWRhdGE/OiBUZXN0U2NyaXB0X01ldGFkYXRhO1xuXG4gIC8qKiBGaXh0dXJlIGluIHRoZSB0ZXN0IHNjcmlwdCAtIGJ5IHJlZmVyZW5jZSAodXJpKS4gQWxsIGZpeHR1cmVzIGFyZSByZXF1aXJlZCBmb3IgdGhlIHRlc3Qgc2NyaXB0IHRvIGV4ZWN1dGUuICovXG4gIGZpeHR1cmU/OiBUZXN0U2NyaXB0X0ZpeHR1cmVbXTtcblxuICAvKiogUmVmZXJlbmNlIHRvIHRoZSBwcm9maWxlIHRvIGJlIHVzZWQgZm9yIHZhbGlkYXRpb24uICovXG4gIHByb2ZpbGU/OiBSZWZlcmVuY2VbXTtcblxuICAvKiogVmFyaWFibGUgaXMgc2V0IGJhc2VkIGVpdGhlciBvbiBlbGVtZW50IHZhbHVlIGluIHJlc3BvbnNlIGJvZHkgb3Igb24gaGVhZGVyIGZpZWxkIHZhbHVlIGluIHRoZSByZXNwb25zZSBoZWFkZXJzLiAqL1xuICB2YXJpYWJsZT86IFRlc3RTY3JpcHRfVmFyaWFibGVbXTtcblxuICAvKiogQXNzZXJ0IHJ1bGUgdG8gYmUgdXNlZCBpbiBvbmUgb3IgbW9yZSBhc3NlcnRzIHdpdGhpbiB0aGUgdGVzdCBzY3JpcHQuICovXG4gIHJ1bGU/OiBUZXN0U2NyaXB0X1J1bGVbXTtcblxuICAvKiogQ29udGFpbnMgb25lIG9yIG1vcmUgcnVsZXMuICBPZmZlcnMgYSB3YXkgdG8gZ3JvdXAgcnVsZXMgc28gYXNzZXJ0aW9ucyBjb3VsZCByZWZlcmVuY2UgdGhlIGdyb3VwIG9mIHJ1bGVzIGFuZCBoYXZlIHRoZW0gYWxsIGFwcGxpZWQuICovXG4gIHJ1bGVzZXQ/OiBUZXN0U2NyaXB0X1J1bGVzZXRbXTtcblxuICAvKiogQSBzZXJpZXMgb2YgcmVxdWlyZWQgc2V0dXAgb3BlcmF0aW9ucyBiZWZvcmUgdGVzdHMgYXJlIGV4ZWN1dGVkLiAqL1xuICBzZXR1cD86IFRlc3RTY3JpcHRfU2V0dXA7XG5cbiAgLyoqIEEgdGVzdCBpbiB0aGlzIHNjcmlwdC4gKi9cbiAgdGVzdD86IFRlc3RTY3JpcHRfVGVzdFtdO1xuXG4gIC8qKiBBIHNlcmllcyBvZiBvcGVyYXRpb25zIHJlcXVpcmVkIHRvIGNsZWFuIHVwIGFmdGVyIHRoZSBhbGwgdGhlIHRlc3RzIGFyZSBleGVjdXRlZCAoc3VjY2Vzc2Z1bGx5IG9yIG90aGVyd2lzZSkuICovXG4gIHRlYXJkb3duPzogVGVzdFNjcmlwdF9UZWFyZG93bjtcbn1cbiJdfQ==
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { TestScript_Assert } from "./testscript_assert";
|
|
2
|
-
import type { TestScript_Operation } from "./testscript_operation";
|
|
3
|
-
export interface TestScript_Action {
|
|
4
|
-
/** The operation to perform. */
|
|
5
|
-
operation?: TestScript_Operation;
|
|
6
|
-
/** Evaluates the results of previous operations to determine if the server under test behaves appropriately. */
|
|
7
|
-
assert?: TestScript_Assert;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHNjcmlwdF9hY3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rlc3RzY3JpcHRfYWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRlc3RTY3JpcHRfQWN0aW9uIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9Bc3NlcnQgfSBmcm9tIFwiLi90ZXN0c2NyaXB0X2Fzc2VydFwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X09wZXJhdGlvbiB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfb3BlcmF0aW9uXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFNjcmlwdF9BY3Rpb24ge1xuICAvKiogVGhlIG9wZXJhdGlvbiB0byBwZXJmb3JtLiAqL1xuICBvcGVyYXRpb24/OiBUZXN0U2NyaXB0X09wZXJhdGlvbjtcblxuICAvKiogRXZhbHVhdGVzIHRoZSByZXN1bHRzIG9mIHByZXZpb3VzIG9wZXJhdGlvbnMgdG8gZGV0ZXJtaW5lIGlmIHRoZSBzZXJ2ZXIgdW5kZXIgdGVzdCBiZWhhdmVzIGFwcHJvcHJpYXRlbHkuICovXG4gIGFzc2VydD86IFRlc3RTY3JpcHRfQXNzZXJ0O1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { TestScript_Assert } from "./testscript_assert";
|
|
2
|
-
import type { TestScript_Operation } from "./testscript_operation";
|
|
3
|
-
export interface TestScript_Action1 {
|
|
4
|
-
/** An operation would involve a REST request to a server. */
|
|
5
|
-
operation?: TestScript_Operation;
|
|
6
|
-
/** Evaluates the results of previous operations to determine if the server under test behaves appropriately. */
|
|
7
|
-
assert?: TestScript_Assert;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHNjcmlwdF9hY3Rpb24xLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci90ZXN0c2NyaXB0X2FjdGlvbjEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgVGVzdFNjcmlwdF9BY3Rpb24xIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9Bc3NlcnQgfSBmcm9tIFwiLi90ZXN0c2NyaXB0X2Fzc2VydFwiO1xuaW1wb3J0IHR5cGUgeyBUZXN0U2NyaXB0X09wZXJhdGlvbiB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfb3BlcmF0aW9uXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVzdFNjcmlwdF9BY3Rpb24xIHtcbiAgLyoqIEFuIG9wZXJhdGlvbiB3b3VsZCBpbnZvbHZlIGEgUkVTVCByZXF1ZXN0IHRvIGEgc2VydmVyLiAqL1xuICBvcGVyYXRpb24/OiBUZXN0U2NyaXB0X09wZXJhdGlvbjtcblxuICAvKiogRXZhbHVhdGVzIHRoZSByZXN1bHRzIG9mIHByZXZpb3VzIG9wZXJhdGlvbnMgdG8gZGV0ZXJtaW5lIGlmIHRoZSBzZXJ2ZXIgdW5kZXIgdGVzdCBiZWhhdmVzIGFwcHJvcHJpYXRlbHkuICovXG4gIGFzc2VydD86IFRlc3RTY3JpcHRfQXNzZXJ0O1xufVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHNjcmlwdF9hY3Rpb24yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2Voci90ZXN0c2NyaXB0X2FjdGlvbjIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgVGVzdFNjcmlwdF9BY3Rpb24yIFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9PcGVyYXRpb24gfSBmcm9tIFwiLi90ZXN0c2NyaXB0X29wZXJhdGlvblwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRlc3RTY3JpcHRfQWN0aW9uMiB7XG4gIC8qKiBBbiBvcGVyYXRpb24gd291bGQgaW52b2x2ZSBhIFJFU1QgcmVxdWVzdCB0byBhIHNlcnZlci4gKi9cbiAgb3BlcmF0aW9uOiBUZXN0U2NyaXB0X09wZXJhdGlvbjtcbn1cbiJdfQ==
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import type { TestScript_Rule2 } from "./testscript_rule2";
|
|
2
|
-
import type { TestScript_Ruleset1 } from "./testscript_ruleset1";
|
|
3
|
-
export interface TestScript_Assert {
|
|
4
|
-
/** The label would be used for tracking/logging purposes by test engines. */
|
|
5
|
-
label?: string;
|
|
6
|
-
/** The description would be used by test engines for tracking and reporting purposes. */
|
|
7
|
-
description?: string;
|
|
8
|
-
/** The direction to use for the assertion. */
|
|
9
|
-
direction?: "response" | "request";
|
|
10
|
-
/** Id of the source fixture used as the contents to be evaluated by either the "source/expression" or "sourceId/path" definition. */
|
|
11
|
-
compareToSourceId?: string;
|
|
12
|
-
/** The fluentpath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both. */
|
|
13
|
-
compareToSourceExpression?: string;
|
|
14
|
-
/** XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both. */
|
|
15
|
-
compareToSourcePath?: string;
|
|
16
|
-
/** The content-type or mime-type to use for RESTful operation in the 'Content-Type' header. */
|
|
17
|
-
contentType?: "xml" | "json" | "ttl" | "none";
|
|
18
|
-
/** The fluentpath expression to be evaluated against the request or response message contents - HTTP headers and payload. */
|
|
19
|
-
expression?: string;
|
|
20
|
-
/** The HTTP header field name e.g. 'Location'. */
|
|
21
|
-
headerField?: string;
|
|
22
|
-
/** The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId. */
|
|
23
|
-
minimumId?: string;
|
|
24
|
-
/** Whether or not the test execution performs validation on the bundle navigation links. */
|
|
25
|
-
navigationLinks?: boolean;
|
|
26
|
-
/** The operator type defines the conditional behavior of the assert. If not defined, the default is equals. */
|
|
27
|
-
operator?: "equals" | "notEquals" | "in" | "notIn" | "greaterThan" | "lessThan" | "empty" | "notEmpty" | "contains" | "notContains" | "eval";
|
|
28
|
-
/** The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server. */
|
|
29
|
-
path?: string;
|
|
30
|
-
/** The request method or HTTP operation code to compare against that used by the client system under test. */
|
|
31
|
-
requestMethod?: "delete" | "get" | "options" | "patch" | "post" | "put";
|
|
32
|
-
/** The value to use in a comparison against the request URL path string. */
|
|
33
|
-
requestURL?: string;
|
|
34
|
-
/** The type of the resource. See http://hl7.org/fhir/STU3/resourcelist.html. */
|
|
35
|
-
resource?: string;
|
|
36
|
-
/** okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable. */
|
|
37
|
-
response?: "okay" | "created" | "noContent" | "notModified" | "bad" | "forbidden" | "notFound" | "methodNotAllowed" | "conflict" | "gone" | "preconditionFailed" | "unprocessable";
|
|
38
|
-
/** The value of the HTTP response code to be tested. */
|
|
39
|
-
responseCode?: string;
|
|
40
|
-
/** The TestScript.rule this assert will evaluate. */
|
|
41
|
-
rule?: TestScript_Rule2;
|
|
42
|
-
/** The TestScript.ruleset this assert will evaluate. */
|
|
43
|
-
ruleset?: TestScript_Ruleset1;
|
|
44
|
-
/** Fixture to evaluate the XPath/JSONPath expression or the headerField against. */
|
|
45
|
-
sourceId?: string;
|
|
46
|
-
/** The ID of the Profile to validate against. */
|
|
47
|
-
validateProfileId?: string;
|
|
48
|
-
/** The value to compare to. */
|
|
49
|
-
value?: string;
|
|
50
|
-
/** Whether or not the test execution will produce a warning only on error for this assert. */
|
|
51
|
-
warningOnly?: boolean;
|
|
52
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdHNjcmlwdF9hc3NlcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZWhyL3Rlc3RzY3JpcHRfYXNzZXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIFRlc3RTY3JpcHRfQXNzZXJ0IFR5cGVcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9SdWxlMiB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfcnVsZTJcIjtcbmltcG9ydCB0eXBlIHsgVGVzdFNjcmlwdF9SdWxlc2V0MSB9IGZyb20gXCIuL3Rlc3RzY3JpcHRfcnVsZXNldDFcIjtcblxuZXhwb3J0IGludGVyZmFjZSBUZXN0U2NyaXB0X0Fzc2VydCB7XG4gIC8qKiBUaGUgbGFiZWwgd291bGQgYmUgdXNlZCBmb3IgdHJhY2tpbmcvbG9nZ2luZyBwdXJwb3NlcyBieSB0ZXN0IGVuZ2luZXMuICovXG4gIGxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGVzY3JpcHRpb24gd291bGQgYmUgdXNlZCBieSB0ZXN0IGVuZ2luZXMgZm9yIHRyYWNraW5nIGFuZCByZXBvcnRpbmcgcHVycG9zZXMuICovXG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGlyZWN0aW9uIHRvIHVzZSBmb3IgdGhlIGFzc2VydGlvbi4gKi9cbiAgZGlyZWN0aW9uPzogXCJyZXNwb25zZVwiIHwgXCJyZXF1ZXN0XCI7XG5cbiAgLyoqIElkIG9mIHRoZSBzb3VyY2UgZml4dHVyZSB1c2VkIGFzIHRoZSBjb250ZW50cyB0byBiZSBldmFsdWF0ZWQgYnkgZWl0aGVyIHRoZSBcInNvdXJjZS9leHByZXNzaW9uXCIgb3IgXCJzb3VyY2VJZC9wYXRoXCIgZGVmaW5pdGlvbi4gKi9cbiAgY29tcGFyZVRvU291cmNlSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBmbHVlbnRwYXRoIGV4cHJlc3Npb24gdG8gZXZhbHVhdGUgYWdhaW5zdCB0aGUgc291cmNlIGZpeHR1cmUuIFdoZW4gY29tcGFyZVRvU291cmNlSWQgaXMgZGVmaW5lZCwgZWl0aGVyIGNvbXBhcmVUb1NvdXJjZUV4cHJlc3Npb24gb3IgY29tcGFyZVRvU291cmNlUGF0aCBtdXN0IGJlIGRlZmluZWQsIGJ1dCBub3QgYm90aC4gKi9cbiAgY29tcGFyZVRvU291cmNlRXhwcmVzc2lvbj86IHN0cmluZztcblxuICAvKiogWFBhdGggb3IgSlNPTlBhdGggZXhwcmVzc2lvbiB0byBldmFsdWF0ZSBhZ2FpbnN0IHRoZSBzb3VyY2UgZml4dHVyZS4gV2hlbiBjb21wYXJlVG9Tb3VyY2VJZCBpcyBkZWZpbmVkLCBlaXRoZXIgY29tcGFyZVRvU291cmNlRXhwcmVzc2lvbiBvciBjb21wYXJlVG9Tb3VyY2VQYXRoIG11c3QgYmUgZGVmaW5lZCwgYnV0IG5vdCBib3RoLiAqL1xuICBjb21wYXJlVG9Tb3VyY2VQYXRoPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgY29udGVudC10eXBlIG9yIG1pbWUtdHlwZSB0byB1c2UgZm9yIFJFU1RmdWwgb3BlcmF0aW9uIGluIHRoZSAnQ29udGVudC1UeXBlJyBoZWFkZXIuICovXG4gIGNvbnRlbnRUeXBlPzogXCJ4bWxcIiB8IFwianNvblwiIHwgXCJ0dGxcIiB8IFwibm9uZVwiO1xuXG4gIC8qKiBUaGUgZmx1ZW50cGF0aCBleHByZXNzaW9uIHRvIGJlIGV2YWx1YXRlZCBhZ2FpbnN0IHRoZSByZXF1ZXN0IG9yIHJlc3BvbnNlIG1lc3NhZ2UgY29udGVudHMgLSBIVFRQIGhlYWRlcnMgYW5kIHBheWxvYWQuICovXG4gIGV4cHJlc3Npb24/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBIVFRQIGhlYWRlciBmaWVsZCBuYW1lIGUuZy4gJ0xvY2F0aW9uJy4gKi9cbiAgaGVhZGVyRmllbGQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBJRCBvZiBhIGZpeHR1cmUuICBBc3NlcnRzIHRoYXQgdGhlIHJlc3BvbnNlIGNvbnRhaW5zIGF0IGEgbWluaW11bSB0aGUgZml4dHVyZSBzcGVjaWZpZWQgYnkgbWluaW11bUlkLiAqL1xuICBtaW5pbXVtSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZXRoZXIgb3Igbm90IHRoZSB0ZXN0IGV4ZWN1dGlvbiBwZXJmb3JtcyB2YWxpZGF0aW9uIG9uIHRoZSBidW5kbGUgbmF2aWdhdGlvbiBsaW5rcy4gKi9cbiAgbmF2aWdhdGlvbkxpbmtzPzogYm9vbGVhbjtcblxuICAvKiogVGhlIG9wZXJhdG9yIHR5cGUgZGVmaW5lcyB0aGUgY29uZGl0aW9uYWwgYmVoYXZpb3Igb2YgdGhlIGFzc2VydC4gSWYgbm90IGRlZmluZWQsIHRoZSBkZWZhdWx0IGlzIGVxdWFscy4gKi9cbiAgb3BlcmF0b3I/OlxuICAgIHwgXCJlcXVhbHNcIlxuICAgIHwgXCJub3RFcXVhbHNcIlxuICAgIHwgXCJpblwiXG4gICAgfCBcIm5vdEluXCJcbiAgICB8IFwiZ3JlYXRlclRoYW5cIlxuICAgIHwgXCJsZXNzVGhhblwiXG4gICAgfCBcImVtcHR5XCJcbiAgICB8IFwibm90RW1wdHlcIlxuICAgIHwgXCJjb250YWluc1wiXG4gICAgfCBcIm5vdENvbnRhaW5zXCJcbiAgICB8IFwiZXZhbFwiO1xuXG4gIC8qKiBUaGUgWFBhdGggb3IgSlNPTlBhdGggZXhwcmVzc2lvbiB0byBiZSBldmFsdWF0ZWQgYWdhaW5zdCB0aGUgZml4dHVyZSByZXByZXNlbnRpbmcgdGhlIHJlc3BvbnNlIHJlY2VpdmVkIGZyb20gc2VydmVyLiAqL1xuICBwYXRoPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgcmVxdWVzdCBtZXRob2Qgb3IgSFRUUCBvcGVyYXRpb24gY29kZSB0byBjb21wYXJlIGFnYWluc3QgdGhhdCB1c2VkIGJ5IHRoZSBjbGllbnQgc3lzdGVtIHVuZGVyIHRlc3QuICovXG4gIHJlcXVlc3RNZXRob2Q/OiBcImRlbGV0ZVwiIHwgXCJnZXRcIiB8IFwib3B0aW9uc1wiIHwgXCJwYXRjaFwiIHwgXCJwb3N0XCIgfCBcInB1dFwiO1xuXG4gIC8qKiBUaGUgdmFsdWUgdG8gdXNlIGluIGEgY29tcGFyaXNvbiBhZ2FpbnN0IHRoZSByZXF1ZXN0IFVSTCBwYXRoIHN0cmluZy4gKi9cbiAgcmVxdWVzdFVSTD86IHN0cmluZztcblxuICAvKiogVGhlIHR5cGUgb2YgdGhlIHJlc291cmNlLiAgU2VlIGh0dHA6Ly9obDcub3JnL2ZoaXIvU1RVMy9yZXNvdXJjZWxpc3QuaHRtbC4gKi9cbiAgcmVzb3VyY2U/OiBzdHJpbmc7XG5cbiAgLyoqIG9rYXkgfCBjcmVhdGVkIHwgbm9Db250ZW50IHwgbm90TW9kaWZpZWQgfCBiYWQgfCBmb3JiaWRkZW4gfCBub3RGb3VuZCB8IG1ldGhvZE5vdEFsbG93ZWQgfCBjb25mbGljdCB8IGdvbmUgfCBwcmVjb25kaXRpb25GYWlsZWQgfCB1bnByb2Nlc3NhYmxlLiAqL1xuICByZXNwb25zZT86XG4gICAgfCBcIm9rYXlcIlxuICAgIHwgXCJjcmVhdGVkXCJcbiAgICB8IFwibm9Db250ZW50XCJcbiAgICB8IFwibm90TW9kaWZpZWRcIlxuICAgIHwgXCJiYWRcIlxuICAgIHwgXCJmb3JiaWRkZW5cIlxuICAgIHwgXCJub3RGb3VuZFwiXG4gICAgfCBcIm1ldGhvZE5vdEFsbG93ZWRcIlxuICAgIHwgXCJjb25mbGljdFwiXG4gICAgfCBcImdvbmVcIlxuICAgIHwgXCJwcmVjb25kaXRpb25GYWlsZWRcIlxuICAgIHwgXCJ1bnByb2Nlc3NhYmxlXCI7XG5cbiAgLyoqIFRoZSB2YWx1ZSBvZiB0aGUgSFRUUCByZXNwb25zZSBjb2RlIHRvIGJlIHRlc3RlZC4gKi9cbiAgcmVzcG9uc2VDb2RlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgVGVzdFNjcmlwdC5ydWxlIHRoaXMgYXNzZXJ0IHdpbGwgZXZhbHVhdGUuICovXG4gIHJ1bGU/OiBUZXN0U2NyaXB0X1J1bGUyO1xuXG4gIC8qKiBUaGUgVGVzdFNjcmlwdC5ydWxlc2V0IHRoaXMgYXNzZXJ0IHdpbGwgZXZhbHVhdGUuICovXG4gIHJ1bGVzZXQ/OiBUZXN0U2NyaXB0X1J1bGVzZXQxO1xuXG4gIC8qKiBGaXh0dXJlIHRvIGV2YWx1YXRlIHRoZSBYUGF0aC9KU09OUGF0aCBleHByZXNzaW9uIG9yIHRoZSBoZWFkZXJGaWVsZCAgYWdhaW5zdC4gKi9cbiAgc291cmNlSWQ/OiBzdHJpbmc7XG5cbiAgLyoqIFRoZSBJRCBvZiB0aGUgUHJvZmlsZSB0byB2YWxpZGF0ZSBhZ2FpbnN0LiAqL1xuICB2YWxpZGF0ZVByb2ZpbGVJZD86IHN0cmluZztcblxuICAvKiogVGhlIHZhbHVlIHRvIGNvbXBhcmUgdG8uICovXG4gIHZhbHVlPzogc3RyaW5nO1xuXG4gIC8qKiBXaGV0aGVyIG9yIG5vdCB0aGUgdGVzdCBleGVjdXRpb24gd2lsbCBwcm9kdWNlIGEgd2FybmluZyBvbmx5IG9uIGVycm9yIGZvciB0aGlzIGFzc2VydC4gKi9cbiAgd2FybmluZ09ubHk/OiBib29sZWFuO1xufVxuIl19
|