@openhi/types 0.0.17 → 0.0.18

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.
Files changed (1672) hide show
  1. package/README.md +79 -0
  2. package/lib/control/constants.d.ts +8 -0
  3. package/lib/control/constants.js +17 -0
  4. package/lib/control/index.d.ts +1 -4
  5. package/lib/control/index.js +4 -5
  6. package/lib/control/membership.d.ts +3 -14
  7. package/lib/control/membership.js +17 -1
  8. package/lib/control/role.d.ts +4 -16
  9. package/lib/control/role.js +15 -1
  10. package/lib/control/roleassignment.d.ts +3 -14
  11. package/lib/control/roleassignment.js +18 -1
  12. package/lib/control/tenant.d.ts +2 -2
  13. package/lib/control/tenant.js +38 -1
  14. package/lib/control/user.d.ts +2 -13
  15. package/lib/control/user.js +42 -1
  16. package/lib/control/workspace.d.ts +2 -6
  17. package/lib/control/workspace.js +39 -1
  18. package/lib/data/account.d.ts +4 -38
  19. package/lib/data/account.js +29 -17
  20. package/lib/data/account_coverage.d.ts +21 -8
  21. package/lib/data/account_coverage.js +16 -1
  22. package/lib/data/account_guarantor.d.ts +24 -11
  23. package/lib/data/account_guarantor.js +18 -1
  24. package/lib/data/activitydefinition.d.ts +7 -65
  25. package/lib/data/activitydefinition.js +80 -1
  26. package/lib/data/activitydefinition_dynamicvalue.d.ts +21 -8
  27. package/lib/data/activitydefinition_dynamicvalue.js +16 -1
  28. package/lib/data/activitydefinition_participant.d.ts +21 -20
  29. package/lib/data/activitydefinition_participant.js +17 -15
  30. package/lib/data/address.d.ts +4 -35
  31. package/lib/data/address.js +24 -26
  32. package/lib/data/adverseevent.d.ts +4 -51
  33. package/lib/data/adverseevent.js +36 -16
  34. package/lib/data/adverseevent_suspectentity.d.ts +93 -9
  35. package/lib/data/adverseevent_suspectentity.js +17 -1
  36. package/lib/data/adverseevent_suspectentity_causality.d.ts +27 -14
  37. package/lib/data/adverseevent_suspectentity_causality.js +19 -1
  38. package/lib/data/age.d.ts +2 -1
  39. package/lib/data/age.js +18 -1
  40. package/lib/data/allergyintolerance.d.ts +6 -76
  41. package/lib/data/allergyintolerance.js +40 -51
  42. package/lib/data/allergyintolerance_reaction.d.ts +36 -29
  43. package/lib/data/allergyintolerance_reaction.js +23 -13
  44. package/lib/data/annotation.d.ts +3 -5
  45. package/lib/data/annotation.js +17 -1
  46. package/lib/data/appointment.d.ts +4 -48
  47. package/lib/data/appointment.js +39 -27
  48. package/lib/data/appointment_participant.d.ts +30 -38
  49. package/lib/data/appointment_participant.js +22 -24
  50. package/lib/data/appointmentresponse.d.ts +5 -25
  51. package/lib/data/appointmentresponse.js +23 -17
  52. package/lib/data/attachment.d.ts +3 -9
  53. package/lib/data/attachment.js +20 -1
  54. package/lib/data/auditevent.d.ts +4 -40
  55. package/lib/data/auditevent.js +29 -28
  56. package/lib/data/auditevent_agent.d.ts +102 -34
  57. package/lib/data/auditevent_agent.js +28 -1
  58. package/lib/data/auditevent_agent_network.d.ts +21 -0
  59. package/lib/data/auditevent_agent_network.js +18 -0
  60. package/lib/data/auditevent_entity.d.ts +105 -30
  61. package/lib/data/auditevent_entity.js +25 -1
  62. package/lib/data/auditevent_entity_detail.d.ts +24 -0
  63. package/lib/data/auditevent_entity_detail.js +18 -0
  64. package/lib/data/auditevent_source.d.ts +24 -12
  65. package/lib/data/auditevent_source.js +18 -1
  66. package/lib/data/backboneelement.d.ts +7 -0
  67. package/lib/data/backboneelement.js +15 -0
  68. package/lib/data/base64binary.d.ts +3 -0
  69. package/lib/data/base64binary.js +8 -0
  70. package/lib/data/basic.d.ts +3 -8
  71. package/lib/data/basic.js +19 -1
  72. package/lib/data/binary.d.ts +3 -6
  73. package/lib/data/binary.js +15 -1
  74. package/lib/data/biologicallyderivedproduct.d.ts +12 -41
  75. package/lib/data/biologicallyderivedproduct.js +32 -24
  76. package/lib/data/biologicallyderivedproduct_collection.d.ts +27 -0
  77. package/lib/data/biologicallyderivedproduct_collection.js +21 -0
  78. package/lib/data/biologicallyderivedproduct_manipulation.d.ts +24 -0
  79. package/lib/data/biologicallyderivedproduct_manipulation.js +19 -0
  80. package/lib/data/biologicallyderivedproduct_processing.d.ts +30 -0
  81. package/lib/data/biologicallyderivedproduct_processing.js +23 -0
  82. package/lib/data/biologicallyderivedproduct_storage.d.ts +27 -0
  83. package/lib/data/biologicallyderivedproduct_storage.js +21 -0
  84. package/lib/data/bodystructure.d.ts +3 -11
  85. package/lib/data/bodystructure.js +23 -1
  86. package/lib/data/bundle.d.ts +4 -32
  87. package/lib/data/bundle.js +23 -25
  88. package/lib/data/bundle_entry.d.ts +492 -21
  89. package/lib/data/bundle_entry.js +24 -1
  90. package/lib/data/bundle_entry_request.d.ts +33 -0
  91. package/lib/data/bundle_entry_request.js +22 -0
  92. package/lib/data/bundle_entry_response.d.ts +75 -0
  93. package/lib/data/bundle_entry_response.js +21 -0
  94. package/lib/data/bundle_entry_search.d.ts +21 -0
  95. package/lib/data/bundle_entry_search.js +18 -0
  96. package/lib/data/bundle_link.d.ts +21 -8
  97. package/lib/data/bundle_link.js +15 -1
  98. package/lib/data/canonical.d.ts +3 -0
  99. package/lib/data/canonical.js +8 -0
  100. package/lib/data/capabilitystatement.d.ts +5 -52
  101. package/lib/data/capabilitystatement.js +46 -24
  102. package/lib/data/capabilitystatement_document.d.ts +24 -18
  103. package/lib/data/capabilitystatement_document.js +17 -11
  104. package/lib/data/capabilitystatement_implementation.d.ts +24 -11
  105. package/lib/data/capabilitystatement_implementation.js +17 -1
  106. package/lib/data/capabilitystatement_messaging.d.ts +135 -20
  107. package/lib/data/capabilitystatement_messaging.js +21 -1
  108. package/lib/data/capabilitystatement_messaging_endpoint.d.ts +21 -0
  109. package/lib/data/capabilitystatement_messaging_endpoint.js +18 -0
  110. package/lib/data/capabilitystatement_messaging_supportedmessage.d.ts +21 -0
  111. package/lib/data/capabilitystatement_messaging_supportedmessage.js +18 -0
  112. package/lib/data/capabilitystatement_rest.d.ts +1047 -33
  113. package/lib/data/capabilitystatement_rest.js +31 -11
  114. package/lib/data/capabilitystatement_rest_interaction.d.ts +21 -0
  115. package/lib/data/capabilitystatement_rest_interaction.js +18 -0
  116. package/lib/data/capabilitystatement_rest_resource.d.ts +255 -0
  117. package/lib/data/capabilitystatement_rest_resource.js +42 -0
  118. package/lib/data/capabilitystatement_rest_resource_interaction.d.ts +21 -0
  119. package/lib/data/capabilitystatement_rest_resource_interaction.js +18 -0
  120. package/lib/data/capabilitystatement_rest_resource_operation.d.ts +24 -0
  121. package/lib/data/capabilitystatement_rest_resource_operation.js +18 -0
  122. package/lib/data/capabilitystatement_rest_resource_searchparam.d.ts +27 -0
  123. package/lib/data/capabilitystatement_rest_resource_searchparam.js +20 -0
  124. package/lib/data/capabilitystatement_rest_security.d.ts +24 -0
  125. package/lib/data/capabilitystatement_rest_security.js +19 -0
  126. package/lib/data/capabilitystatement_software.d.ts +24 -10
  127. package/lib/data/capabilitystatement_software.js +16 -1
  128. package/lib/data/careplan.d.ts +5 -62
  129. package/lib/data/careplan.js +41 -36
  130. package/lib/data/careplan_activity.d.ts +246 -21
  131. package/lib/data/careplan_activity.js +22 -1
  132. package/lib/data/careplan_activity_detail.d.ts +75 -0
  133. package/lib/data/careplan_activity_detail.js +41 -0
  134. package/lib/data/careteam.d.ts +4 -29
  135. package/lib/data/careteam.js +32 -17
  136. package/lib/data/careteam_participant.d.ts +27 -14
  137. package/lib/data/careteam_participant.js +20 -1
  138. package/lib/data/catalogentry.d.ts +3 -15
  139. package/lib/data/catalogentry.js +30 -1
  140. package/lib/data/catalogentry_relatedentry.d.ts +21 -16
  141. package/lib/data/catalogentry_relatedentry.js +17 -11
  142. package/lib/data/chargeitem.d.ts +4 -49
  143. package/lib/data/chargeitem.js +50 -21
  144. package/lib/data/chargeitem_performer.d.ts +21 -9
  145. package/lib/data/chargeitem_performer.js +17 -1
  146. package/lib/data/chargeitemdefinition.d.ts +3 -25
  147. package/lib/data/chargeitemdefinition.js +47 -1
  148. package/lib/data/chargeitemdefinition_applicability.d.ts +24 -9
  149. package/lib/data/chargeitemdefinition_applicability.js +16 -1
  150. package/lib/data/chargeitemdefinition_propertygroup.d.ts +156 -9
  151. package/lib/data/chargeitemdefinition_propertygroup.js +19 -1
  152. package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.d.ts +27 -30
  153. package/lib/data/chargeitemdefinition_propertygroup_pricecomponent.js +20 -19
  154. package/lib/data/claim.d.ts +7 -46
  155. package/lib/data/claim.js +53 -13
  156. package/lib/data/claim_accident.d.ts +27 -14
  157. package/lib/data/claim_accident.js +20 -1
  158. package/lib/data/claim_careteam.d.ts +30 -15
  159. package/lib/data/claim_careteam.js +20 -1
  160. package/lib/data/claim_diagnosis.d.ts +33 -17
  161. package/lib/data/claim_diagnosis.js +21 -1
  162. package/lib/data/claim_insurance.d.ts +36 -19
  163. package/lib/data/claim_insurance.js +22 -1
  164. package/lib/data/claim_item.d.ts +636 -58
  165. package/lib/data/claim_item.js +44 -1
  166. package/lib/data/claim_item_detail.d.ts +186 -0
  167. package/lib/data/claim_item_detail.js +32 -0
  168. package/lib/data/claim_item_detail_subdetail.d.ts +48 -0
  169. package/lib/data/claim_item_detail_subdetail.js +30 -0
  170. package/lib/data/claim_payee.d.ts +21 -9
  171. package/lib/data/claim_payee.js +17 -1
  172. package/lib/data/claim_procedure.d.ts +33 -17
  173. package/lib/data/claim_procedure.js +21 -1
  174. package/lib/data/claim_related.d.ts +24 -12
  175. package/lib/data/claim_related.js +19 -1
  176. package/lib/data/claim_supportinginfo.d.ts +48 -30
  177. package/lib/data/claim_supportinginfo.js +29 -1
  178. package/lib/data/claimresponse.d.ts +13 -65
  179. package/lib/data/claimresponse.js +52 -26
  180. package/lib/data/claimresponse_additem.d.ts +1455 -53
  181. package/lib/data/claimresponse_additem.js +42 -1
  182. package/lib/data/claimresponse_additem_detail.d.ts +438 -0
  183. package/lib/data/claimresponse_additem_detail.js +29 -0
  184. package/lib/data/claimresponse_additem_detail_subdetail.d.ts +111 -0
  185. package/lib/data/claimresponse_additem_detail_subdetail.js +27 -0
  186. package/lib/data/claimresponse_error.d.ts +27 -12
  187. package/lib/data/claimresponse_error.js +18 -1
  188. package/lib/data/claimresponse_insurance.d.ts +30 -15
  189. package/lib/data/claimresponse_insurance.js +19 -1
  190. package/lib/data/claimresponse_item.d.ts +1224 -14
  191. package/lib/data/claimresponse_item.js +19 -1
  192. package/lib/data/claimresponse_item_adjudication.d.ts +27 -0
  193. package/lib/data/claimresponse_item_adjudication.js +21 -0
  194. package/lib/data/claimresponse_item_detail.d.ts +378 -0
  195. package/lib/data/claimresponse_item_detail.js +21 -0
  196. package/lib/data/claimresponse_item_detail_subdetail.d.ts +96 -0
  197. package/lib/data/claimresponse_item_detail_subdetail.js +19 -0
  198. package/lib/data/claimresponse_payment.d.ts +33 -18
  199. package/lib/data/claimresponse_payment.js +22 -1
  200. package/lib/data/claimresponse_processnote.d.ts +27 -12
  201. package/lib/data/claimresponse_processnote.js +19 -1
  202. package/lib/data/claimresponse_total.d.ts +21 -9
  203. package/lib/data/claimresponse_total.js +17 -1
  204. package/lib/data/clinicalimpression.d.ts +4 -35
  205. package/lib/data/clinicalimpression.js +40 -15
  206. package/lib/data/clinicalimpression_finding.d.ts +24 -11
  207. package/lib/data/clinicalimpression_finding.js +18 -1
  208. package/lib/data/clinicalimpression_investigation.d.ts +21 -9
  209. package/lib/data/clinicalimpression_investigation.js +17 -1
  210. package/lib/data/code.d.ts +3 -0
  211. package/lib/data/code.js +8 -0
  212. package/lib/data/codeableconcept.d.ts +3 -3
  213. package/lib/data/codeableconcept.js +15 -1
  214. package/lib/data/codesystem.d.ts +5 -56
  215. package/lib/data/codesystem.js +45 -28
  216. package/lib/data/codesystem_concept.d.ts +7 -11
  217. package/lib/data/codesystem_concept.js +21 -1
  218. package/lib/data/codesystem_concept_designation.d.ts +24 -0
  219. package/lib/data/codesystem_concept_designation.js +19 -0
  220. package/lib/data/codesystem_concept_property.d.ts +39 -0
  221. package/lib/data/codesystem_concept_property.js +24 -0
  222. package/lib/data/codesystem_filter.d.ts +27 -11
  223. package/lib/data/codesystem_filter.js +18 -1
  224. package/lib/data/codesystem_property.d.ts +27 -29
  225. package/lib/data/codesystem_property.js +18 -21
  226. package/lib/data/coding.d.ts +3 -6
  227. package/lib/data/coding.js +17 -1
  228. package/lib/data/communication.d.ts +6 -57
  229. package/lib/data/communication.js +40 -32
  230. package/lib/data/communication_payload.d.ts +24 -11
  231. package/lib/data/communication_payload.js +18 -1
  232. package/lib/data/communicationrequest.d.ts +6 -56
  233. package/lib/data/communicationrequest.js +41 -31
  234. package/lib/data/communicationrequest_payload.d.ts +24 -11
  235. package/lib/data/communicationrequest_payload.js +18 -1
  236. package/lib/data/compartmentdefinition.d.ts +5 -32
  237. package/lib/data/compartmentdefinition.js +29 -17
  238. package/lib/data/compartmentdefinition_resource.d.ts +24 -9
  239. package/lib/data/compartmentdefinition_resource.js +17 -1
  240. package/lib/data/composition.d.ts +5 -30
  241. package/lib/data/composition.js +34 -15
  242. package/lib/data/composition_attester.d.ts +24 -22
  243. package/lib/data/composition_attester.js +18 -15
  244. package/lib/data/composition_event.d.ts +24 -12
  245. package/lib/data/composition_event.js +19 -1
  246. package/lib/data/composition_relatesto.d.ts +24 -23
  247. package/lib/data/composition_relatesto.js +19 -15
  248. package/lib/data/composition_section.d.ts +4 -12
  249. package/lib/data/composition_section.js +27 -1
  250. package/lib/data/conceptmap.d.ts +3 -22
  251. package/lib/data/conceptmap.js +37 -1
  252. package/lib/data/conceptmap_group.d.ts +1734 -17
  253. package/lib/data/conceptmap_group.js +21 -1
  254. package/lib/data/conceptmap_group_element.d.ts +546 -0
  255. package/lib/data/conceptmap_group_element.js +19 -0
  256. package/lib/data/conceptmap_group_element_target.d.ts +177 -0
  257. package/lib/data/conceptmap_group_element_target.js +23 -0
  258. package/lib/data/conceptmap_group_element_target_dependson.d.ts +27 -0
  259. package/lib/data/conceptmap_group_element_target_dependson.js +19 -0
  260. package/lib/data/conceptmap_group_unmapped.d.ts +27 -0
  261. package/lib/data/conceptmap_group_unmapped.js +20 -0
  262. package/lib/data/condition.d.ts +3 -61
  263. package/lib/data/condition.js +45 -36
  264. package/lib/data/condition_evidence.d.ts +21 -9
  265. package/lib/data/condition_evidence.js +17 -1
  266. package/lib/data/condition_stage.d.ts +24 -11
  267. package/lib/data/condition_stage.js +18 -1
  268. package/lib/data/consent.d.ts +5 -33
  269. package/lib/data/consent.js +33 -19
  270. package/lib/data/consent_policy.d.ts +21 -7
  271. package/lib/data/consent_policy.js +15 -1
  272. package/lib/data/consent_provision.d.ts +8 -24
  273. package/lib/data/consent_provision.js +30 -11
  274. package/lib/data/consent_provision_actor.d.ts +21 -0
  275. package/lib/data/consent_provision_actor.js +19 -0
  276. package/lib/data/consent_provision_data.d.ts +21 -0
  277. package/lib/data/consent_provision_data.js +19 -0
  278. package/lib/data/consent_verification.d.ts +24 -10
  279. package/lib/data/consent_verification.js +17 -1
  280. package/lib/data/constants.d.ts +4042 -68
  281. package/lib/data/constants.js +6847 -58
  282. package/lib/data/contactdetail.d.ts +3 -3
  283. package/lib/data/contactdetail.js +15 -1
  284. package/lib/data/contactpoint.d.ts +4 -38
  285. package/lib/data/contactpoint.js +19 -34
  286. package/lib/data/contract.d.ts +7 -55
  287. package/lib/data/contract.js +58 -1
  288. package/lib/data/contract_contentdefinition.d.ts +33 -17
  289. package/lib/data/contract_contentdefinition.js +22 -1
  290. package/lib/data/contract_friendly.d.ts +21 -9
  291. package/lib/data/contract_friendly.js +17 -1
  292. package/lib/data/contract_legal.d.ts +21 -9
  293. package/lib/data/contract_legal.js +17 -1
  294. package/lib/data/contract_rule.d.ts +21 -9
  295. package/lib/data/contract_rule.js +17 -1
  296. package/lib/data/contract_signer.d.ts +24 -12
  297. package/lib/data/contract_signer.js +19 -1
  298. package/lib/data/contract_term.d.ts +11 -23
  299. package/lib/data/contract_term.js +34 -1
  300. package/lib/data/contract_term_action.d.ts +138 -0
  301. package/lib/data/contract_term_action.js +44 -0
  302. package/lib/data/contract_term_action_subject.d.ts +21 -0
  303. package/lib/data/contract_term_action_subject.js +19 -0
  304. package/lib/data/contract_term_asset.d.ts +438 -0
  305. package/lib/data/contract_term_asset.js +37 -0
  306. package/lib/data/contract_term_asset_context.d.ts +24 -0
  307. package/lib/data/contract_term_asset_context.js +20 -0
  308. package/lib/data/contract_term_asset_valueditem.d.ts +60 -0
  309. package/lib/data/contract_term_asset_valueditem.js +35 -0
  310. package/lib/data/contract_term_offer.d.ts +243 -0
  311. package/lib/data/contract_term_offer.js +30 -0
  312. package/lib/data/contract_term_offer_answer.d.ts +51 -0
  313. package/lib/data/contract_term_offer_answer.js +31 -0
  314. package/lib/data/contract_term_offer_party.d.ts +21 -0
  315. package/lib/data/contract_term_offer_party.js +19 -0
  316. package/lib/data/contract_term_securitylabel.d.ts +27 -0
  317. package/lib/data/contract_term_securitylabel.js +20 -0
  318. package/lib/data/contributor.d.ts +4 -16
  319. package/lib/data/contributor.js +17 -15
  320. package/lib/data/count.d.ts +2 -1
  321. package/lib/data/count.js +18 -1
  322. package/lib/data/coverage.d.ts +5 -43
  323. package/lib/data/coverage.js +35 -15
  324. package/lib/data/coverage_class.d.ts +24 -10
  325. package/lib/data/coverage_class.js +17 -1
  326. package/lib/data/coverage_costtobeneficiary.d.ts +81 -15
  327. package/lib/data/coverage_costtobeneficiary.js +21 -1
  328. package/lib/data/coverage_costtobeneficiary_exception.d.ts +21 -9
  329. package/lib/data/coverage_costtobeneficiary_exception.js +17 -1
  330. package/lib/data/coverageeligibilityrequest.d.ts +12 -41
  331. package/lib/data/coverageeligibilityrequest.js +36 -1
  332. package/lib/data/coverageeligibilityrequest_insurance.d.ts +24 -0
  333. package/lib/data/coverageeligibilityrequest_insurance.js +19 -0
  334. package/lib/data/coverageeligibilityrequest_item.d.ts +99 -0
  335. package/lib/data/coverageeligibilityrequest_item.js +32 -0
  336. package/lib/data/coverageeligibilityrequest_item_diagnosis.d.ts +21 -0
  337. package/lib/data/coverageeligibilityrequest_item_diagnosis.js +19 -0
  338. package/lib/data/coverageeligibilityrequest_supportinginfo.d.ts +24 -0
  339. package/lib/data/coverageeligibilityrequest_supportinginfo.js +19 -0
  340. package/lib/data/coverageeligibilityresponse.d.ts +8 -35
  341. package/lib/data/coverageeligibilityresponse.js +34 -1
  342. package/lib/data/coverageeligibilityresponse_error.d.ts +18 -7
  343. package/lib/data/coverageeligibilityresponse_error.js +15 -1
  344. package/lib/data/coverageeligibilityresponse_insurance.d.ts +486 -17
  345. package/lib/data/coverageeligibilityresponse_insurance.js +20 -1
  346. package/lib/data/coverageeligibilityresponse_insurance_item.d.ts +156 -0
  347. package/lib/data/coverageeligibilityresponse_insurance_item.js +34 -0
  348. package/lib/data/coverageeligibilityresponse_insurance_item_benefit.d.ts +36 -0
  349. package/lib/data/coverageeligibilityresponse_insurance_item_benefit.js +24 -0
  350. package/lib/data/datarequirement.d.ts +5 -11
  351. package/lib/data/datarequirement.js +27 -1
  352. package/lib/data/datarequirement_codefilter.d.ts +4 -6
  353. package/lib/data/datarequirement_codefilter.js +17 -1
  354. package/lib/data/datarequirement_datefilter.d.ts +4 -7
  355. package/lib/data/datarequirement_datefilter.js +19 -1
  356. package/lib/data/datarequirement_sort.d.ts +4 -11
  357. package/lib/data/datarequirement_sort.js +15 -11
  358. package/lib/data/date.d.ts +3 -0
  359. package/lib/data/date.js +8 -0
  360. package/lib/data/datetime.d.ts +3 -0
  361. package/lib/data/datetime.js +8 -0
  362. package/lib/data/definition.d.ts +78 -0
  363. package/lib/data/definition.js +42 -0
  364. package/lib/data/detectedissue.d.ts +5 -46
  365. package/lib/data/detectedissue.js +31 -32
  366. package/lib/data/detectedissue_evidence.d.ts +21 -10
  367. package/lib/data/detectedissue_evidence.js +17 -1
  368. package/lib/data/detectedissue_mitigation.d.ts +24 -12
  369. package/lib/data/detectedissue_mitigation.js +18 -1
  370. package/lib/data/device.d.ts +15 -34
  371. package/lib/data/device.js +48 -1
  372. package/lib/data/device_devicename.d.ts +21 -0
  373. package/lib/data/device_devicename.js +18 -0
  374. package/lib/data/device_property.d.ts +24 -0
  375. package/lib/data/device_property.js +20 -0
  376. package/lib/data/device_specialization.d.ts +21 -0
  377. package/lib/data/device_specialization.js +18 -0
  378. package/lib/data/device_udicarrier.d.ts +33 -0
  379. package/lib/data/device_udicarrier.js +22 -0
  380. package/lib/data/device_version.d.ts +24 -0
  381. package/lib/data/device_version.js +20 -0
  382. package/lib/data/devicedefinition.d.ts +19 -37
  383. package/lib/data/devicedefinition.js +50 -1
  384. package/lib/data/devicedefinition_capability.d.ts +21 -0
  385. package/lib/data/devicedefinition_capability.js +18 -0
  386. package/lib/data/devicedefinition_devicename.d.ts +21 -0
  387. package/lib/data/devicedefinition_devicename.js +18 -0
  388. package/lib/data/devicedefinition_material.d.ts +24 -0
  389. package/lib/data/devicedefinition_material.js +19 -0
  390. package/lib/data/devicedefinition_property.d.ts +24 -0
  391. package/lib/data/devicedefinition_property.js +20 -0
  392. package/lib/data/devicedefinition_specialization.d.ts +21 -0
  393. package/lib/data/devicedefinition_specialization.js +17 -0
  394. package/lib/data/devicedefinition_udideviceidentifier.d.ts +24 -0
  395. package/lib/data/devicedefinition_udideviceidentifier.js +18 -0
  396. package/lib/data/devicemetric.d.ts +4 -60
  397. package/lib/data/devicemetric.js +27 -45
  398. package/lib/data/devicemetric_calibration.d.ts +24 -36
  399. package/lib/data/devicemetric_calibration.js +17 -26
  400. package/lib/data/devicerequest.d.ts +11 -39
  401. package/lib/data/devicerequest.js +46 -1
  402. package/lib/data/devicerequest_parameter.d.ts +30 -0
  403. package/lib/data/devicerequest_parameter.js +23 -0
  404. package/lib/data/deviceusestatement.d.ts +4 -37
  405. package/lib/data/deviceusestatement.js +33 -19
  406. package/lib/data/diagnosticreport.d.ts +4 -49
  407. package/lib/data/diagnosticreport.js +37 -27
  408. package/lib/data/diagnosticreport_media.d.ts +21 -12
  409. package/lib/data/diagnosticreport_media.js +16 -1
  410. package/lib/data/distance.d.ts +2 -0
  411. package/lib/data/distance.js +18 -1
  412. package/lib/data/documentmanifest.d.ts +6 -18
  413. package/lib/data/documentmanifest.js +28 -1
  414. package/lib/data/documentmanifest_related.d.ts +21 -9
  415. package/lib/data/documentmanifest_related.js +17 -1
  416. package/lib/data/documentreference.d.ts +6 -21
  417. package/lib/data/documentreference.js +34 -1
  418. package/lib/data/documentreference_content.d.ts +21 -9
  419. package/lib/data/documentreference_content.js +17 -1
  420. package/lib/data/documentreference_context.d.ts +36 -21
  421. package/lib/data/documentreference_context.js +23 -1
  422. package/lib/data/documentreference_relatesto.d.ts +21 -20
  423. package/lib/data/documentreference_relatesto.js +17 -15
  424. package/lib/data/domainresource.d.ts +123 -0
  425. package/lib/data/domainresource.js +18 -0
  426. package/lib/data/dosage.d.ts +3 -15
  427. package/lib/data/dosage.js +32 -1
  428. package/lib/data/dosage_doseandrate.d.ts +3 -8
  429. package/lib/data/dosage_doseandrate.js +22 -1
  430. package/lib/data/duration.d.ts +2 -1
  431. package/lib/data/duration.js +18 -1
  432. package/lib/data/effectevidencesynthesis.d.ts +11 -39
  433. package/lib/data/effectevidencesynthesis.js +61 -1
  434. package/lib/data/effectevidencesynthesis_certainty.d.ts +87 -0
  435. package/lib/data/effectevidencesynthesis_certainty.js +23 -0
  436. package/lib/data/effectevidencesynthesis_certainty_certaintysubcomponent.d.ts +24 -0
  437. package/lib/data/effectevidencesynthesis_certainty_certaintysubcomponent.js +20 -0
  438. package/lib/data/effectevidencesynthesis_effectestimate.d.ts +105 -0
  439. package/lib/data/effectevidencesynthesis_effectestimate.js +25 -0
  440. package/lib/data/effectevidencesynthesis_effectestimate_precisionestimate.d.ts +27 -0
  441. package/lib/data/effectevidencesynthesis_effectestimate_precisionestimate.js +20 -0
  442. package/lib/data/effectevidencesynthesis_resultsbyexposure.d.ts +27 -0
  443. package/lib/data/effectevidencesynthesis_resultsbyexposure.js +22 -0
  444. package/lib/data/effectevidencesynthesis_samplesize.d.ts +24 -0
  445. package/lib/data/effectevidencesynthesis_samplesize.js +18 -0
  446. package/lib/data/element.d.ts +7 -0
  447. package/lib/data/element.js +14 -0
  448. package/lib/data/elementdefinition.d.ts +1623 -464
  449. package/lib/data/elementdefinition.js +249 -12
  450. package/lib/data/elementdefinition_base.d.ts +21 -9
  451. package/lib/data/elementdefinition_base.js +15 -1
  452. package/lib/data/elementdefinition_binding.d.ts +21 -21
  453. package/lib/data/elementdefinition_binding.js +16 -15
  454. package/lib/data/elementdefinition_constraint.d.ts +33 -25
  455. package/lib/data/elementdefinition_constraint.js +20 -11
  456. package/lib/data/elementdefinition_example.d.ts +165 -145
  457. package/lib/data/elementdefinition_example.js +94 -1
  458. package/lib/data/elementdefinition_mapping.d.ts +24 -11
  459. package/lib/data/elementdefinition_mapping.js +16 -1
  460. package/lib/data/elementdefinition_slicing.d.ts +69 -22
  461. package/lib/data/elementdefinition_slicing.js +20 -13
  462. package/lib/data/elementdefinition_slicing_discriminator.d.ts +18 -0
  463. package/lib/data/elementdefinition_slicing_discriminator.js +17 -0
  464. package/lib/data/elementdefinition_type.d.ts +27 -33
  465. package/lib/data/elementdefinition_type.js +18 -22
  466. package/lib/data/encounter.d.ts +8 -30
  467. package/lib/data/encounter.js +47 -1
  468. package/lib/data/encounter_classhistory.d.ts +21 -9
  469. package/lib/data/encounter_classhistory.js +17 -1
  470. package/lib/data/encounter_diagnosis.d.ts +24 -11
  471. package/lib/data/encounter_diagnosis.js +18 -1
  472. package/lib/data/encounter_hospitalization.d.ts +42 -24
  473. package/lib/data/encounter_hospitalization.js +25 -1
  474. package/lib/data/encounter_location.d.ts +27 -23
  475. package/lib/data/encounter_location.js +21 -15
  476. package/lib/data/encounter_participant.d.ts +24 -12
  477. package/lib/data/encounter_participant.js +19 -1
  478. package/lib/data/encounter_statushistory.d.ts +21 -30
  479. package/lib/data/encounter_statushistory.js +17 -25
  480. package/lib/data/endpoint.d.ts +4 -29
  481. package/lib/data/endpoint.js +29 -19
  482. package/lib/data/enrollmentrequest.d.ts +5 -12
  483. package/lib/data/enrollmentrequest.js +21 -1
  484. package/lib/data/enrollmentresponse.d.ts +6 -14
  485. package/lib/data/enrollmentresponse.js +22 -1
  486. package/lib/data/episodeofcare.d.ts +5 -16
  487. package/lib/data/episodeofcare.js +30 -1
  488. package/lib/data/episodeofcare_diagnosis.d.ts +24 -11
  489. package/lib/data/episodeofcare_diagnosis.js +18 -1
  490. package/lib/data/episodeofcare_statushistory.d.ts +21 -26
  491. package/lib/data/episodeofcare_statushistory.js +17 -21
  492. package/lib/data/event.d.ts +117 -0
  493. package/lib/data/event.js +41 -0
  494. package/lib/data/event_performer.d.ts +18 -0
  495. package/lib/data/event_performer.js +18 -0
  496. package/lib/data/eventdefinition.d.ts +3 -31
  497. package/lib/data/eventdefinition.js +49 -1
  498. package/lib/data/evidence.d.ts +3 -30
  499. package/lib/data/evidence.js +48 -1
  500. package/lib/data/evidencevariable.d.ts +4 -40
  501. package/lib/data/evidencevariable.js +47 -13
  502. package/lib/data/evidencevariable_characteristic.d.ts +60 -58
  503. package/lib/data/evidencevariable_characteristic.js +38 -19
  504. package/lib/data/examplescenario.d.ts +3 -19
  505. package/lib/data/examplescenario.js +36 -1
  506. package/lib/data/examplescenario_actor.d.ts +27 -19
  507. package/lib/data/examplescenario_actor.js +18 -11
  508. package/lib/data/examplescenario_instance.d.ts +141 -17
  509. package/lib/data/examplescenario_instance.js +24 -1
  510. package/lib/data/examplescenario_instance_containedinstance.d.ts +21 -7
  511. package/lib/data/examplescenario_instance_containedinstance.js +15 -1
  512. package/lib/data/examplescenario_instance_version.d.ts +21 -7
  513. package/lib/data/examplescenario_instance_version.js +15 -1
  514. package/lib/data/examplescenario_process.d.ts +4 -47
  515. package/lib/data/examplescenario_process.js +19 -1
  516. package/lib/data/examplescenario_process_step.d.ts +12 -0
  517. package/lib/data/examplescenario_process_step.js +24 -0
  518. package/lib/data/examplescenario_process_step_alternative.d.ts +9 -0
  519. package/lib/data/examplescenario_process_step_alternative.js +19 -0
  520. package/lib/data/examplescenario_process_step_operation.d.ts +153 -0
  521. package/lib/data/examplescenario_process_step_operation.js +26 -0
  522. package/lib/data/explanationofbenefit.d.ts +19 -77
  523. package/lib/data/explanationofbenefit.js +81 -20
  524. package/lib/data/explanationofbenefit_accident.d.ts +27 -14
  525. package/lib/data/explanationofbenefit_accident.js +20 -1
  526. package/lib/data/explanationofbenefit_additem.d.ts +1455 -53
  527. package/lib/data/explanationofbenefit_additem.js +44 -1
  528. package/lib/data/explanationofbenefit_additem_detail.d.ts +438 -0
  529. package/lib/data/explanationofbenefit_additem_detail.js +33 -0
  530. package/lib/data/explanationofbenefit_additem_detail_subdetail.d.ts +111 -0
  531. package/lib/data/explanationofbenefit_additem_detail_subdetail.js +29 -0
  532. package/lib/data/explanationofbenefit_benefitbalance.d.ts +129 -21
  533. package/lib/data/explanationofbenefit_benefitbalance.js +25 -1
  534. package/lib/data/explanationofbenefit_benefitbalance_financial.d.ts +33 -0
  535. package/lib/data/explanationofbenefit_benefitbalance_financial.js +23 -0
  536. package/lib/data/explanationofbenefit_careteam.d.ts +30 -15
  537. package/lib/data/explanationofbenefit_careteam.js +20 -1
  538. package/lib/data/explanationofbenefit_diagnosis.d.ts +33 -17
  539. package/lib/data/explanationofbenefit_diagnosis.js +21 -1
  540. package/lib/data/explanationofbenefit_insurance.d.ts +24 -10
  541. package/lib/data/explanationofbenefit_insurance.js +17 -1
  542. package/lib/data/explanationofbenefit_item.d.ts +1650 -63
  543. package/lib/data/explanationofbenefit_item.js +49 -1
  544. package/lib/data/explanationofbenefit_item_adjudication.d.ts +27 -0
  545. package/lib/data/explanationofbenefit_item_adjudication.js +21 -0
  546. package/lib/data/explanationofbenefit_item_detail.d.ts +498 -0
  547. package/lib/data/explanationofbenefit_item_detail.js +39 -0
  548. package/lib/data/explanationofbenefit_item_detail_subdetail.d.ts +126 -0
  549. package/lib/data/explanationofbenefit_item_detail_subdetail.js +35 -0
  550. package/lib/data/explanationofbenefit_payee.d.ts +21 -9
  551. package/lib/data/explanationofbenefit_payee.js +17 -1
  552. package/lib/data/explanationofbenefit_payment.d.ts +33 -18
  553. package/lib/data/explanationofbenefit_payment.js +22 -1
  554. package/lib/data/explanationofbenefit_procedure.d.ts +33 -17
  555. package/lib/data/explanationofbenefit_procedure.js +21 -1
  556. package/lib/data/explanationofbenefit_processnote.d.ts +27 -12
  557. package/lib/data/explanationofbenefit_processnote.js +19 -1
  558. package/lib/data/explanationofbenefit_related.d.ts +24 -12
  559. package/lib/data/explanationofbenefit_related.js +19 -1
  560. package/lib/data/explanationofbenefit_supportinginfo.d.ts +48 -0
  561. package/lib/data/explanationofbenefit_supportinginfo.js +32 -0
  562. package/lib/data/explanationofbenefit_total.d.ts +21 -9
  563. package/lib/data/explanationofbenefit_total.js +17 -1
  564. package/lib/data/expression.d.ts +5 -7
  565. package/lib/data/expression.js +18 -1
  566. package/lib/data/extension.d.ts +3 -52
  567. package/lib/data/extension.js +93 -1
  568. package/lib/data/extensions/openhi/preferred-pronouns.d.ts +23 -0
  569. package/lib/data/extensions/openhi/preferred-pronouns.js +37 -0
  570. package/lib/data/familymemberhistory.d.ts +5 -41
  571. package/lib/data/familymemberhistory.js +46 -15
  572. package/lib/data/familymemberhistory_condition.d.ts +39 -21
  573. package/lib/data/familymemberhistory_condition.js +26 -1
  574. package/lib/data/fivews.d.ts +78 -0
  575. package/lib/data/fivews.js +41 -0
  576. package/lib/data/flag.d.ts +5 -12
  577. package/lib/data/flag.js +24 -1
  578. package/lib/data/goal.d.ts +4 -63
  579. package/lib/data/goal.js +34 -46
  580. package/lib/data/goal_target.d.ts +45 -28
  581. package/lib/data/goal_target.js +28 -1
  582. package/lib/data/graphdefinition.d.ts +5 -19
  583. package/lib/data/graphdefinition.js +31 -1
  584. package/lib/data/graphdefinition_link.d.ts +5 -9
  585. package/lib/data/graphdefinition_link.js +20 -1
  586. package/lib/data/graphdefinition_link_target.d.ts +13 -0
  587. package/lib/data/graphdefinition_link_target.js +25 -0
  588. package/lib/data/graphdefinition_link_target_compartment.d.ts +30 -0
  589. package/lib/data/graphdefinition_link_target_compartment.js +21 -0
  590. package/lib/data/group.d.ts +4 -28
  591. package/lib/data/group.js +27 -19
  592. package/lib/data/group_characteristic.d.ts +39 -24
  593. package/lib/data/group_characteristic.js +26 -1
  594. package/lib/data/group_member.d.ts +24 -11
  595. package/lib/data/group_member.js +18 -1
  596. package/lib/data/guidanceresponse.d.ts +7 -38
  597. package/lib/data/guidanceresponse.js +34 -19
  598. package/lib/data/healthcareservice.d.ts +4 -27
  599. package/lib/data/healthcareservice.js +43 -1
  600. package/lib/data/healthcareservice_availabletime.d.ts +27 -29
  601. package/lib/data/healthcareservice_availabletime.js +18 -21
  602. package/lib/data/healthcareservice_eligibility.d.ts +21 -8
  603. package/lib/data/healthcareservice_eligibility.js +16 -1
  604. package/lib/data/healthcareservice_notavailable.d.ts +21 -8
  605. package/lib/data/healthcareservice_notavailable.js +16 -1
  606. package/lib/data/humanname.d.ts +5 -27
  607. package/lib/data/humanname.js +21 -21
  608. package/lib/data/id.d.ts +3 -0
  609. package/lib/data/id.js +8 -0
  610. package/lib/data/identifier.d.ts +4 -21
  611. package/lib/data/identifier.js +22 -17
  612. package/lib/data/imagingstudy.d.ts +4 -23
  613. package/lib/data/imagingstudy.js +38 -1
  614. package/lib/data/imagingstudy_series.d.ts +177 -31
  615. package/lib/data/imagingstudy_series.js +29 -1
  616. package/lib/data/imagingstudy_series_instance.d.ts +27 -0
  617. package/lib/data/imagingstudy_series_instance.js +20 -0
  618. package/lib/data/imagingstudy_series_performer.d.ts +21 -9
  619. package/lib/data/imagingstudy_series_performer.js +17 -1
  620. package/lib/data/immunization.d.ts +7 -44
  621. package/lib/data/immunization.js +50 -13
  622. package/lib/data/immunization_education.d.ts +27 -11
  623. package/lib/data/immunization_education.js +17 -1
  624. package/lib/data/immunization_performer.d.ts +21 -9
  625. package/lib/data/immunization_performer.js +17 -1
  626. package/lib/data/immunization_protocolapplied.d.ts +36 -20
  627. package/lib/data/immunization_protocolapplied.js +22 -1
  628. package/lib/data/immunization_reaction.d.ts +24 -10
  629. package/lib/data/immunization_reaction.js +17 -1
  630. package/lib/data/immunizationevaluation.d.ts +5 -24
  631. package/lib/data/immunizationevaluation.js +30 -9
  632. package/lib/data/immunizationrecommendation.d.ts +3 -7
  633. package/lib/data/immunizationrecommendation.js +19 -1
  634. package/lib/data/immunizationrecommendation_recommendation.d.ts +111 -34
  635. package/lib/data/immunizationrecommendation_recommendation.js +32 -1
  636. package/lib/data/immunizationrecommendation_recommendation_datecriterion.d.ts +21 -0
  637. package/lib/data/immunizationrecommendation_recommendation_datecriterion.js +18 -0
  638. package/lib/data/implementationguide.d.ts +15 -44
  639. package/lib/data/implementationguide.js +39 -1
  640. package/lib/data/implementationguide_definition.d.ts +300 -0
  641. package/lib/data/implementationguide_definition.js +25 -0
  642. package/lib/data/implementationguide_definition_grouping.d.ts +21 -0
  643. package/lib/data/implementationguide_definition_grouping.js +17 -0
  644. package/lib/data/implementationguide_definition_page.d.ts +12 -0
  645. package/lib/data/implementationguide_definition_page.js +22 -0
  646. package/lib/data/implementationguide_definition_parameter.d.ts +21 -0
  647. package/lib/data/implementationguide_definition_parameter.js +18 -0
  648. package/lib/data/implementationguide_definition_resource.d.ts +36 -0
  649. package/lib/data/implementationguide_definition_resource.js +24 -0
  650. package/lib/data/implementationguide_definition_template.d.ts +24 -0
  651. package/lib/data/implementationguide_definition_template.js +18 -0
  652. package/lib/data/implementationguide_dependson.d.ts +24 -0
  653. package/lib/data/implementationguide_dependson.js +18 -0
  654. package/lib/data/implementationguide_global.d.ts +21 -7
  655. package/lib/data/implementationguide_global.js +16 -1
  656. package/lib/data/implementationguide_manifest.d.ts +165 -0
  657. package/lib/data/implementationguide_manifest.js +22 -0
  658. package/lib/data/implementationguide_manifest_page.d.ts +24 -0
  659. package/lib/data/implementationguide_manifest_page.js +18 -0
  660. package/lib/data/implementationguide_manifest_resource.d.ts +27 -0
  661. package/lib/data/implementationguide_manifest_resource.js +20 -0
  662. package/lib/data/index.d.ts +299 -188
  663. package/lib/data/index.js +302 -189
  664. package/lib/data/instant.d.ts +3 -0
  665. package/lib/data/instant.js +8 -0
  666. package/lib/data/insuranceplan.d.ts +9 -19
  667. package/lib/data/insuranceplan.js +33 -1
  668. package/lib/data/insuranceplan_contact.d.ts +27 -0
  669. package/lib/data/insuranceplan_contact.js +23 -0
  670. package/lib/data/insuranceplan_coverage.d.ts +249 -0
  671. package/lib/data/insuranceplan_coverage.js +21 -0
  672. package/lib/data/insuranceplan_coverage_benefit.d.ts +78 -0
  673. package/lib/data/insuranceplan_coverage_benefit.js +20 -0
  674. package/lib/data/insuranceplan_coverage_benefit_limit.d.ts +21 -0
  675. package/lib/data/insuranceplan_coverage_benefit_limit.js +19 -0
  676. package/lib/data/insuranceplan_plan.d.ts +969 -0
  677. package/lib/data/insuranceplan_plan.js +26 -0
  678. package/lib/data/insuranceplan_plan_generalcost.d.ts +27 -0
  679. package/lib/data/insuranceplan_plan_generalcost.js +21 -0
  680. package/lib/data/insuranceplan_plan_specificcost.d.ts +291 -0
  681. package/lib/data/insuranceplan_plan_specificcost.js +19 -0
  682. package/lib/data/insuranceplan_plan_specificcost_benefit.d.ts +93 -0
  683. package/lib/data/insuranceplan_plan_specificcost_benefit.js +19 -0
  684. package/lib/data/insuranceplan_plan_specificcost_benefit_cost.d.ts +27 -0
  685. package/lib/data/insuranceplan_plan_specificcost_benefit_cost.js +21 -0
  686. package/lib/data/invoice.d.ts +10 -35
  687. package/lib/data/invoice.js +38 -17
  688. package/lib/data/invoice_lineitem.d.ts +99 -0
  689. package/lib/data/invoice_lineitem.js +22 -0
  690. package/lib/data/invoice_lineitem_pricecomponent.d.ts +27 -0
  691. package/lib/data/invoice_lineitem_pricecomponent.js +22 -0
  692. package/lib/data/invoice_participant.d.ts +21 -0
  693. package/lib/data/invoice_participant.js +19 -0
  694. package/lib/data/library.d.ts +7 -33
  695. package/lib/data/library.js +54 -1
  696. package/lib/data/linkage.d.ts +3 -5
  697. package/lib/data/linkage.js +16 -1
  698. package/lib/data/linkage_item.d.ts +21 -18
  699. package/lib/data/linkage_item.js +17 -13
  700. package/lib/data/list.d.ts +6 -37
  701. package/lib/data/list.js +30 -22
  702. package/lib/data/list_entry.d.ts +27 -13
  703. package/lib/data/list_entry.js +19 -1
  704. package/lib/data/location.d.ts +5 -38
  705. package/lib/data/location.js +37 -20
  706. package/lib/data/location_hoursofoperation.d.ts +27 -11
  707. package/lib/data/location_hoursofoperation.js +18 -1
  708. package/lib/data/location_position.d.ts +24 -9
  709. package/lib/data/location_position.js +16 -1
  710. package/lib/data/markdown.d.ts +3 -0
  711. package/lib/data/markdown.js +8 -0
  712. package/lib/data/marketingstatus.d.ts +30 -16
  713. package/lib/data/marketingstatus.js +20 -1
  714. package/lib/data/measure.d.ts +5 -46
  715. package/lib/data/measure.js +63 -1
  716. package/lib/data/measure_group.d.ts +351 -14
  717. package/lib/data/measure_group.js +20 -1
  718. package/lib/data/measure_group_population.d.ts +24 -0
  719. package/lib/data/measure_group_population.js +20 -0
  720. package/lib/data/measure_group_stratifier.d.ts +90 -0
  721. package/lib/data/measure_group_stratifier.js +22 -0
  722. package/lib/data/measure_group_stratifier_component.d.ts +24 -0
  723. package/lib/data/measure_group_stratifier_component.js +20 -0
  724. package/lib/data/measure_supplementaldata.d.ts +27 -13
  725. package/lib/data/measure_supplementaldata.js +19 -1
  726. package/lib/data/measurereport.d.ts +5 -44
  727. package/lib/data/measurereport.js +28 -31
  728. package/lib/data/measurereport_group.d.ts +1413 -15
  729. package/lib/data/measurereport_group.js +21 -1
  730. package/lib/data/measurereport_group_population.d.ts +24 -0
  731. package/lib/data/measurereport_group_population.js +20 -0
  732. package/lib/data/measurereport_group_stratifier.d.ts +444 -0
  733. package/lib/data/measurereport_group_stratifier.js +19 -0
  734. package/lib/data/measurereport_group_stratifier_stratum.d.ts +144 -0
  735. package/lib/data/measurereport_group_stratifier_stratum.js +27 -0
  736. package/lib/data/measurereport_group_stratifier_stratum_component.d.ts +21 -0
  737. package/lib/data/measurereport_group_stratifier_stratum_component.js +18 -0
  738. package/lib/data/measurereport_group_stratifier_stratum_population.d.ts +24 -0
  739. package/lib/data/measurereport_group_stratifier_stratum_population.js +20 -0
  740. package/lib/data/media.d.ts +5 -53
  741. package/lib/data/media.js +41 -29
  742. package/lib/data/medication.d.ts +5 -34
  743. package/lib/data/medication.js +26 -1
  744. package/lib/data/medication_batch.d.ts +21 -7
  745. package/lib/data/medication_batch.js +15 -1
  746. package/lib/data/medication_ingredient.d.ts +27 -14
  747. package/lib/data/medication_ingredient.js +20 -1
  748. package/lib/data/medicationadministration.d.ts +9 -46
  749. package/lib/data/medicationadministration.js +40 -21
  750. package/lib/data/medicationadministration_dosage.d.ts +36 -21
  751. package/lib/data/medicationadministration_dosage.js +23 -1
  752. package/lib/data/medicationadministration_performer.d.ts +21 -10
  753. package/lib/data/medicationadministration_performer.js +17 -1
  754. package/lib/data/medicationdispense.d.ts +7 -53
  755. package/lib/data/medicationdispense.js +46 -25
  756. package/lib/data/medicationdispense_performer.d.ts +21 -10
  757. package/lib/data/medicationdispense_performer.js +17 -1
  758. package/lib/data/medicationdispense_substitution.d.ts +27 -14
  759. package/lib/data/medicationdispense_substitution.js +19 -1
  760. package/lib/data/medicationknowledge.d.ts +27 -37
  761. package/lib/data/medicationknowledge.js +58 -1
  762. package/lib/data/medicationknowledge_administrationguidelines.d.ts +144 -0
  763. package/lib/data/medicationknowledge_administrationguidelines.js +27 -0
  764. package/lib/data/medicationknowledge_administrationguidelines_dosage.d.ts +21 -0
  765. package/lib/data/medicationknowledge_administrationguidelines_dosage.js +19 -0
  766. package/lib/data/medicationknowledge_administrationguidelines_patientcharacteristics.d.ts +24 -0
  767. package/lib/data/medicationknowledge_administrationguidelines_patientcharacteristics.js +20 -0
  768. package/lib/data/medicationknowledge_cost.d.ts +24 -0
  769. package/lib/data/medicationknowledge_cost.js +20 -0
  770. package/lib/data/medicationknowledge_drugcharacteristic.d.ts +30 -0
  771. package/lib/data/medicationknowledge_drugcharacteristic.js +22 -0
  772. package/lib/data/medicationknowledge_ingredient.d.ts +27 -0
  773. package/lib/data/medicationknowledge_ingredient.js +22 -0
  774. package/lib/data/medicationknowledge_kinetics.d.ts +24 -0
  775. package/lib/data/medicationknowledge_kinetics.js +20 -0
  776. package/lib/data/medicationknowledge_medicineclassification.d.ts +21 -0
  777. package/lib/data/medicationknowledge_medicineclassification.js +18 -0
  778. package/lib/data/medicationknowledge_monitoringprogram.d.ts +21 -0
  779. package/lib/data/medicationknowledge_monitoringprogram.js +18 -0
  780. package/lib/data/medicationknowledge_monograph.d.ts +21 -0
  781. package/lib/data/medicationknowledge_monograph.js +19 -0
  782. package/lib/data/medicationknowledge_packaging.d.ts +21 -0
  783. package/lib/data/medicationknowledge_packaging.js +19 -0
  784. package/lib/data/medicationknowledge_regulatory.d.ts +180 -0
  785. package/lib/data/medicationknowledge_regulatory.js +25 -0
  786. package/lib/data/medicationknowledge_regulatory_maxdispense.d.ts +21 -0
  787. package/lib/data/medicationknowledge_regulatory_maxdispense.js +19 -0
  788. package/lib/data/medicationknowledge_regulatory_schedule.d.ts +18 -0
  789. package/lib/data/medicationknowledge_regulatory_schedule.js +17 -0
  790. package/lib/data/medicationknowledge_regulatory_substitution.d.ts +21 -0
  791. package/lib/data/medicationknowledge_regulatory_substitution.js +18 -0
  792. package/lib/data/medicationknowledge_relatedmedicationknowledge.d.ts +21 -0
  793. package/lib/data/medicationknowledge_relatedmedicationknowledge.js +19 -0
  794. package/lib/data/medicationrequest.d.ts +9 -93
  795. package/lib/data/medicationrequest.js +53 -53
  796. package/lib/data/medicationrequest_dispenserequest.d.ts +90 -22
  797. package/lib/data/medicationrequest_dispenserequest.js +25 -1
  798. package/lib/data/medicationrequest_dispenserequest_initialfill.d.ts +21 -10
  799. package/lib/data/medicationrequest_dispenserequest_initialfill.js +17 -1
  800. package/lib/data/medicationrequest_substitution.d.ts +24 -11
  801. package/lib/data/medicationrequest_substitution.js +17 -1
  802. package/lib/data/medicationstatement.d.ts +7 -44
  803. package/lib/data/medicationstatement.js +37 -23
  804. package/lib/data/medicinalproduct.d.ts +3 -22
  805. package/lib/data/medicinalproduct.js +43 -1
  806. package/lib/data/medicinalproduct_manufacturingbusinessoperation.d.ts +33 -19
  807. package/lib/data/medicinalproduct_manufacturingbusinessoperation.js +22 -1
  808. package/lib/data/medicinalproduct_name.d.ts +141 -12
  809. package/lib/data/medicinalproduct_name.js +20 -1
  810. package/lib/data/medicinalproduct_name_countrylanguage.d.ts +24 -11
  811. package/lib/data/medicinalproduct_name_countrylanguage.js +17 -1
  812. package/lib/data/medicinalproduct_name_namepart.d.ts +21 -9
  813. package/lib/data/medicinalproduct_name_namepart.js +16 -1
  814. package/lib/data/medicinalproduct_specialdesignation.d.ts +39 -23
  815. package/lib/data/medicinalproduct_specialdesignation.js +24 -1
  816. package/lib/data/medicinalproductauthorization.d.ts +3 -18
  817. package/lib/data/medicinalproductauthorization.js +35 -1
  818. package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.d.ts +30 -17
  819. package/lib/data/medicinalproductauthorization_jurisdictionalauthorization.js +21 -1
  820. package/lib/data/medicinalproductauthorization_procedure.d.ts +3 -7
  821. package/lib/data/medicinalproductauthorization_procedure.js +23 -1
  822. package/lib/data/medicinalproductcontraindication.d.ts +5 -11
  823. package/lib/data/medicinalproductcontraindication.js +24 -1
  824. package/lib/data/medicinalproductcontraindication_othertherapy.d.ts +24 -0
  825. package/lib/data/medicinalproductcontraindication_othertherapy.js +20 -0
  826. package/lib/data/medicinalproductindication.d.ts +3 -11
  827. package/lib/data/medicinalproductindication.js +27 -1
  828. package/lib/data/medicinalproductindication_othertherapy.d.ts +24 -12
  829. package/lib/data/medicinalproductindication_othertherapy.js +18 -1
  830. package/lib/data/medicinalproductingredient.d.ts +3 -8
  831. package/lib/data/medicinalproductingredient.js +24 -1
  832. package/lib/data/medicinalproductingredient_specifiedsubstance.d.ts +369 -14
  833. package/lib/data/medicinalproductingredient_specifiedsubstance.js +21 -1
  834. package/lib/data/medicinalproductingredient_specifiedsubstance_strength.d.ts +117 -21
  835. package/lib/data/medicinalproductingredient_specifiedsubstance_strength.js +25 -1
  836. package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +30 -16
  837. package/lib/data/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +20 -1
  838. package/lib/data/medicinalproductingredient_substance.d.ts +363 -10
  839. package/lib/data/medicinalproductingredient_substance.js +19 -1
  840. package/lib/data/medicinalproductinteraction.d.ts +3 -9
  841. package/lib/data/medicinalproductinteraction.js +23 -1
  842. package/lib/data/medicinalproductinteraction_interactant.d.ts +21 -10
  843. package/lib/data/medicinalproductinteraction_interactant.js +17 -1
  844. package/lib/data/medicinalproductmanufactured.d.ts +3 -9
  845. package/lib/data/medicinalproductmanufactured.js +22 -1
  846. package/lib/data/medicinalproductpackaged.d.ts +3 -11
  847. package/lib/data/medicinalproductpackaged.js +28 -1
  848. package/lib/data/medicinalproductpackaged_batchidentifier.d.ts +21 -9
  849. package/lib/data/medicinalproductpackaged_batchidentifier.js +16 -1
  850. package/lib/data/medicinalproductpackaged_packageitem.d.ts +3 -14
  851. package/lib/data/medicinalproductpackaged_packageitem.js +33 -1
  852. package/lib/data/medicinalproductpharmaceutical.d.ts +3 -9
  853. package/lib/data/medicinalproductpharmaceutical.js +25 -1
  854. package/lib/data/medicinalproductpharmaceutical_characteristics.d.ts +21 -9
  855. package/lib/data/medicinalproductpharmaceutical_characteristics.js +16 -1
  856. package/lib/data/medicinalproductpharmaceutical_routeofadministration.d.ts +279 -23
  857. package/lib/data/medicinalproductpharmaceutical_routeofadministration.js +27 -1
  858. package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +84 -10
  859. package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +19 -1
  860. package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +24 -12
  861. package/lib/data/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +18 -1
  862. package/lib/data/medicinalproductundesirableeffect.d.ts +3 -7
  863. package/lib/data/medicinalproductundesirableeffect.js +19 -1
  864. package/lib/data/messagedefinition.d.ts +10 -46
  865. package/lib/data/messagedefinition.js +46 -15
  866. package/lib/data/messagedefinition_allowedresponse.d.ts +21 -7
  867. package/lib/data/messagedefinition_allowedresponse.js +15 -1
  868. package/lib/data/messagedefinition_focus.d.ts +27 -11
  869. package/lib/data/messagedefinition_focus.js +18 -1
  870. package/lib/data/messageheader.d.ts +5 -16
  871. package/lib/data/messageheader.js +29 -1
  872. package/lib/data/messageheader_destination.d.ts +27 -12
  873. package/lib/data/messageheader_destination.js +18 -1
  874. package/lib/data/messageheader_response.d.ts +24 -20
  875. package/lib/data/messageheader_response.js +18 -13
  876. package/lib/data/messageheader_source.d.ts +30 -14
  877. package/lib/data/messageheader_source.js +19 -1
  878. package/lib/data/meta.d.ts +3 -7
  879. package/lib/data/meta.js +19 -1
  880. package/lib/data/metadataresource.d.ts +162 -0
  881. package/lib/data/metadataresource.js +28 -0
  882. package/lib/data/molecularsequence.d.ts +5 -29
  883. package/lib/data/molecularsequence.js +38 -13
  884. package/lib/data/molecularsequence_quality.d.ts +159 -46
  885. package/lib/data/molecularsequence_quality.js +32 -13
  886. package/lib/data/molecularsequence_quality_roc.d.ts +36 -17
  887. package/lib/data/molecularsequence_quality_roc.js +20 -1
  888. package/lib/data/molecularsequence_referenceseq.d.ts +42 -39
  889. package/lib/data/molecularsequence_referenceseq.js +25 -18
  890. package/lib/data/molecularsequence_repository.d.ts +33 -29
  891. package/lib/data/molecularsequence_repository.js +20 -17
  892. package/lib/data/molecularsequence_structurevariant.d.ts +138 -29
  893. package/lib/data/molecularsequence_structurevariant.js +21 -1
  894. package/lib/data/molecularsequence_structurevariant_inner.d.ts +21 -0
  895. package/lib/data/molecularsequence_structurevariant_inner.js +17 -0
  896. package/lib/data/molecularsequence_structurevariant_outer.d.ts +21 -0
  897. package/lib/data/molecularsequence_structurevariant_outer.js +17 -0
  898. package/lib/data/molecularsequence_variant.d.ts +33 -16
  899. package/lib/data/molecularsequence_variant.js +20 -1
  900. package/lib/data/money.d.ts +3 -3
  901. package/lib/data/money.js +14 -1
  902. package/lib/data/namingsystem.d.ts +5 -27
  903. package/lib/data/namingsystem.js +29 -13
  904. package/lib/data/namingsystem_uniqueid.d.ts +30 -26
  905. package/lib/data/namingsystem_uniqueid.js +20 -15
  906. package/lib/data/narrative.d.ts +18 -19
  907. package/lib/data/narrative.js +15 -15
  908. package/lib/data/nutritionorder.d.ts +6 -65
  909. package/lib/data/nutritionorder.js +36 -46
  910. package/lib/data/nutritionorder_enteralformula.d.ts +114 -24
  911. package/lib/data/nutritionorder_enteralformula.js +27 -1
  912. package/lib/data/nutritionorder_enteralformula_administration.d.ts +27 -0
  913. package/lib/data/nutritionorder_enteralformula_administration.js +22 -0
  914. package/lib/data/nutritionorder_oraldiet.d.ts +141 -19
  915. package/lib/data/nutritionorder_oraldiet.js +23 -1
  916. package/lib/data/nutritionorder_oraldiet_nutrient.d.ts +21 -0
  917. package/lib/data/nutritionorder_oraldiet_nutrient.js +19 -0
  918. package/lib/data/nutritionorder_oraldiet_texture.d.ts +21 -0
  919. package/lib/data/nutritionorder_oraldiet_texture.js +18 -0
  920. package/lib/data/nutritionorder_supplement.d.ts +30 -16
  921. package/lib/data/nutritionorder_supplement.js +21 -1
  922. package/lib/data/observation.d.ts +4 -59
  923. package/lib/data/observation.js +61 -23
  924. package/lib/data/observation_component.d.ts +150 -40
  925. package/lib/data/observation_component.js +35 -1
  926. package/lib/data/observation_referencerange.d.ts +33 -18
  927. package/lib/data/observation_referencerange.js +22 -1
  928. package/lib/data/observationdefinition.d.ts +9 -44
  929. package/lib/data/observationdefinition.js +32 -29
  930. package/lib/data/observationdefinition_qualifiedinterval.d.ts +39 -0
  931. package/lib/data/observationdefinition_qualifiedinterval.js +26 -0
  932. package/lib/data/observationdefinition_quantitativedetails.d.ts +27 -0
  933. package/lib/data/observationdefinition_quantitativedetails.js +20 -0
  934. package/lib/data/oid.d.ts +3 -0
  935. package/lib/data/oid.js +8 -0
  936. package/lib/data/operationdefinition.d.ts +6 -39
  937. package/lib/data/operationdefinition.js +43 -11
  938. package/lib/data/operationdefinition_overload.d.ts +21 -7
  939. package/lib/data/operationdefinition_overload.js +15 -1
  940. package/lib/data/operationdefinition_parameter.d.ts +11 -49
  941. package/lib/data/operationdefinition_parameter.js +29 -32
  942. package/lib/data/operationdefinition_parameter_binding.d.ts +21 -0
  943. package/lib/data/operationdefinition_parameter_binding.js +18 -0
  944. package/lib/data/operationdefinition_parameter_referencedfrom.d.ts +21 -0
  945. package/lib/data/operationdefinition_parameter_referencedfrom.js +17 -0
  946. package/lib/data/operationoutcome.d.ts +3 -3
  947. package/lib/data/operationoutcome.js +13 -1
  948. package/lib/data/operationoutcome_issue.d.ts +33 -94
  949. package/lib/data/operationoutcome_issue.js +21 -80
  950. package/lib/data/organization.d.ts +3 -12
  951. package/lib/data/organization.js +27 -1
  952. package/lib/data/organization_contact.d.ts +27 -15
  953. package/lib/data/organization_contact.js +21 -1
  954. package/lib/data/organizationaffiliation.d.ts +3 -14
  955. package/lib/data/organizationaffiliation.js +28 -1
  956. package/lib/data/parameterdefinition.d.ts +6 -18
  957. package/lib/data/parameterdefinition.js +20 -11
  958. package/lib/data/parameters.d.ts +3 -3
  959. package/lib/data/parameters.js +13 -1
  960. package/lib/data/parameters_parameter.d.ts +30 -97
  961. package/lib/data/parameters_parameter.js +98 -1
  962. package/lib/data/patient.d.ts +3 -23
  963. package/lib/data/patient.js +40 -1
  964. package/lib/data/patient_communication.d.ts +21 -8
  965. package/lib/data/patient_communication.js +16 -1
  966. package/lib/data/patient_contact.d.ts +36 -24
  967. package/lib/data/patient_contact.js +27 -1
  968. package/lib/data/patient_link.d.ts +21 -20
  969. package/lib/data/patient_link.js +17 -15
  970. package/lib/data/paymentnotice.d.ts +5 -27
  971. package/lib/data/paymentnotice.js +28 -15
  972. package/lib/data/paymentreconciliation.d.ts +6 -34
  973. package/lib/data/paymentreconciliation.js +34 -15
  974. package/lib/data/paymentreconciliation_detail.d.ts +45 -27
  975. package/lib/data/paymentreconciliation_detail.js +27 -1
  976. package/lib/data/paymentreconciliation_processnote.d.ts +21 -17
  977. package/lib/data/paymentreconciliation_processnote.js +16 -13
  978. package/lib/data/period.d.ts +3 -3
  979. package/lib/data/period.js +14 -1
  980. package/lib/data/person.d.ts +3 -12
  981. package/lib/data/person.js +29 -1
  982. package/lib/data/person_link.d.ts +21 -20
  983. package/lib/data/person_link.js +17 -15
  984. package/lib/data/plandefinition.d.ts +7 -34
  985. package/lib/data/plandefinition.js +53 -1
  986. package/lib/data/plandefinition_action.d.ts +21 -111
  987. package/lib/data/plandefinition_action.js +66 -62
  988. package/lib/data/plandefinition_action_condition.d.ts +21 -0
  989. package/lib/data/plandefinition_action_condition.js +19 -0
  990. package/lib/data/plandefinition_action_dynamicvalue.d.ts +21 -0
  991. package/lib/data/plandefinition_action_dynamicvalue.js +18 -0
  992. package/lib/data/plandefinition_action_participant.d.ts +21 -0
  993. package/lib/data/plandefinition_action_participant.js +19 -0
  994. package/lib/data/plandefinition_action_relatedaction.d.ts +27 -0
  995. package/lib/data/plandefinition_action_relatedaction.js +22 -0
  996. package/lib/data/plandefinition_goal.d.ts +117 -20
  997. package/lib/data/plandefinition_goal.js +23 -1
  998. package/lib/data/plandefinition_goal_target.d.ts +30 -0
  999. package/lib/data/plandefinition_goal_target.js +24 -0
  1000. package/lib/data/population.d.ts +30 -16
  1001. package/lib/data/population.js +20 -1
  1002. package/lib/data/practitioner.d.ts +3 -12
  1003. package/lib/data/practitioner.js +29 -1
  1004. package/lib/data/practitioner_qualification.d.ts +27 -15
  1005. package/lib/data/practitioner_qualification.js +21 -1
  1006. package/lib/data/practitionerrole.d.ts +3 -16
  1007. package/lib/data/practitionerrole.js +32 -1
  1008. package/lib/data/practitionerrole_availabletime.d.ts +27 -29
  1009. package/lib/data/practitionerrole_availabletime.js +18 -21
  1010. package/lib/data/practitionerrole_notavailable.d.ts +21 -8
  1011. package/lib/data/practitionerrole_notavailable.js +16 -1
  1012. package/lib/data/procedure.d.ts +5 -55
  1013. package/lib/data/procedure.js +53 -23
  1014. package/lib/data/procedure_focaldevice.d.ts +21 -9
  1015. package/lib/data/procedure_focaldevice.js +17 -1
  1016. package/lib/data/procedure_performer.d.ts +24 -11
  1017. package/lib/data/procedure_performer.js +18 -1
  1018. package/lib/data/prodcharacteristic.d.ts +48 -29
  1019. package/lib/data/prodcharacteristic.js +27 -1
  1020. package/lib/data/productshelflife.d.ts +27 -15
  1021. package/lib/data/productshelflife.js +20 -1
  1022. package/lib/data/provenance.d.ts +3 -13
  1023. package/lib/data/provenance.js +28 -1
  1024. package/lib/data/provenance_agent.d.ts +27 -13
  1025. package/lib/data/provenance_agent.js +19 -1
  1026. package/lib/data/provenance_entity.d.ts +96 -25
  1027. package/lib/data/provenance_entity.js +19 -17
  1028. package/lib/data/quantity.d.ts +4 -18
  1029. package/lib/data/quantity.js +18 -15
  1030. package/lib/data/questionnaire.d.ts +6 -27
  1031. package/lib/data/questionnaire.js +41 -1
  1032. package/lib/data/questionnaire_item.d.ts +13 -54
  1033. package/lib/data/questionnaire_item.js +34 -30
  1034. package/lib/data/questionnaire_item_answeroption.d.ts +36 -0
  1035. package/lib/data/questionnaire_item_answeroption.js +24 -0
  1036. package/lib/data/questionnaire_item_enablewhen.d.ts +51 -0
  1037. package/lib/data/questionnaire_item_enablewhen.js +31 -0
  1038. package/lib/data/questionnaire_item_initial.d.ts +51 -0
  1039. package/lib/data/questionnaire_item_initial.js +31 -0
  1040. package/lib/data/questionnaireresponse.d.ts +4 -27
  1041. package/lib/data/questionnaireresponse.js +26 -17
  1042. package/lib/data/questionnaireresponse_item.d.ts +5 -8
  1043. package/lib/data/questionnaireresponse_item.js +19 -1
  1044. package/lib/data/{questionnaireresponse_answer.d.ts → questionnaireresponse_item_answer.d.ts} +4 -4
  1045. package/lib/data/questionnaireresponse_item_answer.js +33 -0
  1046. package/lib/data/range.d.ts +3 -4
  1047. package/lib/data/range.js +15 -1
  1048. package/lib/data/ratio.d.ts +3 -4
  1049. package/lib/data/ratio.js +15 -1
  1050. package/lib/data/reference.d.ts +3 -5
  1051. package/lib/data/reference.js +17 -1
  1052. package/lib/data/relatedartifact.d.ts +4 -28
  1053. package/lib/data/relatedartifact.js +21 -23
  1054. package/lib/data/relatedperson.d.ts +3 -14
  1055. package/lib/data/relatedperson.js +33 -1
  1056. package/lib/data/relatedperson_communication.d.ts +21 -9
  1057. package/lib/data/relatedperson_communication.js +16 -1
  1058. package/lib/data/request.d.ts +93 -0
  1059. package/lib/data/request.js +47 -0
  1060. package/lib/data/requestgroup.d.ts +7 -75
  1061. package/lib/data/requestgroup.js +35 -53
  1062. package/lib/data/requestgroup_action.d.ts +15 -37
  1063. package/lib/data/requestgroup_action.js +50 -1
  1064. package/lib/data/requestgroup_action_condition.d.ts +21 -0
  1065. package/lib/data/requestgroup_action_condition.js +19 -0
  1066. package/lib/data/requestgroup_action_relatedaction.d.ts +27 -0
  1067. package/lib/data/requestgroup_action_relatedaction.js +22 -0
  1068. package/lib/data/researchdefinition.d.ts +5 -35
  1069. package/lib/data/researchdefinition.js +54 -1
  1070. package/lib/data/researchelementdefinition.d.ts +11 -58
  1071. package/lib/data/researchelementdefinition.js +54 -22
  1072. package/lib/data/researchelementdefinition_characteristic.d.ts +78 -0
  1073. package/lib/data/researchelementdefinition_characteristic.js +44 -0
  1074. package/lib/data/researchstudy.d.ts +7 -52
  1075. package/lib/data/researchstudy.js +45 -29
  1076. package/lib/data/researchstudy_arm.d.ts +24 -10
  1077. package/lib/data/researchstudy_arm.js +17 -1
  1078. package/lib/data/researchstudy_objective.d.ts +21 -0
  1079. package/lib/data/researchstudy_objective.js +18 -0
  1080. package/lib/data/researchsubject.d.ts +4 -40
  1081. package/lib/data/researchsubject.js +23 -33
  1082. package/lib/data/resource.d.ts +18 -0
  1083. package/lib/data/resource.js +16 -0
  1084. package/lib/data/riskassessment.d.ts +4 -21
  1085. package/lib/data/riskassessment.js +36 -1
  1086. package/lib/data/riskassessment_prediction.d.ts +39 -22
  1087. package/lib/data/riskassessment_prediction.js +24 -1
  1088. package/lib/data/riskevidencesynthesis.d.ts +9 -37
  1089. package/lib/data/riskevidencesynthesis.js +54 -1
  1090. package/lib/data/riskevidencesynthesis_certainty.d.ts +87 -0
  1091. package/lib/data/riskevidencesynthesis_certainty.js +23 -0
  1092. package/lib/data/riskevidencesynthesis_certainty_certaintysubcomponent.d.ts +24 -0
  1093. package/lib/data/riskevidencesynthesis_certainty_certaintysubcomponent.js +20 -0
  1094. package/lib/data/riskevidencesynthesis_riskestimate.d.ts +108 -0
  1095. package/lib/data/riskevidencesynthesis_riskestimate.js +26 -0
  1096. package/lib/data/riskevidencesynthesis_riskestimate_precisionestimate.d.ts +27 -0
  1097. package/lib/data/riskevidencesynthesis_riskestimate_precisionestimate.js +20 -0
  1098. package/lib/data/riskevidencesynthesis_samplesize.d.ts +24 -0
  1099. package/lib/data/riskevidencesynthesis_samplesize.js +18 -0
  1100. package/lib/data/sampleddata.d.ts +3 -8
  1101. package/lib/data/sampleddata.js +20 -1
  1102. package/lib/data/schedule.d.ts +3 -10
  1103. package/lib/data/schedule.js +23 -1
  1104. package/lib/data/searchparameter.d.ts +10 -103
  1105. package/lib/data/searchparameter.js +42 -68
  1106. package/lib/data/searchparameter_component.d.ts +21 -7
  1107. package/lib/data/searchparameter_component.js +15 -1
  1108. package/lib/data/servicerequest.d.ts +7 -81
  1109. package/lib/data/servicerequest.js +59 -44
  1110. package/lib/data/signature.d.ts +3 -8
  1111. package/lib/data/signature.js +21 -1
  1112. package/lib/data/slot.d.ts +4 -27
  1113. package/lib/data/slot.js +26 -17
  1114. package/lib/data/specimen.d.ts +4 -27
  1115. package/lib/data/specimen.js +32 -15
  1116. package/lib/data/specimen_collection.d.ts +42 -19
  1117. package/lib/data/specimen_collection.js +27 -1
  1118. package/lib/data/specimen_container.d.ts +36 -21
  1119. package/lib/data/specimen_container.js +24 -1
  1120. package/lib/data/specimen_processing.d.ts +30 -16
  1121. package/lib/data/specimen_processing.js +21 -1
  1122. package/lib/data/specimendefinition.d.ts +4 -60
  1123. package/lib/data/specimendefinition.js +20 -11
  1124. package/lib/data/specimendefinition_typetested.d.ts +390 -0
  1125. package/lib/data/specimendefinition_typetested.js +28 -0
  1126. package/lib/data/specimendefinition_typetested_container.d.ts +96 -0
  1127. package/lib/data/specimendefinition_typetested_container.js +29 -0
  1128. package/lib/data/specimendefinition_typetested_container_additive.d.ts +21 -0
  1129. package/lib/data/specimendefinition_typetested_container_additive.js +19 -0
  1130. package/lib/data/specimendefinition_typetested_handling.d.ts +27 -0
  1131. package/lib/data/specimendefinition_typetested_handling.js +22 -0
  1132. package/lib/data/structuredefinition.d.ts +12 -52
  1133. package/lib/data/structuredefinition.js +48 -16
  1134. package/lib/data/structuredefinition_context.d.ts +21 -17
  1135. package/lib/data/structuredefinition_context.js +16 -13
  1136. package/lib/data/structuredefinition_differential.d.ts +4878 -6
  1137. package/lib/data/structuredefinition_differential.js +15 -1
  1138. package/lib/data/structuredefinition_mapping.d.ts +27 -11
  1139. package/lib/data/structuredefinition_mapping.js +17 -1
  1140. package/lib/data/structuredefinition_snapshot.d.ts +4878 -10
  1141. package/lib/data/structuredefinition_snapshot.js +15 -1
  1142. package/lib/data/structuremap.d.ts +3 -24
  1143. package/lib/data/structuremap.js +36 -1
  1144. package/lib/data/structuremap_group.d.ts +105 -27
  1145. package/lib/data/structuremap_group.js +22 -13
  1146. package/lib/data/structuremap_group_input.d.ts +27 -0
  1147. package/lib/data/structuremap_group_input.js +20 -0
  1148. package/lib/data/structuremap_group_rule.d.ts +14 -0
  1149. package/lib/data/structuremap_group_rule.js +24 -0
  1150. package/lib/data/structuremap_group_rule_dependent.d.ts +21 -0
  1151. package/lib/data/structuremap_group_rule_dependent.js +17 -0
  1152. package/lib/data/structuremap_group_rule_source.d.ts +195 -0
  1153. package/lib/data/structuremap_group_rule_source.js +107 -0
  1154. package/lib/data/structuremap_group_rule_target.d.ts +120 -0
  1155. package/lib/data/structuremap_group_rule_target.js +25 -0
  1156. package/lib/data/structuremap_group_rule_target_parameter.d.ts +30 -0
  1157. package/lib/data/structuremap_group_rule_target_parameter.js +20 -0
  1158. package/lib/data/structuremap_structure.d.ts +27 -23
  1159. package/lib/data/structuremap_structure.js +18 -15
  1160. package/lib/data/subscription.d.ts +5 -22
  1161. package/lib/data/subscription.js +21 -15
  1162. package/lib/data/subscription_channel.d.ts +27 -25
  1163. package/lib/data/subscription_channel.js +18 -17
  1164. package/lib/data/substance.d.ts +5 -11
  1165. package/lib/data/substance.js +23 -1
  1166. package/lib/data/substance_ingredient.d.ts +24 -12
  1167. package/lib/data/substance_ingredient.js +19 -1
  1168. package/lib/data/substance_instance.d.ts +24 -11
  1169. package/lib/data/substance_instance.js +18 -1
  1170. package/lib/data/substanceamount.d.ts +78 -0
  1171. package/lib/data/substanceamount.js +25 -0
  1172. package/lib/data/substanceamount_referencerange.d.ts +18 -0
  1173. package/lib/data/substanceamount_referencerange.js +17 -0
  1174. package/lib/data/substancenucleicacid.d.ts +5 -12
  1175. package/lib/data/substancenucleicacid.js +18 -1
  1176. package/lib/data/substancenucleicacid_subunit.d.ts +174 -0
  1177. package/lib/data/substancenucleicacid_subunit.js +27 -0
  1178. package/lib/data/substancenucleicacid_subunit_linkage.d.ts +27 -0
  1179. package/lib/data/substancenucleicacid_subunit_linkage.js +20 -0
  1180. package/lib/data/substancenucleicacid_subunit_sugar.d.ts +24 -0
  1181. package/lib/data/substancenucleicacid_subunit_sugar.js +19 -0
  1182. package/lib/data/substancepolymer.d.ts +7 -10
  1183. package/lib/data/substancepolymer.js +20 -1
  1184. package/lib/data/substancepolymer_monomerset.d.ts +768 -0
  1185. package/lib/data/substancepolymer_monomerset.js +21 -0
  1186. package/lib/data/substancepolymer_monomerset_startingmaterial.d.ts +252 -0
  1187. package/lib/data/substancepolymer_monomerset_startingmaterial.js +21 -0
  1188. package/lib/data/substancepolymer_repeat.d.ts +3159 -0
  1189. package/lib/data/substancepolymer_repeat.js +21 -0
  1190. package/lib/data/substancepolymer_repeat_repeatunit.d.ts +1047 -0
  1191. package/lib/data/substancepolymer_repeat_repeatunit.js +28 -0
  1192. package/lib/data/substancepolymer_repeat_repeatunit_degreeofpolymerisation.d.ts +246 -0
  1193. package/lib/data/substancepolymer_repeat_repeatunit_degreeofpolymerisation.js +19 -0
  1194. package/lib/data/substancepolymer_repeat_repeatunit_structuralrepresentation.d.ts +24 -0
  1195. package/lib/data/substancepolymer_repeat_repeatunit_structuralrepresentation.js +20 -0
  1196. package/lib/data/substanceprotein.d.ts +5 -7
  1197. package/lib/data/substanceprotein.js +17 -1
  1198. package/lib/data/substanceprotein_subunit.d.ts +39 -0
  1199. package/lib/data/substanceprotein_subunit.js +25 -0
  1200. package/lib/data/substancereferenceinformation.d.ts +11 -11
  1201. package/lib/data/substancereferenceinformation.js +24 -1
  1202. package/lib/data/substancereferenceinformation_classification.d.ts +27 -0
  1203. package/lib/data/substancereferenceinformation_classification.js +21 -0
  1204. package/lib/data/substancereferenceinformation_gene.d.ts +24 -0
  1205. package/lib/data/substancereferenceinformation_gene.js +20 -0
  1206. package/lib/data/substancereferenceinformation_geneelement.d.ts +24 -0
  1207. package/lib/data/substancereferenceinformation_geneelement.js +21 -0
  1208. package/lib/data/substancereferenceinformation_target.d.ts +45 -0
  1209. package/lib/data/substancereferenceinformation_target.js +30 -0
  1210. package/lib/data/substancesourcematerial.d.ts +9 -18
  1211. package/lib/data/substancesourcematerial.js +33 -1
  1212. package/lib/data/substancesourcematerial_fractiondescription.d.ts +21 -0
  1213. package/lib/data/substancesourcematerial_fractiondescription.js +18 -0
  1214. package/lib/data/substancesourcematerial_organism.d.ts +246 -0
  1215. package/lib/data/substancesourcematerial_organism.js +27 -0
  1216. package/lib/data/substancesourcematerial_organism_author.d.ts +21 -0
  1217. package/lib/data/substancesourcematerial_organism_author.js +18 -0
  1218. package/lib/data/substancesourcematerial_organism_hybrid.d.ts +30 -0
  1219. package/lib/data/substancesourcematerial_organism_hybrid.js +21 -0
  1220. package/lib/data/substancesourcematerial_organism_organismgeneral.d.ts +27 -0
  1221. package/lib/data/substancesourcematerial_organism_organismgeneral.js +20 -0
  1222. package/lib/data/substancesourcematerial_partdescription.d.ts +21 -0
  1223. package/lib/data/substancesourcematerial_partdescription.js +18 -0
  1224. package/lib/data/substancespecification.d.ts +17 -28
  1225. package/lib/data/substancespecification.js +44 -1
  1226. package/lib/data/substancespecification_code.d.ts +30 -0
  1227. package/lib/data/substancespecification_code.js +22 -0
  1228. package/lib/data/substancespecification_moiety.d.ts +39 -0
  1229. package/lib/data/substancespecification_moiety.js +26 -0
  1230. package/lib/data/substancespecification_name.d.ts +19 -0
  1231. package/lib/data/substancespecification_name.js +29 -0
  1232. package/lib/data/substancespecification_name_official.d.ts +24 -0
  1233. package/lib/data/substancespecification_name_official.js +19 -0
  1234. package/lib/data/substancespecification_property.d.ts +36 -0
  1235. package/lib/data/substancespecification_property.js +25 -0
  1236. package/lib/data/substancespecification_relationship.d.ts +48 -0
  1237. package/lib/data/substancespecification_relationship.js +31 -0
  1238. package/lib/data/substancespecification_structure.d.ts +435 -0
  1239. package/lib/data/substancespecification_structure.js +30 -0
  1240. package/lib/data/substancespecification_structure_isotope.d.ts +93 -0
  1241. package/lib/data/substancespecification_structure_isotope.js +24 -0
  1242. package/lib/data/substancespecification_structure_isotope_molecularweight.d.ts +24 -0
  1243. package/lib/data/substancespecification_structure_isotope_molecularweight.js +20 -0
  1244. package/lib/data/substancespecification_structure_representation.d.ts +24 -0
  1245. package/lib/data/substancespecification_structure_representation.js +20 -0
  1246. package/lib/data/supplydelivery.d.ts +4 -27
  1247. package/lib/data/supplydelivery.js +31 -15
  1248. package/lib/data/supplydelivery_supplieditem.d.ts +24 -12
  1249. package/lib/data/supplydelivery_supplieditem.js +19 -1
  1250. package/lib/data/supplyrequest.d.ts +12 -40
  1251. package/lib/data/supplyrequest.js +37 -21
  1252. package/lib/data/supplyrequest_parameter.d.ts +30 -0
  1253. package/lib/data/supplyrequest_parameter.js +23 -0
  1254. package/lib/data/task.d.ts +7 -69
  1255. package/lib/data/task.js +51 -31
  1256. package/lib/data/task_input.d.ts +168 -149
  1257. package/lib/data/task_input.js +95 -1
  1258. package/lib/data/task_output.d.ts +168 -152
  1259. package/lib/data/task_output.js +95 -1
  1260. package/lib/data/task_restriction.d.ts +24 -15
  1261. package/lib/data/task_restriction.js +18 -1
  1262. package/lib/data/terminologycapabilities.d.ts +20 -58
  1263. package/lib/data/terminologycapabilities.js +46 -20
  1264. package/lib/data/terminologycapabilities_closure.d.ts +18 -0
  1265. package/lib/data/terminologycapabilities_closure.js +16 -0
  1266. package/lib/data/terminologycapabilities_codesystem.d.ts +276 -0
  1267. package/lib/data/terminologycapabilities_codesystem.js +19 -0
  1268. package/lib/data/terminologycapabilities_codesystem_version.d.ts +87 -0
  1269. package/lib/data/terminologycapabilities_codesystem_version.js +24 -0
  1270. package/lib/data/terminologycapabilities_codesystem_version_filter.d.ts +21 -0
  1271. package/lib/data/terminologycapabilities_codesystem_version_filter.js +17 -0
  1272. package/lib/data/terminologycapabilities_expansion.d.ts +84 -0
  1273. package/lib/data/terminologycapabilities_expansion.js +23 -0
  1274. package/lib/data/terminologycapabilities_expansion_parameter.d.ts +21 -0
  1275. package/lib/data/terminologycapabilities_expansion_parameter.js +17 -0
  1276. package/lib/data/terminologycapabilities_implementation.d.ts +21 -0
  1277. package/lib/data/terminologycapabilities_implementation.js +17 -0
  1278. package/lib/data/terminologycapabilities_software.d.ts +21 -0
  1279. package/lib/data/terminologycapabilities_software.js +17 -0
  1280. package/lib/data/terminologycapabilities_translation.d.ts +18 -0
  1281. package/lib/data/terminologycapabilities_translation.js +16 -0
  1282. package/lib/data/terminologycapabilities_validatecode.d.ts +18 -0
  1283. package/lib/data/terminologycapabilities_validatecode.js +16 -0
  1284. package/lib/data/testreport.d.ts +4 -33
  1285. package/lib/data/testreport.js +30 -17
  1286. package/lib/data/testreport_participant.d.ts +24 -19
  1287. package/lib/data/testreport_participant.js +17 -13
  1288. package/lib/data/testreport_setup.d.ts +450 -6
  1289. package/lib/data/testreport_setup.js +15 -1
  1290. package/lib/data/testreport_setup_action.d.ts +147 -0
  1291. package/lib/data/testreport_setup_action.js +19 -0
  1292. package/lib/data/testreport_setup_action_assert.d.ts +24 -0
  1293. package/lib/data/testreport_setup_action_assert.js +19 -0
  1294. package/lib/data/testreport_setup_action_operation.d.ts +24 -0
  1295. package/lib/data/testreport_setup_action_operation.js +19 -0
  1296. package/lib/data/testreport_teardown.d.ts +252 -6
  1297. package/lib/data/testreport_teardown.js +15 -1
  1298. package/lib/data/testreport_teardown_action.d.ts +81 -0
  1299. package/lib/data/testreport_teardown_action.js +17 -0
  1300. package/lib/data/testreport_test.d.ts +456 -10
  1301. package/lib/data/testreport_test.js +17 -1
  1302. package/lib/data/testreport_test_action.d.ts +147 -0
  1303. package/lib/data/testreport_test_action.js +19 -0
  1304. package/lib/data/testscript.d.ts +3 -26
  1305. package/lib/data/testscript.js +49 -1
  1306. package/lib/data/testscript_destination.d.ts +21 -8
  1307. package/lib/data/testscript_destination.js +16 -1
  1308. package/lib/data/testscript_fixture.d.ts +24 -10
  1309. package/lib/data/testscript_fixture.js +17 -1
  1310. package/lib/data/testscript_metadata.d.ts +174 -9
  1311. package/lib/data/testscript_metadata.js +17 -1
  1312. package/lib/data/testscript_metadata_capability.d.ts +36 -0
  1313. package/lib/data/testscript_metadata_capability.js +22 -0
  1314. package/lib/data/testscript_metadata_link.d.ts +21 -0
  1315. package/lib/data/testscript_metadata_link.js +17 -0
  1316. package/lib/data/testscript_origin.d.ts +21 -8
  1317. package/lib/data/testscript_origin.js +16 -1
  1318. package/lib/data/testscript_setup.d.ts +1827 -6
  1319. package/lib/data/testscript_setup.js +15 -1
  1320. package/lib/data/testscript_setup_action.d.ts +606 -0
  1321. package/lib/data/testscript_setup_action.js +19 -0
  1322. package/lib/data/testscript_setup_action_assert.d.ts +81 -0
  1323. package/lib/data/testscript_setup_action_assert.js +38 -0
  1324. package/lib/data/testscript_setup_action_operation.d.ts +120 -0
  1325. package/lib/data/testscript_setup_action_operation.js +37 -0
  1326. package/lib/data/testscript_setup_action_operation_requestheader.d.ts +21 -0
  1327. package/lib/data/testscript_setup_action_operation_requestheader.js +17 -0
  1328. package/lib/data/testscript_teardown.d.ts +1116 -6
  1329. package/lib/data/testscript_teardown.js +15 -1
  1330. package/lib/data/testscript_teardown_action.d.ts +369 -0
  1331. package/lib/data/testscript_teardown_action.js +17 -0
  1332. package/lib/data/testscript_test.d.ts +1833 -10
  1333. package/lib/data/testscript_test.js +17 -1
  1334. package/lib/data/testscript_test_action.d.ts +606 -0
  1335. package/lib/data/testscript_test_action.js +19 -0
  1336. package/lib/data/testscript_variable.d.ts +39 -19
  1337. package/lib/data/testscript_variable.js +21 -1
  1338. package/lib/data/time.d.ts +3 -0
  1339. package/lib/data/time.js +8 -0
  1340. package/lib/data/timing.d.ts +3 -4
  1341. package/lib/data/timing.js +18 -1
  1342. package/lib/data/timing_repeat.d.ts +9 -47
  1343. package/lib/data/timing_repeat.js +33 -26
  1344. package/lib/data/triggerdefinition.d.ts +5 -30
  1345. package/lib/data/triggerdefinition.js +25 -23
  1346. package/lib/data/uri.d.ts +3 -0
  1347. package/lib/data/uri.js +8 -0
  1348. package/lib/data/url.d.ts +3 -0
  1349. package/lib/data/url.js +8 -0
  1350. package/lib/data/usagecontext.d.ts +7 -10
  1351. package/lib/data/usagecontext.js +22 -1
  1352. package/lib/data/uuid.d.ts +3 -0
  1353. package/lib/data/uuid.js +8 -0
  1354. package/lib/data/valueset.d.ts +3 -20
  1355. package/lib/data/valueset.js +36 -1
  1356. package/lib/data/valueset_compose.d.ts +2079 -12
  1357. package/lib/data/valueset_compose.js +18 -1
  1358. package/lib/data/valueset_compose_include.d.ts +345 -0
  1359. package/lib/data/valueset_compose_include.js +22 -0
  1360. package/lib/data/valueset_compose_include_concept.d.ts +87 -0
  1361. package/lib/data/valueset_compose_include_concept.js +21 -0
  1362. package/lib/data/valueset_compose_include_concept_designation.d.ts +24 -0
  1363. package/lib/data/valueset_compose_include_concept_designation.js +19 -0
  1364. package/lib/data/valueset_compose_include_filter.d.ts +24 -0
  1365. package/lib/data/valueset_compose_include_filter.js +19 -0
  1366. package/lib/data/valueset_expansion.d.ts +141 -17
  1367. package/lib/data/valueset_expansion.js +21 -1
  1368. package/lib/data/valueset_expansion_contains.d.ts +14 -0
  1369. package/lib/data/valueset_expansion_contains.js +26 -0
  1370. package/lib/data/valueset_expansion_parameter.d.ts +39 -0
  1371. package/lib/data/valueset_expansion_parameter.js +23 -0
  1372. package/lib/data/verificationresult.d.ts +5 -33
  1373. package/lib/data/verificationresult.js +32 -19
  1374. package/lib/data/verificationresult_attestation.d.ts +39 -22
  1375. package/lib/data/verificationresult_attestation.js +24 -1
  1376. package/lib/data/verificationresult_primarysource.d.ts +36 -19
  1377. package/lib/data/verificationresult_primarysource.js +22 -1
  1378. package/lib/data/verificationresult_validator.d.ts +24 -11
  1379. package/lib/data/verificationresult_validator.js +18 -1
  1380. package/lib/data/visionprescription.d.ts +7 -36
  1381. package/lib/data/visionprescription.js +23 -15
  1382. package/lib/data/visionprescription_lensspecification.d.ts +111 -0
  1383. package/lib/data/visionprescription_lensspecification.js +34 -0
  1384. package/lib/data/visionprescription_lensspecification_prism.d.ts +21 -0
  1385. package/lib/data/visionprescription_lensspecification_prism.js +18 -0
  1386. package/lib/data/xhtml.d.ts +3 -0
  1387. package/lib/data/xhtml.js +8 -0
  1388. package/lib/index.d.ts +11 -7
  1389. package/lib/index.js +12 -8
  1390. package/package.json +9 -2
  1391. package/fhir-r4-types.md +0 -558
  1392. package/lib/backboneelement.d.ts +0 -7
  1393. package/lib/backboneelement.js +0 -3
  1394. package/lib/control/role-codes.d.ts +0 -26
  1395. package/lib/control/role-codes.js +0 -59
  1396. package/lib/data/auditevent_detail.d.ts +0 -9
  1397. package/lib/data/auditevent_detail.js +0 -3
  1398. package/lib/data/auditevent_network.d.ts +0 -22
  1399. package/lib/data/auditevent_network.js +0 -19
  1400. package/lib/data/bundle_request.d.ts +0 -32
  1401. package/lib/data/bundle_request.js +0 -21
  1402. package/lib/data/bundle_response.d.ts +0 -15
  1403. package/lib/data/bundle_response.js +0 -3
  1404. package/lib/data/bundle_search.d.ts +0 -18
  1405. package/lib/data/bundle_search.js +0 -15
  1406. package/lib/data/capabilitystatement_certificate.d.ts +0 -8
  1407. package/lib/data/capabilitystatement_certificate.js +0 -3
  1408. package/lib/data/capabilitystatement_endpoint.d.ts +0 -9
  1409. package/lib/data/capabilitystatement_endpoint.js +0 -3
  1410. package/lib/data/capabilitystatement_event.d.ts +0 -38
  1411. package/lib/data/capabilitystatement_event.js +0 -22
  1412. package/lib/data/capabilitystatement_interaction.d.ts +0 -30
  1413. package/lib/data/capabilitystatement_interaction.js +0 -27
  1414. package/lib/data/capabilitystatement_interaction1.d.ts +0 -20
  1415. package/lib/data/capabilitystatement_interaction1.js +0 -17
  1416. package/lib/data/capabilitystatement_operation.d.ts +0 -10
  1417. package/lib/data/capabilitystatement_operation.js +0 -3
  1418. package/lib/data/capabilitystatement_resource.d.ts +0 -87
  1419. package/lib/data/capabilitystatement_resource.js +0 -48
  1420. package/lib/data/capabilitystatement_searchparam.d.ts +0 -34
  1421. package/lib/data/capabilitystatement_searchparam.js +0 -27
  1422. package/lib/data/capabilitystatement_security.d.ts +0 -14
  1423. package/lib/data/capabilitystatement_security.js +0 -3
  1424. package/lib/data/capabilitystatement_supportedmessage.d.ts +0 -15
  1425. package/lib/data/capabilitystatement_supportedmessage.js +0 -13
  1426. package/lib/data/careplan_detail.d.ts +0 -74
  1427. package/lib/data/careplan_detail.js +0 -27
  1428. package/lib/data/claim_detail.d.ts +0 -32
  1429. package/lib/data/claim_detail.js +0 -3
  1430. package/lib/data/claim_subdetail.d.ts +0 -29
  1431. package/lib/data/claim_subdetail.js +0 -3
  1432. package/lib/data/claimresponse_adjudication.d.ts +0 -13
  1433. package/lib/data/claimresponse_adjudication.js +0 -3
  1434. package/lib/data/claimresponse_detail.d.ts +0 -13
  1435. package/lib/data/claimresponse_detail.js +0 -3
  1436. package/lib/data/claimresponse_detail1.d.ts +0 -25
  1437. package/lib/data/claimresponse_detail1.js +0 -3
  1438. package/lib/data/claimresponse_subdetail.d.ts +0 -10
  1439. package/lib/data/claimresponse_subdetail.js +0 -3
  1440. package/lib/data/codesystem_designation.d.ts +0 -10
  1441. package/lib/data/codesystem_designation.js +0 -3
  1442. package/lib/data/codesystem_property1.d.ts +0 -20
  1443. package/lib/data/codesystem_property1.js +0 -3
  1444. package/lib/data/communicationrequest_requester.d.ts +0 -8
  1445. package/lib/data/communicationrequest_requester.js +0 -3
  1446. package/lib/data/conceptmap_dependson.d.ts +0 -11
  1447. package/lib/data/conceptmap_dependson.js +0 -3
  1448. package/lib/data/conceptmap_element.d.ts +0 -10
  1449. package/lib/data/conceptmap_element.js +0 -3
  1450. package/lib/data/conceptmap_target.d.ts +0 -40
  1451. package/lib/data/conceptmap_target.js +0 -29
  1452. package/lib/data/conceptmap_unmapped.d.ts +0 -21
  1453. package/lib/data/conceptmap_unmapped.js +0 -15
  1454. package/lib/data/consent_actor.d.ts +0 -9
  1455. package/lib/data/consent_actor.js +0 -3
  1456. package/lib/data/consent_actor1.d.ts +0 -9
  1457. package/lib/data/consent_actor1.js +0 -3
  1458. package/lib/data/consent_data.d.ts +0 -9
  1459. package/lib/data/consent_data.js +0 -3
  1460. package/lib/data/consent_data1.d.ts +0 -9
  1461. package/lib/data/consent_data1.js +0 -3
  1462. package/lib/data/consent_except.d.ts +0 -38
  1463. package/lib/data/consent_except.js +0 -13
  1464. package/lib/data/contract_agent.d.ts +0 -9
  1465. package/lib/data/contract_agent.js +0 -3
  1466. package/lib/data/contract_agent1.d.ts +0 -9
  1467. package/lib/data/contract_agent1.js +0 -3
  1468. package/lib/data/contract_valueditem.d.ts +0 -38
  1469. package/lib/data/contract_valueditem.js +0 -3
  1470. package/lib/data/contract_valueditem1.d.ts +0 -35
  1471. package/lib/data/contract_valueditem1.js +0 -3
  1472. package/lib/data/coverage_grouping.d.ts +0 -31
  1473. package/lib/data/coverage_grouping.js +0 -3
  1474. package/lib/data/coverageeligibilityresponse_benefitbalance.d.ts +0 -34
  1475. package/lib/data/coverageeligibilityresponse_benefitbalance.js +0 -3
  1476. package/lib/data/coverageeligibilityresponse_financial.d.ts +0 -20
  1477. package/lib/data/coverageeligibilityresponse_financial.js +0 -3
  1478. package/lib/data/device_udi.d.ts +0 -35
  1479. package/lib/data/device_udi.js +0 -19
  1480. package/lib/data/devicerequest_requester.d.ts +0 -8
  1481. package/lib/data/devicerequest_requester.js +0 -3
  1482. package/lib/data/diagnosticreport_performer.d.ts +0 -9
  1483. package/lib/data/diagnosticreport_performer.js +0 -3
  1484. package/lib/data/documentmanifest_content.d.ts +0 -10
  1485. package/lib/data/documentmanifest_content.js +0 -3
  1486. package/lib/data/documentreference_related.d.ts +0 -9
  1487. package/lib/data/documentreference_related.js +0 -3
  1488. package/lib/data/elementdefinition_discriminator.d.ts +0 -21
  1489. package/lib/data/elementdefinition_discriminator.js +0 -19
  1490. package/lib/data/explanationofbenefit_adjudication.d.ts +0 -13
  1491. package/lib/data/explanationofbenefit_adjudication.js +0 -3
  1492. package/lib/data/explanationofbenefit_detail.d.ts +0 -37
  1493. package/lib/data/explanationofbenefit_detail.js +0 -3
  1494. package/lib/data/explanationofbenefit_detail1.d.ts +0 -23
  1495. package/lib/data/explanationofbenefit_detail1.js +0 -3
  1496. package/lib/data/explanationofbenefit_financial.d.ts +0 -17
  1497. package/lib/data/explanationofbenefit_financial.js +0 -3
  1498. package/lib/data/explanationofbenefit_information.d.ts +0 -31
  1499. package/lib/data/explanationofbenefit_information.js +0 -3
  1500. package/lib/data/explanationofbenefit_subdetail.d.ts +0 -34
  1501. package/lib/data/explanationofbenefit_subdetail.js +0 -3
  1502. package/lib/data/graphdefinition_compartment.d.ts +0 -33
  1503. package/lib/data/graphdefinition_compartment.js +0 -24
  1504. package/lib/data/graphdefinition_target.d.ts +0 -15
  1505. package/lib/data/graphdefinition_target.js +0 -3
  1506. package/lib/data/imagingstudy_instance.d.ts +0 -12
  1507. package/lib/data/imagingstudy_instance.js +0 -3
  1508. package/lib/data/immunization_explanation.d.ts +0 -11
  1509. package/lib/data/immunization_explanation.js +0 -3
  1510. package/lib/data/immunization_practitioner.d.ts +0 -9
  1511. package/lib/data/immunization_practitioner.js +0 -3
  1512. package/lib/data/immunization_vaccinationprotocol.d.ts +0 -20
  1513. package/lib/data/immunization_vaccinationprotocol.js +0 -3
  1514. package/lib/data/immunizationrecommendation_datecriterion.d.ts +0 -8
  1515. package/lib/data/immunizationrecommendation_datecriterion.js +0 -3
  1516. package/lib/data/immunizationrecommendation_protocol.d.ts +0 -24
  1517. package/lib/data/immunizationrecommendation_protocol.js +0 -3
  1518. package/lib/data/implementationguide_dependency.d.ts +0 -9
  1519. package/lib/data/implementationguide_dependency.js +0 -3
  1520. package/lib/data/implementationguide_package.d.ts +0 -7
  1521. package/lib/data/implementationguide_package.js +0 -3
  1522. package/lib/data/implementationguide_page.d.ts +0 -26
  1523. package/lib/data/implementationguide_page.js +0 -17
  1524. package/lib/data/implementationguide_resource.d.ts +0 -18
  1525. package/lib/data/implementationguide_resource.js +0 -3
  1526. package/lib/data/measure_population.d.ts +0 -11
  1527. package/lib/data/measure_population.js +0 -3
  1528. package/lib/data/measure_stratifier.d.ts +0 -14
  1529. package/lib/data/measure_stratifier.js +0 -3
  1530. package/lib/data/measure_stratifier_component.d.ts +0 -11
  1531. package/lib/data/measure_stratifier_component.js +0 -3
  1532. package/lib/data/measurereport_population.d.ts +0 -11
  1533. package/lib/data/measurereport_population.js +0 -3
  1534. package/lib/data/measurereport_population1.d.ts +0 -11
  1535. package/lib/data/measurereport_population1.js +0 -3
  1536. package/lib/data/measurereport_stratifier.d.ts +0 -9
  1537. package/lib/data/measurereport_stratifier.js +0 -3
  1538. package/lib/data/measurereport_stratum.d.ts +0 -15
  1539. package/lib/data/measurereport_stratum.js +0 -3
  1540. package/lib/data/measurereport_stratum_component.d.ts +0 -8
  1541. package/lib/data/measurereport_stratum_component.js +0 -3
  1542. package/lib/data/medication_content.d.ts +0 -12
  1543. package/lib/data/medication_content.js +0 -3
  1544. package/lib/data/medication_package.d.ts +0 -12
  1545. package/lib/data/medication_package.js +0 -3
  1546. package/lib/data/medicationrequest_requester.d.ts +0 -12
  1547. package/lib/data/medicationrequest_requester.js +0 -3
  1548. package/lib/data/nutritionorder_administration.d.ts +0 -14
  1549. package/lib/data/nutritionorder_administration.js +0 -3
  1550. package/lib/data/nutritionorder_nutrient.d.ts +0 -9
  1551. package/lib/data/nutritionorder_nutrient.js +0 -3
  1552. package/lib/data/nutritionorder_texture.d.ts +0 -8
  1553. package/lib/data/nutritionorder_texture.js +0 -3
  1554. package/lib/data/observation_related.d.ts +0 -24
  1555. package/lib/data/observation_related.js +0 -24
  1556. package/lib/data/operationdefinition_binding.d.ts +0 -19
  1557. package/lib/data/operationdefinition_binding.js +0 -17
  1558. package/lib/data/operationdefinition_referencedfrom.d.ts +0 -7
  1559. package/lib/data/operationdefinition_referencedfrom.js +0 -3
  1560. package/lib/data/patient_animal.d.ts +0 -10
  1561. package/lib/data/patient_animal.js +0 -3
  1562. package/lib/data/plandefinition_condition.d.ts +0 -18
  1563. package/lib/data/plandefinition_condition.js +0 -15
  1564. package/lib/data/plandefinition_dynamicvalue.d.ts +0 -8
  1565. package/lib/data/plandefinition_dynamicvalue.js +0 -3
  1566. package/lib/data/plandefinition_participant.d.ts +0 -20
  1567. package/lib/data/plandefinition_participant.js +0 -17
  1568. package/lib/data/plandefinition_relatedaction.d.ts +0 -35
  1569. package/lib/data/plandefinition_relatedaction.js +0 -27
  1570. package/lib/data/plandefinition_target.d.ts +0 -17
  1571. package/lib/data/plandefinition_target.js +0 -3
  1572. package/lib/data/questionnaire_enablewhen.d.ts +0 -40
  1573. package/lib/data/questionnaire_enablewhen.js +0 -23
  1574. package/lib/data/questionnaire_initial.d.ts +0 -20
  1575. package/lib/data/questionnaire_initial.js +0 -3
  1576. package/lib/data/questionnaire_option.d.ts +0 -14
  1577. package/lib/data/questionnaire_option.js +0 -3
  1578. package/lib/data/questionnaireresponse_answer.js +0 -3
  1579. package/lib/data/requestgroup_condition.d.ts +0 -8
  1580. package/lib/data/requestgroup_condition.js +0 -3
  1581. package/lib/data/requestgroup_relatedaction.d.ts +0 -35
  1582. package/lib/data/requestgroup_relatedaction.js +0 -27
  1583. package/lib/data/resourcelist.d.ts +0 -6
  1584. package/lib/data/resourcelist.js +0 -4
  1585. package/lib/data/structuremap_dependent.d.ts +0 -10
  1586. package/lib/data/structuremap_dependent.js +0 -3
  1587. package/lib/data/structuremap_input.d.ts +0 -19
  1588. package/lib/data/structuremap_input.js +0 -13
  1589. package/lib/data/structuremap_parameter.d.ts +0 -13
  1590. package/lib/data/structuremap_parameter.js +0 -3
  1591. package/lib/data/structuremap_rule.d.ts +0 -18
  1592. package/lib/data/structuremap_rule.js +0 -3
  1593. package/lib/data/structuremap_source.d.ts +0 -180
  1594. package/lib/data/structuremap_source.js +0 -19
  1595. package/lib/data/structuremap_target.d.ts +0 -78
  1596. package/lib/data/structuremap_target.js +0 -61
  1597. package/lib/data/supplyrequest_ordereditem.d.ts +0 -12
  1598. package/lib/data/supplyrequest_ordereditem.js +0 -3
  1599. package/lib/data/supplyrequest_requester.d.ts +0 -12
  1600. package/lib/data/supplyrequest_requester.js +0 -3
  1601. package/lib/data/task_requester.d.ts +0 -8
  1602. package/lib/data/task_requester.js +0 -3
  1603. package/lib/data/testreport_action.d.ts +0 -14
  1604. package/lib/data/testreport_action.js +0 -3
  1605. package/lib/data/testreport_action1.d.ts +0 -14
  1606. package/lib/data/testreport_action1.js +0 -3
  1607. package/lib/data/testreport_action2.d.ts +0 -10
  1608. package/lib/data/testreport_action2.js +0 -3
  1609. package/lib/data/testreport_assert.d.ts +0 -10
  1610. package/lib/data/testreport_assert.js +0 -3
  1611. package/lib/data/testreport_operation.d.ts +0 -10
  1612. package/lib/data/testreport_operation.js +0 -3
  1613. package/lib/data/testscript_action.d.ts +0 -9
  1614. package/lib/data/testscript_action.js +0 -3
  1615. package/lib/data/testscript_action1.d.ts +0 -9
  1616. package/lib/data/testscript_action1.js +0 -3
  1617. package/lib/data/testscript_action2.d.ts +0 -9
  1618. package/lib/data/testscript_action2.js +0 -3
  1619. package/lib/data/testscript_assert.d.ts +0 -101
  1620. package/lib/data/testscript_assert.js +0 -49
  1621. package/lib/data/testscript_capability.d.ts +0 -18
  1622. package/lib/data/testscript_capability.js +0 -3
  1623. package/lib/data/testscript_link.d.ts +0 -7
  1624. package/lib/data/testscript_link.js +0 -3
  1625. package/lib/data/testscript_operation.d.ts +0 -40
  1626. package/lib/data/testscript_operation.js +0 -3
  1627. package/lib/data/testscript_param.d.ts +0 -7
  1628. package/lib/data/testscript_param.js +0 -3
  1629. package/lib/data/testscript_param1.d.ts +0 -7
  1630. package/lib/data/testscript_param1.js +0 -3
  1631. package/lib/data/testscript_param2.d.ts +0 -7
  1632. package/lib/data/testscript_param2.js +0 -3
  1633. package/lib/data/testscript_param3.d.ts +0 -7
  1634. package/lib/data/testscript_param3.js +0 -3
  1635. package/lib/data/testscript_requestheader.d.ts +0 -7
  1636. package/lib/data/testscript_requestheader.js +0 -3
  1637. package/lib/data/testscript_rule.d.ts +0 -9
  1638. package/lib/data/testscript_rule.js +0 -3
  1639. package/lib/data/testscript_rule1.d.ts +0 -8
  1640. package/lib/data/testscript_rule1.js +0 -3
  1641. package/lib/data/testscript_rule2.d.ts +0 -8
  1642. package/lib/data/testscript_rule2.js +0 -3
  1643. package/lib/data/testscript_rule3.d.ts +0 -8
  1644. package/lib/data/testscript_rule3.js +0 -3
  1645. package/lib/data/testscript_ruleset.d.ts +0 -9
  1646. package/lib/data/testscript_ruleset.js +0 -3
  1647. package/lib/data/testscript_ruleset1.d.ts +0 -8
  1648. package/lib/data/testscript_ruleset1.js +0 -3
  1649. package/lib/data/valueset_concept.d.ts +0 -10
  1650. package/lib/data/valueset_concept.js +0 -3
  1651. package/lib/data/valueset_contains.d.ts +0 -20
  1652. package/lib/data/valueset_contains.js +0 -3
  1653. package/lib/data/valueset_designation.d.ts +0 -10
  1654. package/lib/data/valueset_designation.js +0 -3
  1655. package/lib/data/valueset_filter.d.ts +0 -31
  1656. package/lib/data/valueset_filter.js +0 -27
  1657. package/lib/data/valueset_include.d.ts +0 -15
  1658. package/lib/data/valueset_include.js +0 -3
  1659. package/lib/data/valueset_parameter.d.ts +0 -13
  1660. package/lib/data/valueset_parameter.js +0 -3
  1661. package/lib/data/visionprescription_dispense.d.ts +0 -61
  1662. package/lib/data/visionprescription_dispense.js +0 -24
  1663. package/lib/domainresource.d.ts +0 -14
  1664. package/lib/domainresource.js +0 -3
  1665. package/lib/element.d.ts +0 -7
  1666. package/lib/element.js +0 -3
  1667. package/lib/resource.d.ts +0 -11
  1668. package/lib/resource.js +0 -3
  1669. package/scripts/fix-imports-after-merge.mjs +0 -51
  1670. package/scripts/fix-imports-pass2.mjs +0 -53
  1671. package/scripts/generate-fixtures.js +0 -116
  1672. package/scripts/verify-types.mjs +0 -139
@@ -1,102 +1,4076 @@
1
- /**
2
- * FHIR R4 value-set constants (const-as-const pattern).
3
- * Use these for both types and runtime values (e.g. PUBLICATION_STATUS.ACTIVE).
4
- */
5
- /** Publication status: draft | active | retired | unknown (used by many FHIR resources) */
6
- export declare const PUBLICATION_STATUS: {
7
- readonly DRAFT: "draft";
1
+ import { z } from "zod";
2
+ export declare const ACCOUNT_STATUS: {
8
3
  readonly ACTIVE: "active";
9
- readonly RETIRED: "retired";
4
+ readonly ENTERED_IN_ERROR: "entered-in-error";
5
+ readonly INACTIVE: "inactive";
6
+ readonly ON_HOLD: "on-hold";
10
7
  readonly UNKNOWN: "unknown";
11
8
  };
12
- export type PublicationStatus = (typeof PUBLICATION_STATUS)[keyof typeof PUBLICATION_STATUS];
13
- /** Administrative gender: male | female | other | unknown */
9
+ export type AccountStatus = (typeof ACCOUNT_STATUS)[keyof typeof ACCOUNT_STATUS];
10
+ export declare const accountStatusSchema: z.ZodEnum<["active", "entered-in-error", "inactive", "on-hold", "unknown"]>;
11
+ export declare const ACTION_CARDINALITY_BEHAVIOR: {
12
+ readonly MULTIPLE: "multiple";
13
+ readonly SINGLE: "single";
14
+ };
15
+ export type ActionCardinalityBehavior = (typeof ACTION_CARDINALITY_BEHAVIOR)[keyof typeof ACTION_CARDINALITY_BEHAVIOR];
16
+ export declare const actionCardinalityBehaviorSchema: z.ZodEnum<["multiple", "single"]>;
17
+ export declare const ACTION_CONDITION_KIND: {
18
+ readonly APPLICABILITY: "applicability";
19
+ readonly START: "start";
20
+ readonly STOP: "stop";
21
+ };
22
+ export type ActionConditionKind = (typeof ACTION_CONDITION_KIND)[keyof typeof ACTION_CONDITION_KIND];
23
+ export declare const actionConditionKindSchema: z.ZodEnum<["applicability", "start", "stop"]>;
24
+ export declare const ACTION_GROUPING_BEHAVIOR: {
25
+ readonly LOGICAL_GROUP: "logical-group";
26
+ readonly SENTENCE_GROUP: "sentence-group";
27
+ readonly VISUAL_GROUP: "visual-group";
28
+ };
29
+ export type ActionGroupingBehavior = (typeof ACTION_GROUPING_BEHAVIOR)[keyof typeof ACTION_GROUPING_BEHAVIOR];
30
+ export declare const actionGroupingBehaviorSchema: z.ZodEnum<["logical-group", "sentence-group", "visual-group"]>;
31
+ export declare const ACTION_PARTICIPANT_TYPE: {
32
+ readonly DEVICE: "device";
33
+ readonly PATIENT: "patient";
34
+ readonly PRACTITIONER: "practitioner";
35
+ readonly RELATED_PERSON: "related-person";
36
+ };
37
+ export type ActionParticipantType = (typeof ACTION_PARTICIPANT_TYPE)[keyof typeof ACTION_PARTICIPANT_TYPE];
38
+ export declare const actionParticipantTypeSchema: z.ZodEnum<["device", "patient", "practitioner", "related-person"]>;
39
+ export declare const ACTION_PRECHECK_BEHAVIOR: {
40
+ readonly NO: "no";
41
+ readonly YES: "yes";
42
+ };
43
+ export type ActionPrecheckBehavior = (typeof ACTION_PRECHECK_BEHAVIOR)[keyof typeof ACTION_PRECHECK_BEHAVIOR];
44
+ export declare const actionPrecheckBehaviorSchema: z.ZodEnum<["no", "yes"]>;
45
+ export declare const ACTION_RELATIONSHIP_TYPE: {
46
+ readonly AFTER: "after";
47
+ readonly AFTER_END: "after-end";
48
+ readonly AFTER_START: "after-start";
49
+ readonly BEFORE: "before";
50
+ readonly BEFORE_END: "before-end";
51
+ readonly BEFORE_START: "before-start";
52
+ readonly CONCURRENT: "concurrent";
53
+ readonly CONCURRENT_WITH_END: "concurrent-with-end";
54
+ readonly CONCURRENT_WITH_START: "concurrent-with-start";
55
+ };
56
+ export type ActionRelationshipType = (typeof ACTION_RELATIONSHIP_TYPE)[keyof typeof ACTION_RELATIONSHIP_TYPE];
57
+ export declare const actionRelationshipTypeSchema: z.ZodEnum<["after", "after-end", "after-start", "before", "before-end", "before-start", "concurrent", "concurrent-with-end", "concurrent-with-start"]>;
58
+ export declare const ACTION_REQUIRED_BEHAVIOR: {
59
+ readonly COULD: "could";
60
+ readonly MUST: "must";
61
+ readonly MUST_UNLESS_DOCUMENTED: "must-unless-documented";
62
+ };
63
+ export type ActionRequiredBehavior = (typeof ACTION_REQUIRED_BEHAVIOR)[keyof typeof ACTION_REQUIRED_BEHAVIOR];
64
+ export declare const actionRequiredBehaviorSchema: z.ZodEnum<["could", "must", "must-unless-documented"]>;
65
+ export declare const ACTION_SELECTION_BEHAVIOR: {
66
+ readonly ALL: "all";
67
+ readonly ALL_OR_NONE: "all-or-none";
68
+ readonly ANY: "any";
69
+ readonly AT_MOST_ONE: "at-most-one";
70
+ readonly EXACTLY_ONE: "exactly-one";
71
+ readonly ONE_OR_MORE: "one-or-more";
72
+ };
73
+ export type ActionSelectionBehavior = (typeof ACTION_SELECTION_BEHAVIOR)[keyof typeof ACTION_SELECTION_BEHAVIOR];
74
+ export declare const actionSelectionBehaviorSchema: z.ZodEnum<["all", "all-or-none", "any", "at-most-one", "exactly-one", "one-or-more"]>;
75
+ export declare const ACTION_TYPE: {
76
+ readonly CREATE: "create";
77
+ readonly FIRE_EVENT: "fire-event";
78
+ readonly REMOVE: "remove";
79
+ readonly UPDATE: "update";
80
+ };
81
+ export type ActionType = (typeof ACTION_TYPE)[keyof typeof ACTION_TYPE];
82
+ export declare const actionTypeSchema: z.ZodEnum<["create", "fire-event", "remove", "update"]>;
83
+ export declare const ADDRESS_TYPE: {
84
+ readonly BOTH: "both";
85
+ readonly PHYSICAL: "physical";
86
+ readonly POSTAL: "postal";
87
+ };
88
+ export type AddressType = (typeof ADDRESS_TYPE)[keyof typeof ADDRESS_TYPE];
89
+ export declare const addressTypeSchema: z.ZodEnum<["both", "physical", "postal"]>;
90
+ export declare const ADDRESS_USE: {
91
+ readonly BILLING: "billing";
92
+ readonly HOME: "home";
93
+ readonly OLD: "old";
94
+ readonly TEMP: "temp";
95
+ readonly WORK: "work";
96
+ };
97
+ export type AddressUse = (typeof ADDRESS_USE)[keyof typeof ADDRESS_USE];
98
+ export declare const addressUseSchema: z.ZodEnum<["billing", "home", "old", "temp", "work"]>;
14
99
  export declare const ADMINISTRATIVE_GENDER: {
15
- readonly MALE: "male";
16
100
  readonly FEMALE: "female";
101
+ readonly MALE: "male";
17
102
  readonly OTHER: "other";
18
103
  readonly UNKNOWN: "unknown";
19
104
  };
20
105
  export type AdministrativeGender = (typeof ADMINISTRATIVE_GENDER)[keyof typeof ADMINISTRATIVE_GENDER];
21
- /** Status: active | inactive | entered-in-error (MedicationKnowledge, Substance, Medication, Flag, Device) */
22
- export declare const ACTIVE_INACTIVE_ENTERED_IN_ERROR_STATUS: {
106
+ export declare const administrativeGenderSchema: z.ZodEnum<["female", "male", "other", "unknown"]>;
107
+ export declare const ADVERSE_EVENT_ACTUALITY: {
108
+ readonly ACTUAL: "actual";
109
+ readonly POTENTIAL: "potential";
110
+ };
111
+ export type AdverseEventActuality = (typeof ADVERSE_EVENT_ACTUALITY)[keyof typeof ADVERSE_EVENT_ACTUALITY];
112
+ export declare const adverseEventActualitySchema: z.ZodEnum<["actual", "potential"]>;
113
+ export declare const ADVERSE_EVENT_CATEGORY: {
114
+ readonly EXPIRED_DRUG: "expired-drug";
115
+ readonly INCORRECT_PRESCRIBING_INFORMATION: "incorrect-prescribing-information";
116
+ readonly MEDICAL_DEVICE_USE_ERROR: "medical-device-use-error";
117
+ readonly PROBLEM_DIFFERENT_MANUFACTURER: "problem-different-manufacturer";
118
+ readonly PRODUCT_PROBLEM: "product-problem";
119
+ readonly PRODUCT_QUALITY: "product-quality";
120
+ readonly PRODUCT_USE_ERROR: "product-use-error";
121
+ readonly UNSAFE_PHYSICAL_ENVIRONMENT: "unsafe-physical-environment";
122
+ readonly WRONG_DOSE: "wrong-dose";
123
+ readonly WRONG_DURATION: "wrong-duration";
124
+ readonly WRONG_RATE: "wrong-rate";
125
+ readonly WRONG_ROUTE_OF_ADMINISTRATION: "wrong-route-of-administration";
126
+ readonly WRONG_TECHNIQUE: "wrong-technique";
127
+ readonly WRONG_TIME: "wrong-time";
128
+ };
129
+ export type AdverseEventCategory = (typeof ADVERSE_EVENT_CATEGORY)[keyof typeof ADVERSE_EVENT_CATEGORY];
130
+ export declare const adverseEventCategorySchema: z.ZodEnum<["expired-drug", "incorrect-prescribing-information", "medical-device-use-error", "problem-different-manufacturer", "product-problem", "product-quality", "product-use-error", "unsafe-physical-environment", "wrong-dose", "wrong-duration", "wrong-rate", "wrong-route-of-administration", "wrong-technique", "wrong-time"]>;
131
+ export declare const ADVERSE_EVENT_OUTCOME: {
132
+ readonly FATAL: "fatal";
133
+ readonly ONGOING: "ongoing";
134
+ readonly RECOVERING: "recovering";
135
+ readonly RESOLVED: "resolved";
136
+ readonly RESOLVEDWITHSEQUELAE: "resolvedWithSequelae";
137
+ readonly UNKNOWN: "unknown";
138
+ };
139
+ export type AdverseEventOutcome = (typeof ADVERSE_EVENT_OUTCOME)[keyof typeof ADVERSE_EVENT_OUTCOME];
140
+ export declare const adverseEventOutcomeSchema: z.ZodEnum<["fatal", "ongoing", "recovering", "resolved", "resolvedWithSequelae", "unknown"]>;
141
+ export declare const ADVERSE_EVENT_SEVERITY: {
142
+ readonly MILD: "mild";
143
+ readonly MODERATE: "moderate";
144
+ readonly SEVERE: "severe";
145
+ };
146
+ export type AdverseEventSeverity = (typeof ADVERSE_EVENT_SEVERITY)[keyof typeof ADVERSE_EVENT_SEVERITY];
147
+ export declare const adverseEventSeveritySchema: z.ZodEnum<["mild", "moderate", "severe"]>;
148
+ export declare const AGGREGATION_MODE: {
149
+ readonly BUNDLED: "bundled";
150
+ readonly CONTAINED: "contained";
151
+ readonly REFERENCED: "referenced";
152
+ };
153
+ export type AggregationMode = (typeof AGGREGATION_MODE)[keyof typeof AGGREGATION_MODE];
154
+ export declare const aggregationModeSchema: z.ZodEnum<["bundled", "contained", "referenced"]>;
155
+ export declare const ALLERGY_INTOLERANCE_CATEGORY: {
156
+ readonly BIOLOGIC: "biologic";
157
+ readonly ENVIRONMENT: "environment";
158
+ readonly FOOD: "food";
159
+ readonly MEDICATION: "medication";
160
+ };
161
+ export type AllergyIntoleranceCategory = (typeof ALLERGY_INTOLERANCE_CATEGORY)[keyof typeof ALLERGY_INTOLERANCE_CATEGORY];
162
+ export declare const allergyIntoleranceCategorySchema: z.ZodEnum<["biologic", "environment", "food", "medication"]>;
163
+ export declare const ALLERGY_INTOLERANCE_CLINICAL_STATUS_CODES: {
23
164
  readonly ACTIVE: "active";
24
165
  readonly INACTIVE: "inactive";
25
- readonly ENTERED_IN_ERROR: "entered-in-error";
166
+ readonly RESOLVED: "resolved";
26
167
  };
27
- export type ActiveInactiveEnteredInErrorStatus = (typeof ACTIVE_INACTIVE_ENTERED_IN_ERROR_STATUS)[keyof typeof ACTIVE_INACTIVE_ENTERED_IN_ERROR_STATUS];
28
- /** MIME type for TestScript: xml | json | ttl | none */
29
- export declare const TESTSCRIPT_MIME_TYPE: {
30
- readonly XML: "xml";
31
- readonly JSON: "json";
32
- readonly TTL: "ttl";
33
- readonly NONE: "none";
168
+ export type AllergyIntoleranceClinicalStatusCodes = (typeof ALLERGY_INTOLERANCE_CLINICAL_STATUS_CODES)[keyof typeof ALLERGY_INTOLERANCE_CLINICAL_STATUS_CODES];
169
+ export declare const allergyIntoleranceClinicalStatusCodesSchema: z.ZodEnum<["active", "inactive", "resolved"]>;
170
+ export declare const ALLERGY_INTOLERANCE_CRITICALITY: {
171
+ readonly HIGH: "high";
172
+ readonly LOW: "low";
173
+ readonly UNABLE_TO_ASSESS: "unable-to-assess";
34
174
  };
35
- export type TestScriptMimeType = (typeof TESTSCRIPT_MIME_TYPE)[keyof typeof TESTSCRIPT_MIME_TYPE];
36
- /** TestReport overall result: pass | fail | pending */
37
- export declare const TESTREPORT_RESULT: {
38
- readonly PASS: "pass";
39
- readonly FAIL: "fail";
175
+ export type AllergyIntoleranceCriticality = (typeof ALLERGY_INTOLERANCE_CRITICALITY)[keyof typeof ALLERGY_INTOLERANCE_CRITICALITY];
176
+ export declare const allergyIntoleranceCriticalitySchema: z.ZodEnum<["high", "low", "unable-to-assess"]>;
177
+ export declare const ALLERGY_INTOLERANCE_SEVERITY: {
178
+ readonly MILD: "mild";
179
+ readonly MODERATE: "moderate";
180
+ readonly SEVERE: "severe";
181
+ };
182
+ export type AllergyIntoleranceSeverity = (typeof ALLERGY_INTOLERANCE_SEVERITY)[keyof typeof ALLERGY_INTOLERANCE_SEVERITY];
183
+ export declare const allergyIntoleranceSeveritySchema: z.ZodEnum<["mild", "moderate", "severe"]>;
184
+ export declare const ALLERGY_INTOLERANCE_TYPE: {
185
+ readonly ALLERGY: "allergy";
186
+ readonly INTOLERANCE: "intolerance";
187
+ };
188
+ export type AllergyIntoleranceType = (typeof ALLERGY_INTOLERANCE_TYPE)[keyof typeof ALLERGY_INTOLERANCE_TYPE];
189
+ export declare const allergyIntoleranceTypeSchema: z.ZodEnum<["allergy", "intolerance"]>;
190
+ export declare const ALLERGY_INTOLERANCE_VERIFICATION_STATUS_CODES: {
191
+ readonly CONFIRMED: "confirmed";
192
+ readonly ENTERED_IN_ERROR: "entered-in-error";
193
+ readonly REFUTED: "refuted";
194
+ readonly UNCONFIRMED: "unconfirmed";
195
+ };
196
+ export type AllergyIntoleranceVerificationStatusCodes = (typeof ALLERGY_INTOLERANCE_VERIFICATION_STATUS_CODES)[keyof typeof ALLERGY_INTOLERANCE_VERIFICATION_STATUS_CODES];
197
+ export declare const allergyIntoleranceVerificationStatusCodesSchema: z.ZodEnum<["confirmed", "entered-in-error", "refuted", "unconfirmed"]>;
198
+ export declare const APPOINTMENT_STATUS: {
199
+ readonly ARRIVED: "arrived";
200
+ readonly BOOKED: "booked";
201
+ readonly CANCELLED: "cancelled";
202
+ readonly CHECKED_IN: "checked-in";
203
+ readonly ENTERED_IN_ERROR: "entered-in-error";
204
+ readonly FULFILLED: "fulfilled";
205
+ readonly NOSHOW: "noshow";
40
206
  readonly PENDING: "pending";
207
+ readonly PROPOSED: "proposed";
208
+ readonly WAITLIST: "waitlist";
41
209
  };
42
- export type TestReportResult = (typeof TESTREPORT_RESULT)[keyof typeof TESTREPORT_RESULT];
43
- /** TestReport result (operation/assert): pass | skip | fail | warning | error */
44
- export declare const TESTREPORT_RESULT_DETAIL: {
45
- readonly PASS: "pass";
46
- readonly SKIP: "skip";
47
- readonly FAIL: "fail";
48
- readonly WARNING: "warning";
210
+ export type AppointmentStatus = (typeof APPOINTMENT_STATUS)[keyof typeof APPOINTMENT_STATUS];
211
+ export declare const appointmentStatusSchema: z.ZodEnum<["arrived", "booked", "cancelled", "checked-in", "entered-in-error", "fulfilled", "noshow", "pending", "proposed", "waitlist"]>;
212
+ export declare const ASSERTION_DIRECTION_TYPE: {
213
+ readonly REQUEST: "request";
214
+ readonly RESPONSE: "response";
215
+ };
216
+ export type AssertionDirectionType = (typeof ASSERTION_DIRECTION_TYPE)[keyof typeof ASSERTION_DIRECTION_TYPE];
217
+ export declare const assertionDirectionTypeSchema: z.ZodEnum<["request", "response"]>;
218
+ export declare const ASSERTION_OPERATOR_TYPE: {
219
+ readonly CONTAINS: "contains";
220
+ readonly EMPTY: "empty";
221
+ readonly EQUALS: "equals";
222
+ readonly EVAL: "eval";
223
+ readonly GREATERTHAN: "greaterThan";
224
+ readonly IN: "in";
225
+ readonly LESSTHAN: "lessThan";
226
+ readonly NOTCONTAINS: "notContains";
227
+ readonly NOTEMPTY: "notEmpty";
228
+ readonly NOTEQUALS: "notEquals";
229
+ readonly NOTIN: "notIn";
230
+ };
231
+ export type AssertionOperatorType = (typeof ASSERTION_OPERATOR_TYPE)[keyof typeof ASSERTION_OPERATOR_TYPE];
232
+ export declare const assertionOperatorTypeSchema: z.ZodEnum<["contains", "empty", "equals", "eval", "greaterThan", "in", "lessThan", "notContains", "notEmpty", "notEquals", "notIn"]>;
233
+ export declare const ASSERTION_RESPONSE_TYPES: {
234
+ readonly BAD: "bad";
235
+ readonly CONFLICT: "conflict";
236
+ readonly CREATED: "created";
237
+ readonly FORBIDDEN: "forbidden";
238
+ readonly GONE: "gone";
239
+ readonly METHODNOTALLOWED: "methodNotAllowed";
240
+ readonly NOCONTENT: "noContent";
241
+ readonly NOTFOUND: "notFound";
242
+ readonly NOTMODIFIED: "notModified";
243
+ readonly OKAY: "okay";
244
+ readonly PRECONDITIONFAILED: "preconditionFailed";
245
+ readonly UNPROCESSABLE: "unprocessable";
246
+ };
247
+ export type AssertionResponseTypes = (typeof ASSERTION_RESPONSE_TYPES)[keyof typeof ASSERTION_RESPONSE_TYPES];
248
+ export declare const assertionResponseTypesSchema: z.ZodEnum<["bad", "conflict", "created", "forbidden", "gone", "methodNotAllowed", "noContent", "notFound", "notModified", "okay", "preconditionFailed", "unprocessable"]>;
249
+ export declare const AUDIT_EVENT_ACTION: {
250
+ readonly C: "C";
251
+ readonly D: "D";
252
+ readonly E: "E";
253
+ readonly R: "R";
254
+ readonly U: "U";
255
+ };
256
+ export type AuditEventAction = (typeof AUDIT_EVENT_ACTION)[keyof typeof AUDIT_EVENT_ACTION];
257
+ export declare const auditEventActionSchema: z.ZodEnum<["C", "D", "E", "R", "U"]>;
258
+ export declare const AUDIT_EVENT_AGENT_NETWORK_TYPE: {
259
+ readonly _1: "1";
260
+ readonly _2: "2";
261
+ readonly _3: "3";
262
+ readonly _4: "4";
263
+ readonly _5: "5";
264
+ };
265
+ export type AuditEventAgentNetworkType = (typeof AUDIT_EVENT_AGENT_NETWORK_TYPE)[keyof typeof AUDIT_EVENT_AGENT_NETWORK_TYPE];
266
+ export declare const auditEventAgentNetworkTypeSchema: z.ZodEnum<["1", "2", "3", "4", "5"]>;
267
+ export declare const AUDIT_EVENT_ENTITY_ROLE: {
268
+ readonly _1: "1";
269
+ readonly _10: "10";
270
+ readonly _11: "11";
271
+ readonly _12: "12";
272
+ readonly _13: "13";
273
+ readonly _14: "14";
274
+ readonly _15: "15";
275
+ readonly _16: "16";
276
+ readonly _17: "17";
277
+ readonly _18: "18";
278
+ readonly _19: "19";
279
+ readonly _2: "2";
280
+ readonly _20: "20";
281
+ readonly _21: "21";
282
+ readonly _22: "22";
283
+ readonly _23: "23";
284
+ readonly _24: "24";
285
+ readonly _3: "3";
286
+ readonly _4: "4";
287
+ readonly _5: "5";
288
+ readonly _6: "6";
289
+ readonly _7: "7";
290
+ readonly _8: "8";
291
+ readonly _9: "9";
292
+ };
293
+ export type AuditEventEntityRole = (typeof AUDIT_EVENT_ENTITY_ROLE)[keyof typeof AUDIT_EVENT_ENTITY_ROLE];
294
+ export declare const auditEventEntityRoleSchema: z.ZodEnum<["1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "3", "4", "5", "6", "7", "8", "9"]>;
295
+ export declare const AUDIT_EVENT_ENTITY_TYPE: {
296
+ readonly _1: "1";
297
+ readonly _2: "2";
298
+ readonly _3: "3";
299
+ readonly _4: "4";
300
+ readonly ACCOUNT: "Account";
301
+ readonly ACTIVITYDEFINITION: "ActivityDefinition";
302
+ readonly ADVERSEEVENT: "AdverseEvent";
303
+ readonly ALLERGYINTOLERANCE: "AllergyIntolerance";
304
+ readonly APPOINTMENT: "Appointment";
305
+ readonly APPOINTMENTRESPONSE: "AppointmentResponse";
306
+ readonly AUDITEVENT: "AuditEvent";
307
+ readonly BASIC: "Basic";
308
+ readonly BINARY: "Binary";
309
+ readonly BIOLOGICALLYDERIVEDPRODUCT: "BiologicallyDerivedProduct";
310
+ readonly BODYSTRUCTURE: "BodyStructure";
311
+ readonly BUNDLE: "Bundle";
312
+ readonly CAPABILITYSTATEMENT: "CapabilityStatement";
313
+ readonly CAREPLAN: "CarePlan";
314
+ readonly CARETEAM: "CareTeam";
315
+ readonly CATALOGENTRY: "CatalogEntry";
316
+ readonly CHARGEITEM: "ChargeItem";
317
+ readonly CHARGEITEMDEFINITION: "ChargeItemDefinition";
318
+ readonly CLAIM: "Claim";
319
+ readonly CLAIMRESPONSE: "ClaimResponse";
320
+ readonly CLINICALIMPRESSION: "ClinicalImpression";
321
+ readonly CODESYSTEM: "CodeSystem";
322
+ readonly COMMUNICATION: "Communication";
323
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
324
+ readonly COMPARTMENTDEFINITION: "CompartmentDefinition";
325
+ readonly COMPOSITION: "Composition";
326
+ readonly CONCEPTMAP: "ConceptMap";
327
+ readonly CONDITION: "Condition";
328
+ readonly CONSENT: "Consent";
329
+ readonly CONTRACT: "Contract";
330
+ readonly COVERAGE: "Coverage";
331
+ readonly COVERAGEELIGIBILITYREQUEST: "CoverageEligibilityRequest";
332
+ readonly COVERAGEELIGIBILITYRESPONSE: "CoverageEligibilityResponse";
333
+ readonly DETECTEDISSUE: "DetectedIssue";
334
+ readonly DEVICE: "Device";
335
+ readonly DEVICEDEFINITION: "DeviceDefinition";
336
+ readonly DEVICEMETRIC: "DeviceMetric";
337
+ readonly DEVICEREQUEST: "DeviceRequest";
338
+ readonly DEVICEUSESTATEMENT: "DeviceUseStatement";
339
+ readonly DIAGNOSTICREPORT: "DiagnosticReport";
340
+ readonly DOCUMENTMANIFEST: "DocumentManifest";
341
+ readonly DOCUMENTREFERENCE: "DocumentReference";
342
+ readonly DOMAINRESOURCE: "DomainResource";
343
+ readonly EFFECTEVIDENCESYNTHESIS: "EffectEvidenceSynthesis";
344
+ readonly ENCOUNTER: "Encounter";
345
+ readonly ENDPOINT: "Endpoint";
346
+ readonly ENROLLMENTREQUEST: "EnrollmentRequest";
347
+ readonly ENROLLMENTRESPONSE: "EnrollmentResponse";
348
+ readonly EPISODEOFCARE: "EpisodeOfCare";
349
+ readonly EVENTDEFINITION: "EventDefinition";
350
+ readonly EVIDENCE: "Evidence";
351
+ readonly EVIDENCEVARIABLE: "EvidenceVariable";
352
+ readonly EXAMPLESCENARIO: "ExampleScenario";
353
+ readonly EXPLANATIONOFBENEFIT: "ExplanationOfBenefit";
354
+ readonly FAMILYMEMBERHISTORY: "FamilyMemberHistory";
355
+ readonly FLAG: "Flag";
356
+ readonly GOAL: "Goal";
357
+ readonly GRAPHDEFINITION: "GraphDefinition";
358
+ readonly GROUP: "Group";
359
+ readonly GUIDANCERESPONSE: "GuidanceResponse";
360
+ readonly HEALTHCARESERVICE: "HealthcareService";
361
+ readonly IMAGINGSTUDY: "ImagingStudy";
362
+ readonly IMMUNIZATION: "Immunization";
363
+ readonly IMMUNIZATIONEVALUATION: "ImmunizationEvaluation";
364
+ readonly IMMUNIZATIONRECOMMENDATION: "ImmunizationRecommendation";
365
+ readonly IMPLEMENTATIONGUIDE: "ImplementationGuide";
366
+ readonly INSURANCEPLAN: "InsurancePlan";
367
+ readonly INVOICE: "Invoice";
368
+ readonly LIBRARY: "Library";
369
+ readonly LINKAGE: "Linkage";
370
+ readonly LIST: "List";
371
+ readonly LOCATION: "Location";
372
+ readonly MEASURE: "Measure";
373
+ readonly MEASUREREPORT: "MeasureReport";
374
+ readonly MEDIA: "Media";
375
+ readonly MEDICATION: "Medication";
376
+ readonly MEDICATIONADMINISTRATION: "MedicationAdministration";
377
+ readonly MEDICATIONDISPENSE: "MedicationDispense";
378
+ readonly MEDICATIONKNOWLEDGE: "MedicationKnowledge";
379
+ readonly MEDICATIONREQUEST: "MedicationRequest";
380
+ readonly MEDICATIONSTATEMENT: "MedicationStatement";
381
+ readonly MEDICINALPRODUCT: "MedicinalProduct";
382
+ readonly MEDICINALPRODUCTAUTHORIZATION: "MedicinalProductAuthorization";
383
+ readonly MEDICINALPRODUCTCONTRAINDICATION: "MedicinalProductContraindication";
384
+ readonly MEDICINALPRODUCTINDICATION: "MedicinalProductIndication";
385
+ readonly MEDICINALPRODUCTINGREDIENT: "MedicinalProductIngredient";
386
+ readonly MEDICINALPRODUCTINTERACTION: "MedicinalProductInteraction";
387
+ readonly MEDICINALPRODUCTMANUFACTURED: "MedicinalProductManufactured";
388
+ readonly MEDICINALPRODUCTPACKAGED: "MedicinalProductPackaged";
389
+ readonly MEDICINALPRODUCTPHARMACEUTICAL: "MedicinalProductPharmaceutical";
390
+ readonly MEDICINALPRODUCTUNDESIRABLEEFFECT: "MedicinalProductUndesirableEffect";
391
+ readonly MESSAGEDEFINITION: "MessageDefinition";
392
+ readonly MESSAGEHEADER: "MessageHeader";
393
+ readonly MOLECULARSEQUENCE: "MolecularSequence";
394
+ readonly NAMINGSYSTEM: "NamingSystem";
395
+ readonly NUTRITIONORDER: "NutritionOrder";
396
+ readonly OBSERVATION: "Observation";
397
+ readonly OBSERVATIONDEFINITION: "ObservationDefinition";
398
+ readonly OPERATIONDEFINITION: "OperationDefinition";
399
+ readonly OPERATIONOUTCOME: "OperationOutcome";
400
+ readonly ORGANIZATION: "Organization";
401
+ readonly ORGANIZATIONAFFILIATION: "OrganizationAffiliation";
402
+ readonly PARAMETERS: "Parameters";
403
+ readonly PATIENT: "Patient";
404
+ readonly PAYMENTNOTICE: "PaymentNotice";
405
+ readonly PAYMENTRECONCILIATION: "PaymentReconciliation";
406
+ readonly PERSON: "Person";
407
+ readonly PLANDEFINITION: "PlanDefinition";
408
+ readonly PRACTITIONER: "Practitioner";
409
+ readonly PRACTITIONERROLE: "PractitionerRole";
410
+ readonly PROCEDURE: "Procedure";
411
+ readonly PROVENANCE: "Provenance";
412
+ readonly QUESTIONNAIRE: "Questionnaire";
413
+ readonly QUESTIONNAIRERESPONSE: "QuestionnaireResponse";
414
+ readonly RELATEDPERSON: "RelatedPerson";
415
+ readonly REQUESTGROUP: "RequestGroup";
416
+ readonly RESEARCHDEFINITION: "ResearchDefinition";
417
+ readonly RESEARCHELEMENTDEFINITION: "ResearchElementDefinition";
418
+ readonly RESEARCHSTUDY: "ResearchStudy";
419
+ readonly RESEARCHSUBJECT: "ResearchSubject";
420
+ readonly RESOURCE: "Resource";
421
+ readonly RISKASSESSMENT: "RiskAssessment";
422
+ readonly RISKEVIDENCESYNTHESIS: "RiskEvidenceSynthesis";
423
+ readonly SCHEDULE: "Schedule";
424
+ readonly SEARCHPARAMETER: "SearchParameter";
425
+ readonly SERVICEREQUEST: "ServiceRequest";
426
+ readonly SLOT: "Slot";
427
+ readonly SPECIMEN: "Specimen";
428
+ readonly SPECIMENDEFINITION: "SpecimenDefinition";
429
+ readonly STRUCTUREDEFINITION: "StructureDefinition";
430
+ readonly STRUCTUREMAP: "StructureMap";
431
+ readonly SUBSCRIPTION: "Subscription";
432
+ readonly SUBSTANCE: "Substance";
433
+ readonly SUBSTANCENUCLEICACID: "SubstanceNucleicAcid";
434
+ readonly SUBSTANCEPOLYMER: "SubstancePolymer";
435
+ readonly SUBSTANCEPROTEIN: "SubstanceProtein";
436
+ readonly SUBSTANCEREFERENCEINFORMATION: "SubstanceReferenceInformation";
437
+ readonly SUBSTANCESOURCEMATERIAL: "SubstanceSourceMaterial";
438
+ readonly SUBSTANCESPECIFICATION: "SubstanceSpecification";
439
+ readonly SUPPLYDELIVERY: "SupplyDelivery";
440
+ readonly SUPPLYREQUEST: "SupplyRequest";
441
+ readonly TASK: "Task";
442
+ readonly TERMINOLOGYCAPABILITIES: "TerminologyCapabilities";
443
+ readonly TESTREPORT: "TestReport";
444
+ readonly TESTSCRIPT: "TestScript";
445
+ readonly VALUESET: "ValueSet";
446
+ readonly VERIFICATIONRESULT: "VerificationResult";
447
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
448
+ };
449
+ export type AuditEventEntityType = (typeof AUDIT_EVENT_ENTITY_TYPE)[keyof typeof AUDIT_EVENT_ENTITY_TYPE];
450
+ export declare const auditEventEntityTypeSchema: z.ZodEnum<["1", "2", "3", "4", "Account", "ActivityDefinition", "AdverseEvent", "AllergyIntolerance", "Appointment", "AppointmentResponse", "AuditEvent", "Basic", "Binary", "BiologicallyDerivedProduct", "BodyStructure", "Bundle", "CapabilityStatement", "CarePlan", "CareTeam", "CatalogEntry", "ChargeItem", "ChargeItemDefinition", "Claim", "ClaimResponse", "ClinicalImpression", "CodeSystem", "Communication", "CommunicationRequest", "CompartmentDefinition", "Composition", "ConceptMap", "Condition", "Consent", "Contract", "Coverage", "CoverageEligibilityRequest", "CoverageEligibilityResponse", "DetectedIssue", "Device", "DeviceDefinition", "DeviceMetric", "DeviceRequest", "DeviceUseStatement", "DiagnosticReport", "DocumentManifest", "DocumentReference", "DomainResource", "EffectEvidenceSynthesis", "Encounter", "Endpoint", "EnrollmentRequest", "EnrollmentResponse", "EpisodeOfCare", "EventDefinition", "Evidence", "EvidenceVariable", "ExampleScenario", "ExplanationOfBenefit", "FamilyMemberHistory", "Flag", "Goal", "GraphDefinition", "Group", "GuidanceResponse", "HealthcareService", "ImagingStudy", "Immunization", "ImmunizationEvaluation", "ImmunizationRecommendation", "ImplementationGuide", "InsurancePlan", "Invoice", "Library", "Linkage", "List", "Location", "Measure", "MeasureReport", "Media", "Medication", "MedicationAdministration", "MedicationDispense", "MedicationKnowledge", "MedicationRequest", "MedicationStatement", "MedicinalProduct", "MedicinalProductAuthorization", "MedicinalProductContraindication", "MedicinalProductIndication", "MedicinalProductIngredient", "MedicinalProductInteraction", "MedicinalProductManufactured", "MedicinalProductPackaged", "MedicinalProductPharmaceutical", "MedicinalProductUndesirableEffect", "MessageDefinition", "MessageHeader", "MolecularSequence", "NamingSystem", "NutritionOrder", "Observation", "ObservationDefinition", "OperationDefinition", "OperationOutcome", "Organization", "OrganizationAffiliation", "Parameters", "Patient", "PaymentNotice", "PaymentReconciliation", "Person", "PlanDefinition", "Practitioner", "PractitionerRole", "Procedure", "Provenance", "Questionnaire", "QuestionnaireResponse", "RelatedPerson", "RequestGroup", "ResearchDefinition", "ResearchElementDefinition", "ResearchStudy", "ResearchSubject", "Resource", "RiskAssessment", "RiskEvidenceSynthesis", "Schedule", "SearchParameter", "ServiceRequest", "Slot", "Specimen", "SpecimenDefinition", "StructureDefinition", "StructureMap", "Subscription", "Substance", "SubstanceNucleicAcid", "SubstancePolymer", "SubstanceProtein", "SubstanceReferenceInformation", "SubstanceSourceMaterial", "SubstanceSpecification", "SupplyDelivery", "SupplyRequest", "Task", "TerminologyCapabilities", "TestReport", "TestScript", "ValueSet", "VerificationResult", "VisionPrescription"]>;
451
+ export declare const AUDIT_EVENT_I_D: {
452
+ readonly _110100: "110100";
453
+ readonly _110101: "110101";
454
+ readonly _110102: "110102";
455
+ readonly _110103: "110103";
456
+ readonly _110104: "110104";
457
+ readonly _110105: "110105";
458
+ readonly _110106: "110106";
459
+ readonly _110107: "110107";
460
+ readonly _110108: "110108";
461
+ readonly _110109: "110109";
462
+ readonly _110110: "110110";
463
+ readonly _110111: "110111";
464
+ readonly _110112: "110112";
465
+ readonly _110113: "110113";
466
+ readonly _110114: "110114";
467
+ readonly ACCESS: "access";
468
+ readonly AMEND: "amend";
469
+ readonly ARCHIVE: "archive";
470
+ readonly ATTEST: "attest";
471
+ readonly DECRYPT: "decrypt";
472
+ readonly DEIDENTIFY: "deidentify";
473
+ readonly DEPRECATE: "deprecate";
474
+ readonly DESTROY: "destroy";
475
+ readonly DISCLOSE: "disclose";
476
+ readonly ENCRYPT: "encrypt";
477
+ readonly EXTRACT: "extract";
478
+ readonly HOLD: "hold";
479
+ readonly LINK: "link";
480
+ readonly MERGE: "merge";
481
+ readonly ORIGINATE: "originate";
482
+ readonly PSEUDONYMIZE: "pseudonymize";
483
+ readonly REACTIVATE: "reactivate";
484
+ readonly RECEIVE: "receive";
485
+ readonly REIDENTIFY: "reidentify";
486
+ readonly REPORT: "report";
487
+ readonly REST: "rest";
488
+ readonly RESTORE: "restore";
489
+ readonly TRANSFORM: "transform";
490
+ readonly TRANSMIT: "transmit";
491
+ readonly UNHOLD: "unhold";
492
+ readonly UNLINK: "unlink";
493
+ readonly UNMERGE: "unmerge";
494
+ readonly VERIFY: "verify";
495
+ };
496
+ export type AuditEventID = (typeof AUDIT_EVENT_I_D)[keyof typeof AUDIT_EVENT_I_D];
497
+ export declare const auditEventIDSchema: z.ZodEnum<["110100", "110101", "110102", "110103", "110104", "110105", "110106", "110107", "110108", "110109", "110110", "110111", "110112", "110113", "110114", "access", "amend", "archive", "attest", "decrypt", "deidentify", "deprecate", "destroy", "disclose", "encrypt", "extract", "hold", "link", "merge", "originate", "pseudonymize", "reactivate", "receive", "reidentify", "report", "rest", "restore", "transform", "transmit", "unhold", "unlink", "unmerge", "verify"]>;
498
+ export declare const AUDIT_EVENT_OUTCOME: {
499
+ readonly _0: "0";
500
+ readonly _12: "12";
501
+ readonly _4: "4";
502
+ readonly _8: "8";
503
+ };
504
+ export type AuditEventOutcome = (typeof AUDIT_EVENT_OUTCOME)[keyof typeof AUDIT_EVENT_OUTCOME];
505
+ export declare const auditEventOutcomeSchema: z.ZodEnum<["0", "12", "4", "8"]>;
506
+ export declare const AUDIT_EVENT_SOURCE_TYPE: {
507
+ readonly _1: "1";
508
+ readonly _2: "2";
509
+ readonly _3: "3";
510
+ readonly _4: "4";
511
+ readonly _5: "5";
512
+ readonly _6: "6";
513
+ readonly _7: "7";
514
+ readonly _8: "8";
515
+ readonly _9: "9";
516
+ };
517
+ export type AuditEventSourceType = (typeof AUDIT_EVENT_SOURCE_TYPE)[keyof typeof AUDIT_EVENT_SOURCE_TYPE];
518
+ export declare const auditEventSourceTypeSchema: z.ZodEnum<["1", "2", "3", "4", "5", "6", "7", "8", "9"]>;
519
+ export declare const AUDIT_EVENT_SUB_TYPE: {
520
+ readonly _110120: "110120";
521
+ readonly _110121: "110121";
522
+ readonly _110122: "110122";
523
+ readonly _110123: "110123";
524
+ readonly _110124: "110124";
525
+ readonly _110125: "110125";
526
+ readonly _110126: "110126";
527
+ readonly _110127: "110127";
528
+ readonly _110128: "110128";
529
+ readonly _110129: "110129";
530
+ readonly _110130: "110130";
531
+ readonly _110131: "110131";
532
+ readonly _110132: "110132";
533
+ readonly _110133: "110133";
534
+ readonly _110134: "110134";
535
+ readonly _110135: "110135";
536
+ readonly _110136: "110136";
537
+ readonly _110137: "110137";
538
+ readonly _110138: "110138";
539
+ readonly _110139: "110139";
540
+ readonly _110140: "110140";
541
+ readonly _110141: "110141";
542
+ readonly _110142: "110142";
543
+ readonly BATCH: "batch";
544
+ readonly CAPABILITIES: "capabilities";
545
+ readonly CREATE: "create";
546
+ readonly DELETE: "delete";
547
+ readonly HISTORY: "history";
548
+ readonly HISTORY_INSTANCE: "history-instance";
549
+ readonly HISTORY_SYSTEM: "history-system";
550
+ readonly HISTORY_TYPE: "history-type";
551
+ readonly OPERATION: "operation";
552
+ readonly PATCH: "patch";
553
+ readonly READ: "read";
554
+ readonly SEARCH: "search";
555
+ readonly SEARCH_SYSTEM: "search-system";
556
+ readonly SEARCH_TYPE: "search-type";
557
+ readonly TRANSACTION: "transaction";
558
+ readonly UPDATE: "update";
559
+ readonly VREAD: "vread";
560
+ };
561
+ export type AuditEventSubType = (typeof AUDIT_EVENT_SUB_TYPE)[keyof typeof AUDIT_EVENT_SUB_TYPE];
562
+ export declare const auditEventSubTypeSchema: z.ZodEnum<["110120", "110121", "110122", "110123", "110124", "110125", "110126", "110127", "110128", "110129", "110130", "110131", "110132", "110133", "110134", "110135", "110136", "110137", "110138", "110139", "110140", "110141", "110142", "batch", "capabilities", "create", "delete", "history", "history-instance", "history-system", "history-type", "operation", "patch", "read", "search", "search-system", "search-type", "transaction", "update", "vread"]>;
563
+ export declare const BENEFIT_COST_APPLICABILITY: {
564
+ readonly IN_NETWORK: "in-network";
565
+ readonly OTHER: "other";
566
+ readonly OUT_OF_NETWORK: "out-of-network";
567
+ };
568
+ export type BenefitCostApplicability = (typeof BENEFIT_COST_APPLICABILITY)[keyof typeof BENEFIT_COST_APPLICABILITY];
569
+ export declare const benefitCostApplicabilitySchema: z.ZodEnum<["in-network", "other", "out-of-network"]>;
570
+ export declare const BINDING_STRENGTH: {
571
+ readonly EXAMPLE: "example";
572
+ readonly EXTENSIBLE: "extensible";
573
+ readonly PREFERRED: "preferred";
574
+ readonly REQUIRED: "required";
575
+ };
576
+ export type BindingStrength = (typeof BINDING_STRENGTH)[keyof typeof BINDING_STRENGTH];
577
+ export declare const bindingStrengthSchema: z.ZodEnum<["example", "extensible", "preferred", "required"]>;
578
+ export declare const BIOLOGICALLY_DERIVED_PRODUCT_CATEGORY: {
579
+ readonly BIOLOGICALAGENT: "biologicalAgent";
580
+ readonly CELLS: "cells";
581
+ readonly FLUID: "fluid";
582
+ readonly ORGAN: "organ";
583
+ readonly TISSUE: "tissue";
584
+ };
585
+ export type BiologicallyDerivedProductCategory = (typeof BIOLOGICALLY_DERIVED_PRODUCT_CATEGORY)[keyof typeof BIOLOGICALLY_DERIVED_PRODUCT_CATEGORY];
586
+ export declare const biologicallyDerivedProductCategorySchema: z.ZodEnum<["biologicalAgent", "cells", "fluid", "organ", "tissue"]>;
587
+ export declare const BIOLOGICALLY_DERIVED_PRODUCT_STATUS: {
588
+ readonly AVAILABLE: "available";
589
+ readonly UNAVAILABLE: "unavailable";
590
+ };
591
+ export type BiologicallyDerivedProductStatus = (typeof BIOLOGICALLY_DERIVED_PRODUCT_STATUS)[keyof typeof BIOLOGICALLY_DERIVED_PRODUCT_STATUS];
592
+ export declare const biologicallyDerivedProductStatusSchema: z.ZodEnum<["available", "unavailable"]>;
593
+ export declare const BIOLOGICALLY_DERIVED_PRODUCT_STORAGE_SCALE: {
594
+ readonly CELSIUS: "celsius";
595
+ readonly FARENHEIT: "farenheit";
596
+ readonly KELVIN: "kelvin";
597
+ };
598
+ export type BiologicallyDerivedProductStorageScale = (typeof BIOLOGICALLY_DERIVED_PRODUCT_STORAGE_SCALE)[keyof typeof BIOLOGICALLY_DERIVED_PRODUCT_STORAGE_SCALE];
599
+ export declare const biologicallyDerivedProductStorageScaleSchema: z.ZodEnum<["celsius", "farenheit", "kelvin"]>;
600
+ export declare const BUNDLE_TYPE: {
601
+ readonly BATCH: "batch";
602
+ readonly BATCH_RESPONSE: "batch-response";
603
+ readonly COLLECTION: "collection";
604
+ readonly DOCUMENT: "document";
605
+ readonly HISTORY: "history";
606
+ readonly MESSAGE: "message";
607
+ readonly SEARCHSET: "searchset";
608
+ readonly TRANSACTION: "transaction";
609
+ readonly TRANSACTION_RESPONSE: "transaction-response";
610
+ };
611
+ export type BundleType = (typeof BUNDLE_TYPE)[keyof typeof BUNDLE_TYPE];
612
+ export declare const bundleTypeSchema: z.ZodEnum<["batch", "batch-response", "collection", "document", "history", "message", "searchset", "transaction", "transaction-response"]>;
613
+ export declare const CANONICAL_STATUS_CODES_FOR_F_H_I_R_RESOURCES: {
614
+ readonly ABANDONED: "abandoned";
615
+ readonly ACCEPTED: "accepted";
616
+ readonly ACTIVE: "active";
617
+ readonly AHEAD_OF_TARGET: "ahead-of-target";
618
+ readonly ARRIVED: "arrived";
619
+ readonly BEHIND_TARGET: "behind-target";
620
+ readonly BUSY_UNAVAILABLE: "busy-unavailable";
621
+ readonly COMPLETE: "complete";
622
+ readonly CONFIRMED: "confirmed";
623
+ readonly DECLINED: "declined";
624
+ readonly DIFFERENTIAL: "differential";
625
+ readonly DRAFT: "draft";
49
626
  readonly ERROR: "error";
627
+ readonly FAILED: "failed";
628
+ readonly FREE: "free";
629
+ readonly HW_DISCON: "hw-discon";
630
+ readonly INACTIVE: "inactive";
631
+ readonly NOT_READY: "not-ready";
632
+ readonly ON_TARGET: "on-target";
633
+ readonly PARTIAL: "partial";
634
+ readonly PLANNED: "planned";
635
+ readonly PROPOSED: "proposed";
636
+ readonly RECEIVED: "received";
637
+ readonly REFUTED: "refuted";
638
+ readonly REPLACED: "replaced";
639
+ readonly REQUESTED: "requested";
640
+ readonly RESOLVED: "resolved";
641
+ readonly SUSPENDED: "suspended";
642
+ readonly TRANSDUC_DISCON: "transduc-discon";
643
+ readonly UNCONFIRMED: "unconfirmed";
644
+ readonly UNKNOWN: "unknown";
645
+ };
646
+ export type CanonicalStatusCodesForFHIRResources = (typeof CANONICAL_STATUS_CODES_FOR_F_H_I_R_RESOURCES)[keyof typeof CANONICAL_STATUS_CODES_FOR_F_H_I_R_RESOURCES];
647
+ export declare const canonicalStatusCodesForFHIRResourcesSchema: z.ZodEnum<["abandoned", "accepted", "active", "ahead-of-target", "arrived", "behind-target", "busy-unavailable", "complete", "confirmed", "declined", "differential", "draft", "error", "failed", "free", "hw-discon", "inactive", "not-ready", "on-target", "partial", "planned", "proposed", "received", "refuted", "replaced", "requested", "resolved", "suspended", "transduc-discon", "unconfirmed", "unknown"]>;
648
+ export declare const CAPABILITY_STATEMENT_KIND: {
649
+ readonly CAPABILITY: "capability";
650
+ readonly INSTANCE: "instance";
651
+ readonly REQUIREMENTS: "requirements";
50
652
  };
51
- export type TestReportResultDetail = (typeof TESTREPORT_RESULT_DETAIL)[keyof typeof TESTREPORT_RESULT_DETAIL];
52
- /** Device status: active | inactive | entered-in-error | unknown */
53
- export declare const DEVICE_STATUS: {
653
+ export type CapabilityStatementKind = (typeof CAPABILITY_STATEMENT_KIND)[keyof typeof CAPABILITY_STATEMENT_KIND];
654
+ export declare const capabilityStatementKindSchema: z.ZodEnum<["capability", "instance", "requirements"]>;
655
+ export declare const CARE_PLAN_ACTIVITY_KIND: {
656
+ readonly APPOINTMENT: "Appointment";
657
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
658
+ readonly DEVICEREQUEST: "DeviceRequest";
659
+ readonly MEDICATIONREQUEST: "MedicationRequest";
660
+ readonly NUTRITIONORDER: "NutritionOrder";
661
+ readonly SERVICEREQUEST: "ServiceRequest";
662
+ readonly TASK: "Task";
663
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
664
+ };
665
+ export type CarePlanActivityKind = (typeof CARE_PLAN_ACTIVITY_KIND)[keyof typeof CARE_PLAN_ACTIVITY_KIND];
666
+ export declare const carePlanActivityKindSchema: z.ZodEnum<["Appointment", "CommunicationRequest", "DeviceRequest", "MedicationRequest", "NutritionOrder", "ServiceRequest", "Task", "VisionPrescription"]>;
667
+ export declare const CARE_PLAN_ACTIVITY_STATUS: {
668
+ readonly CANCELLED: "cancelled";
669
+ readonly COMPLETED: "completed";
670
+ readonly ENTERED_IN_ERROR: "entered-in-error";
671
+ readonly IN_PROGRESS: "in-progress";
672
+ readonly NOT_STARTED: "not-started";
673
+ readonly ON_HOLD: "on-hold";
674
+ readonly SCHEDULED: "scheduled";
675
+ readonly STOPPED: "stopped";
676
+ readonly UNKNOWN: "unknown";
677
+ };
678
+ export type CarePlanActivityStatus = (typeof CARE_PLAN_ACTIVITY_STATUS)[keyof typeof CARE_PLAN_ACTIVITY_STATUS];
679
+ export declare const carePlanActivityStatusSchema: z.ZodEnum<["cancelled", "completed", "entered-in-error", "in-progress", "not-started", "on-hold", "scheduled", "stopped", "unknown"]>;
680
+ export declare const CARE_PLAN_INTENT: {
681
+ readonly OPTION: "option";
682
+ readonly ORDER: "order";
683
+ readonly PLAN: "plan";
684
+ readonly PROPOSAL: "proposal";
685
+ };
686
+ export type CarePlanIntent = (typeof CARE_PLAN_INTENT)[keyof typeof CARE_PLAN_INTENT];
687
+ export declare const carePlanIntentSchema: z.ZodEnum<["option", "order", "plan", "proposal"]>;
688
+ export declare const CARE_TEAM_STATUS: {
54
689
  readonly ACTIVE: "active";
690
+ readonly ENTERED_IN_ERROR: "entered-in-error";
55
691
  readonly INACTIVE: "inactive";
692
+ readonly PROPOSED: "proposed";
693
+ readonly SUSPENDED: "suspended";
694
+ };
695
+ export type CareTeamStatus = (typeof CARE_TEAM_STATUS)[keyof typeof CARE_TEAM_STATUS];
696
+ export declare const careTeamStatusSchema: z.ZodEnum<["active", "entered-in-error", "inactive", "proposed", "suspended"]>;
697
+ export declare const CATALOG_ENTRY_RELATION_TYPE: {
698
+ readonly IS_REPLACED_BY: "is-replaced-by";
699
+ readonly TRIGGERS: "triggers";
700
+ };
701
+ export type CatalogEntryRelationType = (typeof CATALOG_ENTRY_RELATION_TYPE)[keyof typeof CATALOG_ENTRY_RELATION_TYPE];
702
+ export declare const catalogEntryRelationTypeSchema: z.ZodEnum<["is-replaced-by", "triggers"]>;
703
+ export declare const CERTAINTY_SUBCOMPONENT_RATING: {
704
+ readonly ABSENT: "absent";
705
+ readonly CRITICAL_CONCERN: "critical-concern";
706
+ readonly DOWNCODE1: "downcode1";
707
+ readonly DOWNCODE2: "downcode2";
708
+ readonly DOWNCODE3: "downcode3";
709
+ readonly NO_CHANGE: "no-change";
710
+ readonly NO_CONCERN: "no-concern";
711
+ readonly PRESENT: "present";
712
+ readonly SERIOUS_CONCERN: "serious-concern";
713
+ readonly UPCODE1: "upcode1";
714
+ readonly UPCODE2: "upcode2";
715
+ };
716
+ export type CertaintySubcomponentRating = (typeof CERTAINTY_SUBCOMPONENT_RATING)[keyof typeof CERTAINTY_SUBCOMPONENT_RATING];
717
+ export declare const certaintySubcomponentRatingSchema: z.ZodEnum<["absent", "critical-concern", "downcode1", "downcode2", "downcode3", "no-change", "no-concern", "present", "serious-concern", "upcode1", "upcode2"]>;
718
+ export declare const CERTAINTY_SUBCOMPONENT_TYPE: {
719
+ readonly DOSERESPONSEGRADIENT: "DoseResponseGradient";
720
+ readonly IMPRECISION: "Imprecision";
721
+ readonly INCONSISTENCY: "Inconsistency";
722
+ readonly INDIRECTNESS: "Indirectness";
723
+ readonly LARGEEFFECT: "LargeEffect";
724
+ readonly PLAUSIBLECONFOUNDING: "PlausibleConfounding";
725
+ readonly PUBLICATIONBIAS: "PublicationBias";
726
+ readonly RISKOFBIAS: "RiskOfBias";
727
+ };
728
+ export type CertaintySubcomponentType = (typeof CERTAINTY_SUBCOMPONENT_TYPE)[keyof typeof CERTAINTY_SUBCOMPONENT_TYPE];
729
+ export declare const certaintySubcomponentTypeSchema: z.ZodEnum<["DoseResponseGradient", "Imprecision", "Inconsistency", "Indirectness", "LargeEffect", "PlausibleConfounding", "PublicationBias", "RiskOfBias"]>;
730
+ export declare const CHARGE_ITEM_STATUS: {
731
+ readonly ABORTED: "aborted";
732
+ readonly BILLABLE: "billable";
733
+ readonly BILLED: "billed";
56
734
  readonly ENTERED_IN_ERROR: "entered-in-error";
735
+ readonly NOT_BILLABLE: "not-billable";
736
+ readonly PLANNED: "planned";
57
737
  readonly UNKNOWN: "unknown";
58
738
  };
59
- export type DeviceStatus = (typeof DEVICE_STATUS)[keyof typeof DEVICE_STATUS];
60
- /** UCUM time units: s | min | h | d | wk | mo | a */
61
- export declare const UCUM_UNITS: {
62
- readonly SECOND: "s";
63
- readonly MINUTE: "min";
64
- readonly HOUR: "h";
65
- readonly DAY: "d";
66
- readonly WEEK: "wk";
67
- readonly MONTH: "mo";
68
- readonly YEAR: "a";
69
- };
70
- export type UcumUnits = (typeof UCUM_UNITS)[keyof typeof UCUM_UNITS];
71
- /** ImagingStudy/Series availability: ONLINE | OFFLINE | NEARLINE | UNAVAILABLE */
72
- export declare const IMAGING_STUDY_AVAILABILITY: {
73
- readonly ONLINE: "ONLINE";
74
- readonly OFFLINE: "OFFLINE";
75
- readonly NEARLINE: "NEARLINE";
76
- readonly UNAVAILABLE: "UNAVAILABLE";
77
- };
78
- export type ImagingStudyAvailability = (typeof IMAGING_STUDY_AVAILABILITY)[keyof typeof IMAGING_STUDY_AVAILABILITY];
79
- /** ImagingStudy status: registered | available | cancelled | entered-in-error | unknown (required). */
80
- export declare const IMAGING_STUDY_STATUS: {
739
+ export type ChargeItemStatus = (typeof CHARGE_ITEM_STATUS)[keyof typeof CHARGE_ITEM_STATUS];
740
+ export declare const chargeItemStatusSchema: z.ZodEnum<["aborted", "billable", "billed", "entered-in-error", "not-billable", "planned", "unknown"]>;
741
+ export declare const CLAIM_PROCESSING_CODES: {
742
+ readonly COMPLETE: "complete";
743
+ readonly ERROR: "error";
744
+ readonly PARTIAL: "partial";
745
+ readonly QUEUED: "queued";
746
+ };
747
+ export type ClaimProcessingCodes = (typeof CLAIM_PROCESSING_CODES)[keyof typeof CLAIM_PROCESSING_CODES];
748
+ export declare const claimProcessingCodesSchema: z.ZodEnum<["complete", "error", "partial", "queued"]>;
749
+ export declare const CLAIM_TYPE_CODES: {
750
+ readonly INSTITUTIONAL: "institutional";
751
+ readonly ORAL: "oral";
752
+ readonly PHARMACY: "pharmacy";
753
+ readonly PROFESSIONAL: "professional";
754
+ readonly VISION: "vision";
755
+ };
756
+ export type ClaimTypeCodes = (typeof CLAIM_TYPE_CODES)[keyof typeof CLAIM_TYPE_CODES];
757
+ export declare const claimTypeCodesSchema: z.ZodEnum<["institutional", "oral", "pharmacy", "professional", "vision"]>;
758
+ export declare const CLINICAL_IMPRESSION_STATUS: {
759
+ readonly COMPLETED: "completed";
760
+ readonly ENTERED_IN_ERROR: "entered-in-error";
761
+ readonly IN_PROGRESS: "in-progress";
762
+ };
763
+ export type ClinicalImpressionStatus = (typeof CLINICAL_IMPRESSION_STATUS)[keyof typeof CLINICAL_IMPRESSION_STATUS];
764
+ export declare const clinicalImpressionStatusSchema: z.ZodEnum<["completed", "entered-in-error", "in-progress"]>;
765
+ export declare const CODE_SEARCH_SUPPORT: {
766
+ readonly ALL: "all";
767
+ readonly EXPLICIT: "explicit";
768
+ };
769
+ export type CodeSearchSupport = (typeof CODE_SEARCH_SUPPORT)[keyof typeof CODE_SEARCH_SUPPORT];
770
+ export declare const codeSearchSupportSchema: z.ZodEnum<["all", "explicit"]>;
771
+ export declare const CODE_SYSTEM_CONTENT_MODE: {
772
+ readonly COMPLETE: "complete";
773
+ readonly EXAMPLE: "example";
774
+ readonly FRAGMENT: "fragment";
775
+ readonly NOT_PRESENT: "not-present";
776
+ readonly SUPPLEMENT: "supplement";
777
+ };
778
+ export type CodeSystemContentMode = (typeof CODE_SYSTEM_CONTENT_MODE)[keyof typeof CODE_SYSTEM_CONTENT_MODE];
779
+ export declare const codeSystemContentModeSchema: z.ZodEnum<["complete", "example", "fragment", "not-present", "supplement"]>;
780
+ export declare const CODE_SYSTEM_HIERARCHY_MEANING: {
781
+ readonly CLASSIFIED_WITH: "classified-with";
782
+ readonly GROUPED_BY: "grouped-by";
783
+ readonly IS_A: "is-a";
784
+ readonly PART_OF: "part-of";
785
+ };
786
+ export type CodeSystemHierarchyMeaning = (typeof CODE_SYSTEM_HIERARCHY_MEANING)[keyof typeof CODE_SYSTEM_HIERARCHY_MEANING];
787
+ export declare const codeSystemHierarchyMeaningSchema: z.ZodEnum<["classified-with", "grouped-by", "is-a", "part-of"]>;
788
+ export declare const COMPARTMENT_TYPE: {
789
+ readonly DEVICE: "Device";
790
+ readonly ENCOUNTER: "Encounter";
791
+ readonly PATIENT: "Patient";
792
+ readonly PRACTITIONER: "Practitioner";
793
+ readonly RELATEDPERSON: "RelatedPerson";
794
+ };
795
+ export type CompartmentType = (typeof COMPARTMENT_TYPE)[keyof typeof COMPARTMENT_TYPE];
796
+ export declare const compartmentTypeSchema: z.ZodEnum<["Device", "Encounter", "Patient", "Practitioner", "RelatedPerson"]>;
797
+ export declare const COMPOSITE_MEASURE_SCORING: {
798
+ readonly ALL_OR_NOTHING: "all-or-nothing";
799
+ readonly LINEAR: "linear";
800
+ readonly OPPORTUNITY: "opportunity";
801
+ readonly WEIGHTED: "weighted";
802
+ };
803
+ export type CompositeMeasureScoring = (typeof COMPOSITE_MEASURE_SCORING)[keyof typeof COMPOSITE_MEASURE_SCORING];
804
+ export declare const compositeMeasureScoringSchema: z.ZodEnum<["all-or-nothing", "linear", "opportunity", "weighted"]>;
805
+ export declare const COMPOSITION_ATTESTATION_MODE: {
806
+ readonly LEGAL: "legal";
807
+ readonly OFFICIAL: "official";
808
+ readonly PERSONAL: "personal";
809
+ readonly PROFESSIONAL: "professional";
810
+ };
811
+ export type CompositionAttestationMode = (typeof COMPOSITION_ATTESTATION_MODE)[keyof typeof COMPOSITION_ATTESTATION_MODE];
812
+ export declare const compositionAttestationModeSchema: z.ZodEnum<["legal", "official", "personal", "professional"]>;
813
+ export declare const COMPOSITION_STATUS: {
814
+ readonly AMENDED: "amended";
815
+ readonly ENTERED_IN_ERROR: "entered-in-error";
816
+ readonly FINAL: "final";
817
+ readonly PRELIMINARY: "preliminary";
818
+ };
819
+ export type CompositionStatus = (typeof COMPOSITION_STATUS)[keyof typeof COMPOSITION_STATUS];
820
+ export declare const compositionStatusSchema: z.ZodEnum<["amended", "entered-in-error", "final", "preliminary"]>;
821
+ export declare const CONCEPT_MAP_EQUIVALENCE: {
822
+ readonly DISJOINT: "disjoint";
823
+ readonly EQUAL: "equal";
824
+ readonly EQUIVALENT: "equivalent";
825
+ readonly INEXACT: "inexact";
826
+ readonly NARROWER: "narrower";
827
+ readonly RELATEDTO: "relatedto";
828
+ readonly SPECIALIZES: "specializes";
829
+ readonly SUBSUMES: "subsumes";
830
+ readonly UNMATCHED: "unmatched";
831
+ readonly WIDER: "wider";
832
+ };
833
+ export type ConceptMapEquivalence = (typeof CONCEPT_MAP_EQUIVALENCE)[keyof typeof CONCEPT_MAP_EQUIVALENCE];
834
+ export declare const conceptMapEquivalenceSchema: z.ZodEnum<["disjoint", "equal", "equivalent", "inexact", "narrower", "relatedto", "specializes", "subsumes", "unmatched", "wider"]>;
835
+ export declare const CONCEPT_MAP_GROUP_UNMAPPED_MODE: {
836
+ readonly FIXED: "fixed";
837
+ readonly OTHER_MAP: "other-map";
838
+ readonly PROVIDED: "provided";
839
+ };
840
+ export type ConceptMapGroupUnmappedMode = (typeof CONCEPT_MAP_GROUP_UNMAPPED_MODE)[keyof typeof CONCEPT_MAP_GROUP_UNMAPPED_MODE];
841
+ export declare const conceptMapGroupUnmappedModeSchema: z.ZodEnum<["fixed", "other-map", "provided"]>;
842
+ export declare const CONDITION_CATEGORY_CODES: {
843
+ readonly ENCOUNTER_DIAGNOSIS: "encounter-diagnosis";
844
+ readonly PROBLEM_LIST_ITEM: "problem-list-item";
845
+ };
846
+ export type ConditionCategoryCodes = (typeof CONDITION_CATEGORY_CODES)[keyof typeof CONDITION_CATEGORY_CODES];
847
+ export declare const conditionCategoryCodesSchema: z.ZodEnum<["encounter-diagnosis", "problem-list-item"]>;
848
+ export declare const CONDITION_CLINICAL_STATUS_CODES: {
849
+ readonly ACTIVE: "active";
850
+ readonly INACTIVE: "inactive";
851
+ readonly RECURRENCE: "recurrence";
852
+ readonly RELAPSE: "relapse";
853
+ readonly REMISSION: "remission";
854
+ readonly RESOLVED: "resolved";
855
+ };
856
+ export type ConditionClinicalStatusCodes = (typeof CONDITION_CLINICAL_STATUS_CODES)[keyof typeof CONDITION_CLINICAL_STATUS_CODES];
857
+ export declare const conditionClinicalStatusCodesSchema: z.ZodEnum<["active", "inactive", "recurrence", "relapse", "remission", "resolved"]>;
858
+ export declare const CONDITION_VERIFICATION_STATUS: {
859
+ readonly CONFIRMED: "confirmed";
860
+ readonly DIFFERENTIAL: "differential";
861
+ readonly ENTERED_IN_ERROR: "entered-in-error";
862
+ readonly PROVISIONAL: "provisional";
863
+ readonly REFUTED: "refuted";
864
+ readonly UNCONFIRMED: "unconfirmed";
865
+ };
866
+ export type ConditionVerificationStatus = (typeof CONDITION_VERIFICATION_STATUS)[keyof typeof CONDITION_VERIFICATION_STATUS];
867
+ export declare const conditionVerificationStatusSchema: z.ZodEnum<["confirmed", "differential", "entered-in-error", "provisional", "refuted", "unconfirmed"]>;
868
+ export declare const CONDITIONAL_DELETE_STATUS: {
869
+ readonly MULTIPLE: "multiple";
870
+ readonly NOT_SUPPORTED: "not-supported";
871
+ readonly SINGLE: "single";
872
+ };
873
+ export type ConditionalDeleteStatus = (typeof CONDITIONAL_DELETE_STATUS)[keyof typeof CONDITIONAL_DELETE_STATUS];
874
+ export declare const conditionalDeleteStatusSchema: z.ZodEnum<["multiple", "not-supported", "single"]>;
875
+ export declare const CONDITIONAL_READ_STATUS: {
876
+ readonly FULL_SUPPORT: "full-support";
877
+ readonly MODIFIED_SINCE: "modified-since";
878
+ readonly NOT_MATCH: "not-match";
879
+ readonly NOT_SUPPORTED: "not-supported";
880
+ };
881
+ export type ConditionalReadStatus = (typeof CONDITIONAL_READ_STATUS)[keyof typeof CONDITIONAL_READ_STATUS];
882
+ export declare const conditionalReadStatusSchema: z.ZodEnum<["full-support", "modified-since", "not-match", "not-supported"]>;
883
+ export declare const CONSENT_DATA_MEANING: {
884
+ readonly AUTHOREDBY: "authoredby";
885
+ readonly DEPENDENTS: "dependents";
886
+ readonly INSTANCE: "instance";
887
+ readonly RELATED: "related";
888
+ };
889
+ export type ConsentDataMeaning = (typeof CONSENT_DATA_MEANING)[keyof typeof CONSENT_DATA_MEANING];
890
+ export declare const consentDataMeaningSchema: z.ZodEnum<["authoredby", "dependents", "instance", "related"]>;
891
+ export declare const CONSENT_POLICY_RULE_CODES: {
892
+ readonly AT_ELGA: "at-elga";
893
+ readonly CRIC: "cric";
894
+ readonly DCH_3927: "dch-3927";
895
+ readonly GA4GH: "ga4gh";
896
+ readonly HIPAA_AUTH: "hipaa-auth";
897
+ readonly HIPAA_NPP: "hipaa-npp";
898
+ readonly HIPAA_RESEARCH: "hipaa-research";
899
+ readonly HIPAA_RESTRICTIONS: "hipaa-restrictions";
900
+ readonly HIPAA_SELF_PAY: "hipaa-self-pay";
901
+ readonly ILLINOIS_MINOR_PROCEDURE: "illinois-minor-procedure";
902
+ readonly MDHHS_5515: "mdhhs-5515";
903
+ readonly NCI: "nci";
904
+ readonly NIH_527: "nih-527";
905
+ readonly NIH_GRDR: "nih-grdr";
906
+ readonly NIH_HIPAA: "nih-hipaa";
907
+ readonly NL_LSP: "nl-lsp";
908
+ readonly NYSSIPP: "nyssipp";
909
+ readonly SQUAXIN: "squaxin";
910
+ readonly SSA_827: "ssa-827";
911
+ readonly VA_10_0484: "va-10-0484";
912
+ readonly VA_10_0485: "va-10-0485";
913
+ readonly VA_10_10116: "va-10-10116";
914
+ readonly VA_10_5345: "va-10-5345";
915
+ readonly VA_10_5345A: "va-10-5345a";
916
+ readonly VA_10_5345A_MHV: "va-10-5345a-mhv";
917
+ readonly VA_21_4142: "va-21-4142";
918
+ };
919
+ export type ConsentPolicyRuleCodes = (typeof CONSENT_POLICY_RULE_CODES)[keyof typeof CONSENT_POLICY_RULE_CODES];
920
+ export declare const consentPolicyRuleCodesSchema: z.ZodEnum<["at-elga", "cric", "dch-3927", "ga4gh", "hipaa-auth", "hipaa-npp", "hipaa-research", "hipaa-restrictions", "hipaa-self-pay", "illinois-minor-procedure", "mdhhs-5515", "nci", "nih-527", "nih-grdr", "nih-hipaa", "nl-lsp", "nyssipp", "squaxin", "ssa-827", "va-10-0484", "va-10-0485", "va-10-10116", "va-10-5345", "va-10-5345a", "va-10-5345a-mhv", "va-21-4142"]>;
921
+ export declare const CONSENT_PROVISION_TYPE: {
922
+ readonly DENY: "deny";
923
+ readonly PERMIT: "permit";
924
+ };
925
+ export type ConsentProvisionType = (typeof CONSENT_PROVISION_TYPE)[keyof typeof CONSENT_PROVISION_TYPE];
926
+ export declare const consentProvisionTypeSchema: z.ZodEnum<["deny", "permit"]>;
927
+ export declare const CONSENT_SCOPE_CODES: {
928
+ readonly ADR: "adr";
929
+ readonly PATIENT_PRIVACY: "patient-privacy";
930
+ readonly RESEARCH: "research";
931
+ readonly TREATMENT: "treatment";
932
+ };
933
+ export type ConsentScopeCodes = (typeof CONSENT_SCOPE_CODES)[keyof typeof CONSENT_SCOPE_CODES];
934
+ export declare const consentScopeCodesSchema: z.ZodEnum<["adr", "patient-privacy", "research", "treatment"]>;
935
+ export declare const CONSENT_STATE: {
936
+ readonly ACTIVE: "active";
937
+ readonly DRAFT: "draft";
938
+ readonly ENTERED_IN_ERROR: "entered-in-error";
939
+ readonly INACTIVE: "inactive";
940
+ readonly PROPOSED: "proposed";
941
+ readonly REJECTED: "rejected";
942
+ };
943
+ export type ConsentState = (typeof CONSENT_STATE)[keyof typeof CONSENT_STATE];
944
+ export declare const consentStateSchema: z.ZodEnum<["active", "draft", "entered-in-error", "inactive", "proposed", "rejected"]>;
945
+ export declare const CONSTRAINT_SEVERITY: {
946
+ readonly ERROR: "error";
947
+ readonly WARNING: "warning";
948
+ };
949
+ export type ConstraintSeverity = (typeof CONSTRAINT_SEVERITY)[keyof typeof CONSTRAINT_SEVERITY];
950
+ export declare const constraintSeveritySchema: z.ZodEnum<["error", "warning"]>;
951
+ export declare const CONTACT_ENTITY_TYPE: {
952
+ readonly ADMIN: "ADMIN";
953
+ readonly BILL: "BILL";
954
+ readonly HR: "HR";
955
+ readonly PATINF: "PATINF";
956
+ readonly PAYOR: "PAYOR";
957
+ readonly PRESS: "PRESS";
958
+ };
959
+ export type ContactEntityType = (typeof CONTACT_ENTITY_TYPE)[keyof typeof CONTACT_ENTITY_TYPE];
960
+ export declare const contactEntityTypeSchema: z.ZodEnum<["ADMIN", "BILL", "HR", "PATINF", "PAYOR", "PRESS"]>;
961
+ export declare const CONTACT_POINT_SYSTEM: {
962
+ readonly EMAIL: "email";
963
+ readonly FAX: "fax";
964
+ readonly OTHER: "other";
965
+ readonly PAGER: "pager";
966
+ readonly PHONE: "phone";
967
+ readonly SMS: "sms";
968
+ readonly URL: "url";
969
+ };
970
+ export type ContactPointSystem = (typeof CONTACT_POINT_SYSTEM)[keyof typeof CONTACT_POINT_SYSTEM];
971
+ export declare const contactPointSystemSchema: z.ZodEnum<["email", "fax", "other", "pager", "phone", "sms", "url"]>;
972
+ export declare const CONTACT_POINT_USE: {
973
+ readonly HOME: "home";
974
+ readonly MOBILE: "mobile";
975
+ readonly OLD: "old";
976
+ readonly TEMP: "temp";
977
+ readonly WORK: "work";
978
+ };
979
+ export type ContactPointUse = (typeof CONTACT_POINT_USE)[keyof typeof CONTACT_POINT_USE];
980
+ export declare const contactPointUseSchema: z.ZodEnum<["home", "mobile", "old", "temp", "work"]>;
981
+ export declare const CONTRACT_RESOURCE_LEGAL_STATE_CODES: {
982
+ readonly AMENDED: "amended";
983
+ readonly APPENDED: "appended";
984
+ readonly CANCELLED: "cancelled";
985
+ readonly DISPUTED: "disputed";
986
+ readonly ENTERED_IN_ERROR: "entered-in-error";
987
+ readonly EXECUTABLE: "executable";
988
+ readonly EXECUTED: "executed";
989
+ readonly NEGOTIABLE: "negotiable";
990
+ readonly OFFERED: "offered";
991
+ readonly POLICY: "policy";
992
+ readonly REJECTED: "rejected";
993
+ readonly RENEWED: "renewed";
994
+ readonly RESOLVED: "resolved";
995
+ readonly REVOKED: "revoked";
996
+ readonly TERMINATED: "terminated";
997
+ };
998
+ export type ContractResourceLegalStateCodes = (typeof CONTRACT_RESOURCE_LEGAL_STATE_CODES)[keyof typeof CONTRACT_RESOURCE_LEGAL_STATE_CODES];
999
+ export declare const contractResourceLegalStateCodesSchema: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
1000
+ export declare const CONTRACT_RESOURCE_PUBLICATION_STATUS_CODES: {
1001
+ readonly AMENDED: "amended";
1002
+ readonly APPENDED: "appended";
1003
+ readonly CANCELLED: "cancelled";
1004
+ readonly DISPUTED: "disputed";
1005
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1006
+ readonly EXECUTABLE: "executable";
1007
+ readonly EXECUTED: "executed";
1008
+ readonly NEGOTIABLE: "negotiable";
1009
+ readonly OFFERED: "offered";
1010
+ readonly POLICY: "policy";
1011
+ readonly REJECTED: "rejected";
1012
+ readonly RENEWED: "renewed";
1013
+ readonly RESOLVED: "resolved";
1014
+ readonly REVOKED: "revoked";
1015
+ readonly TERMINATED: "terminated";
1016
+ };
1017
+ export type ContractResourcePublicationStatusCodes = (typeof CONTRACT_RESOURCE_PUBLICATION_STATUS_CODES)[keyof typeof CONTRACT_RESOURCE_PUBLICATION_STATUS_CODES];
1018
+ export declare const contractResourcePublicationStatusCodesSchema: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
1019
+ export declare const CONTRACT_RESOURCE_STATUS_CODES: {
1020
+ readonly AMENDED: "amended";
1021
+ readonly APPENDED: "appended";
1022
+ readonly CANCELLED: "cancelled";
1023
+ readonly DISPUTED: "disputed";
1024
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1025
+ readonly EXECUTABLE: "executable";
1026
+ readonly EXECUTED: "executed";
1027
+ readonly NEGOTIABLE: "negotiable";
1028
+ readonly OFFERED: "offered";
1029
+ readonly POLICY: "policy";
1030
+ readonly REJECTED: "rejected";
1031
+ readonly RENEWED: "renewed";
1032
+ readonly RESOLVED: "resolved";
1033
+ readonly REVOKED: "revoked";
1034
+ readonly TERMINATED: "terminated";
1035
+ };
1036
+ export type ContractResourceStatusCodes = (typeof CONTRACT_RESOURCE_STATUS_CODES)[keyof typeof CONTRACT_RESOURCE_STATUS_CODES];
1037
+ export declare const contractResourceStatusCodesSchema: z.ZodEnum<["amended", "appended", "cancelled", "disputed", "entered-in-error", "executable", "executed", "negotiable", "offered", "policy", "rejected", "renewed", "resolved", "revoked", "terminated"]>;
1038
+ export declare const CONTRIBUTOR_TYPE: {
1039
+ readonly AUTHOR: "author";
1040
+ readonly EDITOR: "editor";
1041
+ readonly ENDORSER: "endorser";
1042
+ readonly REVIEWER: "reviewer";
1043
+ };
1044
+ export type ContributorType = (typeof CONTRIBUTOR_TYPE)[keyof typeof CONTRIBUTOR_TYPE];
1045
+ export declare const contributorTypeSchema: z.ZodEnum<["author", "editor", "endorser", "reviewer"]>;
1046
+ export declare const COVERAGE_CLASS_CODES: {
1047
+ readonly CLASS: "class";
1048
+ readonly GROUP: "group";
1049
+ readonly PLAN: "plan";
1050
+ readonly RXBIN: "rxbin";
1051
+ readonly RXGROUP: "rxgroup";
1052
+ readonly RXID: "rxid";
1053
+ readonly RXPCN: "rxpcn";
1054
+ readonly SEQUENCE: "sequence";
1055
+ readonly SUBCLASS: "subclass";
1056
+ readonly SUBGROUP: "subgroup";
1057
+ readonly SUBPLAN: "subplan";
1058
+ };
1059
+ export type CoverageClassCodes = (typeof COVERAGE_CLASS_CODES)[keyof typeof COVERAGE_CLASS_CODES];
1060
+ export declare const coverageClassCodesSchema: z.ZodEnum<["class", "group", "plan", "rxbin", "rxgroup", "rxid", "rxpcn", "sequence", "subclass", "subgroup", "subplan"]>;
1061
+ export declare const COVERAGE_COPAY_TYPE_CODES: {
1062
+ readonly COPAY: "copay";
1063
+ readonly COPAYPCT: "copaypct";
1064
+ readonly DEDUCTIBLE: "deductible";
1065
+ readonly EMERGENCY: "emergency";
1066
+ readonly GPVISIT: "gpvisit";
1067
+ readonly INPTHOSP: "inpthosp";
1068
+ readonly MAXOUTOFPOCKET: "maxoutofpocket";
1069
+ readonly SPVISIT: "spvisit";
1070
+ readonly TELEVISIT: "televisit";
1071
+ readonly URGENTCARE: "urgentcare";
1072
+ };
1073
+ export type CoverageCopayTypeCodes = (typeof COVERAGE_COPAY_TYPE_CODES)[keyof typeof COVERAGE_COPAY_TYPE_CODES];
1074
+ export declare const coverageCopayTypeCodesSchema: z.ZodEnum<["copay", "copaypct", "deductible", "emergency", "gpvisit", "inpthosp", "maxoutofpocket", "spvisit", "televisit", "urgentcare"]>;
1075
+ export declare const DATA_ABSENT_REASON: {
1076
+ readonly AS_TEXT: "as-text";
1077
+ readonly ASKED_DECLINED: "asked-declined";
1078
+ readonly ASKED_UNKNOWN: "asked-unknown";
1079
+ readonly ERROR: "error";
1080
+ readonly MASKED: "masked";
1081
+ readonly NEGATIVE_INFINITY: "negative-infinity";
1082
+ readonly NOT_A_NUMBER: "not-a-number";
1083
+ readonly NOT_APPLICABLE: "not-applicable";
1084
+ readonly NOT_ASKED: "not-asked";
1085
+ readonly NOT_PERFORMED: "not-performed";
1086
+ readonly NOT_PERMITTED: "not-permitted";
1087
+ readonly POSITIVE_INFINITY: "positive-infinity";
1088
+ readonly TEMP_UNKNOWN: "temp-unknown";
1089
+ readonly UNKNOWN: "unknown";
1090
+ readonly UNSUPPORTED: "unsupported";
1091
+ };
1092
+ export type DataAbsentReason = (typeof DATA_ABSENT_REASON)[keyof typeof DATA_ABSENT_REASON];
1093
+ export declare const dataAbsentReasonSchema: z.ZodEnum<["as-text", "asked-declined", "asked-unknown", "error", "masked", "negative-infinity", "not-a-number", "not-applicable", "not-asked", "not-performed", "not-permitted", "positive-infinity", "temp-unknown", "unknown", "unsupported"]>;
1094
+ export declare const DAYS_OF_WEEK: {
1095
+ readonly FRI: "fri";
1096
+ readonly MON: "mon";
1097
+ readonly SAT: "sat";
1098
+ readonly SUN: "sun";
1099
+ readonly THU: "thu";
1100
+ readonly TUE: "tue";
1101
+ readonly WED: "wed";
1102
+ };
1103
+ export type DaysOfWeek = (typeof DAYS_OF_WEEK)[keyof typeof DAYS_OF_WEEK];
1104
+ export declare const daysOfWeekSchema: z.ZodEnum<["fri", "mon", "sat", "sun", "thu", "tue", "wed"]>;
1105
+ export declare const DEFINITION_USE_CODES: {
1106
+ readonly ARCHETYPE: "archetype";
1107
+ readonly CUSTOM_RESOURCE: "custom-resource";
1108
+ readonly DAM: "dam";
1109
+ readonly FHIR_STRUCTURE: "fhir-structure";
1110
+ readonly TEMPLATE: "template";
1111
+ readonly WIRE_FORMAT: "wire-format";
1112
+ };
1113
+ export type DefinitionUseCodes = (typeof DEFINITION_USE_CODES)[keyof typeof DEFINITION_USE_CODES];
1114
+ export declare const definitionUseCodesSchema: z.ZodEnum<["archetype", "custom-resource", "dam", "fhir-structure", "template", "wire-format"]>;
1115
+ export declare const DESIGNATION_USE: {
1116
+ readonly _900000000000003001: "900000000000003001";
1117
+ readonly _900000000000013009: "900000000000013009";
1118
+ };
1119
+ export type DesignationUse = (typeof DESIGNATION_USE)[keyof typeof DESIGNATION_USE];
1120
+ export declare const designationUseSchema: z.ZodEnum<["900000000000003001", "900000000000013009"]>;
1121
+ export declare const DETECTED_ISSUE_SEVERITY: {
1122
+ readonly HIGH: "high";
1123
+ readonly LOW: "low";
1124
+ readonly MODERATE: "moderate";
1125
+ };
1126
+ export type DetectedIssueSeverity = (typeof DETECTED_ISSUE_SEVERITY)[keyof typeof DETECTED_ISSUE_SEVERITY];
1127
+ export declare const detectedIssueSeveritySchema: z.ZodEnum<["high", "low", "moderate"]>;
1128
+ export declare const DEVICE_METRIC_CALIBRATION_STATE: {
1129
+ readonly CALIBRATED: "calibrated";
1130
+ readonly CALIBRATION_REQUIRED: "calibration-required";
1131
+ readonly NOT_CALIBRATED: "not-calibrated";
1132
+ readonly UNSPECIFIED: "unspecified";
1133
+ };
1134
+ export type DeviceMetricCalibrationState = (typeof DEVICE_METRIC_CALIBRATION_STATE)[keyof typeof DEVICE_METRIC_CALIBRATION_STATE];
1135
+ export declare const deviceMetricCalibrationStateSchema: z.ZodEnum<["calibrated", "calibration-required", "not-calibrated", "unspecified"]>;
1136
+ export declare const DEVICE_METRIC_CALIBRATION_TYPE: {
1137
+ readonly GAIN: "gain";
1138
+ readonly OFFSET: "offset";
1139
+ readonly TWO_POINT: "two-point";
1140
+ readonly UNSPECIFIED: "unspecified";
1141
+ };
1142
+ export type DeviceMetricCalibrationType = (typeof DEVICE_METRIC_CALIBRATION_TYPE)[keyof typeof DEVICE_METRIC_CALIBRATION_TYPE];
1143
+ export declare const deviceMetricCalibrationTypeSchema: z.ZodEnum<["gain", "offset", "two-point", "unspecified"]>;
1144
+ export declare const DEVICE_METRIC_CATEGORY: {
1145
+ readonly CALCULATION: "calculation";
1146
+ readonly MEASUREMENT: "measurement";
1147
+ readonly SETTING: "setting";
1148
+ readonly UNSPECIFIED: "unspecified";
1149
+ };
1150
+ export type DeviceMetricCategory = (typeof DEVICE_METRIC_CATEGORY)[keyof typeof DEVICE_METRIC_CATEGORY];
1151
+ export declare const deviceMetricCategorySchema: z.ZodEnum<["calculation", "measurement", "setting", "unspecified"]>;
1152
+ export declare const DEVICE_METRIC_COLOR: {
1153
+ readonly BLACK: "black";
1154
+ readonly BLUE: "blue";
1155
+ readonly CYAN: "cyan";
1156
+ readonly GREEN: "green";
1157
+ readonly MAGENTA: "magenta";
1158
+ readonly RED: "red";
1159
+ readonly WHITE: "white";
1160
+ readonly YELLOW: "yellow";
1161
+ };
1162
+ export type DeviceMetricColor = (typeof DEVICE_METRIC_COLOR)[keyof typeof DEVICE_METRIC_COLOR];
1163
+ export declare const deviceMetricColorSchema: z.ZodEnum<["black", "blue", "cyan", "green", "magenta", "red", "white", "yellow"]>;
1164
+ export declare const DEVICE_METRIC_OPERATIONAL_STATUS: {
1165
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1166
+ readonly OFF: "off";
1167
+ readonly ON: "on";
1168
+ readonly STANDBY: "standby";
1169
+ };
1170
+ export type DeviceMetricOperationalStatus = (typeof DEVICE_METRIC_OPERATIONAL_STATUS)[keyof typeof DEVICE_METRIC_OPERATIONAL_STATUS];
1171
+ export declare const deviceMetricOperationalStatusSchema: z.ZodEnum<["entered-in-error", "off", "on", "standby"]>;
1172
+ export declare const DEVICE_NAME_TYPE: {
1173
+ readonly MANUFACTURER_NAME: "manufacturer-name";
1174
+ readonly MODEL_NAME: "model-name";
1175
+ readonly OTHER: "other";
1176
+ readonly PATIENT_REPORTED_NAME: "patient-reported-name";
1177
+ readonly UDI_LABEL_NAME: "udi-label-name";
1178
+ readonly USER_FRIENDLY_NAME: "user-friendly-name";
1179
+ };
1180
+ export type DeviceNameType = (typeof DEVICE_NAME_TYPE)[keyof typeof DEVICE_NAME_TYPE];
1181
+ export declare const deviceNameTypeSchema: z.ZodEnum<["manufacturer-name", "model-name", "other", "patient-reported-name", "udi-label-name", "user-friendly-name"]>;
1182
+ export declare const DEVICE_USE_STATEMENT_STATUS: {
1183
+ readonly ACTIVE: "active";
1184
+ readonly COMPLETED: "completed";
1185
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1186
+ readonly INTENDED: "intended";
1187
+ readonly ON_HOLD: "on-hold";
1188
+ readonly STOPPED: "stopped";
1189
+ };
1190
+ export type DeviceUseStatementStatus = (typeof DEVICE_USE_STATEMENT_STATUS)[keyof typeof DEVICE_USE_STATEMENT_STATUS];
1191
+ export declare const deviceUseStatementStatusSchema: z.ZodEnum<["active", "completed", "entered-in-error", "intended", "on-hold", "stopped"]>;
1192
+ export declare const DIAGNOSTIC_REPORT_STATUS: {
1193
+ readonly AMENDED: "amended";
1194
+ readonly APPENDED: "appended";
1195
+ readonly CANCELLED: "cancelled";
1196
+ readonly CORRECTED: "corrected";
1197
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1198
+ readonly FINAL: "final";
1199
+ readonly PARTIAL: "partial";
1200
+ readonly PRELIMINARY: "preliminary";
81
1201
  readonly REGISTERED: "registered";
1202
+ readonly UNKNOWN: "unknown";
1203
+ };
1204
+ export type DiagnosticReportStatus = (typeof DIAGNOSTIC_REPORT_STATUS)[keyof typeof DIAGNOSTIC_REPORT_STATUS];
1205
+ export declare const diagnosticReportStatusSchema: z.ZodEnum<["amended", "appended", "cancelled", "corrected", "entered-in-error", "final", "partial", "preliminary", "registered", "unknown"]>;
1206
+ export declare const DISCRIMINATOR_TYPE: {
1207
+ readonly EXISTS: "exists";
1208
+ readonly PATTERN: "pattern";
1209
+ readonly PROFILE: "profile";
1210
+ readonly TYPE: "type";
1211
+ readonly VALUE: "value";
1212
+ };
1213
+ export type DiscriminatorType = (typeof DISCRIMINATOR_TYPE)[keyof typeof DISCRIMINATOR_TYPE];
1214
+ export declare const discriminatorTypeSchema: z.ZodEnum<["exists", "pattern", "profile", "type", "value"]>;
1215
+ export declare const DOCUMENT_MODE: {
1216
+ readonly CONSUMER: "consumer";
1217
+ readonly PRODUCER: "producer";
1218
+ };
1219
+ export type DocumentMode = (typeof DOCUMENT_MODE)[keyof typeof DOCUMENT_MODE];
1220
+ export declare const documentModeSchema: z.ZodEnum<["consumer", "producer"]>;
1221
+ export declare const DOCUMENT_REFERENCE_STATUS: {
1222
+ readonly CURRENT: "current";
1223
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1224
+ readonly SUPERSEDED: "superseded";
1225
+ };
1226
+ export type DocumentReferenceStatus = (typeof DOCUMENT_REFERENCE_STATUS)[keyof typeof DOCUMENT_REFERENCE_STATUS];
1227
+ export declare const documentReferenceStatusSchema: z.ZodEnum<["current", "entered-in-error", "superseded"]>;
1228
+ export declare const DOCUMENT_RELATIONSHIP_TYPE: {
1229
+ readonly APPENDS: "appends";
1230
+ readonly REPLACES: "replaces";
1231
+ readonly SIGNS: "signs";
1232
+ readonly TRANSFORMS: "transforms";
1233
+ };
1234
+ export type DocumentRelationshipType = (typeof DOCUMENT_RELATIONSHIP_TYPE)[keyof typeof DOCUMENT_RELATIONSHIP_TYPE];
1235
+ export declare const documentRelationshipTypeSchema: z.ZodEnum<["appends", "replaces", "signs", "transforms"]>;
1236
+ export declare const EFFECT_ESTIMATE_TYPE: {
1237
+ readonly ABSOLUTE_ARD: "absolute-ARD";
1238
+ readonly ABSOLUTE_MEANDIFF: "absolute-MeanDiff";
1239
+ readonly ABSOLUTE_MEDIANDIFF: "absolute-MedianDiff";
1240
+ readonly ABSOLUTE_SMD: "absolute-SMD";
1241
+ readonly RELATIVE_HR: "relative-HR";
1242
+ readonly RELATIVE_OR: "relative-OR";
1243
+ readonly RELATIVE_RR: "relative-RR";
1244
+ };
1245
+ export type EffectEstimateType = (typeof EFFECT_ESTIMATE_TYPE)[keyof typeof EFFECT_ESTIMATE_TYPE];
1246
+ export declare const effectEstimateTypeSchema: z.ZodEnum<["absolute-ARD", "absolute-MeanDiff", "absolute-MedianDiff", "absolute-SMD", "relative-HR", "relative-OR", "relative-RR"]>;
1247
+ export declare const ELIGIBILITY_REQUEST_PURPOSE: {
1248
+ readonly AUTH_REQUIREMENTS: "auth-requirements";
1249
+ readonly BENEFITS: "benefits";
1250
+ readonly DISCOVERY: "discovery";
1251
+ readonly VALIDATION: "validation";
1252
+ };
1253
+ export type EligibilityRequestPurpose = (typeof ELIGIBILITY_REQUEST_PURPOSE)[keyof typeof ELIGIBILITY_REQUEST_PURPOSE];
1254
+ export declare const eligibilityRequestPurposeSchema: z.ZodEnum<["auth-requirements", "benefits", "discovery", "validation"]>;
1255
+ export declare const ELIGIBILITY_RESPONSE_PURPOSE: {
1256
+ readonly AUTH_REQUIREMENTS: "auth-requirements";
1257
+ readonly BENEFITS: "benefits";
1258
+ readonly DISCOVERY: "discovery";
1259
+ readonly VALIDATION: "validation";
1260
+ };
1261
+ export type EligibilityResponsePurpose = (typeof ELIGIBILITY_RESPONSE_PURPOSE)[keyof typeof ELIGIBILITY_RESPONSE_PURPOSE];
1262
+ export declare const eligibilityResponsePurposeSchema: z.ZodEnum<["auth-requirements", "benefits", "discovery", "validation"]>;
1263
+ export declare const ENABLE_WHEN_BEHAVIOR: {
1264
+ readonly ALL: "all";
1265
+ readonly ANY: "any";
1266
+ };
1267
+ export type EnableWhenBehavior = (typeof ENABLE_WHEN_BEHAVIOR)[keyof typeof ENABLE_WHEN_BEHAVIOR];
1268
+ export declare const enableWhenBehaviorSchema: z.ZodEnum<["all", "any"]>;
1269
+ export declare const ENCOUNTER_LOCATION_STATUS: {
1270
+ readonly ACTIVE: "active";
1271
+ readonly COMPLETED: "completed";
1272
+ readonly PLANNED: "planned";
1273
+ readonly RESERVED: "reserved";
1274
+ };
1275
+ export type EncounterLocationStatus = (typeof ENCOUNTER_LOCATION_STATUS)[keyof typeof ENCOUNTER_LOCATION_STATUS];
1276
+ export declare const encounterLocationStatusSchema: z.ZodEnum<["active", "completed", "planned", "reserved"]>;
1277
+ export declare const ENCOUNTER_STATUS: {
1278
+ readonly ARRIVED: "arrived";
1279
+ readonly CANCELLED: "cancelled";
1280
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1281
+ readonly FINISHED: "finished";
1282
+ readonly IN_PROGRESS: "in-progress";
1283
+ readonly ONLEAVE: "onleave";
1284
+ readonly PLANNED: "planned";
1285
+ readonly TRIAGED: "triaged";
1286
+ readonly UNKNOWN: "unknown";
1287
+ };
1288
+ export type EncounterStatus = (typeof ENCOUNTER_STATUS)[keyof typeof ENCOUNTER_STATUS];
1289
+ export declare const encounterStatusSchema: z.ZodEnum<["arrived", "cancelled", "entered-in-error", "finished", "in-progress", "onleave", "planned", "triaged", "unknown"]>;
1290
+ export declare const ENDPOINT_CONNECTION_TYPE: {
1291
+ readonly DICOM_QIDO_RS: "dicom-qido-rs";
1292
+ readonly DICOM_STOW_RS: "dicom-stow-rs";
1293
+ readonly DICOM_WADO_RS: "dicom-wado-rs";
1294
+ readonly DICOM_WADO_URI: "dicom-wado-uri";
1295
+ readonly DIRECT_PROJECT: "direct-project";
1296
+ readonly HL7_FHIR_MSG: "hl7-fhir-msg";
1297
+ readonly HL7_FHIR_REST: "hl7-fhir-rest";
1298
+ readonly HL7V2_MLLP: "hl7v2-mllp";
1299
+ readonly IHE_IID: "ihe-iid";
1300
+ readonly IHE_XCA: "ihe-xca";
1301
+ readonly IHE_XCPD: "ihe-xcpd";
1302
+ readonly IHE_XDR: "ihe-xdr";
1303
+ readonly IHE_XDS: "ihe-xds";
1304
+ readonly SECURE_EMAIL: "secure-email";
1305
+ };
1306
+ export type EndpointConnectionType = (typeof ENDPOINT_CONNECTION_TYPE)[keyof typeof ENDPOINT_CONNECTION_TYPE];
1307
+ export declare const endpointConnectionTypeSchema: z.ZodEnum<["dicom-qido-rs", "dicom-stow-rs", "dicom-wado-rs", "dicom-wado-uri", "direct-project", "hl7-fhir-msg", "hl7-fhir-rest", "hl7v2-mllp", "ihe-iid", "ihe-xca", "ihe-xcpd", "ihe-xdr", "ihe-xds", "secure-email"]>;
1308
+ export declare const ENDPOINT_STATUS: {
1309
+ readonly ACTIVE: "active";
1310
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1311
+ readonly ERROR: "error";
1312
+ readonly OFF: "off";
1313
+ readonly SUSPENDED: "suspended";
1314
+ readonly TEST: "test";
1315
+ };
1316
+ export type EndpointStatus = (typeof ENDPOINT_STATUS)[keyof typeof ENDPOINT_STATUS];
1317
+ export declare const endpointStatusSchema: z.ZodEnum<["active", "entered-in-error", "error", "off", "suspended", "test"]>;
1318
+ export declare const ENTERAL_ROUTE_CODES: {
1319
+ readonly EFT: "EFT";
1320
+ readonly ENTINSTL: "ENTINSTL";
1321
+ readonly GJT: "GJT";
1322
+ readonly GT: "GT";
1323
+ readonly JJTINSTL: "JJTINSTL";
1324
+ readonly NGT: "NGT";
1325
+ readonly OGT: "OGT";
1326
+ readonly OJJ: "OJJ";
1327
+ readonly PO: "PO";
1328
+ };
1329
+ export type EnteralRouteCodes = (typeof ENTERAL_ROUTE_CODES)[keyof typeof ENTERAL_ROUTE_CODES];
1330
+ export declare const enteralRouteCodesSchema: z.ZodEnum<["EFT", "ENTINSTL", "GJT", "GT", "JJTINSTL", "NGT", "OGT", "OJJ", "PO"]>;
1331
+ export declare const EPISODE_OF_CARE_STATUS: {
1332
+ readonly ACTIVE: "active";
1333
+ readonly CANCELLED: "cancelled";
1334
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1335
+ readonly FINISHED: "finished";
1336
+ readonly ONHOLD: "onhold";
1337
+ readonly PLANNED: "planned";
1338
+ readonly WAITLIST: "waitlist";
1339
+ };
1340
+ export type EpisodeOfCareStatus = (typeof EPISODE_OF_CARE_STATUS)[keyof typeof EPISODE_OF_CARE_STATUS];
1341
+ export declare const episodeOfCareStatusSchema: z.ZodEnum<["active", "cancelled", "entered-in-error", "finished", "onhold", "planned", "waitlist"]>;
1342
+ export declare const EVENT_CAPABILITY_MODE: {
1343
+ readonly RECEIVER: "receiver";
1344
+ readonly SENDER: "sender";
1345
+ };
1346
+ export type EventCapabilityMode = (typeof EVENT_CAPABILITY_MODE)[keyof typeof EVENT_CAPABILITY_MODE];
1347
+ export declare const eventCapabilityModeSchema: z.ZodEnum<["receiver", "sender"]>;
1348
+ export declare const EVENT_STATUS: {
1349
+ readonly COMPLETED: "completed";
1350
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1351
+ readonly IN_PROGRESS: "in-progress";
1352
+ readonly NOT_DONE: "not-done";
1353
+ readonly ON_HOLD: "on-hold";
1354
+ readonly PREPARATION: "preparation";
1355
+ readonly STOPPED: "stopped";
1356
+ readonly UNKNOWN: "unknown";
1357
+ };
1358
+ export type EventStatus = (typeof EVENT_STATUS)[keyof typeof EVENT_STATUS];
1359
+ export declare const eventStatusSchema: z.ZodEnum<["completed", "entered-in-error", "in-progress", "not-done", "on-hold", "preparation", "stopped", "unknown"]>;
1360
+ export declare const EVENT_TIMING: {
1361
+ readonly AC: "AC";
1362
+ readonly ACD: "ACD";
1363
+ readonly ACM: "ACM";
1364
+ readonly ACV: "ACV";
1365
+ readonly AFT: "AFT";
1366
+ readonly AFT_EARLY: "AFT.early";
1367
+ readonly AFT_LATE: "AFT.late";
1368
+ readonly C: "C";
1369
+ readonly CD: "CD";
1370
+ readonly CM: "CM";
1371
+ readonly CV: "CV";
1372
+ readonly EVE: "EVE";
1373
+ readonly EVE_EARLY: "EVE.early";
1374
+ readonly EVE_LATE: "EVE.late";
1375
+ readonly HS: "HS";
1376
+ readonly MORN: "MORN";
1377
+ readonly MORN_EARLY: "MORN.early";
1378
+ readonly MORN_LATE: "MORN.late";
1379
+ readonly NIGHT: "NIGHT";
1380
+ readonly NOON: "NOON";
1381
+ readonly PC: "PC";
1382
+ readonly PCD: "PCD";
1383
+ readonly PCM: "PCM";
1384
+ readonly PCV: "PCV";
1385
+ readonly PHS: "PHS";
1386
+ readonly WAKE: "WAKE";
1387
+ };
1388
+ export type EventTiming = (typeof EVENT_TIMING)[keyof typeof EVENT_TIMING];
1389
+ export declare const eventTimingSchema: z.ZodEnum<["AC", "ACD", "ACM", "ACV", "AFT", "AFT.early", "AFT.late", "C", "CD", "CM", "CV", "EVE", "EVE.early", "EVE.late", "HS", "MORN", "MORN.early", "MORN.late", "NIGHT", "NOON", "PC", "PCD", "PCM", "PCV", "PHS", "WAKE"]>;
1390
+ export declare const EVIDENCE_VARIABLE_TYPE: {
1391
+ readonly CONTINUOUS: "continuous";
1392
+ readonly DESCRIPTIVE: "descriptive";
1393
+ readonly DICHOTOMOUS: "dichotomous";
1394
+ };
1395
+ export type EvidenceVariableType = (typeof EVIDENCE_VARIABLE_TYPE)[keyof typeof EVIDENCE_VARIABLE_TYPE];
1396
+ export declare const evidenceVariableTypeSchema: z.ZodEnum<["continuous", "descriptive", "dichotomous"]>;
1397
+ export declare const EVIDENCE_VARIANT_STATE: {
1398
+ readonly HIGH_RISK: "high-risk";
1399
+ readonly LOW_RISK: "low-risk";
1400
+ readonly MEDIUM_RISK: "medium-risk";
1401
+ };
1402
+ export type EvidenceVariantState = (typeof EVIDENCE_VARIANT_STATE)[keyof typeof EVIDENCE_VARIANT_STATE];
1403
+ export declare const evidenceVariantStateSchema: z.ZodEnum<["high-risk", "low-risk", "medium-risk"]>;
1404
+ export declare const EXAMPLE_SCENARIO_ACTOR_TYPE: {
1405
+ readonly ENTITY: "entity";
1406
+ readonly PERSON: "person";
1407
+ };
1408
+ export type ExampleScenarioActorType = (typeof EXAMPLE_SCENARIO_ACTOR_TYPE)[keyof typeof EXAMPLE_SCENARIO_ACTOR_TYPE];
1409
+ export declare const exampleScenarioActorTypeSchema: z.ZodEnum<["entity", "person"]>;
1410
+ export declare const EXPLANATION_OF_BENEFIT_STATUS: {
1411
+ readonly ACTIVE: "active";
1412
+ readonly CANCELLED: "cancelled";
1413
+ readonly DRAFT: "draft";
1414
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1415
+ };
1416
+ export type ExplanationOfBenefitStatus = (typeof EXPLANATION_OF_BENEFIT_STATUS)[keyof typeof EXPLANATION_OF_BENEFIT_STATUS];
1417
+ export declare const explanationOfBenefitStatusSchema: z.ZodEnum<["active", "cancelled", "draft", "entered-in-error"]>;
1418
+ export declare const EXPOSURE_STATE: {
1419
+ readonly EXPOSURE: "exposure";
1420
+ readonly EXPOSURE_ALTERNATIVE: "exposure-alternative";
1421
+ };
1422
+ export type ExposureState = (typeof EXPOSURE_STATE)[keyof typeof EXPOSURE_STATE];
1423
+ export declare const exposureStateSchema: z.ZodEnum<["exposure", "exposure-alternative"]>;
1424
+ export declare const EXPRESSION_LANGUAGE: {
1425
+ readonly APPLICATION_X_FHIR_QUERY: "application/x-fhir-query";
1426
+ readonly TEXT_CQL: "text/cql";
1427
+ readonly TEXT_FHIRPATH: "text/fhirpath";
1428
+ };
1429
+ export type ExpressionLanguage = (typeof EXPRESSION_LANGUAGE)[keyof typeof EXPRESSION_LANGUAGE];
1430
+ export declare const expressionLanguageSchema: z.ZodEnum<["application/x-fhir-query", "text/cql", "text/fhirpath"]>;
1431
+ export declare const EXTENSION_CONTEXT_TYPE: {
1432
+ readonly ELEMENT: "element";
1433
+ readonly EXTENSION: "extension";
1434
+ readonly FHIRPATH: "fhirpath";
1435
+ };
1436
+ export type ExtensionContextType = (typeof EXTENSION_CONTEXT_TYPE)[keyof typeof EXTENSION_CONTEXT_TYPE];
1437
+ export declare const extensionContextTypeSchema: z.ZodEnum<["element", "extension", "fhirpath"]>;
1438
+ export declare const F_H_I_R_ALL_TYPES: {
1439
+ readonly ACCOUNT: "Account";
1440
+ readonly ACTIVITYDEFINITION: "ActivityDefinition";
1441
+ readonly ADDRESS: "Address";
1442
+ readonly ADVERSEEVENT: "AdverseEvent";
1443
+ readonly AGE: "Age";
1444
+ readonly ALLERGYINTOLERANCE: "AllergyIntolerance";
1445
+ readonly ANNOTATION: "Annotation";
1446
+ readonly ANY: "Any";
1447
+ readonly APPOINTMENT: "Appointment";
1448
+ readonly APPOINTMENTRESPONSE: "AppointmentResponse";
1449
+ readonly ATTACHMENT: "Attachment";
1450
+ readonly AUDITEVENT: "AuditEvent";
1451
+ readonly BACKBONEELEMENT: "BackboneElement";
1452
+ readonly BASIC: "Basic";
1453
+ readonly BINARY: "Binary";
1454
+ readonly BIOLOGICALLYDERIVEDPRODUCT: "BiologicallyDerivedProduct";
1455
+ readonly BODYSTRUCTURE: "BodyStructure";
1456
+ readonly BUNDLE: "Bundle";
1457
+ readonly CAPABILITYSTATEMENT: "CapabilityStatement";
1458
+ readonly CAREPLAN: "CarePlan";
1459
+ readonly CARETEAM: "CareTeam";
1460
+ readonly CATALOGENTRY: "CatalogEntry";
1461
+ readonly CHARGEITEM: "ChargeItem";
1462
+ readonly CHARGEITEMDEFINITION: "ChargeItemDefinition";
1463
+ readonly CLAIM: "Claim";
1464
+ readonly CLAIMRESPONSE: "ClaimResponse";
1465
+ readonly CLINICALIMPRESSION: "ClinicalImpression";
1466
+ readonly CODESYSTEM: "CodeSystem";
1467
+ readonly CODEABLECONCEPT: "CodeableConcept";
1468
+ readonly CODING: "Coding";
1469
+ readonly COMMUNICATION: "Communication";
1470
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
1471
+ readonly COMPARTMENTDEFINITION: "CompartmentDefinition";
1472
+ readonly COMPOSITION: "Composition";
1473
+ readonly CONCEPTMAP: "ConceptMap";
1474
+ readonly CONDITION: "Condition";
1475
+ readonly CONSENT: "Consent";
1476
+ readonly CONTACTDETAIL: "ContactDetail";
1477
+ readonly CONTACTPOINT: "ContactPoint";
1478
+ readonly CONTRACT: "Contract";
1479
+ readonly CONTRIBUTOR: "Contributor";
1480
+ readonly COUNT: "Count";
1481
+ readonly COVERAGE: "Coverage";
1482
+ readonly COVERAGEELIGIBILITYREQUEST: "CoverageEligibilityRequest";
1483
+ readonly COVERAGEELIGIBILITYRESPONSE: "CoverageEligibilityResponse";
1484
+ readonly DATAREQUIREMENT: "DataRequirement";
1485
+ readonly DETECTEDISSUE: "DetectedIssue";
1486
+ readonly DEVICE: "Device";
1487
+ readonly DEVICEDEFINITION: "DeviceDefinition";
1488
+ readonly DEVICEMETRIC: "DeviceMetric";
1489
+ readonly DEVICEREQUEST: "DeviceRequest";
1490
+ readonly DEVICEUSESTATEMENT: "DeviceUseStatement";
1491
+ readonly DIAGNOSTICREPORT: "DiagnosticReport";
1492
+ readonly DISTANCE: "Distance";
1493
+ readonly DOCUMENTMANIFEST: "DocumentManifest";
1494
+ readonly DOCUMENTREFERENCE: "DocumentReference";
1495
+ readonly DOMAINRESOURCE: "DomainResource";
1496
+ readonly DOSAGE: "Dosage";
1497
+ readonly DURATION: "Duration";
1498
+ readonly EFFECTEVIDENCESYNTHESIS: "EffectEvidenceSynthesis";
1499
+ readonly ELEMENT: "Element";
1500
+ readonly ELEMENTDEFINITION: "ElementDefinition";
1501
+ readonly ENCOUNTER: "Encounter";
1502
+ readonly ENDPOINT: "Endpoint";
1503
+ readonly ENROLLMENTREQUEST: "EnrollmentRequest";
1504
+ readonly ENROLLMENTRESPONSE: "EnrollmentResponse";
1505
+ readonly EPISODEOFCARE: "EpisodeOfCare";
1506
+ readonly EVENTDEFINITION: "EventDefinition";
1507
+ readonly EVIDENCE: "Evidence";
1508
+ readonly EVIDENCEVARIABLE: "EvidenceVariable";
1509
+ readonly EXAMPLESCENARIO: "ExampleScenario";
1510
+ readonly EXPLANATIONOFBENEFIT: "ExplanationOfBenefit";
1511
+ readonly EXPRESSION: "Expression";
1512
+ readonly EXTENSION: "Extension";
1513
+ readonly FAMILYMEMBERHISTORY: "FamilyMemberHistory";
1514
+ readonly FLAG: "Flag";
1515
+ readonly GOAL: "Goal";
1516
+ readonly GRAPHDEFINITION: "GraphDefinition";
1517
+ readonly GROUP: "Group";
1518
+ readonly GUIDANCERESPONSE: "GuidanceResponse";
1519
+ readonly HEALTHCARESERVICE: "HealthcareService";
1520
+ readonly HUMANNAME: "HumanName";
1521
+ readonly IDENTIFIER: "Identifier";
1522
+ readonly IMAGINGSTUDY: "ImagingStudy";
1523
+ readonly IMMUNIZATION: "Immunization";
1524
+ readonly IMMUNIZATIONEVALUATION: "ImmunizationEvaluation";
1525
+ readonly IMMUNIZATIONRECOMMENDATION: "ImmunizationRecommendation";
1526
+ readonly IMPLEMENTATIONGUIDE: "ImplementationGuide";
1527
+ readonly INSURANCEPLAN: "InsurancePlan";
1528
+ readonly INVOICE: "Invoice";
1529
+ readonly LIBRARY: "Library";
1530
+ readonly LINKAGE: "Linkage";
1531
+ readonly LIST: "List";
1532
+ readonly LOCATION: "Location";
1533
+ readonly MARKETINGSTATUS: "MarketingStatus";
1534
+ readonly MEASURE: "Measure";
1535
+ readonly MEASUREREPORT: "MeasureReport";
1536
+ readonly MEDIA: "Media";
1537
+ readonly MEDICATION: "Medication";
1538
+ readonly MEDICATIONADMINISTRATION: "MedicationAdministration";
1539
+ readonly MEDICATIONDISPENSE: "MedicationDispense";
1540
+ readonly MEDICATIONKNOWLEDGE: "MedicationKnowledge";
1541
+ readonly MEDICATIONREQUEST: "MedicationRequest";
1542
+ readonly MEDICATIONSTATEMENT: "MedicationStatement";
1543
+ readonly MEDICINALPRODUCT: "MedicinalProduct";
1544
+ readonly MEDICINALPRODUCTAUTHORIZATION: "MedicinalProductAuthorization";
1545
+ readonly MEDICINALPRODUCTCONTRAINDICATION: "MedicinalProductContraindication";
1546
+ readonly MEDICINALPRODUCTINDICATION: "MedicinalProductIndication";
1547
+ readonly MEDICINALPRODUCTINGREDIENT: "MedicinalProductIngredient";
1548
+ readonly MEDICINALPRODUCTINTERACTION: "MedicinalProductInteraction";
1549
+ readonly MEDICINALPRODUCTMANUFACTURED: "MedicinalProductManufactured";
1550
+ readonly MEDICINALPRODUCTPACKAGED: "MedicinalProductPackaged";
1551
+ readonly MEDICINALPRODUCTPHARMACEUTICAL: "MedicinalProductPharmaceutical";
1552
+ readonly MEDICINALPRODUCTUNDESIRABLEEFFECT: "MedicinalProductUndesirableEffect";
1553
+ readonly MESSAGEDEFINITION: "MessageDefinition";
1554
+ readonly MESSAGEHEADER: "MessageHeader";
1555
+ readonly META: "Meta";
1556
+ readonly MOLECULARSEQUENCE: "MolecularSequence";
1557
+ readonly MONEY: "Money";
1558
+ readonly MONEYQUANTITY: "MoneyQuantity";
1559
+ readonly NAMINGSYSTEM: "NamingSystem";
1560
+ readonly NARRATIVE: "Narrative";
1561
+ readonly NUTRITIONORDER: "NutritionOrder";
1562
+ readonly OBSERVATION: "Observation";
1563
+ readonly OBSERVATIONDEFINITION: "ObservationDefinition";
1564
+ readonly OPERATIONDEFINITION: "OperationDefinition";
1565
+ readonly OPERATIONOUTCOME: "OperationOutcome";
1566
+ readonly ORGANIZATION: "Organization";
1567
+ readonly ORGANIZATIONAFFILIATION: "OrganizationAffiliation";
1568
+ readonly PARAMETERDEFINITION: "ParameterDefinition";
1569
+ readonly PARAMETERS: "Parameters";
1570
+ readonly PATIENT: "Patient";
1571
+ readonly PAYMENTNOTICE: "PaymentNotice";
1572
+ readonly PAYMENTRECONCILIATION: "PaymentReconciliation";
1573
+ readonly PERIOD: "Period";
1574
+ readonly PERSON: "Person";
1575
+ readonly PLANDEFINITION: "PlanDefinition";
1576
+ readonly POPULATION: "Population";
1577
+ readonly PRACTITIONER: "Practitioner";
1578
+ readonly PRACTITIONERROLE: "PractitionerRole";
1579
+ readonly PROCEDURE: "Procedure";
1580
+ readonly PRODCHARACTERISTIC: "ProdCharacteristic";
1581
+ readonly PRODUCTSHELFLIFE: "ProductShelfLife";
1582
+ readonly PROVENANCE: "Provenance";
1583
+ readonly QUANTITY: "Quantity";
1584
+ readonly QUESTIONNAIRE: "Questionnaire";
1585
+ readonly QUESTIONNAIRERESPONSE: "QuestionnaireResponse";
1586
+ readonly RANGE: "Range";
1587
+ readonly RATIO: "Ratio";
1588
+ readonly REFERENCE: "Reference";
1589
+ readonly RELATEDARTIFACT: "RelatedArtifact";
1590
+ readonly RELATEDPERSON: "RelatedPerson";
1591
+ readonly REQUESTGROUP: "RequestGroup";
1592
+ readonly RESEARCHDEFINITION: "ResearchDefinition";
1593
+ readonly RESEARCHELEMENTDEFINITION: "ResearchElementDefinition";
1594
+ readonly RESEARCHSTUDY: "ResearchStudy";
1595
+ readonly RESEARCHSUBJECT: "ResearchSubject";
1596
+ readonly RESOURCE: "Resource";
1597
+ readonly RISKASSESSMENT: "RiskAssessment";
1598
+ readonly RISKEVIDENCESYNTHESIS: "RiskEvidenceSynthesis";
1599
+ readonly SAMPLEDDATA: "SampledData";
1600
+ readonly SCHEDULE: "Schedule";
1601
+ readonly SEARCHPARAMETER: "SearchParameter";
1602
+ readonly SERVICEREQUEST: "ServiceRequest";
1603
+ readonly SIGNATURE: "Signature";
1604
+ readonly SIMPLEQUANTITY: "SimpleQuantity";
1605
+ readonly SLOT: "Slot";
1606
+ readonly SPECIMEN: "Specimen";
1607
+ readonly SPECIMENDEFINITION: "SpecimenDefinition";
1608
+ readonly STRUCTUREDEFINITION: "StructureDefinition";
1609
+ readonly STRUCTUREMAP: "StructureMap";
1610
+ readonly SUBSCRIPTION: "Subscription";
1611
+ readonly SUBSTANCE: "Substance";
1612
+ readonly SUBSTANCEAMOUNT: "SubstanceAmount";
1613
+ readonly SUBSTANCENUCLEICACID: "SubstanceNucleicAcid";
1614
+ readonly SUBSTANCEPOLYMER: "SubstancePolymer";
1615
+ readonly SUBSTANCEPROTEIN: "SubstanceProtein";
1616
+ readonly SUBSTANCEREFERENCEINFORMATION: "SubstanceReferenceInformation";
1617
+ readonly SUBSTANCESOURCEMATERIAL: "SubstanceSourceMaterial";
1618
+ readonly SUBSTANCESPECIFICATION: "SubstanceSpecification";
1619
+ readonly SUPPLYDELIVERY: "SupplyDelivery";
1620
+ readonly SUPPLYREQUEST: "SupplyRequest";
1621
+ readonly TASK: "Task";
1622
+ readonly TERMINOLOGYCAPABILITIES: "TerminologyCapabilities";
1623
+ readonly TESTREPORT: "TestReport";
1624
+ readonly TESTSCRIPT: "TestScript";
1625
+ readonly TIMING: "Timing";
1626
+ readonly TRIGGERDEFINITION: "TriggerDefinition";
1627
+ readonly TYPE: "Type";
1628
+ readonly USAGECONTEXT: "UsageContext";
1629
+ readonly VALUESET: "ValueSet";
1630
+ readonly VERIFICATIONRESULT: "VerificationResult";
1631
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
1632
+ readonly BASE64BINARY: "base64Binary";
1633
+ readonly BOOLEAN: "boolean";
1634
+ readonly CANONICAL: "canonical";
1635
+ readonly CODE: "code";
1636
+ readonly DATE: "date";
1637
+ readonly DATETIME: "dateTime";
1638
+ readonly DECIMAL: "decimal";
1639
+ readonly ID: "id";
1640
+ readonly INSTANT: "instant";
1641
+ readonly INTEGER: "integer";
1642
+ readonly MARKDOWN: "markdown";
1643
+ readonly OID: "oid";
1644
+ readonly POSITIVEINT: "positiveInt";
1645
+ readonly STRING: "string";
1646
+ readonly TIME: "time";
1647
+ readonly UNSIGNEDINT: "unsignedInt";
1648
+ readonly URI: "uri";
1649
+ readonly URL: "url";
1650
+ readonly UUID: "uuid";
1651
+ readonly XHTML: "xhtml";
1652
+ };
1653
+ export type FHIRAllTypes = (typeof F_H_I_R_ALL_TYPES)[keyof typeof F_H_I_R_ALL_TYPES];
1654
+ export declare const fHIRAllTypesSchema: z.ZodEnum<["Account", "ActivityDefinition", "Address", "AdverseEvent", "Age", "AllergyIntolerance", "Annotation", "Any", "Appointment", "AppointmentResponse", "Attachment", "AuditEvent", "BackboneElement", "Basic", "Binary", "BiologicallyDerivedProduct", "BodyStructure", "Bundle", "CapabilityStatement", "CarePlan", "CareTeam", "CatalogEntry", "ChargeItem", "ChargeItemDefinition", "Claim", "ClaimResponse", "ClinicalImpression", "CodeSystem", "CodeableConcept", "Coding", "Communication", "CommunicationRequest", "CompartmentDefinition", "Composition", "ConceptMap", "Condition", "Consent", "ContactDetail", "ContactPoint", "Contract", "Contributor", "Count", "Coverage", "CoverageEligibilityRequest", "CoverageEligibilityResponse", "DataRequirement", "DetectedIssue", "Device", "DeviceDefinition", "DeviceMetric", "DeviceRequest", "DeviceUseStatement", "DiagnosticReport", "Distance", "DocumentManifest", "DocumentReference", "DomainResource", "Dosage", "Duration", "EffectEvidenceSynthesis", "Element", "ElementDefinition", "Encounter", "Endpoint", "EnrollmentRequest", "EnrollmentResponse", "EpisodeOfCare", "EventDefinition", "Evidence", "EvidenceVariable", "ExampleScenario", "ExplanationOfBenefit", "Expression", "Extension", "FamilyMemberHistory", "Flag", "Goal", "GraphDefinition", "Group", "GuidanceResponse", "HealthcareService", "HumanName", "Identifier", "ImagingStudy", "Immunization", "ImmunizationEvaluation", "ImmunizationRecommendation", "ImplementationGuide", "InsurancePlan", "Invoice", "Library", "Linkage", "List", "Location", "MarketingStatus", "Measure", "MeasureReport", "Media", "Medication", "MedicationAdministration", "MedicationDispense", "MedicationKnowledge", "MedicationRequest", "MedicationStatement", "MedicinalProduct", "MedicinalProductAuthorization", "MedicinalProductContraindication", "MedicinalProductIndication", "MedicinalProductIngredient", "MedicinalProductInteraction", "MedicinalProductManufactured", "MedicinalProductPackaged", "MedicinalProductPharmaceutical", "MedicinalProductUndesirableEffect", "MessageDefinition", "MessageHeader", "Meta", "MolecularSequence", "Money", "MoneyQuantity", "NamingSystem", "Narrative", "NutritionOrder", "Observation", "ObservationDefinition", "OperationDefinition", "OperationOutcome", "Organization", "OrganizationAffiliation", "ParameterDefinition", "Parameters", "Patient", "PaymentNotice", "PaymentReconciliation", "Period", "Person", "PlanDefinition", "Population", "Practitioner", "PractitionerRole", "Procedure", "ProdCharacteristic", "ProductShelfLife", "Provenance", "Quantity", "Questionnaire", "QuestionnaireResponse", "Range", "Ratio", "Reference", "RelatedArtifact", "RelatedPerson", "RequestGroup", "ResearchDefinition", "ResearchElementDefinition", "ResearchStudy", "ResearchSubject", "Resource", "RiskAssessment", "RiskEvidenceSynthesis", "SampledData", "Schedule", "SearchParameter", "ServiceRequest", "Signature", "SimpleQuantity", "Slot", "Specimen", "SpecimenDefinition", "StructureDefinition", "StructureMap", "Subscription", "Substance", "SubstanceAmount", "SubstanceNucleicAcid", "SubstancePolymer", "SubstanceProtein", "SubstanceReferenceInformation", "SubstanceSourceMaterial", "SubstanceSpecification", "SupplyDelivery", "SupplyRequest", "Task", "TerminologyCapabilities", "TestReport", "TestScript", "Timing", "TriggerDefinition", "Type", "UsageContext", "ValueSet", "VerificationResult", "VisionPrescription", "base64Binary", "boolean", "canonical", "code", "date", "dateTime", "decimal", "id", "instant", "integer", "markdown", "oid", "positiveInt", "string", "time", "unsignedInt", "uri", "url", "uuid", "xhtml"]>;
1655
+ export declare const F_H_I_R_DEFINED_TYPE: {
1656
+ readonly ACCOUNT: "Account";
1657
+ readonly ACTIVITYDEFINITION: "ActivityDefinition";
1658
+ readonly ADDRESS: "Address";
1659
+ readonly ADVERSEEVENT: "AdverseEvent";
1660
+ readonly AGE: "Age";
1661
+ readonly ALLERGYINTOLERANCE: "AllergyIntolerance";
1662
+ readonly ANNOTATION: "Annotation";
1663
+ readonly APPOINTMENT: "Appointment";
1664
+ readonly APPOINTMENTRESPONSE: "AppointmentResponse";
1665
+ readonly ATTACHMENT: "Attachment";
1666
+ readonly AUDITEVENT: "AuditEvent";
1667
+ readonly BACKBONEELEMENT: "BackboneElement";
1668
+ readonly BASIC: "Basic";
1669
+ readonly BINARY: "Binary";
1670
+ readonly BIOLOGICALLYDERIVEDPRODUCT: "BiologicallyDerivedProduct";
1671
+ readonly BODYSTRUCTURE: "BodyStructure";
1672
+ readonly BUNDLE: "Bundle";
1673
+ readonly CAPABILITYSTATEMENT: "CapabilityStatement";
1674
+ readonly CAREPLAN: "CarePlan";
1675
+ readonly CARETEAM: "CareTeam";
1676
+ readonly CATALOGENTRY: "CatalogEntry";
1677
+ readonly CHARGEITEM: "ChargeItem";
1678
+ readonly CHARGEITEMDEFINITION: "ChargeItemDefinition";
1679
+ readonly CLAIM: "Claim";
1680
+ readonly CLAIMRESPONSE: "ClaimResponse";
1681
+ readonly CLINICALIMPRESSION: "ClinicalImpression";
1682
+ readonly CODESYSTEM: "CodeSystem";
1683
+ readonly CODEABLECONCEPT: "CodeableConcept";
1684
+ readonly CODING: "Coding";
1685
+ readonly COMMUNICATION: "Communication";
1686
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
1687
+ readonly COMPARTMENTDEFINITION: "CompartmentDefinition";
1688
+ readonly COMPOSITION: "Composition";
1689
+ readonly CONCEPTMAP: "ConceptMap";
1690
+ readonly CONDITION: "Condition";
1691
+ readonly CONSENT: "Consent";
1692
+ readonly CONTACTDETAIL: "ContactDetail";
1693
+ readonly CONTACTPOINT: "ContactPoint";
1694
+ readonly CONTRACT: "Contract";
1695
+ readonly CONTRIBUTOR: "Contributor";
1696
+ readonly COUNT: "Count";
1697
+ readonly COVERAGE: "Coverage";
1698
+ readonly COVERAGEELIGIBILITYREQUEST: "CoverageEligibilityRequest";
1699
+ readonly COVERAGEELIGIBILITYRESPONSE: "CoverageEligibilityResponse";
1700
+ readonly DATAREQUIREMENT: "DataRequirement";
1701
+ readonly DETECTEDISSUE: "DetectedIssue";
1702
+ readonly DEVICE: "Device";
1703
+ readonly DEVICEDEFINITION: "DeviceDefinition";
1704
+ readonly DEVICEMETRIC: "DeviceMetric";
1705
+ readonly DEVICEREQUEST: "DeviceRequest";
1706
+ readonly DEVICEUSESTATEMENT: "DeviceUseStatement";
1707
+ readonly DIAGNOSTICREPORT: "DiagnosticReport";
1708
+ readonly DISTANCE: "Distance";
1709
+ readonly DOCUMENTMANIFEST: "DocumentManifest";
1710
+ readonly DOCUMENTREFERENCE: "DocumentReference";
1711
+ readonly DOMAINRESOURCE: "DomainResource";
1712
+ readonly DOSAGE: "Dosage";
1713
+ readonly DURATION: "Duration";
1714
+ readonly EFFECTEVIDENCESYNTHESIS: "EffectEvidenceSynthesis";
1715
+ readonly ELEMENT: "Element";
1716
+ readonly ELEMENTDEFINITION: "ElementDefinition";
1717
+ readonly ENCOUNTER: "Encounter";
1718
+ readonly ENDPOINT: "Endpoint";
1719
+ readonly ENROLLMENTREQUEST: "EnrollmentRequest";
1720
+ readonly ENROLLMENTRESPONSE: "EnrollmentResponse";
1721
+ readonly EPISODEOFCARE: "EpisodeOfCare";
1722
+ readonly EVENTDEFINITION: "EventDefinition";
1723
+ readonly EVIDENCE: "Evidence";
1724
+ readonly EVIDENCEVARIABLE: "EvidenceVariable";
1725
+ readonly EXAMPLESCENARIO: "ExampleScenario";
1726
+ readonly EXPLANATIONOFBENEFIT: "ExplanationOfBenefit";
1727
+ readonly EXPRESSION: "Expression";
1728
+ readonly EXTENSION: "Extension";
1729
+ readonly FAMILYMEMBERHISTORY: "FamilyMemberHistory";
1730
+ readonly FLAG: "Flag";
1731
+ readonly GOAL: "Goal";
1732
+ readonly GRAPHDEFINITION: "GraphDefinition";
1733
+ readonly GROUP: "Group";
1734
+ readonly GUIDANCERESPONSE: "GuidanceResponse";
1735
+ readonly HEALTHCARESERVICE: "HealthcareService";
1736
+ readonly HUMANNAME: "HumanName";
1737
+ readonly IDENTIFIER: "Identifier";
1738
+ readonly IMAGINGSTUDY: "ImagingStudy";
1739
+ readonly IMMUNIZATION: "Immunization";
1740
+ readonly IMMUNIZATIONEVALUATION: "ImmunizationEvaluation";
1741
+ readonly IMMUNIZATIONRECOMMENDATION: "ImmunizationRecommendation";
1742
+ readonly IMPLEMENTATIONGUIDE: "ImplementationGuide";
1743
+ readonly INSURANCEPLAN: "InsurancePlan";
1744
+ readonly INVOICE: "Invoice";
1745
+ readonly LIBRARY: "Library";
1746
+ readonly LINKAGE: "Linkage";
1747
+ readonly LIST: "List";
1748
+ readonly LOCATION: "Location";
1749
+ readonly MARKETINGSTATUS: "MarketingStatus";
1750
+ readonly MEASURE: "Measure";
1751
+ readonly MEASUREREPORT: "MeasureReport";
1752
+ readonly MEDIA: "Media";
1753
+ readonly MEDICATION: "Medication";
1754
+ readonly MEDICATIONADMINISTRATION: "MedicationAdministration";
1755
+ readonly MEDICATIONDISPENSE: "MedicationDispense";
1756
+ readonly MEDICATIONKNOWLEDGE: "MedicationKnowledge";
1757
+ readonly MEDICATIONREQUEST: "MedicationRequest";
1758
+ readonly MEDICATIONSTATEMENT: "MedicationStatement";
1759
+ readonly MEDICINALPRODUCT: "MedicinalProduct";
1760
+ readonly MEDICINALPRODUCTAUTHORIZATION: "MedicinalProductAuthorization";
1761
+ readonly MEDICINALPRODUCTCONTRAINDICATION: "MedicinalProductContraindication";
1762
+ readonly MEDICINALPRODUCTINDICATION: "MedicinalProductIndication";
1763
+ readonly MEDICINALPRODUCTINGREDIENT: "MedicinalProductIngredient";
1764
+ readonly MEDICINALPRODUCTINTERACTION: "MedicinalProductInteraction";
1765
+ readonly MEDICINALPRODUCTMANUFACTURED: "MedicinalProductManufactured";
1766
+ readonly MEDICINALPRODUCTPACKAGED: "MedicinalProductPackaged";
1767
+ readonly MEDICINALPRODUCTPHARMACEUTICAL: "MedicinalProductPharmaceutical";
1768
+ readonly MEDICINALPRODUCTUNDESIRABLEEFFECT: "MedicinalProductUndesirableEffect";
1769
+ readonly MESSAGEDEFINITION: "MessageDefinition";
1770
+ readonly MESSAGEHEADER: "MessageHeader";
1771
+ readonly META: "Meta";
1772
+ readonly MOLECULARSEQUENCE: "MolecularSequence";
1773
+ readonly MONEY: "Money";
1774
+ readonly MONEYQUANTITY: "MoneyQuantity";
1775
+ readonly NAMINGSYSTEM: "NamingSystem";
1776
+ readonly NARRATIVE: "Narrative";
1777
+ readonly NUTRITIONORDER: "NutritionOrder";
1778
+ readonly OBSERVATION: "Observation";
1779
+ readonly OBSERVATIONDEFINITION: "ObservationDefinition";
1780
+ readonly OPERATIONDEFINITION: "OperationDefinition";
1781
+ readonly OPERATIONOUTCOME: "OperationOutcome";
1782
+ readonly ORGANIZATION: "Organization";
1783
+ readonly ORGANIZATIONAFFILIATION: "OrganizationAffiliation";
1784
+ readonly PARAMETERDEFINITION: "ParameterDefinition";
1785
+ readonly PARAMETERS: "Parameters";
1786
+ readonly PATIENT: "Patient";
1787
+ readonly PAYMENTNOTICE: "PaymentNotice";
1788
+ readonly PAYMENTRECONCILIATION: "PaymentReconciliation";
1789
+ readonly PERIOD: "Period";
1790
+ readonly PERSON: "Person";
1791
+ readonly PLANDEFINITION: "PlanDefinition";
1792
+ readonly POPULATION: "Population";
1793
+ readonly PRACTITIONER: "Practitioner";
1794
+ readonly PRACTITIONERROLE: "PractitionerRole";
1795
+ readonly PROCEDURE: "Procedure";
1796
+ readonly PRODCHARACTERISTIC: "ProdCharacteristic";
1797
+ readonly PRODUCTSHELFLIFE: "ProductShelfLife";
1798
+ readonly PROVENANCE: "Provenance";
1799
+ readonly QUANTITY: "Quantity";
1800
+ readonly QUESTIONNAIRE: "Questionnaire";
1801
+ readonly QUESTIONNAIRERESPONSE: "QuestionnaireResponse";
1802
+ readonly RANGE: "Range";
1803
+ readonly RATIO: "Ratio";
1804
+ readonly REFERENCE: "Reference";
1805
+ readonly RELATEDARTIFACT: "RelatedArtifact";
1806
+ readonly RELATEDPERSON: "RelatedPerson";
1807
+ readonly REQUESTGROUP: "RequestGroup";
1808
+ readonly RESEARCHDEFINITION: "ResearchDefinition";
1809
+ readonly RESEARCHELEMENTDEFINITION: "ResearchElementDefinition";
1810
+ readonly RESEARCHSTUDY: "ResearchStudy";
1811
+ readonly RESEARCHSUBJECT: "ResearchSubject";
1812
+ readonly RESOURCE: "Resource";
1813
+ readonly RISKASSESSMENT: "RiskAssessment";
1814
+ readonly RISKEVIDENCESYNTHESIS: "RiskEvidenceSynthesis";
1815
+ readonly SAMPLEDDATA: "SampledData";
1816
+ readonly SCHEDULE: "Schedule";
1817
+ readonly SEARCHPARAMETER: "SearchParameter";
1818
+ readonly SERVICEREQUEST: "ServiceRequest";
1819
+ readonly SIGNATURE: "Signature";
1820
+ readonly SIMPLEQUANTITY: "SimpleQuantity";
1821
+ readonly SLOT: "Slot";
1822
+ readonly SPECIMEN: "Specimen";
1823
+ readonly SPECIMENDEFINITION: "SpecimenDefinition";
1824
+ readonly STRUCTUREDEFINITION: "StructureDefinition";
1825
+ readonly STRUCTUREMAP: "StructureMap";
1826
+ readonly SUBSCRIPTION: "Subscription";
1827
+ readonly SUBSTANCE: "Substance";
1828
+ readonly SUBSTANCEAMOUNT: "SubstanceAmount";
1829
+ readonly SUBSTANCENUCLEICACID: "SubstanceNucleicAcid";
1830
+ readonly SUBSTANCEPOLYMER: "SubstancePolymer";
1831
+ readonly SUBSTANCEPROTEIN: "SubstanceProtein";
1832
+ readonly SUBSTANCEREFERENCEINFORMATION: "SubstanceReferenceInformation";
1833
+ readonly SUBSTANCESOURCEMATERIAL: "SubstanceSourceMaterial";
1834
+ readonly SUBSTANCESPECIFICATION: "SubstanceSpecification";
1835
+ readonly SUPPLYDELIVERY: "SupplyDelivery";
1836
+ readonly SUPPLYREQUEST: "SupplyRequest";
1837
+ readonly TASK: "Task";
1838
+ readonly TERMINOLOGYCAPABILITIES: "TerminologyCapabilities";
1839
+ readonly TESTREPORT: "TestReport";
1840
+ readonly TESTSCRIPT: "TestScript";
1841
+ readonly TIMING: "Timing";
1842
+ readonly TRIGGERDEFINITION: "TriggerDefinition";
1843
+ readonly USAGECONTEXT: "UsageContext";
1844
+ readonly VALUESET: "ValueSet";
1845
+ readonly VERIFICATIONRESULT: "VerificationResult";
1846
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
1847
+ readonly BASE64BINARY: "base64Binary";
1848
+ readonly BOOLEAN: "boolean";
1849
+ readonly CANONICAL: "canonical";
1850
+ readonly CODE: "code";
1851
+ readonly DATE: "date";
1852
+ readonly DATETIME: "dateTime";
1853
+ readonly DECIMAL: "decimal";
1854
+ readonly ID: "id";
1855
+ readonly INSTANT: "instant";
1856
+ readonly INTEGER: "integer";
1857
+ readonly MARKDOWN: "markdown";
1858
+ readonly OID: "oid";
1859
+ readonly POSITIVEINT: "positiveInt";
1860
+ readonly STRING: "string";
1861
+ readonly TIME: "time";
1862
+ readonly UNSIGNEDINT: "unsignedInt";
1863
+ readonly URI: "uri";
1864
+ readonly URL: "url";
1865
+ readonly UUID: "uuid";
1866
+ readonly XHTML: "xhtml";
1867
+ };
1868
+ export type FHIRDefinedType = (typeof F_H_I_R_DEFINED_TYPE)[keyof typeof F_H_I_R_DEFINED_TYPE];
1869
+ export declare const fHIRDefinedTypeSchema: z.ZodEnum<["Account", "ActivityDefinition", "Address", "AdverseEvent", "Age", "AllergyIntolerance", "Annotation", "Appointment", "AppointmentResponse", "Attachment", "AuditEvent", "BackboneElement", "Basic", "Binary", "BiologicallyDerivedProduct", "BodyStructure", "Bundle", "CapabilityStatement", "CarePlan", "CareTeam", "CatalogEntry", "ChargeItem", "ChargeItemDefinition", "Claim", "ClaimResponse", "ClinicalImpression", "CodeSystem", "CodeableConcept", "Coding", "Communication", "CommunicationRequest", "CompartmentDefinition", "Composition", "ConceptMap", "Condition", "Consent", "ContactDetail", "ContactPoint", "Contract", "Contributor", "Count", "Coverage", "CoverageEligibilityRequest", "CoverageEligibilityResponse", "DataRequirement", "DetectedIssue", "Device", "DeviceDefinition", "DeviceMetric", "DeviceRequest", "DeviceUseStatement", "DiagnosticReport", "Distance", "DocumentManifest", "DocumentReference", "DomainResource", "Dosage", "Duration", "EffectEvidenceSynthesis", "Element", "ElementDefinition", "Encounter", "Endpoint", "EnrollmentRequest", "EnrollmentResponse", "EpisodeOfCare", "EventDefinition", "Evidence", "EvidenceVariable", "ExampleScenario", "ExplanationOfBenefit", "Expression", "Extension", "FamilyMemberHistory", "Flag", "Goal", "GraphDefinition", "Group", "GuidanceResponse", "HealthcareService", "HumanName", "Identifier", "ImagingStudy", "Immunization", "ImmunizationEvaluation", "ImmunizationRecommendation", "ImplementationGuide", "InsurancePlan", "Invoice", "Library", "Linkage", "List", "Location", "MarketingStatus", "Measure", "MeasureReport", "Media", "Medication", "MedicationAdministration", "MedicationDispense", "MedicationKnowledge", "MedicationRequest", "MedicationStatement", "MedicinalProduct", "MedicinalProductAuthorization", "MedicinalProductContraindication", "MedicinalProductIndication", "MedicinalProductIngredient", "MedicinalProductInteraction", "MedicinalProductManufactured", "MedicinalProductPackaged", "MedicinalProductPharmaceutical", "MedicinalProductUndesirableEffect", "MessageDefinition", "MessageHeader", "Meta", "MolecularSequence", "Money", "MoneyQuantity", "NamingSystem", "Narrative", "NutritionOrder", "Observation", "ObservationDefinition", "OperationDefinition", "OperationOutcome", "Organization", "OrganizationAffiliation", "ParameterDefinition", "Parameters", "Patient", "PaymentNotice", "PaymentReconciliation", "Period", "Person", "PlanDefinition", "Population", "Practitioner", "PractitionerRole", "Procedure", "ProdCharacteristic", "ProductShelfLife", "Provenance", "Quantity", "Questionnaire", "QuestionnaireResponse", "Range", "Ratio", "Reference", "RelatedArtifact", "RelatedPerson", "RequestGroup", "ResearchDefinition", "ResearchElementDefinition", "ResearchStudy", "ResearchSubject", "Resource", "RiskAssessment", "RiskEvidenceSynthesis", "SampledData", "Schedule", "SearchParameter", "ServiceRequest", "Signature", "SimpleQuantity", "Slot", "Specimen", "SpecimenDefinition", "StructureDefinition", "StructureMap", "Subscription", "Substance", "SubstanceAmount", "SubstanceNucleicAcid", "SubstancePolymer", "SubstanceProtein", "SubstanceReferenceInformation", "SubstanceSourceMaterial", "SubstanceSpecification", "SupplyDelivery", "SupplyRequest", "Task", "TerminologyCapabilities", "TestReport", "TestScript", "Timing", "TriggerDefinition", "UsageContext", "ValueSet", "VerificationResult", "VisionPrescription", "base64Binary", "boolean", "canonical", "code", "date", "dateTime", "decimal", "id", "instant", "integer", "markdown", "oid", "positiveInt", "string", "time", "unsignedInt", "uri", "url", "uuid", "xhtml"]>;
1870
+ export declare const F_H_I_R_DEVICE_STATUS: {
1871
+ readonly ACTIVE: "active";
1872
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1873
+ readonly INACTIVE: "inactive";
1874
+ readonly UNKNOWN: "unknown";
1875
+ };
1876
+ export type FHIRDeviceStatus = (typeof F_H_I_R_DEVICE_STATUS)[keyof typeof F_H_I_R_DEVICE_STATUS];
1877
+ export declare const fHIRDeviceStatusSchema: z.ZodEnum<["active", "entered-in-error", "inactive", "unknown"]>;
1878
+ export declare const F_H_I_R_DEVICE_STATUS_REASON: {
1879
+ readonly HW_DISCON: "hw-discon";
1880
+ readonly NOT_READY: "not-ready";
1881
+ readonly OFF: "off";
1882
+ readonly OFFLINE: "offline";
1883
+ readonly ONLINE: "online";
1884
+ readonly PAUSED: "paused";
1885
+ readonly STANDBY: "standby";
1886
+ readonly TRANSDUC_DISCON: "transduc-discon";
1887
+ };
1888
+ export type FHIRDeviceStatusReason = (typeof F_H_I_R_DEVICE_STATUS_REASON)[keyof typeof F_H_I_R_DEVICE_STATUS_REASON];
1889
+ export declare const fHIRDeviceStatusReasonSchema: z.ZodEnum<["hw-discon", "not-ready", "off", "offline", "online", "paused", "standby", "transduc-discon"]>;
1890
+ export declare const F_H_I_R_SUBSTANCE_STATUS: {
1891
+ readonly ACTIVE: "active";
1892
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1893
+ readonly INACTIVE: "inactive";
1894
+ };
1895
+ export type FHIRSubstanceStatus = (typeof F_H_I_R_SUBSTANCE_STATUS)[keyof typeof F_H_I_R_SUBSTANCE_STATUS];
1896
+ export declare const fHIRSubstanceStatusSchema: z.ZodEnum<["active", "entered-in-error", "inactive"]>;
1897
+ export declare const F_H_I_R_VERSION: {
1898
+ readonly _0_0_80: "0.0.80";
1899
+ readonly _0_0_81: "0.0.81";
1900
+ readonly _0_0_82: "0.0.82";
1901
+ readonly _0_01: "0.01";
1902
+ readonly _0_05: "0.05";
1903
+ readonly _0_06: "0.06";
1904
+ readonly _0_11: "0.11";
1905
+ readonly _0_4_0: "0.4.0";
1906
+ readonly _0_5_0: "0.5.0";
1907
+ readonly _1_0_0: "1.0.0";
1908
+ readonly _1_0_1: "1.0.1";
1909
+ readonly _1_0_2: "1.0.2";
1910
+ readonly _1_1_0: "1.1.0";
1911
+ readonly _1_4_0: "1.4.0";
1912
+ readonly _1_6_0: "1.6.0";
1913
+ readonly _1_8_0: "1.8.0";
1914
+ readonly _3_0_0: "3.0.0";
1915
+ readonly _3_0_1: "3.0.1";
1916
+ readonly _3_3_0: "3.3.0";
1917
+ readonly _3_5_0: "3.5.0";
1918
+ readonly _4_0_0: "4.0.0";
1919
+ readonly _4_0_1: "4.0.1";
1920
+ };
1921
+ export type FHIRVersion = (typeof F_H_I_R_VERSION)[keyof typeof F_H_I_R_VERSION];
1922
+ export declare const fHIRVersionSchema: z.ZodEnum<["0.0.80", "0.0.81", "0.0.82", "0.01", "0.05", "0.06", "0.11", "0.4.0", "0.5.0", "1.0.0", "1.0.1", "1.0.2", "1.1.0", "1.4.0", "1.6.0", "1.8.0", "3.0.0", "3.0.1", "3.3.0", "3.5.0", "4.0.0", "4.0.1"]>;
1923
+ export declare const FAMILY_HISTORY_STATUS: {
1924
+ readonly COMPLETED: "completed";
1925
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1926
+ readonly HEALTH_UNKNOWN: "health-unknown";
1927
+ readonly PARTIAL: "partial";
1928
+ };
1929
+ export type FamilyHistoryStatus = (typeof FAMILY_HISTORY_STATUS)[keyof typeof FAMILY_HISTORY_STATUS];
1930
+ export declare const familyHistoryStatusSchema: z.ZodEnum<["completed", "entered-in-error", "health-unknown", "partial"]>;
1931
+ export declare const FILTER_OPERATOR: {
1932
+ readonly _EMPTY: "=";
1933
+ readonly DESCENDENT_OF: "descendent-of";
1934
+ readonly EXISTS: "exists";
1935
+ readonly GENERALIZES: "generalizes";
1936
+ readonly IN: "in";
1937
+ readonly IS_A: "is-a";
1938
+ readonly IS_NOT_A: "is-not-a";
1939
+ readonly NOT_IN: "not-in";
1940
+ readonly REGEX: "regex";
1941
+ };
1942
+ export type FilterOperator = (typeof FILTER_OPERATOR)[keyof typeof FILTER_OPERATOR];
1943
+ export declare const filterOperatorSchema: z.ZodEnum<["=", "descendent-of", "exists", "generalizes", "in", "is-a", "is-not-a", "not-in", "regex"]>;
1944
+ export declare const FINANCIAL_RESOURCE_STATUS_CODES: {
1945
+ readonly ACTIVE: "active";
1946
+ readonly CANCELLED: "cancelled";
1947
+ readonly DRAFT: "draft";
1948
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1949
+ };
1950
+ export type FinancialResourceStatusCodes = (typeof FINANCIAL_RESOURCE_STATUS_CODES)[keyof typeof FINANCIAL_RESOURCE_STATUS_CODES];
1951
+ export declare const financialResourceStatusCodesSchema: z.ZodEnum<["active", "cancelled", "draft", "entered-in-error"]>;
1952
+ export declare const FLAG_STATUS: {
1953
+ readonly ACTIVE: "active";
1954
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1955
+ readonly INACTIVE: "inactive";
1956
+ };
1957
+ export type FlagStatus = (typeof FLAG_STATUS)[keyof typeof FLAG_STATUS];
1958
+ export declare const flagStatusSchema: z.ZodEnum<["active", "entered-in-error", "inactive"]>;
1959
+ export declare const GOAL_LIFECYCLE_STATUS: {
1960
+ readonly ACCEPTED: "accepted";
1961
+ readonly ACTIVE: "active";
1962
+ readonly CANCELLED: "cancelled";
1963
+ readonly COMPLETED: "completed";
1964
+ readonly ENTERED_IN_ERROR: "entered-in-error";
1965
+ readonly ON_HOLD: "on-hold";
1966
+ readonly PLANNED: "planned";
1967
+ readonly PROPOSED: "proposed";
1968
+ readonly REJECTED: "rejected";
1969
+ };
1970
+ export type GoalLifecycleStatus = (typeof GOAL_LIFECYCLE_STATUS)[keyof typeof GOAL_LIFECYCLE_STATUS];
1971
+ export declare const goalLifecycleStatusSchema: z.ZodEnum<["accepted", "active", "cancelled", "completed", "entered-in-error", "on-hold", "planned", "proposed", "rejected"]>;
1972
+ export declare const GRAPH_COMPARTMENT_RULE: {
1973
+ readonly CUSTOM: "custom";
1974
+ readonly DIFFERENT: "different";
1975
+ readonly IDENTICAL: "identical";
1976
+ readonly MATCHING: "matching";
1977
+ };
1978
+ export type GraphCompartmentRule = (typeof GRAPH_COMPARTMENT_RULE)[keyof typeof GRAPH_COMPARTMENT_RULE];
1979
+ export declare const graphCompartmentRuleSchema: z.ZodEnum<["custom", "different", "identical", "matching"]>;
1980
+ export declare const GRAPH_COMPARTMENT_USE: {
1981
+ readonly CONDITION: "condition";
1982
+ readonly REQUIREMENT: "requirement";
1983
+ };
1984
+ export type GraphCompartmentUse = (typeof GRAPH_COMPARTMENT_USE)[keyof typeof GRAPH_COMPARTMENT_USE];
1985
+ export declare const graphCompartmentUseSchema: z.ZodEnum<["condition", "requirement"]>;
1986
+ export declare const GROUP_MEASURE: {
1987
+ readonly MEAN: "mean";
1988
+ readonly MEAN_OF_MEAN: "mean-of-mean";
1989
+ readonly MEAN_OF_MEDIAN: "mean-of-median";
1990
+ readonly MEDIAN: "median";
1991
+ readonly MEDIAN_OF_MEAN: "median-of-mean";
1992
+ readonly MEDIAN_OF_MEDIAN: "median-of-median";
1993
+ };
1994
+ export type GroupMeasure = (typeof GROUP_MEASURE)[keyof typeof GROUP_MEASURE];
1995
+ export declare const groupMeasureSchema: z.ZodEnum<["mean", "mean-of-mean", "mean-of-median", "median", "median-of-mean", "median-of-median"]>;
1996
+ export declare const GROUP_TYPE: {
1997
+ readonly ANIMAL: "animal";
1998
+ readonly DEVICE: "device";
1999
+ readonly MEDICATION: "medication";
2000
+ readonly PERSON: "person";
2001
+ readonly PRACTITIONER: "practitioner";
2002
+ readonly SUBSTANCE: "substance";
2003
+ };
2004
+ export type GroupType = (typeof GROUP_TYPE)[keyof typeof GROUP_TYPE];
2005
+ export declare const groupTypeSchema: z.ZodEnum<["animal", "device", "medication", "person", "practitioner", "substance"]>;
2006
+ export declare const GUIDANCE_RESPONSE_STATUS: {
2007
+ readonly DATA_REQUESTED: "data-requested";
2008
+ readonly DATA_REQUIRED: "data-required";
2009
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2010
+ readonly FAILURE: "failure";
2011
+ readonly IN_PROGRESS: "in-progress";
2012
+ readonly SUCCESS: "success";
2013
+ };
2014
+ export type GuidanceResponseStatus = (typeof GUIDANCE_RESPONSE_STATUS)[keyof typeof GUIDANCE_RESPONSE_STATUS];
2015
+ export declare const guidanceResponseStatusSchema: z.ZodEnum<["data-requested", "data-required", "entered-in-error", "failure", "in-progress", "success"]>;
2016
+ export declare const GUIDE_PAGE_GENERATION: {
2017
+ readonly GENERATED: "generated";
2018
+ readonly HTML: "html";
2019
+ readonly MARKDOWN: "markdown";
2020
+ readonly XML: "xml";
2021
+ };
2022
+ export type GuidePageGeneration = (typeof GUIDE_PAGE_GENERATION)[keyof typeof GUIDE_PAGE_GENERATION];
2023
+ export declare const guidePageGenerationSchema: z.ZodEnum<["generated", "html", "markdown", "xml"]>;
2024
+ export declare const GUIDE_PARAMETER_CODE: {
2025
+ readonly APPLY: "apply";
2026
+ readonly EXPANSION_PARAMETER: "expansion-parameter";
2027
+ readonly GENERATE_JSON: "generate-json";
2028
+ readonly GENERATE_TURTLE: "generate-turtle";
2029
+ readonly GENERATE_XML: "generate-xml";
2030
+ readonly HTML_TEMPLATE: "html-template";
2031
+ readonly PATH_PAGES: "path-pages";
2032
+ readonly PATH_RESOURCE: "path-resource";
2033
+ readonly PATH_TX_CACHE: "path-tx-cache";
2034
+ readonly RULE_BROKEN_LINKS: "rule-broken-links";
2035
+ };
2036
+ export type GuideParameterCode = (typeof GUIDE_PARAMETER_CODE)[keyof typeof GUIDE_PARAMETER_CODE];
2037
+ export declare const guideParameterCodeSchema: z.ZodEnum<["apply", "expansion-parameter", "generate-json", "generate-turtle", "generate-xml", "html-template", "path-pages", "path-resource", "path-tx-cache", "rule-broken-links"]>;
2038
+ export declare const H_T_T_P_VERB: {
2039
+ readonly DELETE: "DELETE";
2040
+ readonly GET: "GET";
2041
+ readonly HEAD: "HEAD";
2042
+ readonly PATCH: "PATCH";
2043
+ readonly POST: "POST";
2044
+ readonly PUT: "PUT";
2045
+ };
2046
+ export type HTTPVerb = (typeof H_T_T_P_VERB)[keyof typeof H_T_T_P_VERB];
2047
+ export declare const hTTPVerbSchema: z.ZodEnum<["DELETE", "GET", "HEAD", "PATCH", "POST", "PUT"]>;
2048
+ export declare const IDENTIFIER_TYPE_CODES: {
2049
+ readonly ACSN: "ACSN";
2050
+ readonly BRN: "BRN";
2051
+ readonly DL: "DL";
2052
+ readonly DR: "DR";
2053
+ readonly EN: "EN";
2054
+ readonly FILL: "FILL";
2055
+ readonly JHN: "JHN";
2056
+ readonly MCN: "MCN";
2057
+ readonly MD: "MD";
2058
+ readonly MR: "MR";
2059
+ readonly NIIP: "NIIP";
2060
+ readonly PLAC: "PLAC";
2061
+ readonly PPN: "PPN";
2062
+ readonly PRN: "PRN";
2063
+ readonly SB: "SB";
2064
+ readonly SNO: "SNO";
2065
+ readonly TAX: "TAX";
2066
+ readonly UDI: "UDI";
2067
+ };
2068
+ export type IdentifierTypeCodes = (typeof IDENTIFIER_TYPE_CODES)[keyof typeof IDENTIFIER_TYPE_CODES];
2069
+ export declare const identifierTypeCodesSchema: z.ZodEnum<["ACSN", "BRN", "DL", "DR", "EN", "FILL", "JHN", "MCN", "MD", "MR", "NIIP", "PLAC", "PPN", "PRN", "SB", "SNO", "TAX", "UDI"]>;
2070
+ export declare const IDENTIFIER_USE: {
2071
+ readonly OFFICIAL: "official";
2072
+ readonly OLD: "old";
2073
+ readonly SECONDARY: "secondary";
2074
+ readonly TEMP: "temp";
2075
+ readonly USUAL: "usual";
2076
+ };
2077
+ export type IdentifierUse = (typeof IDENTIFIER_USE)[keyof typeof IDENTIFIER_USE];
2078
+ export declare const identifierUseSchema: z.ZodEnum<["official", "old", "secondary", "temp", "usual"]>;
2079
+ export declare const IDENTITY_ASSURANCE_LEVEL: {
2080
+ readonly LEVEL1: "level1";
2081
+ readonly LEVEL2: "level2";
2082
+ readonly LEVEL3: "level3";
2083
+ readonly LEVEL4: "level4";
2084
+ };
2085
+ export type IdentityAssuranceLevel = (typeof IDENTITY_ASSURANCE_LEVEL)[keyof typeof IDENTITY_ASSURANCE_LEVEL];
2086
+ export declare const identityAssuranceLevelSchema: z.ZodEnum<["level1", "level2", "level3", "level4"]>;
2087
+ export declare const IMAGING_STUDY_SERIES_PERFORMER_FUNCTION: {
2088
+ readonly CON: "CON";
2089
+ readonly PRF: "PRF";
2090
+ readonly REF: "REF";
2091
+ readonly SPRF: "SPRF";
2092
+ readonly VRF: "VRF";
2093
+ };
2094
+ export type ImagingStudySeriesPerformerFunction = (typeof IMAGING_STUDY_SERIES_PERFORMER_FUNCTION)[keyof typeof IMAGING_STUDY_SERIES_PERFORMER_FUNCTION];
2095
+ export declare const imagingStudySeriesPerformerFunctionSchema: z.ZodEnum<["CON", "PRF", "REF", "SPRF", "VRF"]>;
2096
+ export declare const IMAGING_STUDY_STATUS: {
82
2097
  readonly AVAILABLE: "available";
83
2098
  readonly CANCELLED: "cancelled";
84
2099
  readonly ENTERED_IN_ERROR: "entered-in-error";
2100
+ readonly REGISTERED: "registered";
85
2101
  readonly UNKNOWN: "unknown";
86
2102
  };
87
2103
  export type ImagingStudyStatus = (typeof IMAGING_STUDY_STATUS)[keyof typeof IMAGING_STUDY_STATUS];
88
- /** DocumentReference/DocumentManifest status: current | superseded | entered-in-error */
89
- export declare const DOCUMENT_LIST_STATUS: {
2104
+ export declare const imagingStudyStatusSchema: z.ZodEnum<["available", "cancelled", "entered-in-error", "registered", "unknown"]>;
2105
+ export declare const IMMUNIZATION_EVALUATION_STATUS_CODES: {
2106
+ readonly COMPLETED: "completed";
2107
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2108
+ };
2109
+ export type ImmunizationEvaluationStatusCodes = (typeof IMMUNIZATION_EVALUATION_STATUS_CODES)[keyof typeof IMMUNIZATION_EVALUATION_STATUS_CODES];
2110
+ export declare const immunizationEvaluationStatusCodesSchema: z.ZodEnum<["completed", "entered-in-error"]>;
2111
+ export declare const IMMUNIZATION_FUNCTION_CODES: {
2112
+ readonly AP: "AP";
2113
+ readonly OP: "OP";
2114
+ };
2115
+ export type ImmunizationFunctionCodes = (typeof IMMUNIZATION_FUNCTION_CODES)[keyof typeof IMMUNIZATION_FUNCTION_CODES];
2116
+ export declare const immunizationFunctionCodesSchema: z.ZodEnum<["AP", "OP"]>;
2117
+ export declare const IMMUNIZATION_STATUS_CODES: {
2118
+ readonly COMPLETED: "completed";
2119
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2120
+ readonly NOT_DONE: "not-done";
2121
+ };
2122
+ export type ImmunizationStatusCodes = (typeof IMMUNIZATION_STATUS_CODES)[keyof typeof IMMUNIZATION_STATUS_CODES];
2123
+ export declare const immunizationStatusCodesSchema: z.ZodEnum<["completed", "entered-in-error", "not-done"]>;
2124
+ export declare const INVOICE_PRICE_COMPONENT_TYPE: {
2125
+ readonly BASE: "base";
2126
+ readonly DEDUCTION: "deduction";
2127
+ readonly DISCOUNT: "discount";
2128
+ readonly INFORMATIONAL: "informational";
2129
+ readonly SURCHARGE: "surcharge";
2130
+ readonly TAX: "tax";
2131
+ };
2132
+ export type InvoicePriceComponentType = (typeof INVOICE_PRICE_COMPONENT_TYPE)[keyof typeof INVOICE_PRICE_COMPONENT_TYPE];
2133
+ export declare const invoicePriceComponentTypeSchema: z.ZodEnum<["base", "deduction", "discount", "informational", "surcharge", "tax"]>;
2134
+ export declare const INVOICE_STATUS: {
2135
+ readonly BALANCED: "balanced";
2136
+ readonly CANCELLED: "cancelled";
2137
+ readonly DRAFT: "draft";
2138
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2139
+ readonly ISSUED: "issued";
2140
+ };
2141
+ export type InvoiceStatus = (typeof INVOICE_STATUS)[keyof typeof INVOICE_STATUS];
2142
+ export declare const invoiceStatusSchema: z.ZodEnum<["balanced", "cancelled", "draft", "entered-in-error", "issued"]>;
2143
+ export declare const ISSUE_SEVERITY: {
2144
+ readonly ERROR: "error";
2145
+ readonly FATAL: "fatal";
2146
+ readonly INFORMATION: "information";
2147
+ readonly WARNING: "warning";
2148
+ };
2149
+ export type IssueSeverity = (typeof ISSUE_SEVERITY)[keyof typeof ISSUE_SEVERITY];
2150
+ export declare const issueSeveritySchema: z.ZodEnum<["error", "fatal", "information", "warning"]>;
2151
+ export declare const ISSUE_TYPE: {
2152
+ readonly BUSINESS_RULE: "business-rule";
2153
+ readonly CODE_INVALID: "code-invalid";
2154
+ readonly CONFLICT: "conflict";
2155
+ readonly DELETED: "deleted";
2156
+ readonly DUPLICATE: "duplicate";
2157
+ readonly EXCEPTION: "exception";
2158
+ readonly EXPIRED: "expired";
2159
+ readonly EXTENSION: "extension";
2160
+ readonly FORBIDDEN: "forbidden";
2161
+ readonly INCOMPLETE: "incomplete";
2162
+ readonly INFORMATIONAL: "informational";
2163
+ readonly INVALID: "invalid";
2164
+ readonly INVARIANT: "invariant";
2165
+ readonly LOCK_ERROR: "lock-error";
2166
+ readonly LOGIN: "login";
2167
+ readonly MULTIPLE_MATCHES: "multiple-matches";
2168
+ readonly NO_STORE: "no-store";
2169
+ readonly NOT_FOUND: "not-found";
2170
+ readonly NOT_SUPPORTED: "not-supported";
2171
+ readonly PROCESSING: "processing";
2172
+ readonly REQUIRED: "required";
2173
+ readonly SECURITY: "security";
2174
+ readonly STRUCTURE: "structure";
2175
+ readonly SUPPRESSED: "suppressed";
2176
+ readonly THROTTLED: "throttled";
2177
+ readonly TIMEOUT: "timeout";
2178
+ readonly TOO_COSTLY: "too-costly";
2179
+ readonly TOO_LONG: "too-long";
2180
+ readonly TRANSIENT: "transient";
2181
+ readonly UNKNOWN: "unknown";
2182
+ readonly VALUE: "value";
2183
+ };
2184
+ export type IssueType = (typeof ISSUE_TYPE)[keyof typeof ISSUE_TYPE];
2185
+ export declare const issueTypeSchema: z.ZodEnum<["business-rule", "code-invalid", "conflict", "deleted", "duplicate", "exception", "expired", "extension", "forbidden", "incomplete", "informational", "invalid", "invariant", "lock-error", "login", "multiple-matches", "no-store", "not-found", "not-supported", "processing", "required", "security", "structure", "suppressed", "throttled", "timeout", "too-costly", "too-long", "transient", "unknown", "value"]>;
2186
+ export declare const LIBRARY_TYPE: {
2187
+ readonly ASSET_COLLECTION: "asset-collection";
2188
+ readonly LOGIC_LIBRARY: "logic-library";
2189
+ readonly MODEL_DEFINITION: "model-definition";
2190
+ readonly MODULE_DEFINITION: "module-definition";
2191
+ };
2192
+ export type LibraryType = (typeof LIBRARY_TYPE)[keyof typeof LIBRARY_TYPE];
2193
+ export declare const libraryTypeSchema: z.ZodEnum<["asset-collection", "logic-library", "model-definition", "module-definition"]>;
2194
+ export declare const LINK_TYPE: {
2195
+ readonly REFER: "refer";
2196
+ readonly REPLACED_BY: "replaced-by";
2197
+ readonly REPLACES: "replaces";
2198
+ readonly SEEALSO: "seealso";
2199
+ };
2200
+ export type LinkType = (typeof LINK_TYPE)[keyof typeof LINK_TYPE];
2201
+ export declare const linkTypeSchema: z.ZodEnum<["refer", "replaced-by", "replaces", "seealso"]>;
2202
+ export declare const LINKAGE_TYPE: {
2203
+ readonly ALTERNATE: "alternate";
2204
+ readonly HISTORICAL: "historical";
2205
+ readonly SOURCE: "source";
2206
+ };
2207
+ export type LinkageType = (typeof LINKAGE_TYPE)[keyof typeof LINKAGE_TYPE];
2208
+ export declare const linkageTypeSchema: z.ZodEnum<["alternate", "historical", "source"]>;
2209
+ export declare const LIST_MODE: {
2210
+ readonly CHANGES: "changes";
2211
+ readonly SNAPSHOT: "snapshot";
2212
+ readonly WORKING: "working";
2213
+ };
2214
+ export type ListMode = (typeof LIST_MODE)[keyof typeof LIST_MODE];
2215
+ export declare const listModeSchema: z.ZodEnum<["changes", "snapshot", "working"]>;
2216
+ export declare const LIST_STATUS: {
90
2217
  readonly CURRENT: "current";
91
- readonly SUPERSEDED: "superseded";
92
2218
  readonly ENTERED_IN_ERROR: "entered-in-error";
2219
+ readonly RETIRED: "retired";
93
2220
  };
94
- export type DocumentListStatus = (typeof DOCUMENT_LIST_STATUS)[keyof typeof DOCUMENT_LIST_STATUS];
95
- /** Consent Data meaning: instance | related | dependents | authoredby */
96
- export declare const CONSENT_DATA_MEANING: {
2221
+ export type ListStatus = (typeof LIST_STATUS)[keyof typeof LIST_STATUS];
2222
+ export declare const listStatusSchema: z.ZodEnum<["current", "entered-in-error", "retired"]>;
2223
+ export declare const LOCATION_MODE: {
97
2224
  readonly INSTANCE: "instance";
98
- readonly RELATED: "related";
99
- readonly DEPENDENTS: "dependents";
100
- readonly AUTHORED_BY: "authoredby";
2225
+ readonly KIND: "kind";
101
2226
  };
102
- export type ConsentDataMeaning = (typeof CONSENT_DATA_MEANING)[keyof typeof CONSENT_DATA_MEANING];
2227
+ export type LocationMode = (typeof LOCATION_MODE)[keyof typeof LOCATION_MODE];
2228
+ export declare const locationModeSchema: z.ZodEnum<["instance", "kind"]>;
2229
+ export declare const LOCATION_STATUS: {
2230
+ readonly ACTIVE: "active";
2231
+ readonly INACTIVE: "inactive";
2232
+ readonly SUSPENDED: "suspended";
2233
+ };
2234
+ export type LocationStatus = (typeof LOCATION_STATUS)[keyof typeof LOCATION_STATUS];
2235
+ export declare const locationStatusSchema: z.ZodEnum<["active", "inactive", "suspended"]>;
2236
+ export declare const MARITAL_STATUS_CODES: {
2237
+ readonly A: "A";
2238
+ readonly D: "D";
2239
+ readonly I: "I";
2240
+ readonly L: "L";
2241
+ readonly M: "M";
2242
+ readonly P: "P";
2243
+ readonly S: "S";
2244
+ readonly T: "T";
2245
+ readonly U: "U";
2246
+ readonly UNK: "UNK";
2247
+ readonly W: "W";
2248
+ };
2249
+ export type MaritalStatusCodes = (typeof MARITAL_STATUS_CODES)[keyof typeof MARITAL_STATUS_CODES];
2250
+ export declare const maritalStatusCodesSchema: z.ZodEnum<["A", "D", "I", "L", "M", "P", "S", "T", "U", "UNK", "W"]>;
2251
+ export declare const MEASURE_DATA_USAGE: {
2252
+ readonly RISK_ADJUSTMENT_FACTOR: "risk-adjustment-factor";
2253
+ readonly SUPPLEMENTAL_DATA: "supplemental-data";
2254
+ };
2255
+ export type MeasureDataUsage = (typeof MEASURE_DATA_USAGE)[keyof typeof MEASURE_DATA_USAGE];
2256
+ export declare const measureDataUsageSchema: z.ZodEnum<["risk-adjustment-factor", "supplemental-data"]>;
2257
+ export declare const MEASURE_IMPROVEMENT_NOTATION: {
2258
+ readonly DECREASE: "decrease";
2259
+ readonly INCREASE: "increase";
2260
+ };
2261
+ export type MeasureImprovementNotation = (typeof MEASURE_IMPROVEMENT_NOTATION)[keyof typeof MEASURE_IMPROVEMENT_NOTATION];
2262
+ export declare const measureImprovementNotationSchema: z.ZodEnum<["decrease", "increase"]>;
2263
+ export declare const MEASURE_POPULATION_TYPE: {
2264
+ readonly DENOMINATOR: "denominator";
2265
+ readonly DENOMINATOR_EXCEPTION: "denominator-exception";
2266
+ readonly DENOMINATOR_EXCLUSION: "denominator-exclusion";
2267
+ readonly INITIAL_POPULATION: "initial-population";
2268
+ readonly MEASURE_OBSERVATION: "measure-observation";
2269
+ readonly MEASURE_POPULATION: "measure-population";
2270
+ readonly MEASURE_POPULATION_EXCLUSION: "measure-population-exclusion";
2271
+ readonly NUMERATOR: "numerator";
2272
+ readonly NUMERATOR_EXCLUSION: "numerator-exclusion";
2273
+ };
2274
+ export type MeasurePopulationType = (typeof MEASURE_POPULATION_TYPE)[keyof typeof MEASURE_POPULATION_TYPE];
2275
+ export declare const measurePopulationTypeSchema: z.ZodEnum<["denominator", "denominator-exception", "denominator-exclusion", "initial-population", "measure-observation", "measure-population", "measure-population-exclusion", "numerator", "numerator-exclusion"]>;
2276
+ export declare const MEASURE_REPORT_STATUS: {
2277
+ readonly COMPLETE: "complete";
2278
+ readonly ERROR: "error";
2279
+ readonly PENDING: "pending";
2280
+ };
2281
+ export type MeasureReportStatus = (typeof MEASURE_REPORT_STATUS)[keyof typeof MEASURE_REPORT_STATUS];
2282
+ export declare const measureReportStatusSchema: z.ZodEnum<["complete", "error", "pending"]>;
2283
+ export declare const MEASURE_REPORT_TYPE: {
2284
+ readonly DATA_COLLECTION: "data-collection";
2285
+ readonly INDIVIDUAL: "individual";
2286
+ readonly SUBJECT_LIST: "subject-list";
2287
+ readonly SUMMARY: "summary";
2288
+ };
2289
+ export type MeasureReportType = (typeof MEASURE_REPORT_TYPE)[keyof typeof MEASURE_REPORT_TYPE];
2290
+ export declare const measureReportTypeSchema: z.ZodEnum<["data-collection", "individual", "subject-list", "summary"]>;
2291
+ export declare const MEASURE_SCORING: {
2292
+ readonly COHORT: "cohort";
2293
+ readonly CONTINUOUS_VARIABLE: "continuous-variable";
2294
+ readonly PROPORTION: "proportion";
2295
+ readonly RATIO: "ratio";
2296
+ };
2297
+ export type MeasureScoring = (typeof MEASURE_SCORING)[keyof typeof MEASURE_SCORING];
2298
+ export declare const measureScoringSchema: z.ZodEnum<["cohort", "continuous-variable", "proportion", "ratio"]>;
2299
+ export declare const MEASURE_TYPE: {
2300
+ readonly COMPOSITE: "composite";
2301
+ readonly OUTCOME: "outcome";
2302
+ readonly PATIENT_REPORTED_OUTCOME: "patient-reported-outcome";
2303
+ readonly PROCESS: "process";
2304
+ readonly STRUCTURE: "structure";
2305
+ };
2306
+ export type MeasureType = (typeof MEASURE_TYPE)[keyof typeof MEASURE_TYPE];
2307
+ export declare const measureTypeSchema: z.ZodEnum<["composite", "outcome", "patient-reported-outcome", "process", "structure"]>;
2308
+ export declare const MEDIA_TYPE: {
2309
+ readonly AUDIO: "audio";
2310
+ readonly IMAGE: "image";
2311
+ readonly VIDEO: "video";
2312
+ };
2313
+ export type MediaType = (typeof MEDIA_TYPE)[keyof typeof MEDIA_TYPE];
2314
+ export declare const mediaTypeSchema: z.ZodEnum<["audio", "image", "video"]>;
2315
+ export declare const MEDIA_TYPE_CODE: {
2316
+ readonly _110010: "110010";
2317
+ readonly _110030: "110030";
2318
+ readonly _110031: "110031";
2319
+ readonly _110032: "110032";
2320
+ readonly _110033: "110033";
2321
+ readonly _110034: "110034";
2322
+ readonly _110035: "110035";
2323
+ readonly _110036: "110036";
2324
+ readonly _110037: "110037";
2325
+ readonly _110038: "110038";
2326
+ };
2327
+ export type MediaTypeCode = (typeof MEDIA_TYPE_CODE)[keyof typeof MEDIA_TYPE_CODE];
2328
+ export declare const mediaTypeCodeSchema: z.ZodEnum<["110010", "110030", "110031", "110032", "110033", "110034", "110035", "110036", "110037", "110038"]>;
2329
+ export declare const MEDICATION_ADMINISTRATION_STATUS_CODES: {
2330
+ readonly COMPLETED: "completed";
2331
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2332
+ readonly IN_PROGRESS: "in-progress";
2333
+ readonly NOT_DONE: "not-done";
2334
+ readonly ON_HOLD: "on-hold";
2335
+ readonly STOPPED: "stopped";
2336
+ readonly UNKNOWN: "unknown";
2337
+ };
2338
+ export type MedicationAdministrationStatusCodes = (typeof MEDICATION_ADMINISTRATION_STATUS_CODES)[keyof typeof MEDICATION_ADMINISTRATION_STATUS_CODES];
2339
+ export declare const medicationAdministrationStatusCodesSchema: z.ZodEnum<["completed", "entered-in-error", "in-progress", "not-done", "on-hold", "stopped", "unknown"]>;
2340
+ export declare const MEDICATION_DISPENSE_STATUS_CODES: {
2341
+ readonly CANCELLED: "cancelled";
2342
+ readonly COMPLETED: "completed";
2343
+ readonly DECLINED: "declined";
2344
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2345
+ readonly IN_PROGRESS: "in-progress";
2346
+ readonly ON_HOLD: "on-hold";
2347
+ readonly PREPARATION: "preparation";
2348
+ readonly STOPPED: "stopped";
2349
+ readonly UNKNOWN: "unknown";
2350
+ };
2351
+ export type MedicationDispenseStatusCodes = (typeof MEDICATION_DISPENSE_STATUS_CODES)[keyof typeof MEDICATION_DISPENSE_STATUS_CODES];
2352
+ export declare const medicationDispenseStatusCodesSchema: z.ZodEnum<["cancelled", "completed", "declined", "entered-in-error", "in-progress", "on-hold", "preparation", "stopped", "unknown"]>;
2353
+ export declare const MEDICATION_KNOWLEDGE_STATUS_CODES: {
2354
+ readonly ACTIVE: "active";
2355
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2356
+ readonly INACTIVE: "inactive";
2357
+ };
2358
+ export type MedicationKnowledgeStatusCodes = (typeof MEDICATION_KNOWLEDGE_STATUS_CODES)[keyof typeof MEDICATION_KNOWLEDGE_STATUS_CODES];
2359
+ export declare const medicationKnowledgeStatusCodesSchema: z.ZodEnum<["active", "entered-in-error", "inactive"]>;
2360
+ export declare const MEDICATION_REQUEST_INTENT: {
2361
+ readonly FILLER_ORDER: "filler-order";
2362
+ readonly INSTANCE_ORDER: "instance-order";
2363
+ readonly OPTION: "option";
2364
+ readonly ORDER: "order";
2365
+ readonly ORIGINAL_ORDER: "original-order";
2366
+ readonly PLAN: "plan";
2367
+ readonly PROPOSAL: "proposal";
2368
+ readonly REFLEX_ORDER: "reflex-order";
2369
+ };
2370
+ export type MedicationRequestIntent = (typeof MEDICATION_REQUEST_INTENT)[keyof typeof MEDICATION_REQUEST_INTENT];
2371
+ export declare const medicationRequestIntentSchema: z.ZodEnum<["filler-order", "instance-order", "option", "order", "original-order", "plan", "proposal", "reflex-order"]>;
2372
+ export declare const MEDICATION_STATUS_CODES: {
2373
+ readonly ACTIVE: "active";
2374
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2375
+ readonly INACTIVE: "inactive";
2376
+ };
2377
+ export type MedicationStatusCodes = (typeof MEDICATION_STATUS_CODES)[keyof typeof MEDICATION_STATUS_CODES];
2378
+ export declare const medicationStatusCodesSchema: z.ZodEnum<["active", "entered-in-error", "inactive"]>;
2379
+ export declare const MEDICATIONREQUEST_STATUS: {
2380
+ readonly ACTIVE: "active";
2381
+ readonly CANCELLED: "cancelled";
2382
+ readonly COMPLETED: "completed";
2383
+ readonly DRAFT: "draft";
2384
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2385
+ readonly ON_HOLD: "on-hold";
2386
+ readonly STOPPED: "stopped";
2387
+ readonly UNKNOWN: "unknown";
2388
+ };
2389
+ export type MedicationrequestStatus = (typeof MEDICATIONREQUEST_STATUS)[keyof typeof MEDICATIONREQUEST_STATUS];
2390
+ export declare const medicationrequestStatusSchema: z.ZodEnum<["active", "cancelled", "completed", "draft", "entered-in-error", "on-hold", "stopped", "unknown"]>;
2391
+ export declare const MESSAGE_SIGNIFICANCE_CATEGORY: {
2392
+ readonly CONSEQUENCE: "consequence";
2393
+ readonly CURRENCY: "currency";
2394
+ readonly NOTIFICATION: "notification";
2395
+ };
2396
+ export type MessageSignificanceCategory = (typeof MESSAGE_SIGNIFICANCE_CATEGORY)[keyof typeof MESSAGE_SIGNIFICANCE_CATEGORY];
2397
+ export declare const messageSignificanceCategorySchema: z.ZodEnum<["consequence", "currency", "notification"]>;
2398
+ export declare const MESSAGE_TRANSPORT: {
2399
+ readonly FTP: "ftp";
2400
+ readonly HTTP: "http";
2401
+ readonly MLLP: "mllp";
2402
+ };
2403
+ export type MessageTransport = (typeof MESSAGE_TRANSPORT)[keyof typeof MESSAGE_TRANSPORT];
2404
+ export declare const messageTransportSchema: z.ZodEnum<["ftp", "http", "mllp"]>;
2405
+ export declare const MESSAGEHEADER_RESPONSE_REQUEST: {
2406
+ readonly ALWAYS: "always";
2407
+ readonly NEVER: "never";
2408
+ readonly ON_ERROR: "on-error";
2409
+ readonly ON_SUCCESS: "on-success";
2410
+ };
2411
+ export type MessageheaderResponseRequest = (typeof MESSAGEHEADER_RESPONSE_REQUEST)[keyof typeof MESSAGEHEADER_RESPONSE_REQUEST];
2412
+ export declare const messageheaderResponseRequestSchema: z.ZodEnum<["always", "never", "on-error", "on-success"]>;
2413
+ export declare const NAME_USE: {
2414
+ readonly ANONYMOUS: "anonymous";
2415
+ readonly MAIDEN: "maiden";
2416
+ readonly NICKNAME: "nickname";
2417
+ readonly OFFICIAL: "official";
2418
+ readonly OLD: "old";
2419
+ readonly TEMP: "temp";
2420
+ readonly USUAL: "usual";
2421
+ };
2422
+ export type NameUse = (typeof NAME_USE)[keyof typeof NAME_USE];
2423
+ export declare const nameUseSchema: z.ZodEnum<["anonymous", "maiden", "nickname", "official", "old", "temp", "usual"]>;
2424
+ export declare const NAMING_SYSTEM_IDENTIFIER_TYPE: {
2425
+ readonly OID: "oid";
2426
+ readonly OTHER: "other";
2427
+ readonly URI: "uri";
2428
+ readonly UUID: "uuid";
2429
+ };
2430
+ export type NamingSystemIdentifierType = (typeof NAMING_SYSTEM_IDENTIFIER_TYPE)[keyof typeof NAMING_SYSTEM_IDENTIFIER_TYPE];
2431
+ export declare const namingSystemIdentifierTypeSchema: z.ZodEnum<["oid", "other", "uri", "uuid"]>;
2432
+ export declare const NAMING_SYSTEM_TYPE: {
2433
+ readonly CODESYSTEM: "codesystem";
2434
+ readonly IDENTIFIER: "identifier";
2435
+ readonly ROOT: "root";
2436
+ };
2437
+ export type NamingSystemType = (typeof NAMING_SYSTEM_TYPE)[keyof typeof NAMING_SYSTEM_TYPE];
2438
+ export declare const namingSystemTypeSchema: z.ZodEnum<["codesystem", "identifier", "root"]>;
2439
+ export declare const NARRATIVE_STATUS: {
2440
+ readonly ADDITIONAL: "additional";
2441
+ readonly EMPTY: "empty";
2442
+ readonly EXTENSIONS: "extensions";
2443
+ readonly GENERATED: "generated";
2444
+ };
2445
+ export type NarrativeStatus = (typeof NARRATIVE_STATUS)[keyof typeof NARRATIVE_STATUS];
2446
+ export declare const narrativeStatusSchema: z.ZodEnum<["additional", "empty", "extensions", "generated"]>;
2447
+ export declare const NOTE_TYPE: {
2448
+ readonly DISPLAY: "display";
2449
+ readonly PRINT: "print";
2450
+ readonly PRINTOPER: "printoper";
2451
+ };
2452
+ export type NoteType = (typeof NOTE_TYPE)[keyof typeof NOTE_TYPE];
2453
+ export declare const noteTypeSchema: z.ZodEnum<["display", "print", "printoper"]>;
2454
+ export declare const OBJECT_LIFECYCLE_EVENTS: {
2455
+ readonly _1: "1";
2456
+ readonly _10: "10";
2457
+ readonly _11: "11";
2458
+ readonly _12: "12";
2459
+ readonly _13: "13";
2460
+ readonly _14: "14";
2461
+ readonly _15: "15";
2462
+ readonly _2: "2";
2463
+ readonly _3: "3";
2464
+ readonly _4: "4";
2465
+ readonly _5: "5";
2466
+ readonly _6: "6";
2467
+ readonly _7: "7";
2468
+ readonly _8: "8";
2469
+ readonly _9: "9";
2470
+ readonly ACCESS: "access";
2471
+ readonly AMEND: "amend";
2472
+ readonly ARCHIVE: "archive";
2473
+ readonly ATTEST: "attest";
2474
+ readonly DECRYPT: "decrypt";
2475
+ readonly DEIDENTIFY: "deidentify";
2476
+ readonly DEPRECATE: "deprecate";
2477
+ readonly DESTROY: "destroy";
2478
+ readonly DISCLOSE: "disclose";
2479
+ readonly ENCRYPT: "encrypt";
2480
+ readonly EXTRACT: "extract";
2481
+ readonly HOLD: "hold";
2482
+ readonly LINK: "link";
2483
+ readonly MERGE: "merge";
2484
+ readonly ORIGINATE: "originate";
2485
+ readonly PSEUDONYMIZE: "pseudonymize";
2486
+ readonly REACTIVATE: "reactivate";
2487
+ readonly RECEIVE: "receive";
2488
+ readonly REIDENTIFY: "reidentify";
2489
+ readonly REPORT: "report";
2490
+ readonly RESTORE: "restore";
2491
+ readonly TRANSFORM: "transform";
2492
+ readonly TRANSMIT: "transmit";
2493
+ readonly UNHOLD: "unhold";
2494
+ readonly UNLINK: "unlink";
2495
+ readonly UNMERGE: "unmerge";
2496
+ readonly VERIFY: "verify";
2497
+ };
2498
+ export type ObjectLifecycleEvents = (typeof OBJECT_LIFECYCLE_EVENTS)[keyof typeof OBJECT_LIFECYCLE_EVENTS];
2499
+ export declare const objectLifecycleEventsSchema: z.ZodEnum<["1", "10", "11", "12", "13", "14", "15", "2", "3", "4", "5", "6", "7", "8", "9", "access", "amend", "archive", "attest", "decrypt", "deidentify", "deprecate", "destroy", "disclose", "encrypt", "extract", "hold", "link", "merge", "originate", "pseudonymize", "reactivate", "receive", "reidentify", "report", "restore", "transform", "transmit", "unhold", "unlink", "unmerge", "verify"]>;
2500
+ export declare const OBSERVATION_DATA_TYPE: {
2501
+ readonly CODEABLECONCEPT: "CodeableConcept";
2502
+ readonly PERIOD: "Period";
2503
+ readonly QUANTITY: "Quantity";
2504
+ readonly RANGE: "Range";
2505
+ readonly RATIO: "Ratio";
2506
+ readonly SAMPLEDDATA: "SampledData";
2507
+ readonly BOOLEAN: "boolean";
2508
+ readonly DATETIME: "dateTime";
2509
+ readonly INTEGER: "integer";
2510
+ readonly STRING: "string";
2511
+ readonly TIME: "time";
2512
+ };
2513
+ export type ObservationDataType = (typeof OBSERVATION_DATA_TYPE)[keyof typeof OBSERVATION_DATA_TYPE];
2514
+ export declare const observationDataTypeSchema: z.ZodEnum<["CodeableConcept", "Period", "Quantity", "Range", "Ratio", "SampledData", "boolean", "dateTime", "integer", "string", "time"]>;
2515
+ export declare const OBSERVATION_INTERPRETATION_CODES: {
2516
+ readonly _EMPTY: "<";
2517
+ readonly _EMPTY_2: ">";
2518
+ readonly A: "A";
2519
+ readonly AA: "AA";
2520
+ readonly AC: "AC";
2521
+ readonly B: "B";
2522
+ readonly CAR: "CAR";
2523
+ readonly CARRIER: "Carrier";
2524
+ readonly D: "D";
2525
+ readonly DET: "DET";
2526
+ readonly E: "E";
2527
+ readonly EX: "EX";
2528
+ readonly EXP: "EXP";
2529
+ readonly H: "H";
2530
+ readonly H_2: "H>";
2531
+ readonly HH: "HH";
2532
+ readonly HM: "HM";
2533
+ readonly HU: "HU";
2534
+ readonly HX: "HX";
2535
+ readonly I: "I";
2536
+ readonly IE: "IE";
2537
+ readonly IND: "IND";
2538
+ readonly L: "L";
2539
+ readonly L_2: "L<";
2540
+ readonly LL: "LL";
2541
+ readonly LU: "LU";
2542
+ readonly LX: "LX";
2543
+ readonly MS: "MS";
2544
+ readonly N: "N";
2545
+ readonly NCL: "NCL";
2546
+ readonly ND: "ND";
2547
+ readonly NEG: "NEG";
2548
+ readonly NR: "NR";
2549
+ readonly NS: "NS";
2550
+ readonly OBX: "OBX";
2551
+ readonly OBSERVATIONINTERPRETATIONDETECTION: "ObservationInterpretationDetection";
2552
+ readonly OBSERVATIONINTERPRETATIONEXPECTATION: "ObservationInterpretationExpectation";
2553
+ readonly POS: "POS";
2554
+ readonly QCF: "QCF";
2555
+ readonly R: "R";
2556
+ readonly RR: "RR";
2557
+ readonly REACTIVITYOBSERVATIONINTERPRETATION: "ReactivityObservationInterpretation";
2558
+ readonly S: "S";
2559
+ readonly SDD: "SDD";
2560
+ readonly SYN_R: "SYN-R";
2561
+ readonly SYN_S: "SYN-S";
2562
+ readonly TOX: "TOX";
2563
+ readonly U: "U";
2564
+ readonly UNE: "UNE";
2565
+ readonly VS: "VS";
2566
+ readonly W: "W";
2567
+ readonly WR: "WR";
2568
+ readonly GENETICOBSERVATIONINTERPRETATION: "_GeneticObservationInterpretation";
2569
+ readonly OBSERVATIONINTERPRETATIONCHANGE: "_ObservationInterpretationChange";
2570
+ readonly OBSERVATIONINTERPRETATIONEXCEPTIONS: "_ObservationInterpretationExceptions";
2571
+ readonly OBSERVATIONINTERPRETATIONNORMALITY: "_ObservationInterpretationNormality";
2572
+ readonly OBSERVATIONINTERPRETATIONSUSCEPTIBILITY: "_ObservationInterpretationSusceptibility";
2573
+ };
2574
+ export type ObservationInterpretationCodes = (typeof OBSERVATION_INTERPRETATION_CODES)[keyof typeof OBSERVATION_INTERPRETATION_CODES];
2575
+ export declare const observationInterpretationCodesSchema: z.ZodEnum<["<", ">", "A", "AA", "AC", "B", "CAR", "Carrier", "D", "DET", "E", "EX", "EXP", "H", "H>", "HH", "HM", "HU", "HX", "I", "IE", "IND", "L", "L<", "LL", "LU", "LX", "MS", "N", "NCL", "ND", "NEG", "NR", "NS", "OBX", "ObservationInterpretationDetection", "ObservationInterpretationExpectation", "POS", "QCF", "R", "RR", "ReactivityObservationInterpretation", "S", "SDD", "SYN-R", "SYN-S", "TOX", "U", "UNE", "VS", "W", "WR", "_GeneticObservationInterpretation", "_ObservationInterpretationChange", "_ObservationInterpretationExceptions", "_ObservationInterpretationNormality", "_ObservationInterpretationSusceptibility"]>;
2576
+ export declare const OBSERVATION_RANGE_CATEGORY: {
2577
+ readonly ABSOLUTE: "absolute";
2578
+ readonly CRITICAL: "critical";
2579
+ readonly REFERENCE: "reference";
2580
+ };
2581
+ export type ObservationRangeCategory = (typeof OBSERVATION_RANGE_CATEGORY)[keyof typeof OBSERVATION_RANGE_CATEGORY];
2582
+ export declare const observationRangeCategorySchema: z.ZodEnum<["absolute", "critical", "reference"]>;
2583
+ export declare const OBSERVATION_REFERENCE_RANGE_MEANING_CODES: {
2584
+ readonly ENDOCRINE: "endocrine";
2585
+ readonly FOLLICULAR: "follicular";
2586
+ readonly LUTEAL: "luteal";
2587
+ readonly MIDCYCLE: "midcycle";
2588
+ readonly NORMAL: "normal";
2589
+ readonly POST: "post";
2590
+ readonly POSTMENOPAUSAL: "postmenopausal";
2591
+ readonly PRE: "pre";
2592
+ readonly PRE_PUBERTY: "pre-puberty";
2593
+ readonly RECOMMENDED: "recommended";
2594
+ readonly THERAPEUTIC: "therapeutic";
2595
+ readonly TREATMENT: "treatment";
2596
+ readonly TYPE: "type";
2597
+ };
2598
+ export type ObservationReferenceRangeMeaningCodes = (typeof OBSERVATION_REFERENCE_RANGE_MEANING_CODES)[keyof typeof OBSERVATION_REFERENCE_RANGE_MEANING_CODES];
2599
+ export declare const observationReferenceRangeMeaningCodesSchema: z.ZodEnum<["endocrine", "follicular", "luteal", "midcycle", "normal", "post", "postmenopausal", "pre", "pre-puberty", "recommended", "therapeutic", "treatment", "type"]>;
2600
+ export declare const OBSERVATION_STATUS: {
2601
+ readonly AMENDED: "amended";
2602
+ readonly CANCELLED: "cancelled";
2603
+ readonly CORRECTED: "corrected";
2604
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2605
+ readonly FINAL: "final";
2606
+ readonly PRELIMINARY: "preliminary";
2607
+ readonly REGISTERED: "registered";
2608
+ readonly UNKNOWN: "unknown";
2609
+ };
2610
+ export type ObservationStatus = (typeof OBSERVATION_STATUS)[keyof typeof OBSERVATION_STATUS];
2611
+ export declare const observationStatusSchema: z.ZodEnum<["amended", "cancelled", "corrected", "entered-in-error", "final", "preliminary", "registered", "unknown"]>;
2612
+ export declare const OPERATION_KIND: {
2613
+ readonly OPERATION: "operation";
2614
+ readonly QUERY: "query";
2615
+ };
2616
+ export type OperationKind = (typeof OPERATION_KIND)[keyof typeof OPERATION_KIND];
2617
+ export declare const operationKindSchema: z.ZodEnum<["operation", "query"]>;
2618
+ export declare const OPERATION_PARAMETER_USE: {
2619
+ readonly IN: "in";
2620
+ readonly OUT: "out";
2621
+ };
2622
+ export type OperationParameterUse = (typeof OPERATION_PARAMETER_USE)[keyof typeof OPERATION_PARAMETER_USE];
2623
+ export declare const operationParameterUseSchema: z.ZodEnum<["in", "out"]>;
2624
+ export declare const ORIENTATION_TYPE: {
2625
+ readonly ANTISENSE: "antisense";
2626
+ readonly SENSE: "sense";
2627
+ };
2628
+ export type OrientationType = (typeof ORIENTATION_TYPE)[keyof typeof ORIENTATION_TYPE];
2629
+ export declare const orientationTypeSchema: z.ZodEnum<["antisense", "sense"]>;
2630
+ export declare const PARTICIPANT_REQUIRED: {
2631
+ readonly INFORMATION_ONLY: "information-only";
2632
+ readonly OPTIONAL: "optional";
2633
+ readonly REQUIRED: "required";
2634
+ };
2635
+ export type ParticipantRequired = (typeof PARTICIPANT_REQUIRED)[keyof typeof PARTICIPANT_REQUIRED];
2636
+ export declare const participantRequiredSchema: z.ZodEnum<["information-only", "optional", "required"]>;
2637
+ export declare const PARTICIPATION_STATUS: {
2638
+ readonly ACCEPTED: "accepted";
2639
+ readonly DECLINED: "declined";
2640
+ readonly NEEDS_ACTION: "needs-action";
2641
+ readonly TENTATIVE: "tentative";
2642
+ };
2643
+ export type ParticipationStatus = (typeof PARTICIPATION_STATUS)[keyof typeof PARTICIPATION_STATUS];
2644
+ export declare const participationStatusSchema: z.ZodEnum<["accepted", "declined", "needs-action", "tentative"]>;
2645
+ export declare const PLAN_DEFINITION_TYPE: {
2646
+ readonly CLINICAL_PROTOCOL: "clinical-protocol";
2647
+ readonly ECA_RULE: "eca-rule";
2648
+ readonly ORDER_SET: "order-set";
2649
+ readonly WORKFLOW_DEFINITION: "workflow-definition";
2650
+ };
2651
+ export type PlanDefinitionType = (typeof PLAN_DEFINITION_TYPE)[keyof typeof PLAN_DEFINITION_TYPE];
2652
+ export declare const planDefinitionTypeSchema: z.ZodEnum<["clinical-protocol", "eca-rule", "order-set", "workflow-definition"]>;
2653
+ export declare const PRECISION_ESTIMATE_TYPE: {
2654
+ readonly CI: "CI";
2655
+ readonly IQR: "IQR";
2656
+ readonly SD: "SD";
2657
+ readonly SE: "SE";
2658
+ };
2659
+ export type PrecisionEstimateType = (typeof PRECISION_ESTIMATE_TYPE)[keyof typeof PRECISION_ESTIMATE_TYPE];
2660
+ export declare const precisionEstimateTypeSchema: z.ZodEnum<["CI", "IQR", "SD", "SE"]>;
2661
+ export declare const PROPERTY_REPRESENTATION: {
2662
+ readonly CDATEXT: "cdaText";
2663
+ readonly TYPEATTR: "typeAttr";
2664
+ readonly XHTML: "xhtml";
2665
+ readonly XMLATTR: "xmlAttr";
2666
+ readonly XMLTEXT: "xmlText";
2667
+ };
2668
+ export type PropertyRepresentation = (typeof PROPERTY_REPRESENTATION)[keyof typeof PROPERTY_REPRESENTATION];
2669
+ export declare const propertyRepresentationSchema: z.ZodEnum<["cdaText", "typeAttr", "xhtml", "xmlAttr", "xmlText"]>;
2670
+ export declare const PROPERTY_TYPE: {
2671
+ readonly CODING: "Coding";
2672
+ readonly BOOLEAN: "boolean";
2673
+ readonly CODE: "code";
2674
+ readonly DATETIME: "dateTime";
2675
+ readonly DECIMAL: "decimal";
2676
+ readonly INTEGER: "integer";
2677
+ readonly STRING: "string";
2678
+ };
2679
+ export type PropertyType = (typeof PROPERTY_TYPE)[keyof typeof PROPERTY_TYPE];
2680
+ export declare const propertyTypeSchema: z.ZodEnum<["Coding", "boolean", "code", "dateTime", "decimal", "integer", "string"]>;
2681
+ export declare const PROVENANCE_ACTIVITY_TYPE: {
2682
+ readonly ADM: "ADM";
2683
+ readonly ALY: "ALY";
2684
+ readonly ANONY: "ANONY";
2685
+ readonly APPEND: "APPEND";
2686
+ readonly ATND: "ATND";
2687
+ readonly AUT: "AUT";
2688
+ readonly AUTHEN: "AUTHEN";
2689
+ readonly BBY: "BBY";
2690
+ readonly BEN: "BEN";
2691
+ readonly CAGNT: "CAGNT";
2692
+ readonly CALLBCK: "CALLBCK";
2693
+ readonly CAT: "CAT";
2694
+ readonly CON: "CON";
2695
+ readonly COV: "COV";
2696
+ readonly CREATE: "CREATE";
2697
+ readonly CSM: "CSM";
2698
+ readonly CST: "CST";
2699
+ readonly DEID: "DEID";
2700
+ readonly DELETE: "DELETE";
2701
+ readonly DEV: "DEV";
2702
+ readonly DIR: "DIR";
2703
+ readonly DIS: "DIS";
2704
+ readonly DIST: "DIST";
2705
+ readonly DON: "DON";
2706
+ readonly DST: "DST";
2707
+ readonly ELOC: "ELOC";
2708
+ readonly ENT: "ENT";
2709
+ readonly ESC: "ESC";
2710
+ readonly EXPAGNT: "EXPAGNT";
2711
+ readonly EXPART: "EXPART";
2712
+ readonly EXPTRGT: "EXPTRGT";
2713
+ readonly EXSRC: "EXSRC";
2714
+ readonly GUAR: "GUAR";
2715
+ readonly HLD: "HLD";
2716
+ readonly IND: "IND";
2717
+ readonly INF: "INF";
2718
+ readonly IRCP: "IRCP";
2719
+ readonly LA: "LA";
2720
+ readonly LABEL: "LABEL";
2721
+ readonly LOC: "LOC";
2722
+ readonly MASK: "MASK";
2723
+ readonly NOT: "NOT";
2724
+ readonly NRD: "NRD";
2725
+ readonly NULLIFY: "NULLIFY";
2726
+ readonly ORG: "ORG";
2727
+ readonly PART: "PART";
2728
+ readonly PPRF: "PPRF";
2729
+ readonly PRCP: "PRCP";
2730
+ readonly PRD: "PRD";
2731
+ readonly PRF: "PRF";
2732
+ readonly PSEUD: "PSEUD";
2733
+ readonly RCT: "RCT";
2734
+ readonly RCV: "RCV";
2735
+ readonly RDV: "RDV";
2736
+ readonly REF: "REF";
2737
+ readonly REFB: "REFB";
2738
+ readonly REFT: "REFT";
2739
+ readonly RESP: "RESP";
2740
+ readonly RML: "RML";
2741
+ readonly SBJ: "SBJ";
2742
+ readonly SPC: "SPC";
2743
+ readonly SPRF: "SPRF";
2744
+ readonly TPA: "TPA";
2745
+ readonly TRANS: "TRANS";
2746
+ readonly TRC: "TRC";
2747
+ readonly UPDATE: "UPDATE";
2748
+ readonly VIA: "VIA";
2749
+ readonly VRF: "VRF";
2750
+ readonly WIT: "WIT";
2751
+ readonly PARTICIPATIONANCILLARY: "_ParticipationAncillary";
2752
+ readonly PARTICIPATIONINFORMATIONGENERATOR: "_ParticipationInformationGenerator";
2753
+ };
2754
+ export type ProvenanceActivityType = (typeof PROVENANCE_ACTIVITY_TYPE)[keyof typeof PROVENANCE_ACTIVITY_TYPE];
2755
+ export declare const provenanceActivityTypeSchema: z.ZodEnum<["ADM", "ALY", "ANONY", "APPEND", "ATND", "AUT", "AUTHEN", "BBY", "BEN", "CAGNT", "CALLBCK", "CAT", "CON", "COV", "CREATE", "CSM", "CST", "DEID", "DELETE", "DEV", "DIR", "DIS", "DIST", "DON", "DST", "ELOC", "ENT", "ESC", "EXPAGNT", "EXPART", "EXPTRGT", "EXSRC", "GUAR", "HLD", "IND", "INF", "IRCP", "LA", "LABEL", "LOC", "MASK", "NOT", "NRD", "NULLIFY", "ORG", "PART", "PPRF", "PRCP", "PRD", "PRF", "PSEUD", "RCT", "RCV", "RDV", "REF", "REFB", "REFT", "RESP", "RML", "SBJ", "SPC", "SPRF", "TPA", "TRANS", "TRC", "UPDATE", "VIA", "VRF", "WIT", "_ParticipationAncillary", "_ParticipationInformationGenerator"]>;
2756
+ export declare const PROVENANCE_ENTITY_ROLE: {
2757
+ readonly DERIVATION: "derivation";
2758
+ readonly QUOTATION: "quotation";
2759
+ readonly REMOVAL: "removal";
2760
+ readonly REVISION: "revision";
2761
+ readonly SOURCE: "source";
2762
+ };
2763
+ export type ProvenanceEntityRole = (typeof PROVENANCE_ENTITY_ROLE)[keyof typeof PROVENANCE_ENTITY_ROLE];
2764
+ export declare const provenanceEntityRoleSchema: z.ZodEnum<["derivation", "quotation", "removal", "revision", "source"]>;
2765
+ export declare const PROVENANCE_PARTICIPANT_TYPE: {
2766
+ readonly ASSEMBLER: "assembler";
2767
+ readonly ATTESTER: "attester";
2768
+ readonly AUTHOR: "author";
2769
+ readonly COMPOSER: "composer";
2770
+ readonly CUSTODIAN: "custodian";
2771
+ readonly ENTERER: "enterer";
2772
+ readonly INFORMANT: "informant";
2773
+ readonly LEGAL: "legal";
2774
+ readonly PERFORMER: "performer";
2775
+ readonly VERIFIER: "verifier";
2776
+ };
2777
+ export type ProvenanceParticipantType = (typeof PROVENANCE_PARTICIPANT_TYPE)[keyof typeof PROVENANCE_PARTICIPANT_TYPE];
2778
+ export declare const provenanceParticipantTypeSchema: z.ZodEnum<["assembler", "attester", "author", "composer", "custodian", "enterer", "informant", "legal", "performer", "verifier"]>;
2779
+ export declare const PUBLICATION_STATUS: {
2780
+ readonly ACTIVE: "active";
2781
+ readonly DRAFT: "draft";
2782
+ readonly RETIRED: "retired";
2783
+ readonly UNKNOWN: "unknown";
2784
+ };
2785
+ export type PublicationStatus = (typeof PUBLICATION_STATUS)[keyof typeof PUBLICATION_STATUS];
2786
+ export declare const publicationStatusSchema: z.ZodEnum<["active", "draft", "retired", "unknown"]>;
2787
+ export declare const QUALITY_OF_EVIDENCE_RATING: {
2788
+ readonly HIGH: "high";
2789
+ readonly LOW: "low";
2790
+ readonly MODERATE: "moderate";
2791
+ readonly VERY_LOW: "very-low";
2792
+ };
2793
+ export type QualityOfEvidenceRating = (typeof QUALITY_OF_EVIDENCE_RATING)[keyof typeof QUALITY_OF_EVIDENCE_RATING];
2794
+ export declare const qualityOfEvidenceRatingSchema: z.ZodEnum<["high", "low", "moderate", "very-low"]>;
2795
+ export declare const QUALITY_TYPE: {
2796
+ readonly INDEL: "indel";
2797
+ readonly SNP: "snp";
2798
+ readonly UNKNOWN: "unknown";
2799
+ };
2800
+ export type QualityType = (typeof QUALITY_TYPE)[keyof typeof QUALITY_TYPE];
2801
+ export declare const qualityTypeSchema: z.ZodEnum<["indel", "snp", "unknown"]>;
2802
+ export declare const QUANTITY_COMPARATOR: {
2803
+ readonly _EMPTY: "<";
2804
+ readonly _EMPTY_2: "<=";
2805
+ readonly _EMPTY_3: ">";
2806
+ readonly _EMPTY_4: ">=";
2807
+ };
2808
+ export type QuantityComparator = (typeof QUANTITY_COMPARATOR)[keyof typeof QUANTITY_COMPARATOR];
2809
+ export declare const quantityComparatorSchema: z.ZodEnum<["<", "<=", ">", ">="]>;
2810
+ export declare const QUESTIONNAIRE_ITEM_OPERATOR: {
2811
+ readonly _EMPTY: "!=";
2812
+ readonly _EMPTY_2: "<";
2813
+ readonly _EMPTY_3: "<=";
2814
+ readonly _EMPTY_4: "=";
2815
+ readonly _EMPTY_5: ">";
2816
+ readonly _EMPTY_6: ">=";
2817
+ readonly EXISTS: "exists";
2818
+ };
2819
+ export type QuestionnaireItemOperator = (typeof QUESTIONNAIRE_ITEM_OPERATOR)[keyof typeof QUESTIONNAIRE_ITEM_OPERATOR];
2820
+ export declare const questionnaireItemOperatorSchema: z.ZodEnum<["!=", "<", "<=", "=", ">", ">=", "exists"]>;
2821
+ export declare const QUESTIONNAIRE_ITEM_TYPE: {
2822
+ readonly ATTACHMENT: "attachment";
2823
+ readonly BOOLEAN: "boolean";
2824
+ readonly CHOICE: "choice";
2825
+ readonly DATE: "date";
2826
+ readonly DATETIME: "dateTime";
2827
+ readonly DECIMAL: "decimal";
2828
+ readonly DISPLAY: "display";
2829
+ readonly GROUP: "group";
2830
+ readonly INTEGER: "integer";
2831
+ readonly OPEN_CHOICE: "open-choice";
2832
+ readonly QUANTITY: "quantity";
2833
+ readonly QUESTION: "question";
2834
+ readonly REFERENCE: "reference";
2835
+ readonly STRING: "string";
2836
+ readonly TEXT: "text";
2837
+ readonly TIME: "time";
2838
+ readonly URL: "url";
2839
+ };
2840
+ export type QuestionnaireItemType = (typeof QUESTIONNAIRE_ITEM_TYPE)[keyof typeof QUESTIONNAIRE_ITEM_TYPE];
2841
+ export declare const questionnaireItemTypeSchema: z.ZodEnum<["attachment", "boolean", "choice", "date", "dateTime", "decimal", "display", "group", "integer", "open-choice", "quantity", "question", "reference", "string", "text", "time", "url"]>;
2842
+ export declare const QUESTIONNAIRE_RESPONSE_STATUS: {
2843
+ readonly AMENDED: "amended";
2844
+ readonly COMPLETED: "completed";
2845
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2846
+ readonly IN_PROGRESS: "in-progress";
2847
+ readonly STOPPED: "stopped";
2848
+ };
2849
+ export type QuestionnaireResponseStatus = (typeof QUESTIONNAIRE_RESPONSE_STATUS)[keyof typeof QUESTIONNAIRE_RESPONSE_STATUS];
2850
+ export declare const questionnaireResponseStatusSchema: z.ZodEnum<["amended", "completed", "entered-in-error", "in-progress", "stopped"]>;
2851
+ export declare const REFERENCE_HANDLING_POLICY: {
2852
+ readonly ENFORCED: "enforced";
2853
+ readonly LITERAL: "literal";
2854
+ readonly LOCAL: "local";
2855
+ readonly LOGICAL: "logical";
2856
+ readonly RESOLVES: "resolves";
2857
+ };
2858
+ export type ReferenceHandlingPolicy = (typeof REFERENCE_HANDLING_POLICY)[keyof typeof REFERENCE_HANDLING_POLICY];
2859
+ export declare const referenceHandlingPolicySchema: z.ZodEnum<["enforced", "literal", "local", "logical", "resolves"]>;
2860
+ export declare const REFERENCE_VERSION_RULES: {
2861
+ readonly EITHER: "either";
2862
+ readonly INDEPENDENT: "independent";
2863
+ readonly SPECIFIC: "specific";
2864
+ };
2865
+ export type ReferenceVersionRules = (typeof REFERENCE_VERSION_RULES)[keyof typeof REFERENCE_VERSION_RULES];
2866
+ export declare const referenceVersionRulesSchema: z.ZodEnum<["either", "independent", "specific"]>;
2867
+ export declare const RELATED_ARTIFACT_TYPE: {
2868
+ readonly CITATION: "citation";
2869
+ readonly COMPOSED_OF: "composed-of";
2870
+ readonly DEPENDS_ON: "depends-on";
2871
+ readonly DERIVED_FROM: "derived-from";
2872
+ readonly DOCUMENTATION: "documentation";
2873
+ readonly JUSTIFICATION: "justification";
2874
+ readonly PREDECESSOR: "predecessor";
2875
+ readonly SUCCESSOR: "successor";
2876
+ };
2877
+ export type RelatedArtifactType = (typeof RELATED_ARTIFACT_TYPE)[keyof typeof RELATED_ARTIFACT_TYPE];
2878
+ export declare const relatedArtifactTypeSchema: z.ZodEnum<["citation", "composed-of", "depends-on", "derived-from", "documentation", "justification", "predecessor", "successor"]>;
2879
+ export declare const REPOSITORY_TYPE: {
2880
+ readonly DIRECTLINK: "directlink";
2881
+ readonly LOGIN: "login";
2882
+ readonly OAUTH: "oauth";
2883
+ readonly OPENAPI: "openapi";
2884
+ readonly OTHER: "other";
2885
+ };
2886
+ export type RepositoryType = (typeof REPOSITORY_TYPE)[keyof typeof REPOSITORY_TYPE];
2887
+ export declare const repositoryTypeSchema: z.ZodEnum<["directlink", "login", "oauth", "openapi", "other"]>;
2888
+ export declare const REQUEST_INTENT: {
2889
+ readonly DIRECTIVE: "directive";
2890
+ readonly FILLER_ORDER: "filler-order";
2891
+ readonly INSTANCE_ORDER: "instance-order";
2892
+ readonly OPTION: "option";
2893
+ readonly ORDER: "order";
2894
+ readonly ORIGINAL_ORDER: "original-order";
2895
+ readonly PLAN: "plan";
2896
+ readonly PROPOSAL: "proposal";
2897
+ readonly REFLEX_ORDER: "reflex-order";
2898
+ };
2899
+ export type RequestIntent = (typeof REQUEST_INTENT)[keyof typeof REQUEST_INTENT];
2900
+ export declare const requestIntentSchema: z.ZodEnum<["directive", "filler-order", "instance-order", "option", "order", "original-order", "plan", "proposal", "reflex-order"]>;
2901
+ export declare const REQUEST_PRIORITY: {
2902
+ readonly ASAP: "asap";
2903
+ readonly ROUTINE: "routine";
2904
+ readonly STAT: "stat";
2905
+ readonly URGENT: "urgent";
2906
+ };
2907
+ export type RequestPriority = (typeof REQUEST_PRIORITY)[keyof typeof REQUEST_PRIORITY];
2908
+ export declare const requestPrioritySchema: z.ZodEnum<["asap", "routine", "stat", "urgent"]>;
2909
+ export declare const REQUEST_RESOURCE_TYPE: {
2910
+ readonly APPOINTMENT: "Appointment";
2911
+ readonly APPOINTMENTRESPONSE: "AppointmentResponse";
2912
+ readonly CAREPLAN: "CarePlan";
2913
+ readonly CLAIM: "Claim";
2914
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
2915
+ readonly CONTRACT: "Contract";
2916
+ readonly DEVICEREQUEST: "DeviceRequest";
2917
+ readonly ENROLLMENTREQUEST: "EnrollmentRequest";
2918
+ readonly IMMUNIZATIONRECOMMENDATION: "ImmunizationRecommendation";
2919
+ readonly MEDICATIONREQUEST: "MedicationRequest";
2920
+ readonly NUTRITIONORDER: "NutritionOrder";
2921
+ readonly SERVICEREQUEST: "ServiceRequest";
2922
+ readonly SUPPLYREQUEST: "SupplyRequest";
2923
+ readonly TASK: "Task";
2924
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
2925
+ };
2926
+ export type RequestResourceType = (typeof REQUEST_RESOURCE_TYPE)[keyof typeof REQUEST_RESOURCE_TYPE];
2927
+ export declare const requestResourceTypeSchema: z.ZodEnum<["Appointment", "AppointmentResponse", "CarePlan", "Claim", "CommunicationRequest", "Contract", "DeviceRequest", "EnrollmentRequest", "ImmunizationRecommendation", "MedicationRequest", "NutritionOrder", "ServiceRequest", "SupplyRequest", "Task", "VisionPrescription"]>;
2928
+ export declare const REQUEST_STATUS: {
2929
+ readonly ACTIVE: "active";
2930
+ readonly COMPLETED: "completed";
2931
+ readonly DRAFT: "draft";
2932
+ readonly ENTERED_IN_ERROR: "entered-in-error";
2933
+ readonly ON_HOLD: "on-hold";
2934
+ readonly REVOKED: "revoked";
2935
+ readonly UNKNOWN: "unknown";
2936
+ };
2937
+ export type RequestStatus = (typeof REQUEST_STATUS)[keyof typeof REQUEST_STATUS];
2938
+ export declare const requestStatusSchema: z.ZodEnum<["active", "completed", "draft", "entered-in-error", "on-hold", "revoked", "unknown"]>;
2939
+ export declare const RESEARCH_ELEMENT_TYPE: {
2940
+ readonly EXPOSURE: "exposure";
2941
+ readonly OUTCOME: "outcome";
2942
+ readonly POPULATION: "population";
2943
+ };
2944
+ export type ResearchElementType = (typeof RESEARCH_ELEMENT_TYPE)[keyof typeof RESEARCH_ELEMENT_TYPE];
2945
+ export declare const researchElementTypeSchema: z.ZodEnum<["exposure", "outcome", "population"]>;
2946
+ export declare const RESEARCH_STUDY_PRIMARY_PURPOSE_TYPE: {
2947
+ readonly BASIC_SCIENCE: "basic-science";
2948
+ readonly DEVICE_FEASIBILITY: "device-feasibility";
2949
+ readonly DIAGNOSTIC: "diagnostic";
2950
+ readonly HEALTH_SERVICES_RESEARCH: "health-services-research";
2951
+ readonly PREVENTION: "prevention";
2952
+ readonly SCREENING: "screening";
2953
+ readonly SUPPORTIVE_CARE: "supportive-care";
2954
+ readonly TREATMENT: "treatment";
2955
+ };
2956
+ export type ResearchStudyPrimaryPurposeType = (typeof RESEARCH_STUDY_PRIMARY_PURPOSE_TYPE)[keyof typeof RESEARCH_STUDY_PRIMARY_PURPOSE_TYPE];
2957
+ export declare const researchStudyPrimaryPurposeTypeSchema: z.ZodEnum<["basic-science", "device-feasibility", "diagnostic", "health-services-research", "prevention", "screening", "supportive-care", "treatment"]>;
2958
+ export declare const RESEARCH_STUDY_STATUS: {
2959
+ readonly ACTIVE: "active";
2960
+ readonly ADMINISTRATIVELY_COMPLETED: "administratively-completed";
2961
+ readonly APPROVED: "approved";
2962
+ readonly CLOSED_TO_ACCRUAL: "closed-to-accrual";
2963
+ readonly CLOSED_TO_ACCRUAL_AND_INTERVENTION: "closed-to-accrual-and-intervention";
2964
+ readonly COMPLETED: "completed";
2965
+ readonly DISAPPROVED: "disapproved";
2966
+ readonly IN_REVIEW: "in-review";
2967
+ readonly TEMPORARILY_CLOSED_TO_ACCRUAL: "temporarily-closed-to-accrual";
2968
+ readonly TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION: "temporarily-closed-to-accrual-and-intervention";
2969
+ readonly WITHDRAWN: "withdrawn";
2970
+ };
2971
+ export type ResearchStudyStatus = (typeof RESEARCH_STUDY_STATUS)[keyof typeof RESEARCH_STUDY_STATUS];
2972
+ export declare const researchStudyStatusSchema: z.ZodEnum<["active", "administratively-completed", "approved", "closed-to-accrual", "closed-to-accrual-and-intervention", "completed", "disapproved", "in-review", "temporarily-closed-to-accrual", "temporarily-closed-to-accrual-and-intervention", "withdrawn"]>;
2973
+ export declare const RESEARCH_SUBJECT_STATUS: {
2974
+ readonly CANDIDATE: "candidate";
2975
+ readonly ELIGIBLE: "eligible";
2976
+ readonly FOLLOW_UP: "follow-up";
2977
+ readonly INELIGIBLE: "ineligible";
2978
+ readonly NOT_REGISTERED: "not-registered";
2979
+ readonly OFF_STUDY: "off-study";
2980
+ readonly ON_STUDY: "on-study";
2981
+ readonly ON_STUDY_INTERVENTION: "on-study-intervention";
2982
+ readonly ON_STUDY_OBSERVATION: "on-study-observation";
2983
+ readonly PENDING_ON_STUDY: "pending-on-study";
2984
+ readonly POTENTIAL_CANDIDATE: "potential-candidate";
2985
+ readonly SCREENING: "screening";
2986
+ readonly WITHDRAWN: "withdrawn";
2987
+ };
2988
+ export type ResearchSubjectStatus = (typeof RESEARCH_SUBJECT_STATUS)[keyof typeof RESEARCH_SUBJECT_STATUS];
2989
+ export declare const researchSubjectStatusSchema: z.ZodEnum<["candidate", "eligible", "follow-up", "ineligible", "not-registered", "off-study", "on-study", "on-study-intervention", "on-study-observation", "pending-on-study", "potential-candidate", "screening", "withdrawn"]>;
2990
+ export declare const RESOURCE_TYPE: {
2991
+ readonly ACCOUNT: "Account";
2992
+ readonly ACTIVITYDEFINITION: "ActivityDefinition";
2993
+ readonly ADVERSEEVENT: "AdverseEvent";
2994
+ readonly ALLERGYINTOLERANCE: "AllergyIntolerance";
2995
+ readonly APPOINTMENT: "Appointment";
2996
+ readonly APPOINTMENTRESPONSE: "AppointmentResponse";
2997
+ readonly AUDITEVENT: "AuditEvent";
2998
+ readonly BASIC: "Basic";
2999
+ readonly BINARY: "Binary";
3000
+ readonly BIOLOGICALLYDERIVEDPRODUCT: "BiologicallyDerivedProduct";
3001
+ readonly BODYSTRUCTURE: "BodyStructure";
3002
+ readonly BUNDLE: "Bundle";
3003
+ readonly CAPABILITYSTATEMENT: "CapabilityStatement";
3004
+ readonly CAREPLAN: "CarePlan";
3005
+ readonly CARETEAM: "CareTeam";
3006
+ readonly CATALOGENTRY: "CatalogEntry";
3007
+ readonly CHARGEITEM: "ChargeItem";
3008
+ readonly CHARGEITEMDEFINITION: "ChargeItemDefinition";
3009
+ readonly CLAIM: "Claim";
3010
+ readonly CLAIMRESPONSE: "ClaimResponse";
3011
+ readonly CLINICALIMPRESSION: "ClinicalImpression";
3012
+ readonly CODESYSTEM: "CodeSystem";
3013
+ readonly COMMUNICATION: "Communication";
3014
+ readonly COMMUNICATIONREQUEST: "CommunicationRequest";
3015
+ readonly COMPARTMENTDEFINITION: "CompartmentDefinition";
3016
+ readonly COMPOSITION: "Composition";
3017
+ readonly CONCEPTMAP: "ConceptMap";
3018
+ readonly CONDITION: "Condition";
3019
+ readonly CONSENT: "Consent";
3020
+ readonly CONTRACT: "Contract";
3021
+ readonly COVERAGE: "Coverage";
3022
+ readonly COVERAGEELIGIBILITYREQUEST: "CoverageEligibilityRequest";
3023
+ readonly COVERAGEELIGIBILITYRESPONSE: "CoverageEligibilityResponse";
3024
+ readonly DETECTEDISSUE: "DetectedIssue";
3025
+ readonly DEVICE: "Device";
3026
+ readonly DEVICEDEFINITION: "DeviceDefinition";
3027
+ readonly DEVICEMETRIC: "DeviceMetric";
3028
+ readonly DEVICEREQUEST: "DeviceRequest";
3029
+ readonly DEVICEUSESTATEMENT: "DeviceUseStatement";
3030
+ readonly DIAGNOSTICREPORT: "DiagnosticReport";
3031
+ readonly DOCUMENTMANIFEST: "DocumentManifest";
3032
+ readonly DOCUMENTREFERENCE: "DocumentReference";
3033
+ readonly DOMAINRESOURCE: "DomainResource";
3034
+ readonly EFFECTEVIDENCESYNTHESIS: "EffectEvidenceSynthesis";
3035
+ readonly ENCOUNTER: "Encounter";
3036
+ readonly ENDPOINT: "Endpoint";
3037
+ readonly ENROLLMENTREQUEST: "EnrollmentRequest";
3038
+ readonly ENROLLMENTRESPONSE: "EnrollmentResponse";
3039
+ readonly EPISODEOFCARE: "EpisodeOfCare";
3040
+ readonly EVENTDEFINITION: "EventDefinition";
3041
+ readonly EVIDENCE: "Evidence";
3042
+ readonly EVIDENCEVARIABLE: "EvidenceVariable";
3043
+ readonly EXAMPLESCENARIO: "ExampleScenario";
3044
+ readonly EXPLANATIONOFBENEFIT: "ExplanationOfBenefit";
3045
+ readonly FAMILYMEMBERHISTORY: "FamilyMemberHistory";
3046
+ readonly FLAG: "Flag";
3047
+ readonly GOAL: "Goal";
3048
+ readonly GRAPHDEFINITION: "GraphDefinition";
3049
+ readonly GROUP: "Group";
3050
+ readonly GUIDANCERESPONSE: "GuidanceResponse";
3051
+ readonly HEALTHCARESERVICE: "HealthcareService";
3052
+ readonly IMAGINGSTUDY: "ImagingStudy";
3053
+ readonly IMMUNIZATION: "Immunization";
3054
+ readonly IMMUNIZATIONEVALUATION: "ImmunizationEvaluation";
3055
+ readonly IMMUNIZATIONRECOMMENDATION: "ImmunizationRecommendation";
3056
+ readonly IMPLEMENTATIONGUIDE: "ImplementationGuide";
3057
+ readonly INSURANCEPLAN: "InsurancePlan";
3058
+ readonly INVOICE: "Invoice";
3059
+ readonly LIBRARY: "Library";
3060
+ readonly LINKAGE: "Linkage";
3061
+ readonly LIST: "List";
3062
+ readonly LOCATION: "Location";
3063
+ readonly MEASURE: "Measure";
3064
+ readonly MEASUREREPORT: "MeasureReport";
3065
+ readonly MEDIA: "Media";
3066
+ readonly MEDICATION: "Medication";
3067
+ readonly MEDICATIONADMINISTRATION: "MedicationAdministration";
3068
+ readonly MEDICATIONDISPENSE: "MedicationDispense";
3069
+ readonly MEDICATIONKNOWLEDGE: "MedicationKnowledge";
3070
+ readonly MEDICATIONREQUEST: "MedicationRequest";
3071
+ readonly MEDICATIONSTATEMENT: "MedicationStatement";
3072
+ readonly MEDICINALPRODUCT: "MedicinalProduct";
3073
+ readonly MEDICINALPRODUCTAUTHORIZATION: "MedicinalProductAuthorization";
3074
+ readonly MEDICINALPRODUCTCONTRAINDICATION: "MedicinalProductContraindication";
3075
+ readonly MEDICINALPRODUCTINDICATION: "MedicinalProductIndication";
3076
+ readonly MEDICINALPRODUCTINGREDIENT: "MedicinalProductIngredient";
3077
+ readonly MEDICINALPRODUCTINTERACTION: "MedicinalProductInteraction";
3078
+ readonly MEDICINALPRODUCTMANUFACTURED: "MedicinalProductManufactured";
3079
+ readonly MEDICINALPRODUCTPACKAGED: "MedicinalProductPackaged";
3080
+ readonly MEDICINALPRODUCTPHARMACEUTICAL: "MedicinalProductPharmaceutical";
3081
+ readonly MEDICINALPRODUCTUNDESIRABLEEFFECT: "MedicinalProductUndesirableEffect";
3082
+ readonly MESSAGEDEFINITION: "MessageDefinition";
3083
+ readonly MESSAGEHEADER: "MessageHeader";
3084
+ readonly MOLECULARSEQUENCE: "MolecularSequence";
3085
+ readonly NAMINGSYSTEM: "NamingSystem";
3086
+ readonly NUTRITIONORDER: "NutritionOrder";
3087
+ readonly OBSERVATION: "Observation";
3088
+ readonly OBSERVATIONDEFINITION: "ObservationDefinition";
3089
+ readonly OPERATIONDEFINITION: "OperationDefinition";
3090
+ readonly OPERATIONOUTCOME: "OperationOutcome";
3091
+ readonly ORGANIZATION: "Organization";
3092
+ readonly ORGANIZATIONAFFILIATION: "OrganizationAffiliation";
3093
+ readonly PARAMETERS: "Parameters";
3094
+ readonly PATIENT: "Patient";
3095
+ readonly PAYMENTNOTICE: "PaymentNotice";
3096
+ readonly PAYMENTRECONCILIATION: "PaymentReconciliation";
3097
+ readonly PERSON: "Person";
3098
+ readonly PLANDEFINITION: "PlanDefinition";
3099
+ readonly PRACTITIONER: "Practitioner";
3100
+ readonly PRACTITIONERROLE: "PractitionerRole";
3101
+ readonly PROCEDURE: "Procedure";
3102
+ readonly PROVENANCE: "Provenance";
3103
+ readonly QUESTIONNAIRE: "Questionnaire";
3104
+ readonly QUESTIONNAIRERESPONSE: "QuestionnaireResponse";
3105
+ readonly RELATEDPERSON: "RelatedPerson";
3106
+ readonly REQUESTGROUP: "RequestGroup";
3107
+ readonly RESEARCHDEFINITION: "ResearchDefinition";
3108
+ readonly RESEARCHELEMENTDEFINITION: "ResearchElementDefinition";
3109
+ readonly RESEARCHSTUDY: "ResearchStudy";
3110
+ readonly RESEARCHSUBJECT: "ResearchSubject";
3111
+ readonly RESOURCE: "Resource";
3112
+ readonly RISKASSESSMENT: "RiskAssessment";
3113
+ readonly RISKEVIDENCESYNTHESIS: "RiskEvidenceSynthesis";
3114
+ readonly SCHEDULE: "Schedule";
3115
+ readonly SEARCHPARAMETER: "SearchParameter";
3116
+ readonly SERVICEREQUEST: "ServiceRequest";
3117
+ readonly SLOT: "Slot";
3118
+ readonly SPECIMEN: "Specimen";
3119
+ readonly SPECIMENDEFINITION: "SpecimenDefinition";
3120
+ readonly STRUCTUREDEFINITION: "StructureDefinition";
3121
+ readonly STRUCTUREMAP: "StructureMap";
3122
+ readonly SUBSCRIPTION: "Subscription";
3123
+ readonly SUBSTANCE: "Substance";
3124
+ readonly SUBSTANCENUCLEICACID: "SubstanceNucleicAcid";
3125
+ readonly SUBSTANCEPOLYMER: "SubstancePolymer";
3126
+ readonly SUBSTANCEPROTEIN: "SubstanceProtein";
3127
+ readonly SUBSTANCEREFERENCEINFORMATION: "SubstanceReferenceInformation";
3128
+ readonly SUBSTANCESOURCEMATERIAL: "SubstanceSourceMaterial";
3129
+ readonly SUBSTANCESPECIFICATION: "SubstanceSpecification";
3130
+ readonly SUPPLYDELIVERY: "SupplyDelivery";
3131
+ readonly SUPPLYREQUEST: "SupplyRequest";
3132
+ readonly TASK: "Task";
3133
+ readonly TERMINOLOGYCAPABILITIES: "TerminologyCapabilities";
3134
+ readonly TESTREPORT: "TestReport";
3135
+ readonly TESTSCRIPT: "TestScript";
3136
+ readonly VALUESET: "ValueSet";
3137
+ readonly VERIFICATIONRESULT: "VerificationResult";
3138
+ readonly VISIONPRESCRIPTION: "VisionPrescription";
3139
+ };
3140
+ export type ResourceType = (typeof RESOURCE_TYPE)[keyof typeof RESOURCE_TYPE];
3141
+ export declare const resourceTypeSchema: z.ZodEnum<["Account", "ActivityDefinition", "AdverseEvent", "AllergyIntolerance", "Appointment", "AppointmentResponse", "AuditEvent", "Basic", "Binary", "BiologicallyDerivedProduct", "BodyStructure", "Bundle", "CapabilityStatement", "CarePlan", "CareTeam", "CatalogEntry", "ChargeItem", "ChargeItemDefinition", "Claim", "ClaimResponse", "ClinicalImpression", "CodeSystem", "Communication", "CommunicationRequest", "CompartmentDefinition", "Composition", "ConceptMap", "Condition", "Consent", "Contract", "Coverage", "CoverageEligibilityRequest", "CoverageEligibilityResponse", "DetectedIssue", "Device", "DeviceDefinition", "DeviceMetric", "DeviceRequest", "DeviceUseStatement", "DiagnosticReport", "DocumentManifest", "DocumentReference", "DomainResource", "EffectEvidenceSynthesis", "Encounter", "Endpoint", "EnrollmentRequest", "EnrollmentResponse", "EpisodeOfCare", "EventDefinition", "Evidence", "EvidenceVariable", "ExampleScenario", "ExplanationOfBenefit", "FamilyMemberHistory", "Flag", "Goal", "GraphDefinition", "Group", "GuidanceResponse", "HealthcareService", "ImagingStudy", "Immunization", "ImmunizationEvaluation", "ImmunizationRecommendation", "ImplementationGuide", "InsurancePlan", "Invoice", "Library", "Linkage", "List", "Location", "Measure", "MeasureReport", "Media", "Medication", "MedicationAdministration", "MedicationDispense", "MedicationKnowledge", "MedicationRequest", "MedicationStatement", "MedicinalProduct", "MedicinalProductAuthorization", "MedicinalProductContraindication", "MedicinalProductIndication", "MedicinalProductIngredient", "MedicinalProductInteraction", "MedicinalProductManufactured", "MedicinalProductPackaged", "MedicinalProductPharmaceutical", "MedicinalProductUndesirableEffect", "MessageDefinition", "MessageHeader", "MolecularSequence", "NamingSystem", "NutritionOrder", "Observation", "ObservationDefinition", "OperationDefinition", "OperationOutcome", "Organization", "OrganizationAffiliation", "Parameters", "Patient", "PaymentNotice", "PaymentReconciliation", "Person", "PlanDefinition", "Practitioner", "PractitionerRole", "Procedure", "Provenance", "Questionnaire", "QuestionnaireResponse", "RelatedPerson", "RequestGroup", "ResearchDefinition", "ResearchElementDefinition", "ResearchStudy", "ResearchSubject", "Resource", "RiskAssessment", "RiskEvidenceSynthesis", "Schedule", "SearchParameter", "ServiceRequest", "Slot", "Specimen", "SpecimenDefinition", "StructureDefinition", "StructureMap", "Subscription", "Substance", "SubstanceNucleicAcid", "SubstancePolymer", "SubstanceProtein", "SubstanceReferenceInformation", "SubstanceSourceMaterial", "SubstanceSpecification", "SupplyDelivery", "SupplyRequest", "Task", "TerminologyCapabilities", "TestReport", "TestScript", "ValueSet", "VerificationResult", "VisionPrescription"]>;
3142
+ export declare const RESOURCE_VERSION_POLICY: {
3143
+ readonly NO_VERSION: "no-version";
3144
+ readonly VERSIONED: "versioned";
3145
+ readonly VERSIONED_UPDATE: "versioned-update";
3146
+ };
3147
+ export type ResourceVersionPolicy = (typeof RESOURCE_VERSION_POLICY)[keyof typeof RESOURCE_VERSION_POLICY];
3148
+ export declare const resourceVersionPolicySchema: z.ZodEnum<["no-version", "versioned", "versioned-update"]>;
3149
+ export declare const RESPONSE_TYPE: {
3150
+ readonly FATAL_ERROR: "fatal-error";
3151
+ readonly OK: "ok";
3152
+ readonly TRANSIENT_ERROR: "transient-error";
3153
+ };
3154
+ export type ResponseType = (typeof RESPONSE_TYPE)[keyof typeof RESPONSE_TYPE];
3155
+ export declare const responseTypeSchema: z.ZodEnum<["fatal-error", "ok", "transient-error"]>;
3156
+ export declare const RESTFUL_CAPABILITY_MODE: {
3157
+ readonly CLIENT: "client";
3158
+ readonly SERVER: "server";
3159
+ };
3160
+ export type RestfulCapabilityMode = (typeof RESTFUL_CAPABILITY_MODE)[keyof typeof RESTFUL_CAPABILITY_MODE];
3161
+ export declare const restfulCapabilityModeSchema: z.ZodEnum<["client", "server"]>;
3162
+ export declare const RESTFUL_SECURITY_SERVICE: {
3163
+ readonly BASIC: "Basic";
3164
+ readonly CERTIFICATES: "Certificates";
3165
+ readonly KERBEROS: "Kerberos";
3166
+ readonly NTLM: "NTLM";
3167
+ readonly OAUTH: "OAuth";
3168
+ readonly SMART_ON_FHIR: "SMART-on-FHIR";
3169
+ };
3170
+ export type RestfulSecurityService = (typeof RESTFUL_SECURITY_SERVICE)[keyof typeof RESTFUL_SECURITY_SERVICE];
3171
+ export declare const restfulSecurityServiceSchema: z.ZodEnum<["Basic", "Certificates", "Kerberos", "NTLM", "OAuth", "SMART-on-FHIR"]>;
3172
+ export declare const RISK_ESTIMATE_TYPE: {
3173
+ readonly COUNT: "count";
3174
+ readonly DERIVEDPROPORTION: "derivedProportion";
3175
+ readonly DESCRIPTIVE: "descriptive";
3176
+ readonly MEAN: "mean";
3177
+ readonly MEDIAN: "median";
3178
+ readonly PROPORTION: "proportion";
3179
+ };
3180
+ export type RiskEstimateType = (typeof RISK_ESTIMATE_TYPE)[keyof typeof RISK_ESTIMATE_TYPE];
3181
+ export declare const riskEstimateTypeSchema: z.ZodEnum<["count", "derivedProportion", "descriptive", "mean", "median", "proportion"]>;
3182
+ export declare const S_P_D_X_LICENSE: {
3183
+ readonly _0BSD: "0BSD";
3184
+ readonly AAL: "AAL";
3185
+ readonly ADSL: "ADSL";
3186
+ readonly AFL_1_1: "AFL-1.1";
3187
+ readonly AFL_1_2: "AFL-1.2";
3188
+ readonly AFL_2_0: "AFL-2.0";
3189
+ readonly AFL_2_1: "AFL-2.1";
3190
+ readonly AFL_3_0: "AFL-3.0";
3191
+ readonly AGPL_1_0_ONLY: "AGPL-1.0-only";
3192
+ readonly AGPL_1_0_OR_LATER: "AGPL-1.0-or-later";
3193
+ readonly AGPL_3_0_ONLY: "AGPL-3.0-only";
3194
+ readonly AGPL_3_0_OR_LATER: "AGPL-3.0-or-later";
3195
+ readonly AMDPLPA: "AMDPLPA";
3196
+ readonly AML: "AML";
3197
+ readonly AMPAS: "AMPAS";
3198
+ readonly ANTLR_PD: "ANTLR-PD";
3199
+ readonly APAFML: "APAFML";
3200
+ readonly APL_1_0: "APL-1.0";
3201
+ readonly APSL_1_0: "APSL-1.0";
3202
+ readonly APSL_1_1: "APSL-1.1";
3203
+ readonly APSL_1_2: "APSL-1.2";
3204
+ readonly APSL_2_0: "APSL-2.0";
3205
+ readonly ABSTYLES: "Abstyles";
3206
+ readonly ADOBE_2006: "Adobe-2006";
3207
+ readonly ADOBE_GLYPH: "Adobe-Glyph";
3208
+ readonly AFMPARSE: "Afmparse";
3209
+ readonly ALADDIN: "Aladdin";
3210
+ readonly APACHE_1_0: "Apache-1.0";
3211
+ readonly APACHE_1_1: "Apache-1.1";
3212
+ readonly APACHE_2_0: "Apache-2.0";
3213
+ readonly ARTISTIC_1_0: "Artistic-1.0";
3214
+ readonly ARTISTIC_1_0_PERL: "Artistic-1.0-Perl";
3215
+ readonly ARTISTIC_1_0_CL8: "Artistic-1.0-cl8";
3216
+ readonly ARTISTIC_2_0: "Artistic-2.0";
3217
+ readonly BSD_1_CLAUSE: "BSD-1-Clause";
3218
+ readonly BSD_2_CLAUSE: "BSD-2-Clause";
3219
+ readonly BSD_2_CLAUSE_FREEBSD: "BSD-2-Clause-FreeBSD";
3220
+ readonly BSD_2_CLAUSE_NETBSD: "BSD-2-Clause-NetBSD";
3221
+ readonly BSD_2_CLAUSE_PATENT: "BSD-2-Clause-Patent";
3222
+ readonly BSD_3_CLAUSE: "BSD-3-Clause";
3223
+ readonly BSD_3_CLAUSE_ATTRIBUTION: "BSD-3-Clause-Attribution";
3224
+ readonly BSD_3_CLAUSE_CLEAR: "BSD-3-Clause-Clear";
3225
+ readonly BSD_3_CLAUSE_LBNL: "BSD-3-Clause-LBNL";
3226
+ readonly BSD_3_CLAUSE_NO_NUCLEAR_LICENSE: "BSD-3-Clause-No-Nuclear-License";
3227
+ readonly BSD_3_CLAUSE_NO_NUCLEAR_LICENSE_2014: "BSD-3-Clause-No-Nuclear-License-2014";
3228
+ readonly BSD_3_CLAUSE_NO_NUCLEAR_WARRANTY: "BSD-3-Clause-No-Nuclear-Warranty";
3229
+ readonly BSD_4_CLAUSE: "BSD-4-Clause";
3230
+ readonly BSD_4_CLAUSE_UC: "BSD-4-Clause-UC";
3231
+ readonly BSD_PROTECTION: "BSD-Protection";
3232
+ readonly BSD_SOURCE_CODE: "BSD-Source-Code";
3233
+ readonly BSL_1_0: "BSL-1.0";
3234
+ readonly BAHYPH: "Bahyph";
3235
+ readonly BARR: "Barr";
3236
+ readonly BEERWARE: "Beerware";
3237
+ readonly BITTORRENT_1_0: "BitTorrent-1.0";
3238
+ readonly BITTORRENT_1_1: "BitTorrent-1.1";
3239
+ readonly BORCEUX: "Borceux";
3240
+ readonly CATOSL_1_1: "CATOSL-1.1";
3241
+ readonly CC_BY_1_0: "CC-BY-1.0";
3242
+ readonly CC_BY_2_0: "CC-BY-2.0";
3243
+ readonly CC_BY_2_5: "CC-BY-2.5";
3244
+ readonly CC_BY_3_0: "CC-BY-3.0";
3245
+ readonly CC_BY_4_0: "CC-BY-4.0";
3246
+ readonly CC_BY_NC_1_0: "CC-BY-NC-1.0";
3247
+ readonly CC_BY_NC_2_0: "CC-BY-NC-2.0";
3248
+ readonly CC_BY_NC_2_5: "CC-BY-NC-2.5";
3249
+ readonly CC_BY_NC_3_0: "CC-BY-NC-3.0";
3250
+ readonly CC_BY_NC_4_0: "CC-BY-NC-4.0";
3251
+ readonly CC_BY_NC_ND_1_0: "CC-BY-NC-ND-1.0";
3252
+ readonly CC_BY_NC_ND_2_0: "CC-BY-NC-ND-2.0";
3253
+ readonly CC_BY_NC_ND_2_5: "CC-BY-NC-ND-2.5";
3254
+ readonly CC_BY_NC_ND_3_0: "CC-BY-NC-ND-3.0";
3255
+ readonly CC_BY_NC_ND_4_0: "CC-BY-NC-ND-4.0";
3256
+ readonly CC_BY_NC_SA_1_0: "CC-BY-NC-SA-1.0";
3257
+ readonly CC_BY_NC_SA_2_0: "CC-BY-NC-SA-2.0";
3258
+ readonly CC_BY_NC_SA_2_5: "CC-BY-NC-SA-2.5";
3259
+ readonly CC_BY_NC_SA_3_0: "CC-BY-NC-SA-3.0";
3260
+ readonly CC_BY_NC_SA_4_0: "CC-BY-NC-SA-4.0";
3261
+ readonly CC_BY_ND_1_0: "CC-BY-ND-1.0";
3262
+ readonly CC_BY_ND_2_0: "CC-BY-ND-2.0";
3263
+ readonly CC_BY_ND_2_5: "CC-BY-ND-2.5";
3264
+ readonly CC_BY_ND_3_0: "CC-BY-ND-3.0";
3265
+ readonly CC_BY_ND_4_0: "CC-BY-ND-4.0";
3266
+ readonly CC_BY_SA_1_0: "CC-BY-SA-1.0";
3267
+ readonly CC_BY_SA_2_0: "CC-BY-SA-2.0";
3268
+ readonly CC_BY_SA_2_5: "CC-BY-SA-2.5";
3269
+ readonly CC_BY_SA_3_0: "CC-BY-SA-3.0";
3270
+ readonly CC_BY_SA_4_0: "CC-BY-SA-4.0";
3271
+ readonly CC0_1_0: "CC0-1.0";
3272
+ readonly CDDL_1_0: "CDDL-1.0";
3273
+ readonly CDDL_1_1: "CDDL-1.1";
3274
+ readonly CDLA_PERMISSIVE_1_0: "CDLA-Permissive-1.0";
3275
+ readonly CDLA_SHARING_1_0: "CDLA-Sharing-1.0";
3276
+ readonly CECILL_1_0: "CECILL-1.0";
3277
+ readonly CECILL_1_1: "CECILL-1.1";
3278
+ readonly CECILL_2_0: "CECILL-2.0";
3279
+ readonly CECILL_2_1: "CECILL-2.1";
3280
+ readonly CECILL_B: "CECILL-B";
3281
+ readonly CECILL_C: "CECILL-C";
3282
+ readonly CNRI_JYTHON: "CNRI-Jython";
3283
+ readonly CNRI_PYTHON: "CNRI-Python";
3284
+ readonly CNRI_PYTHON_GPL_COMPATIBLE: "CNRI-Python-GPL-Compatible";
3285
+ readonly CPAL_1_0: "CPAL-1.0";
3286
+ readonly CPL_1_0: "CPL-1.0";
3287
+ readonly CPOL_1_02: "CPOL-1.02";
3288
+ readonly CUA_OPL_1_0: "CUA-OPL-1.0";
3289
+ readonly CALDERA: "Caldera";
3290
+ readonly CLARTISTIC: "ClArtistic";
3291
+ readonly CONDOR_1_1: "Condor-1.1";
3292
+ readonly CROSSWORD: "Crossword";
3293
+ readonly CRYSTALSTACKER: "CrystalStacker";
3294
+ readonly CUBE: "Cube";
3295
+ readonly D_FSL_1_0: "D-FSL-1.0";
3296
+ readonly DOC: "DOC";
3297
+ readonly DSDP: "DSDP";
3298
+ readonly DOTSEQN: "Dotseqn";
3299
+ readonly ECL_1_0: "ECL-1.0";
3300
+ readonly ECL_2_0: "ECL-2.0";
3301
+ readonly EFL_1_0: "EFL-1.0";
3302
+ readonly EFL_2_0: "EFL-2.0";
3303
+ readonly EPL_1_0: "EPL-1.0";
3304
+ readonly EPL_2_0: "EPL-2.0";
3305
+ readonly EUDATAGRID: "EUDatagrid";
3306
+ readonly EUPL_1_0: "EUPL-1.0";
3307
+ readonly EUPL_1_1: "EUPL-1.1";
3308
+ readonly EUPL_1_2: "EUPL-1.2";
3309
+ readonly ENTESSA: "Entessa";
3310
+ readonly ERLPL_1_1: "ErlPL-1.1";
3311
+ readonly EUROSYM: "Eurosym";
3312
+ readonly FSFAP: "FSFAP";
3313
+ readonly FSFUL: "FSFUL";
3314
+ readonly FSFULLR: "FSFULLR";
3315
+ readonly FTL: "FTL";
3316
+ readonly FAIR: "Fair";
3317
+ readonly FRAMEWORX_1_0: "Frameworx-1.0";
3318
+ readonly FREEIMAGE: "FreeImage";
3319
+ readonly GFDL_1_1_ONLY: "GFDL-1.1-only";
3320
+ readonly GFDL_1_1_OR_LATER: "GFDL-1.1-or-later";
3321
+ readonly GFDL_1_2_ONLY: "GFDL-1.2-only";
3322
+ readonly GFDL_1_2_OR_LATER: "GFDL-1.2-or-later";
3323
+ readonly GFDL_1_3_ONLY: "GFDL-1.3-only";
3324
+ readonly GFDL_1_3_OR_LATER: "GFDL-1.3-or-later";
3325
+ readonly GL2PS: "GL2PS";
3326
+ readonly GPL_1_0_ONLY: "GPL-1.0-only";
3327
+ readonly GPL_1_0_OR_LATER: "GPL-1.0-or-later";
3328
+ readonly GPL_2_0_ONLY: "GPL-2.0-only";
3329
+ readonly GPL_2_0_OR_LATER: "GPL-2.0-or-later";
3330
+ readonly GPL_3_0_ONLY: "GPL-3.0-only";
3331
+ readonly GPL_3_0_OR_LATER: "GPL-3.0-or-later";
3332
+ readonly GIFTWARE: "Giftware";
3333
+ readonly GLIDE: "Glide";
3334
+ readonly GLULXE: "Glulxe";
3335
+ readonly HPND: "HPND";
3336
+ readonly HASKELLREPORT: "HaskellReport";
3337
+ readonly IBM_PIBS: "IBM-pibs";
3338
+ readonly ICU: "ICU";
3339
+ readonly IJG: "IJG";
3340
+ readonly IPA: "IPA";
3341
+ readonly IPL_1_0: "IPL-1.0";
3342
+ readonly ISC: "ISC";
3343
+ readonly IMAGEMAGICK: "ImageMagick";
3344
+ readonly IMLIB2: "Imlib2";
3345
+ readonly INFO_ZIP: "Info-ZIP";
3346
+ readonly INTEL: "Intel";
3347
+ readonly INTEL_ACPI: "Intel-ACPI";
3348
+ readonly INTERBASE_1_0: "Interbase-1.0";
3349
+ readonly JSON: "JSON";
3350
+ readonly JASPER_2_0: "JasPer-2.0";
3351
+ readonly LAL_1_2: "LAL-1.2";
3352
+ readonly LAL_1_3: "LAL-1.3";
3353
+ readonly LGPL_2_0_ONLY: "LGPL-2.0-only";
3354
+ readonly LGPL_2_0_OR_LATER: "LGPL-2.0-or-later";
3355
+ readonly LGPL_2_1_ONLY: "LGPL-2.1-only";
3356
+ readonly LGPL_2_1_OR_LATER: "LGPL-2.1-or-later";
3357
+ readonly LGPL_3_0_ONLY: "LGPL-3.0-only";
3358
+ readonly LGPL_3_0_OR_LATER: "LGPL-3.0-or-later";
3359
+ readonly LGPLLR: "LGPLLR";
3360
+ readonly LPL_1_0: "LPL-1.0";
3361
+ readonly LPL_1_02: "LPL-1.02";
3362
+ readonly LPPL_1_0: "LPPL-1.0";
3363
+ readonly LPPL_1_1: "LPPL-1.1";
3364
+ readonly LPPL_1_2: "LPPL-1.2";
3365
+ readonly LPPL_1_3A: "LPPL-1.3a";
3366
+ readonly LPPL_1_3C: "LPPL-1.3c";
3367
+ readonly LATEX2E: "Latex2e";
3368
+ readonly LEPTONICA: "Leptonica";
3369
+ readonly LILIQ_P_1_1: "LiLiQ-P-1.1";
3370
+ readonly LILIQ_R_1_1: "LiLiQ-R-1.1";
3371
+ readonly LILIQ_RPLUS_1_1: "LiLiQ-Rplus-1.1";
3372
+ readonly LIBPNG: "Libpng";
3373
+ readonly LINUX_OPENIB: "Linux-OpenIB";
3374
+ readonly MIT: "MIT";
3375
+ readonly MIT_0: "MIT-0";
3376
+ readonly MIT_CMU: "MIT-CMU";
3377
+ readonly MIT_ADVERTISING: "MIT-advertising";
3378
+ readonly MIT_ENNA: "MIT-enna";
3379
+ readonly MIT_FEH: "MIT-feh";
3380
+ readonly MITNFA: "MITNFA";
3381
+ readonly MPL_1_0: "MPL-1.0";
3382
+ readonly MPL_1_1: "MPL-1.1";
3383
+ readonly MPL_2_0: "MPL-2.0";
3384
+ readonly MPL_2_0_NO_COPYLEFT_EXCEPTION: "MPL-2.0-no-copyleft-exception";
3385
+ readonly MS_PL: "MS-PL";
3386
+ readonly MS_RL: "MS-RL";
3387
+ readonly MTLL: "MTLL";
3388
+ readonly MAKEINDEX: "MakeIndex";
3389
+ readonly MIROS: "MirOS";
3390
+ readonly MOTOSOTO: "Motosoto";
3391
+ readonly MULTICS: "Multics";
3392
+ readonly MUP: "Mup";
3393
+ readonly NASA_1_3: "NASA-1.3";
3394
+ readonly NBPL_1_0: "NBPL-1.0";
3395
+ readonly NCSA: "NCSA";
3396
+ readonly NGPL: "NGPL";
3397
+ readonly NLOD_1_0: "NLOD-1.0";
3398
+ readonly NLPL: "NLPL";
3399
+ readonly NOSL: "NOSL";
3400
+ readonly NPL_1_0: "NPL-1.0";
3401
+ readonly NPL_1_1: "NPL-1.1";
3402
+ readonly NPOSL_3_0: "NPOSL-3.0";
3403
+ readonly NRL: "NRL";
3404
+ readonly NTP: "NTP";
3405
+ readonly NAUMEN: "Naumen";
3406
+ readonly NET_SNMP: "Net-SNMP";
3407
+ readonly NETCDF: "NetCDF";
3408
+ readonly NEWSLETR: "Newsletr";
3409
+ readonly NOKIA: "Nokia";
3410
+ readonly NOWEB: "Noweb";
3411
+ readonly OCCT_PL: "OCCT-PL";
3412
+ readonly OCLC_2_0: "OCLC-2.0";
3413
+ readonly ODBL_1_0: "ODbL-1.0";
3414
+ readonly OFL_1_0: "OFL-1.0";
3415
+ readonly OFL_1_1: "OFL-1.1";
3416
+ readonly OGTSL: "OGTSL";
3417
+ readonly OLDAP_1_1: "OLDAP-1.1";
3418
+ readonly OLDAP_1_2: "OLDAP-1.2";
3419
+ readonly OLDAP_1_3: "OLDAP-1.3";
3420
+ readonly OLDAP_1_4: "OLDAP-1.4";
3421
+ readonly OLDAP_2_0: "OLDAP-2.0";
3422
+ readonly OLDAP_2_0_1: "OLDAP-2.0.1";
3423
+ readonly OLDAP_2_1: "OLDAP-2.1";
3424
+ readonly OLDAP_2_2: "OLDAP-2.2";
3425
+ readonly OLDAP_2_2_1: "OLDAP-2.2.1";
3426
+ readonly OLDAP_2_2_2: "OLDAP-2.2.2";
3427
+ readonly OLDAP_2_3: "OLDAP-2.3";
3428
+ readonly OLDAP_2_4: "OLDAP-2.4";
3429
+ readonly OLDAP_2_5: "OLDAP-2.5";
3430
+ readonly OLDAP_2_6: "OLDAP-2.6";
3431
+ readonly OLDAP_2_7: "OLDAP-2.7";
3432
+ readonly OLDAP_2_8: "OLDAP-2.8";
3433
+ readonly OML: "OML";
3434
+ readonly OPL_1_0: "OPL-1.0";
3435
+ readonly OSET_PL_2_1: "OSET-PL-2.1";
3436
+ readonly OSL_1_0: "OSL-1.0";
3437
+ readonly OSL_1_1: "OSL-1.1";
3438
+ readonly OSL_2_0: "OSL-2.0";
3439
+ readonly OSL_2_1: "OSL-2.1";
3440
+ readonly OSL_3_0: "OSL-3.0";
3441
+ readonly OPENSSL: "OpenSSL";
3442
+ readonly PDDL_1_0: "PDDL-1.0";
3443
+ readonly PHP_3_0: "PHP-3.0";
3444
+ readonly PHP_3_01: "PHP-3.01";
3445
+ readonly PLEXUS: "Plexus";
3446
+ readonly POSTGRESQL: "PostgreSQL";
3447
+ readonly PYTHON_2_0: "Python-2.0";
3448
+ readonly QPL_1_0: "QPL-1.0";
3449
+ readonly QHULL: "Qhull";
3450
+ readonly RHECOS_1_1: "RHeCos-1.1";
3451
+ readonly RPL_1_1: "RPL-1.1";
3452
+ readonly RPL_1_5: "RPL-1.5";
3453
+ readonly RPSL_1_0: "RPSL-1.0";
3454
+ readonly RSA_MD: "RSA-MD";
3455
+ readonly RSCPL: "RSCPL";
3456
+ readonly RDISC: "Rdisc";
3457
+ readonly RUBY: "Ruby";
3458
+ readonly SAX_PD: "SAX-PD";
3459
+ readonly SCEA: "SCEA";
3460
+ readonly SGI_B_1_0: "SGI-B-1.0";
3461
+ readonly SGI_B_1_1: "SGI-B-1.1";
3462
+ readonly SGI_B_2_0: "SGI-B-2.0";
3463
+ readonly SISSL: "SISSL";
3464
+ readonly SISSL_1_2: "SISSL-1.2";
3465
+ readonly SMLNJ: "SMLNJ";
3466
+ readonly SMPPL: "SMPPL";
3467
+ readonly SNIA: "SNIA";
3468
+ readonly SPL_1_0: "SPL-1.0";
3469
+ readonly SWL: "SWL";
3470
+ readonly SAXPATH: "Saxpath";
3471
+ readonly SENDMAIL: "Sendmail";
3472
+ readonly SIMPL_2_0: "SimPL-2.0";
3473
+ readonly SLEEPYCAT: "Sleepycat";
3474
+ readonly SPENCER_86: "Spencer-86";
3475
+ readonly SPENCER_94: "Spencer-94";
3476
+ readonly SPENCER_99: "Spencer-99";
3477
+ readonly SUGARCRM_1_1_3: "SugarCRM-1.1.3";
3478
+ readonly TCL: "TCL";
3479
+ readonly TCP_WRAPPERS: "TCP-wrappers";
3480
+ readonly TMATE: "TMate";
3481
+ readonly TORQUE_1_1: "TORQUE-1.1";
3482
+ readonly TOSL: "TOSL";
3483
+ readonly UPL_1_0: "UPL-1.0";
3484
+ readonly UNICODE_DFS_2015: "Unicode-DFS-2015";
3485
+ readonly UNICODE_DFS_2016: "Unicode-DFS-2016";
3486
+ readonly UNICODE_TOU: "Unicode-TOU";
3487
+ readonly UNLICENSE: "Unlicense";
3488
+ readonly VOSTROM: "VOSTROM";
3489
+ readonly VSL_1_0: "VSL-1.0";
3490
+ readonly VIM: "Vim";
3491
+ readonly W3C: "W3C";
3492
+ readonly W3C_19980720: "W3C-19980720";
3493
+ readonly W3C_20150513: "W3C-20150513";
3494
+ readonly WTFPL: "WTFPL";
3495
+ readonly WATCOM_1_0: "Watcom-1.0";
3496
+ readonly WSUIPA: "Wsuipa";
3497
+ readonly X11: "X11";
3498
+ readonly XFREE86_1_1: "XFree86-1.1";
3499
+ readonly XSKAT: "XSkat";
3500
+ readonly XEROX: "Xerox";
3501
+ readonly XNET: "Xnet";
3502
+ readonly YPL_1_0: "YPL-1.0";
3503
+ readonly YPL_1_1: "YPL-1.1";
3504
+ readonly ZPL_1_1: "ZPL-1.1";
3505
+ readonly ZPL_2_0: "ZPL-2.0";
3506
+ readonly ZPL_2_1: "ZPL-2.1";
3507
+ readonly ZED: "Zed";
3508
+ readonly ZEND_2_0: "Zend-2.0";
3509
+ readonly ZIMBRA_1_3: "Zimbra-1.3";
3510
+ readonly ZIMBRA_1_4: "Zimbra-1.4";
3511
+ readonly ZLIB: "Zlib";
3512
+ readonly BZIP2_1_0_5: "bzip2-1.0.5";
3513
+ readonly BZIP2_1_0_6: "bzip2-1.0.6";
3514
+ readonly CURL: "curl";
3515
+ readonly DIFFMARK: "diffmark";
3516
+ readonly DVIPDFM: "dvipdfm";
3517
+ readonly EGENIX: "eGenix";
3518
+ readonly GSOAP_1_3B: "gSOAP-1.3b";
3519
+ readonly GNUPLOT: "gnuplot";
3520
+ readonly IMATIX: "iMatix";
3521
+ readonly LIBTIFF: "libtiff";
3522
+ readonly MPICH2: "mpich2";
3523
+ readonly NOT_OPEN_SOURCE: "not-open-source";
3524
+ readonly PSFRAG: "psfrag";
3525
+ readonly PSUTILS: "psutils";
3526
+ readonly XINETD: "xinetd";
3527
+ readonly XPP: "xpp";
3528
+ readonly ZLIB_ACKNOWLEDGEMENT: "zlib-acknowledgement";
3529
+ };
3530
+ export type SPDXLicense = (typeof S_P_D_X_LICENSE)[keyof typeof S_P_D_X_LICENSE];
3531
+ export declare const sPDXLicenseSchema: z.ZodEnum<["0BSD", "AAL", "ADSL", "AFL-1.1", "AFL-1.2", "AFL-2.0", "AFL-2.1", "AFL-3.0", "AGPL-1.0-only", "AGPL-1.0-or-later", "AGPL-3.0-only", "AGPL-3.0-or-later", "AMDPLPA", "AML", "AMPAS", "ANTLR-PD", "APAFML", "APL-1.0", "APSL-1.0", "APSL-1.1", "APSL-1.2", "APSL-2.0", "Abstyles", "Adobe-2006", "Adobe-Glyph", "Afmparse", "Aladdin", "Apache-1.0", "Apache-1.1", "Apache-2.0", "Artistic-1.0", "Artistic-1.0-Perl", "Artistic-1.0-cl8", "Artistic-2.0", "BSD-1-Clause", "BSD-2-Clause", "BSD-2-Clause-FreeBSD", "BSD-2-Clause-NetBSD", "BSD-2-Clause-Patent", "BSD-3-Clause", "BSD-3-Clause-Attribution", "BSD-3-Clause-Clear", "BSD-3-Clause-LBNL", "BSD-3-Clause-No-Nuclear-License", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause-No-Nuclear-Warranty", "BSD-4-Clause", "BSD-4-Clause-UC", "BSD-Protection", "BSD-Source-Code", "BSL-1.0", "Bahyph", "Barr", "Beerware", "BitTorrent-1.0", "BitTorrent-1.1", "Borceux", "CATOSL-1.1", "CC-BY-1.0", "CC-BY-2.0", "CC-BY-2.5", "CC-BY-3.0", "CC-BY-4.0", "CC-BY-NC-1.0", "CC-BY-NC-2.0", "CC-BY-NC-2.5", "CC-BY-NC-3.0", "CC-BY-NC-4.0", "CC-BY-NC-ND-1.0", "CC-BY-NC-ND-2.0", "CC-BY-NC-ND-2.5", "CC-BY-NC-ND-3.0", "CC-BY-NC-ND-4.0", "CC-BY-NC-SA-1.0", "CC-BY-NC-SA-2.0", "CC-BY-NC-SA-2.5", "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", "CC-BY-ND-1.0", "CC-BY-ND-2.0", "CC-BY-ND-2.5", "CC-BY-ND-3.0", "CC-BY-ND-4.0", "CC-BY-SA-1.0", "CC-BY-SA-2.0", "CC-BY-SA-2.5", "CC-BY-SA-3.0", "CC-BY-SA-4.0", "CC0-1.0", "CDDL-1.0", "CDDL-1.1", "CDLA-Permissive-1.0", "CDLA-Sharing-1.0", "CECILL-1.0", "CECILL-1.1", "CECILL-2.0", "CECILL-2.1", "CECILL-B", "CECILL-C", "CNRI-Jython", "CNRI-Python", "CNRI-Python-GPL-Compatible", "CPAL-1.0", "CPL-1.0", "CPOL-1.02", "CUA-OPL-1.0", "Caldera", "ClArtistic", "Condor-1.1", "Crossword", "CrystalStacker", "Cube", "D-FSL-1.0", "DOC", "DSDP", "Dotseqn", "ECL-1.0", "ECL-2.0", "EFL-1.0", "EFL-2.0", "EPL-1.0", "EPL-2.0", "EUDatagrid", "EUPL-1.0", "EUPL-1.1", "EUPL-1.2", "Entessa", "ErlPL-1.1", "Eurosym", "FSFAP", "FSFUL", "FSFULLR", "FTL", "Fair", "Frameworx-1.0", "FreeImage", "GFDL-1.1-only", "GFDL-1.1-or-later", "GFDL-1.2-only", "GFDL-1.2-or-later", "GFDL-1.3-only", "GFDL-1.3-or-later", "GL2PS", "GPL-1.0-only", "GPL-1.0-or-later", "GPL-2.0-only", "GPL-2.0-or-later", "GPL-3.0-only", "GPL-3.0-or-later", "Giftware", "Glide", "Glulxe", "HPND", "HaskellReport", "IBM-pibs", "ICU", "IJG", "IPA", "IPL-1.0", "ISC", "ImageMagick", "Imlib2", "Info-ZIP", "Intel", "Intel-ACPI", "Interbase-1.0", "JSON", "JasPer-2.0", "LAL-1.2", "LAL-1.3", "LGPL-2.0-only", "LGPL-2.0-or-later", "LGPL-2.1-only", "LGPL-2.1-or-later", "LGPL-3.0-only", "LGPL-3.0-or-later", "LGPLLR", "LPL-1.0", "LPL-1.02", "LPPL-1.0", "LPPL-1.1", "LPPL-1.2", "LPPL-1.3a", "LPPL-1.3c", "Latex2e", "Leptonica", "LiLiQ-P-1.1", "LiLiQ-R-1.1", "LiLiQ-Rplus-1.1", "Libpng", "Linux-OpenIB", "MIT", "MIT-0", "MIT-CMU", "MIT-advertising", "MIT-enna", "MIT-feh", "MITNFA", "MPL-1.0", "MPL-1.1", "MPL-2.0", "MPL-2.0-no-copyleft-exception", "MS-PL", "MS-RL", "MTLL", "MakeIndex", "MirOS", "Motosoto", "Multics", "Mup", "NASA-1.3", "NBPL-1.0", "NCSA", "NGPL", "NLOD-1.0", "NLPL", "NOSL", "NPL-1.0", "NPL-1.1", "NPOSL-3.0", "NRL", "NTP", "Naumen", "Net-SNMP", "NetCDF", "Newsletr", "Nokia", "Noweb", "OCCT-PL", "OCLC-2.0", "ODbL-1.0", "OFL-1.0", "OFL-1.1", "OGTSL", "OLDAP-1.1", "OLDAP-1.2", "OLDAP-1.3", "OLDAP-1.4", "OLDAP-2.0", "OLDAP-2.0.1", "OLDAP-2.1", "OLDAP-2.2", "OLDAP-2.2.1", "OLDAP-2.2.2", "OLDAP-2.3", "OLDAP-2.4", "OLDAP-2.5", "OLDAP-2.6", "OLDAP-2.7", "OLDAP-2.8", "OML", "OPL-1.0", "OSET-PL-2.1", "OSL-1.0", "OSL-1.1", "OSL-2.0", "OSL-2.1", "OSL-3.0", "OpenSSL", "PDDL-1.0", "PHP-3.0", "PHP-3.01", "Plexus", "PostgreSQL", "Python-2.0", "QPL-1.0", "Qhull", "RHeCos-1.1", "RPL-1.1", "RPL-1.5", "RPSL-1.0", "RSA-MD", "RSCPL", "Rdisc", "Ruby", "SAX-PD", "SCEA", "SGI-B-1.0", "SGI-B-1.1", "SGI-B-2.0", "SISSL", "SISSL-1.2", "SMLNJ", "SMPPL", "SNIA", "SPL-1.0", "SWL", "Saxpath", "Sendmail", "SimPL-2.0", "Sleepycat", "Spencer-86", "Spencer-94", "Spencer-99", "SugarCRM-1.1.3", "TCL", "TCP-wrappers", "TMate", "TORQUE-1.1", "TOSL", "UPL-1.0", "Unicode-DFS-2015", "Unicode-DFS-2016", "Unicode-TOU", "Unlicense", "VOSTROM", "VSL-1.0", "Vim", "W3C", "W3C-19980720", "W3C-20150513", "WTFPL", "Watcom-1.0", "Wsuipa", "X11", "XFree86-1.1", "XSkat", "Xerox", "Xnet", "YPL-1.0", "YPL-1.1", "ZPL-1.1", "ZPL-2.0", "ZPL-2.1", "Zed", "Zend-2.0", "Zimbra-1.3", "Zimbra-1.4", "Zlib", "bzip2-1.0.5", "bzip2-1.0.6", "curl", "diffmark", "dvipdfm", "eGenix", "gSOAP-1.3b", "gnuplot", "iMatix", "libtiff", "mpich2", "not-open-source", "psfrag", "psutils", "xinetd", "xpp", "zlib-acknowledgement"]>;
3532
+ export declare const SEARCH_COMPARATOR: {
3533
+ readonly AP: "ap";
3534
+ readonly EB: "eb";
3535
+ readonly EQ: "eq";
3536
+ readonly GE: "ge";
3537
+ readonly GT: "gt";
3538
+ readonly LE: "le";
3539
+ readonly LT: "lt";
3540
+ readonly NE: "ne";
3541
+ readonly SA: "sa";
3542
+ };
3543
+ export type SearchComparator = (typeof SEARCH_COMPARATOR)[keyof typeof SEARCH_COMPARATOR];
3544
+ export declare const searchComparatorSchema: z.ZodEnum<["ap", "eb", "eq", "ge", "gt", "le", "lt", "ne", "sa"]>;
3545
+ export declare const SEARCH_ENTRY_MODE: {
3546
+ readonly INCLUDE: "include";
3547
+ readonly MATCH: "match";
3548
+ readonly OUTCOME: "outcome";
3549
+ };
3550
+ export type SearchEntryMode = (typeof SEARCH_ENTRY_MODE)[keyof typeof SEARCH_ENTRY_MODE];
3551
+ export declare const searchEntryModeSchema: z.ZodEnum<["include", "match", "outcome"]>;
3552
+ export declare const SEARCH_MODIFIER_CODE: {
3553
+ readonly ABOVE: "above";
3554
+ readonly BELOW: "below";
3555
+ readonly CONTAINS: "contains";
3556
+ readonly EXACT: "exact";
3557
+ readonly IDENTIFIER: "identifier";
3558
+ readonly IN: "in";
3559
+ readonly MISSING: "missing";
3560
+ readonly NOT: "not";
3561
+ readonly NOT_IN: "not-in";
3562
+ readonly OFTYPE: "ofType";
3563
+ readonly TEXT: "text";
3564
+ readonly TYPE: "type";
3565
+ };
3566
+ export type SearchModifierCode = (typeof SEARCH_MODIFIER_CODE)[keyof typeof SEARCH_MODIFIER_CODE];
3567
+ export declare const searchModifierCodeSchema: z.ZodEnum<["above", "below", "contains", "exact", "identifier", "in", "missing", "not", "not-in", "ofType", "text", "type"]>;
3568
+ export declare const SEARCH_PARAM_TYPE: {
3569
+ readonly COMPOSITE: "composite";
3570
+ readonly DATE: "date";
3571
+ readonly NUMBER: "number";
3572
+ readonly QUANTITY: "quantity";
3573
+ readonly REFERENCE: "reference";
3574
+ readonly SPECIAL: "special";
3575
+ readonly STRING: "string";
3576
+ readonly TOKEN: "token";
3577
+ readonly URI: "uri";
3578
+ };
3579
+ export type SearchParamType = (typeof SEARCH_PARAM_TYPE)[keyof typeof SEARCH_PARAM_TYPE];
3580
+ export declare const searchParamTypeSchema: z.ZodEnum<["composite", "date", "number", "quantity", "reference", "special", "string", "token", "uri"]>;
3581
+ export declare const SEQUENCE_TYPE: {
3582
+ readonly AA: "aa";
3583
+ readonly DNA: "dna";
3584
+ readonly RNA: "rna";
3585
+ };
3586
+ export type SequenceType = (typeof SEQUENCE_TYPE)[keyof typeof SEQUENCE_TYPE];
3587
+ export declare const sequenceTypeSchema: z.ZodEnum<["aa", "dna", "rna"]>;
3588
+ export declare const SLICING_RULES: {
3589
+ readonly CLOSED: "closed";
3590
+ readonly OPEN: "open";
3591
+ readonly OPENATEND: "openAtEnd";
3592
+ };
3593
+ export type SlicingRules = (typeof SLICING_RULES)[keyof typeof SLICING_RULES];
3594
+ export declare const slicingRulesSchema: z.ZodEnum<["closed", "open", "openAtEnd"]>;
3595
+ export declare const SLOT_STATUS: {
3596
+ readonly BUSY: "busy";
3597
+ readonly BUSY_TENTATIVE: "busy-tentative";
3598
+ readonly BUSY_UNAVAILABLE: "busy-unavailable";
3599
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3600
+ readonly FREE: "free";
3601
+ };
3602
+ export type SlotStatus = (typeof SLOT_STATUS)[keyof typeof SLOT_STATUS];
3603
+ export declare const slotStatusSchema: z.ZodEnum<["busy", "busy-tentative", "busy-unavailable", "entered-in-error", "free"]>;
3604
+ export declare const SORT_DIRECTION: {
3605
+ readonly ASCENDING: "ascending";
3606
+ readonly DESCENDING: "descending";
3607
+ };
3608
+ export type SortDirection = (typeof SORT_DIRECTION)[keyof typeof SORT_DIRECTION];
3609
+ export declare const sortDirectionSchema: z.ZodEnum<["ascending", "descending"]>;
3610
+ export declare const SPECIMEN_CONTAINED_PREFERENCE: {
3611
+ readonly ALTERNATE: "alternate";
3612
+ readonly PREFERRED: "preferred";
3613
+ };
3614
+ export type SpecimenContainedPreference = (typeof SPECIMEN_CONTAINED_PREFERENCE)[keyof typeof SPECIMEN_CONTAINED_PREFERENCE];
3615
+ export declare const specimenContainedPreferenceSchema: z.ZodEnum<["alternate", "preferred"]>;
3616
+ export declare const SPECIMEN_STATUS: {
3617
+ readonly AVAILABLE: "available";
3618
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3619
+ readonly UNAVAILABLE: "unavailable";
3620
+ readonly UNSATISFACTORY: "unsatisfactory";
3621
+ };
3622
+ export type SpecimenStatus = (typeof SPECIMEN_STATUS)[keyof typeof SPECIMEN_STATUS];
3623
+ export declare const specimenStatusSchema: z.ZodEnum<["available", "entered-in-error", "unavailable", "unsatisfactory"]>;
3624
+ export declare const STATUS: {
3625
+ readonly ATTESTED: "attested";
3626
+ readonly IN_PROCESS: "in-process";
3627
+ readonly REQ_REVALID: "req-revalid";
3628
+ readonly REVAL_FAIL: "reval-fail";
3629
+ readonly VAL_FAIL: "val-fail";
3630
+ readonly VALIDATED: "validated";
3631
+ };
3632
+ export type Status = (typeof STATUS)[keyof typeof STATUS];
3633
+ export declare const statusSchema: z.ZodEnum<["attested", "in-process", "req-revalid", "reval-fail", "val-fail", "validated"]>;
3634
+ export declare const STRAND_TYPE: {
3635
+ readonly CRICK: "crick";
3636
+ readonly WATSON: "watson";
3637
+ };
3638
+ export type StrandType = (typeof STRAND_TYPE)[keyof typeof STRAND_TYPE];
3639
+ export declare const strandTypeSchema: z.ZodEnum<["crick", "watson"]>;
3640
+ export declare const STRUCTURE_DEFINITION_KIND: {
3641
+ readonly COMPLEX_TYPE: "complex-type";
3642
+ readonly LOGICAL: "logical";
3643
+ readonly PRIMITIVE_TYPE: "primitive-type";
3644
+ readonly RESOURCE: "resource";
3645
+ };
3646
+ export type StructureDefinitionKind = (typeof STRUCTURE_DEFINITION_KIND)[keyof typeof STRUCTURE_DEFINITION_KIND];
3647
+ export declare const structureDefinitionKindSchema: z.ZodEnum<["complex-type", "logical", "primitive-type", "resource"]>;
3648
+ export declare const STRUCTURE_MAP_CONTEXT_TYPE: {
3649
+ readonly TYPE: "type";
3650
+ readonly VARIABLE: "variable";
3651
+ };
3652
+ export type StructureMapContextType = (typeof STRUCTURE_MAP_CONTEXT_TYPE)[keyof typeof STRUCTURE_MAP_CONTEXT_TYPE];
3653
+ export declare const structureMapContextTypeSchema: z.ZodEnum<["type", "variable"]>;
3654
+ export declare const STRUCTURE_MAP_GROUP_TYPE_MODE: {
3655
+ readonly NONE: "none";
3656
+ readonly TYPE_AND_TYPES: "type-and-types";
3657
+ readonly TYPES: "types";
3658
+ };
3659
+ export type StructureMapGroupTypeMode = (typeof STRUCTURE_MAP_GROUP_TYPE_MODE)[keyof typeof STRUCTURE_MAP_GROUP_TYPE_MODE];
3660
+ export declare const structureMapGroupTypeModeSchema: z.ZodEnum<["none", "type-and-types", "types"]>;
3661
+ export declare const STRUCTURE_MAP_INPUT_MODE: {
3662
+ readonly SOURCE: "source";
3663
+ readonly TARGET: "target";
3664
+ };
3665
+ export type StructureMapInputMode = (typeof STRUCTURE_MAP_INPUT_MODE)[keyof typeof STRUCTURE_MAP_INPUT_MODE];
3666
+ export declare const structureMapInputModeSchema: z.ZodEnum<["source", "target"]>;
3667
+ export declare const STRUCTURE_MAP_MODEL_MODE: {
3668
+ readonly PRODUCED: "produced";
3669
+ readonly QUERIED: "queried";
3670
+ readonly SOURCE: "source";
3671
+ readonly TARGET: "target";
3672
+ };
3673
+ export type StructureMapModelMode = (typeof STRUCTURE_MAP_MODEL_MODE)[keyof typeof STRUCTURE_MAP_MODEL_MODE];
3674
+ export declare const structureMapModelModeSchema: z.ZodEnum<["produced", "queried", "source", "target"]>;
3675
+ export declare const STRUCTURE_MAP_SOURCE_LIST_MODE: {
3676
+ readonly FIRST: "first";
3677
+ readonly LAST: "last";
3678
+ readonly NOT_FIRST: "not_first";
3679
+ readonly NOT_LAST: "not_last";
3680
+ readonly ONLY_ONE: "only_one";
3681
+ };
3682
+ export type StructureMapSourceListMode = (typeof STRUCTURE_MAP_SOURCE_LIST_MODE)[keyof typeof STRUCTURE_MAP_SOURCE_LIST_MODE];
3683
+ export declare const structureMapSourceListModeSchema: z.ZodEnum<["first", "last", "not_first", "not_last", "only_one"]>;
3684
+ export declare const STRUCTURE_MAP_TARGET_LIST_MODE: {
3685
+ readonly COLLATE: "collate";
3686
+ readonly FIRST: "first";
3687
+ readonly LAST: "last";
3688
+ readonly SHARE: "share";
3689
+ };
3690
+ export type StructureMapTargetListMode = (typeof STRUCTURE_MAP_TARGET_LIST_MODE)[keyof typeof STRUCTURE_MAP_TARGET_LIST_MODE];
3691
+ export declare const structureMapTargetListModeSchema: z.ZodEnum<["collate", "first", "last", "share"]>;
3692
+ export declare const STRUCTURE_MAP_TRANSFORM: {
3693
+ readonly APPEND: "append";
3694
+ readonly C: "c";
3695
+ readonly CAST: "cast";
3696
+ readonly CC: "cc";
3697
+ readonly COPY: "copy";
3698
+ readonly CP: "cp";
3699
+ readonly CREATE: "create";
3700
+ readonly DATEOP: "dateOp";
3701
+ readonly ESCAPE: "escape";
3702
+ readonly EVALUATE: "evaluate";
3703
+ readonly ID: "id";
3704
+ readonly POINTER: "pointer";
3705
+ readonly QTY: "qty";
3706
+ readonly REFERENCE: "reference";
3707
+ readonly TRANSLATE: "translate";
3708
+ readonly TRUNCATE: "truncate";
3709
+ readonly UUID: "uuid";
3710
+ };
3711
+ export type StructureMapTransform = (typeof STRUCTURE_MAP_TRANSFORM)[keyof typeof STRUCTURE_MAP_TRANSFORM];
3712
+ export declare const structureMapTransformSchema: z.ZodEnum<["append", "c", "cast", "cc", "copy", "cp", "create", "dateOp", "escape", "evaluate", "id", "pointer", "qty", "reference", "translate", "truncate", "uuid"]>;
3713
+ export declare const STUDY_TYPE: {
3714
+ readonly CCT: "CCT";
3715
+ readonly RCT: "RCT";
3716
+ readonly CASE_CONTROL: "case-control";
3717
+ readonly CASE_REPORT: "case-report";
3718
+ readonly COHORT: "cohort";
3719
+ readonly MIXED: "mixed";
3720
+ readonly SERIES: "series";
3721
+ };
3722
+ export type StudyType = (typeof STUDY_TYPE)[keyof typeof STUDY_TYPE];
3723
+ export declare const studyTypeSchema: z.ZodEnum<["CCT", "RCT", "case-control", "case-report", "cohort", "mixed", "series"]>;
3724
+ export declare const SUBJECT_TYPE: {
3725
+ readonly DEVICE: "Device";
3726
+ readonly LOCATION: "Location";
3727
+ readonly ORGANIZATION: "Organization";
3728
+ readonly PATIENT: "Patient";
3729
+ readonly PRACTITIONER: "Practitioner";
3730
+ };
3731
+ export type SubjectType = (typeof SUBJECT_TYPE)[keyof typeof SUBJECT_TYPE];
3732
+ export declare const subjectTypeSchema: z.ZodEnum<["Device", "Location", "Organization", "Patient", "Practitioner"]>;
3733
+ export declare const SUBSCRIBER_RELATIONSHIP_CODES: {
3734
+ readonly CHILD: "child";
3735
+ readonly COMMON: "common";
3736
+ readonly INJURED: "injured";
3737
+ readonly OTHER: "other";
3738
+ readonly PARENT: "parent";
3739
+ readonly SELF: "self";
3740
+ readonly SPOUSE: "spouse";
3741
+ };
3742
+ export type SubscriberRelationshipCodes = (typeof SUBSCRIBER_RELATIONSHIP_CODES)[keyof typeof SUBSCRIBER_RELATIONSHIP_CODES];
3743
+ export declare const subscriberRelationshipCodesSchema: z.ZodEnum<["child", "common", "injured", "other", "parent", "self", "spouse"]>;
3744
+ export declare const SUBSCRIPTION_CHANNEL_TYPE: {
3745
+ readonly EMAIL: "email";
3746
+ readonly MESSAGE: "message";
3747
+ readonly REST_HOOK: "rest-hook";
3748
+ readonly SMS: "sms";
3749
+ readonly WEBSOCKET: "websocket";
3750
+ };
3751
+ export type SubscriptionChannelType = (typeof SUBSCRIPTION_CHANNEL_TYPE)[keyof typeof SUBSCRIPTION_CHANNEL_TYPE];
3752
+ export declare const subscriptionChannelTypeSchema: z.ZodEnum<["email", "message", "rest-hook", "sms", "websocket"]>;
3753
+ export declare const SUBSCRIPTION_STATUS: {
3754
+ readonly ACTIVE: "active";
3755
+ readonly ERROR: "error";
3756
+ readonly OFF: "off";
3757
+ readonly REQUESTED: "requested";
3758
+ };
3759
+ export type SubscriptionStatus = (typeof SUBSCRIPTION_STATUS)[keyof typeof SUBSCRIPTION_STATUS];
3760
+ export declare const subscriptionStatusSchema: z.ZodEnum<["active", "error", "off", "requested"]>;
3761
+ export declare const SUBSTANCE_CATEGORY_CODES: {
3762
+ readonly ALLERGEN: "allergen";
3763
+ readonly BIOLOGICAL: "biological";
3764
+ readonly BODY: "body";
3765
+ readonly CHEMICAL: "chemical";
3766
+ readonly DRUG: "drug";
3767
+ readonly FOOD: "food";
3768
+ readonly MATERIAL: "material";
3769
+ };
3770
+ export type SubstanceCategoryCodes = (typeof SUBSTANCE_CATEGORY_CODES)[keyof typeof SUBSTANCE_CATEGORY_CODES];
3771
+ export declare const substanceCategoryCodesSchema: z.ZodEnum<["allergen", "biological", "body", "chemical", "drug", "food", "material"]>;
3772
+ export declare const SUPPLY_DELIVERY_STATUS: {
3773
+ readonly ABANDONED: "abandoned";
3774
+ readonly COMPLETED: "completed";
3775
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3776
+ readonly IN_PROGRESS: "in-progress";
3777
+ };
3778
+ export type SupplyDeliveryStatus = (typeof SUPPLY_DELIVERY_STATUS)[keyof typeof SUPPLY_DELIVERY_STATUS];
3779
+ export declare const supplyDeliveryStatusSchema: z.ZodEnum<["abandoned", "completed", "entered-in-error", "in-progress"]>;
3780
+ export declare const SUPPLY_ITEM_TYPE: {
3781
+ readonly DEVICE: "device";
3782
+ readonly MEDICATION: "medication";
3783
+ };
3784
+ export type SupplyItemType = (typeof SUPPLY_ITEM_TYPE)[keyof typeof SUPPLY_ITEM_TYPE];
3785
+ export declare const supplyItemTypeSchema: z.ZodEnum<["device", "medication"]>;
3786
+ export declare const SUPPLY_REQUEST_STATUS: {
3787
+ readonly ACTIVE: "active";
3788
+ readonly CANCELLED: "cancelled";
3789
+ readonly COMPLETED: "completed";
3790
+ readonly DRAFT: "draft";
3791
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3792
+ readonly SUSPENDED: "suspended";
3793
+ readonly UNKNOWN: "unknown";
3794
+ };
3795
+ export type SupplyRequestStatus = (typeof SUPPLY_REQUEST_STATUS)[keyof typeof SUPPLY_REQUEST_STATUS];
3796
+ export declare const supplyRequestStatusSchema: z.ZodEnum<["active", "cancelled", "completed", "draft", "entered-in-error", "suspended", "unknown"]>;
3797
+ export declare const SYNTHESIS_TYPE: {
3798
+ readonly IPD_MA: "IPD-MA";
3799
+ readonly CLASSIFICATION: "classification";
3800
+ readonly COMBINED_NMA: "combined-NMA";
3801
+ readonly INDIRECT_NMA: "indirect-NMA";
3802
+ readonly RANGE: "range";
3803
+ readonly STD_MA: "std-MA";
3804
+ };
3805
+ export type SynthesisType = (typeof SYNTHESIS_TYPE)[keyof typeof SYNTHESIS_TYPE];
3806
+ export declare const synthesisTypeSchema: z.ZodEnum<["IPD-MA", "classification", "combined-NMA", "indirect-NMA", "range", "std-MA"]>;
3807
+ export declare const SYSTEM_RESTFUL_INTERACTION: {
3808
+ readonly BATCH: "batch";
3809
+ readonly HISTORY_SYSTEM: "history-system";
3810
+ readonly SEARCH_SYSTEM: "search-system";
3811
+ readonly TRANSACTION: "transaction";
3812
+ };
3813
+ export type SystemRestfulInteraction = (typeof SYSTEM_RESTFUL_INTERACTION)[keyof typeof SYSTEM_RESTFUL_INTERACTION];
3814
+ export declare const systemRestfulInteractionSchema: z.ZodEnum<["batch", "history-system", "search-system", "transaction"]>;
3815
+ export declare const TASK_INTENT: {
3816
+ readonly FILLER_ORDER: "filler-order";
3817
+ readonly INSTANCE_ORDER: "instance-order";
3818
+ readonly OPTION: "option";
3819
+ readonly ORDER: "order";
3820
+ readonly ORIGINAL_ORDER: "original-order";
3821
+ readonly PLAN: "plan";
3822
+ readonly PROPOSAL: "proposal";
3823
+ readonly REFLEX_ORDER: "reflex-order";
3824
+ readonly UNKNOWN: "unknown";
3825
+ };
3826
+ export type TaskIntent = (typeof TASK_INTENT)[keyof typeof TASK_INTENT];
3827
+ export declare const taskIntentSchema: z.ZodEnum<["filler-order", "instance-order", "option", "order", "original-order", "plan", "proposal", "reflex-order", "unknown"]>;
3828
+ export declare const TASK_STATUS: {
3829
+ readonly ACCEPTED: "accepted";
3830
+ readonly CANCELLED: "cancelled";
3831
+ readonly COMPLETED: "completed";
3832
+ readonly DRAFT: "draft";
3833
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3834
+ readonly FAILED: "failed";
3835
+ readonly IN_PROGRESS: "in-progress";
3836
+ readonly ON_HOLD: "on-hold";
3837
+ readonly READY: "ready";
3838
+ readonly RECEIVED: "received";
3839
+ readonly REJECTED: "rejected";
3840
+ readonly REQUESTED: "requested";
3841
+ };
3842
+ export type TaskStatus = (typeof TASK_STATUS)[keyof typeof TASK_STATUS];
3843
+ export declare const taskStatusSchema: z.ZodEnum<["accepted", "cancelled", "completed", "draft", "entered-in-error", "failed", "in-progress", "on-hold", "ready", "received", "rejected", "requested"]>;
3844
+ export declare const TEST_REPORT_ACTION_RESULT: {
3845
+ readonly ERROR: "error";
3846
+ readonly FAIL: "fail";
3847
+ readonly PASS: "pass";
3848
+ readonly SKIP: "skip";
3849
+ readonly WARNING: "warning";
3850
+ };
3851
+ export type TestReportActionResult = (typeof TEST_REPORT_ACTION_RESULT)[keyof typeof TEST_REPORT_ACTION_RESULT];
3852
+ export declare const testReportActionResultSchema: z.ZodEnum<["error", "fail", "pass", "skip", "warning"]>;
3853
+ export declare const TEST_REPORT_PARTICIPANT_TYPE: {
3854
+ readonly CLIENT: "client";
3855
+ readonly SERVER: "server";
3856
+ readonly TEST_ENGINE: "test-engine";
3857
+ };
3858
+ export type TestReportParticipantType = (typeof TEST_REPORT_PARTICIPANT_TYPE)[keyof typeof TEST_REPORT_PARTICIPANT_TYPE];
3859
+ export declare const testReportParticipantTypeSchema: z.ZodEnum<["client", "server", "test-engine"]>;
3860
+ export declare const TEST_REPORT_RESULT: {
3861
+ readonly FAIL: "fail";
3862
+ readonly PASS: "pass";
3863
+ readonly PENDING: "pending";
3864
+ };
3865
+ export type TestReportResult = (typeof TEST_REPORT_RESULT)[keyof typeof TEST_REPORT_RESULT];
3866
+ export declare const testReportResultSchema: z.ZodEnum<["fail", "pass", "pending"]>;
3867
+ export declare const TEST_REPORT_STATUS: {
3868
+ readonly COMPLETED: "completed";
3869
+ readonly ENTERED_IN_ERROR: "entered-in-error";
3870
+ readonly IN_PROGRESS: "in-progress";
3871
+ readonly STOPPED: "stopped";
3872
+ readonly WAITING: "waiting";
3873
+ };
3874
+ export type TestReportStatus = (typeof TEST_REPORT_STATUS)[keyof typeof TEST_REPORT_STATUS];
3875
+ export declare const testReportStatusSchema: z.ZodEnum<["completed", "entered-in-error", "in-progress", "stopped", "waiting"]>;
3876
+ export declare const TEST_SCRIPT_OPERATION_CODE: {
3877
+ readonly APPLY: "apply";
3878
+ readonly BATCH: "batch";
3879
+ readonly CAPABILITIES: "capabilities";
3880
+ readonly CLOSURE: "closure";
3881
+ readonly CONFORMS: "conforms";
3882
+ readonly CREATE: "create";
3883
+ readonly DATA_REQUIREMENTS: "data-requirements";
3884
+ readonly DELETE: "delete";
3885
+ readonly DELETECONDMULTIPLE: "deleteCondMultiple";
3886
+ readonly DELETECONDSINGLE: "deleteCondSingle";
3887
+ readonly DOCUMENT: "document";
3888
+ readonly EVALUATE: "evaluate";
3889
+ readonly EVALUATE_MEASURE: "evaluate-measure";
3890
+ readonly EVERYTHING: "everything";
3891
+ readonly EXPAND: "expand";
3892
+ readonly FIND: "find";
3893
+ readonly FIND_MATCHES: "find-matches";
3894
+ readonly GRAPHQL: "graphql";
3895
+ readonly HISTORY: "history";
3896
+ readonly IMPLEMENTS: "implements";
3897
+ readonly LASTN: "lastn";
3898
+ readonly LOOKUP: "lookup";
3899
+ readonly MATCH: "match";
3900
+ readonly META: "meta";
3901
+ readonly META_ADD: "meta-add";
3902
+ readonly META_DELETE: "meta-delete";
3903
+ readonly PATCH: "patch";
3904
+ readonly POPULATE: "populate";
3905
+ readonly POPULATEHTML: "populatehtml";
3906
+ readonly POPULATELINK: "populatelink";
3907
+ readonly PROCESS_MESSAGE: "process-message";
3908
+ readonly QUESTIONNAIRE: "questionnaire";
3909
+ readonly READ: "read";
3910
+ readonly SEARCH: "search";
3911
+ readonly STATS: "stats";
3912
+ readonly SUBSET: "subset";
3913
+ readonly SUBSUMES: "subsumes";
3914
+ readonly TRANSACTION: "transaction";
3915
+ readonly TRANSFORM: "transform";
3916
+ readonly TRANSLATE: "translate";
3917
+ readonly UPDATE: "update";
3918
+ readonly UPDATECREATE: "updateCreate";
3919
+ readonly VALIDATE: "validate";
3920
+ readonly VALIDATE_CODE: "validate-code";
3921
+ readonly VREAD: "vread";
3922
+ };
3923
+ export type TestScriptOperationCode = (typeof TEST_SCRIPT_OPERATION_CODE)[keyof typeof TEST_SCRIPT_OPERATION_CODE];
3924
+ export declare const testScriptOperationCodeSchema: z.ZodEnum<["apply", "batch", "capabilities", "closure", "conforms", "create", "data-requirements", "delete", "deleteCondMultiple", "deleteCondSingle", "document", "evaluate", "evaluate-measure", "everything", "expand", "find", "find-matches", "graphql", "history", "implements", "lastn", "lookup", "match", "meta", "meta-add", "meta-delete", "patch", "populate", "populatehtml", "populatelink", "process-message", "questionnaire", "read", "search", "stats", "subset", "subsumes", "transaction", "transform", "translate", "update", "updateCreate", "validate", "validate-code", "vread"]>;
3925
+ export declare const TEST_SCRIPT_PROFILE_DESTINATION_TYPE: {
3926
+ readonly FHIR_SDC_FORMMANAGER: "FHIR-SDC-FormManager";
3927
+ readonly FHIR_SDC_FORMPROCESSOR: "FHIR-SDC-FormProcessor";
3928
+ readonly FHIR_SDC_FORMRECEIVER: "FHIR-SDC-FormReceiver";
3929
+ readonly FHIR_SERVER: "FHIR-Server";
3930
+ };
3931
+ export type TestScriptProfileDestinationType = (typeof TEST_SCRIPT_PROFILE_DESTINATION_TYPE)[keyof typeof TEST_SCRIPT_PROFILE_DESTINATION_TYPE];
3932
+ export declare const testScriptProfileDestinationTypeSchema: z.ZodEnum<["FHIR-SDC-FormManager", "FHIR-SDC-FormProcessor", "FHIR-SDC-FormReceiver", "FHIR-Server"]>;
3933
+ export declare const TEST_SCRIPT_PROFILE_ORIGIN_TYPE: {
3934
+ readonly FHIR_CLIENT: "FHIR-Client";
3935
+ readonly FHIR_SDC_FORMFILLER: "FHIR-SDC-FormFiller";
3936
+ };
3937
+ export type TestScriptProfileOriginType = (typeof TEST_SCRIPT_PROFILE_ORIGIN_TYPE)[keyof typeof TEST_SCRIPT_PROFILE_ORIGIN_TYPE];
3938
+ export declare const testScriptProfileOriginTypeSchema: z.ZodEnum<["FHIR-Client", "FHIR-SDC-FormFiller"]>;
3939
+ export declare const TEST_SCRIPT_REQUEST_METHOD_CODE: {
3940
+ readonly DELETE: "delete";
3941
+ readonly GET: "get";
3942
+ readonly HEAD: "head";
3943
+ readonly OPTIONS: "options";
3944
+ readonly PATCH: "patch";
3945
+ readonly POST: "post";
3946
+ readonly PUT: "put";
3947
+ };
3948
+ export type TestScriptRequestMethodCode = (typeof TEST_SCRIPT_REQUEST_METHOD_CODE)[keyof typeof TEST_SCRIPT_REQUEST_METHOD_CODE];
3949
+ export declare const testScriptRequestMethodCodeSchema: z.ZodEnum<["delete", "get", "head", "options", "patch", "post", "put"]>;
3950
+ export declare const TRIGGER_TYPE: {
3951
+ readonly DATA_ACCESS_ENDED: "data-access-ended";
3952
+ readonly DATA_ACCESSED: "data-accessed";
3953
+ readonly DATA_ADDED: "data-added";
3954
+ readonly DATA_CHANGED: "data-changed";
3955
+ readonly DATA_MODIFIED: "data-modified";
3956
+ readonly DATA_REMOVED: "data-removed";
3957
+ readonly NAMED_EVENT: "named-event";
3958
+ readonly PERIODIC: "periodic";
3959
+ };
3960
+ export type TriggerType = (typeof TRIGGER_TYPE)[keyof typeof TRIGGER_TYPE];
3961
+ export declare const triggerTypeSchema: z.ZodEnum<["data-access-ended", "data-accessed", "data-added", "data-changed", "data-modified", "data-removed", "named-event", "periodic"]>;
3962
+ export declare const TYPE_DERIVATION_RULE: {
3963
+ readonly CONSTRAINT: "constraint";
3964
+ readonly SPECIALIZATION: "specialization";
3965
+ };
3966
+ export type TypeDerivationRule = (typeof TYPE_DERIVATION_RULE)[keyof typeof TYPE_DERIVATION_RULE];
3967
+ export declare const typeDerivationRuleSchema: z.ZodEnum<["constraint", "specialization"]>;
3968
+ export declare const TYPE_RESTFUL_INTERACTION: {
3969
+ readonly CREATE: "create";
3970
+ readonly DELETE: "delete";
3971
+ readonly HISTORY_INSTANCE: "history-instance";
3972
+ readonly HISTORY_TYPE: "history-type";
3973
+ readonly PATCH: "patch";
3974
+ readonly READ: "read";
3975
+ readonly SEARCH_TYPE: "search-type";
3976
+ readonly UPDATE: "update";
3977
+ readonly VREAD: "vread";
3978
+ };
3979
+ export type TypeRestfulInteraction = (typeof TYPE_RESTFUL_INTERACTION)[keyof typeof TYPE_RESTFUL_INTERACTION];
3980
+ export declare const typeRestfulInteractionSchema: z.ZodEnum<["create", "delete", "history-instance", "history-type", "patch", "read", "search-type", "update", "vread"]>;
3981
+ export declare const U_D_I_ENTRY_TYPE: {
3982
+ readonly BARCODE: "barcode";
3983
+ readonly CARD: "card";
3984
+ readonly MANUAL: "manual";
3985
+ readonly RFID: "rfid";
3986
+ readonly SELF_REPORTED: "self-reported";
3987
+ readonly UNKNOWN: "unknown";
3988
+ };
3989
+ export type UDIEntryType = (typeof U_D_I_ENTRY_TYPE)[keyof typeof U_D_I_ENTRY_TYPE];
3990
+ export declare const uDIEntryTypeSchema: z.ZodEnum<["barcode", "card", "manual", "rfid", "self-reported", "unknown"]>;
3991
+ export declare const UNITS_OF_TIME: {
3992
+ readonly A: "a";
3993
+ readonly D: "d";
3994
+ readonly H: "h";
3995
+ readonly MIN: "min";
3996
+ readonly MO: "mo";
3997
+ readonly S: "s";
3998
+ readonly WK: "wk";
3999
+ };
4000
+ export type UnitsOfTime = (typeof UNITS_OF_TIME)[keyof typeof UNITS_OF_TIME];
4001
+ export declare const unitsOfTimeSchema: z.ZodEnum<["a", "d", "h", "min", "mo", "s", "wk"]>;
4002
+ export declare const USAGE_CONTEXT_TYPE: {
4003
+ readonly AGE: "age";
4004
+ readonly FOCUS: "focus";
4005
+ readonly GENDER: "gender";
4006
+ readonly PROGRAM: "program";
4007
+ readonly SPECIES: "species";
4008
+ readonly TASK: "task";
4009
+ readonly USER: "user";
4010
+ readonly VENUE: "venue";
4011
+ readonly WORKFLOW: "workflow";
4012
+ };
4013
+ export type UsageContextType = (typeof USAGE_CONTEXT_TYPE)[keyof typeof USAGE_CONTEXT_TYPE];
4014
+ export declare const usageContextTypeSchema: z.ZodEnum<["age", "focus", "gender", "program", "species", "task", "user", "venue", "workflow"]>;
4015
+ export declare const USE: {
4016
+ readonly CLAIM: "claim";
4017
+ readonly PREAUTHORIZATION: "preauthorization";
4018
+ readonly PREDETERMINATION: "predetermination";
4019
+ };
4020
+ export type Use = (typeof USE)[keyof typeof USE];
4021
+ export declare const useSchema: z.ZodEnum<["claim", "preauthorization", "predetermination"]>;
4022
+ export declare const V20493: {
4023
+ readonly AUT: "AUT";
4024
+ readonly CFU: "CFU";
4025
+ readonly CLOT: "CLOT";
4026
+ readonly CON: "CON";
4027
+ readonly COOL: "COOL";
4028
+ readonly FROZ: "FROZ";
4029
+ readonly HEM: "HEM";
4030
+ readonly LIVE: "LIVE";
4031
+ readonly ROOM: "ROOM";
4032
+ readonly SNR: "SNR";
4033
+ };
4034
+ export type V20493 = (typeof V20493)[keyof typeof V20493];
4035
+ export declare const v20493Schema: z.ZodEnum<["AUT", "CFU", "CLOT", "CON", "COOL", "FROZ", "HEM", "LIVE", "ROOM", "SNR"]>;
4036
+ export declare const V20916: {
4037
+ readonly F: "F";
4038
+ readonly FNA: "FNA";
4039
+ readonly NF: "NF";
4040
+ readonly NG: "NG";
4041
+ };
4042
+ export type V20916 = (typeof V20916)[keyof typeof V20916];
4043
+ export declare const v20916Schema: z.ZodEnum<["F", "FNA", "NF", "NG"]>;
4044
+ export declare const V3_CONFIDENTIALITY_CLASSIFICATION: {
4045
+ readonly L: "L";
4046
+ readonly M: "M";
4047
+ readonly N: "N";
4048
+ readonly R: "R";
4049
+ readonly U: "U";
4050
+ readonly V: "V";
4051
+ };
4052
+ export type V3ConfidentialityClassification = (typeof V3_CONFIDENTIALITY_CLASSIFICATION)[keyof typeof V3_CONFIDENTIALITY_CLASSIFICATION];
4053
+ export declare const v3ConfidentialityClassificationSchema: z.ZodEnum<["L", "M", "N", "R", "U", "V"]>;
4054
+ export declare const VISION_BASE: {
4055
+ readonly DOWN: "down";
4056
+ readonly IN: "in";
4057
+ readonly OUT: "out";
4058
+ readonly UP: "up";
4059
+ };
4060
+ export type VisionBase = (typeof VISION_BASE)[keyof typeof VISION_BASE];
4061
+ export declare const visionBaseSchema: z.ZodEnum<["down", "in", "out", "up"]>;
4062
+ export declare const VISION_EYES: {
4063
+ readonly LEFT: "left";
4064
+ readonly RIGHT: "right";
4065
+ };
4066
+ export type VisionEyes = (typeof VISION_EYES)[keyof typeof VISION_EYES];
4067
+ export declare const visionEyesSchema: z.ZodEnum<["left", "right"]>;
4068
+ export declare const X_PATH_USAGE_TYPE: {
4069
+ readonly DISTANCE: "distance";
4070
+ readonly NEARBY: "nearby";
4071
+ readonly NORMAL: "normal";
4072
+ readonly OTHER: "other";
4073
+ readonly PHONETIC: "phonetic";
4074
+ };
4075
+ export type XPathUsageType = (typeof X_PATH_USAGE_TYPE)[keyof typeof X_PATH_USAGE_TYPE];
4076
+ export declare const xPathUsageTypeSchema: z.ZodEnum<["distance", "nearby", "normal", "other", "phonetic"]>;