@openhi/types 0.0.8 → 0.0.10

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 (1209) hide show
  1. package/fhir-r4-types.md +558 -0
  2. package/lib/account.d.ts +38 -17
  3. package/lib/account.js +17 -1
  4. package/lib/account_coverage.d.ts +2 -4
  5. package/lib/account_coverage.js +1 -1
  6. package/lib/account_guarantor.js +1 -1
  7. package/lib/activitydefinition.d.ts +83 -45
  8. package/lib/activitydefinition.js +1 -1
  9. package/lib/activitydefinition_dynamicvalue.d.ts +5 -8
  10. package/lib/activitydefinition_dynamicvalue.js +1 -1
  11. package/lib/activitydefinition_participant.d.ts +15 -3
  12. package/lib/activitydefinition_participant.js +15 -1
  13. package/lib/address.d.ts +35 -11
  14. package/lib/address.js +26 -1
  15. package/lib/adverseevent.d.ts +59 -22
  16. package/lib/adverseevent.js +16 -1
  17. package/lib/adverseevent_suspectentity.d.ts +4 -14
  18. package/lib/adverseevent_suspectentity.js +1 -1
  19. package/lib/adverseevent_suspectentity_causality.d.ts +14 -0
  20. package/lib/adverseevent_suspectentity_causality.js +3 -0
  21. package/lib/age.d.ts +3 -2
  22. package/lib/age.js +1 -1
  23. package/lib/allergyintolerance.d.ts +63 -9
  24. package/lib/allergyintolerance.js +51 -1
  25. package/lib/allergyintolerance_reaction.d.ts +11 -1
  26. package/lib/allergyintolerance_reaction.js +13 -1
  27. package/lib/annotation.d.ts +5 -5
  28. package/lib/annotation.js +1 -1
  29. package/lib/appointment.d.ts +38 -10
  30. package/lib/appointment.js +27 -1
  31. package/lib/appointment_participant.d.ts +31 -6
  32. package/lib/appointment_participant.js +24 -1
  33. package/lib/appointmentresponse.d.ts +22 -8
  34. package/lib/appointmentresponse.js +17 -1
  35. package/lib/attachment.d.ts +1 -1
  36. package/lib/attachment.js +1 -1
  37. package/lib/auditevent.d.ts +43 -13
  38. package/lib/auditevent.js +28 -1
  39. package/lib/auditevent_agent.d.ts +16 -12
  40. package/lib/auditevent_agent.js +1 -1
  41. package/lib/auditevent_detail.d.ts +6 -4
  42. package/lib/auditevent_detail.js +1 -1
  43. package/lib/auditevent_entity.d.ts +15 -12
  44. package/lib/auditevent_entity.js +1 -1
  45. package/lib/auditevent_network.d.ts +18 -3
  46. package/lib/auditevent_network.js +17 -1
  47. package/lib/auditevent_source.d.ts +6 -5
  48. package/lib/auditevent_source.js +1 -1
  49. package/lib/backboneelement.d.ts +2 -1
  50. package/lib/backboneelement.js +1 -1
  51. package/lib/basic.d.ts +6 -5
  52. package/lib/basic.js +1 -1
  53. package/lib/binary.d.ts +5 -4
  54. package/lib/binary.js +1 -1
  55. package/lib/biologicallyderivedproduct.d.ts +54 -0
  56. package/lib/biologicallyderivedproduct.js +26 -0
  57. package/lib/bodystructure.d.ts +26 -0
  58. package/lib/bodystructure.js +3 -0
  59. package/lib/bundle.d.ts +32 -7
  60. package/lib/bundle.js +25 -1
  61. package/lib/bundle_entry.d.ts +6 -7
  62. package/lib/bundle_entry.js +1 -1
  63. package/lib/bundle_link.d.ts +4 -3
  64. package/lib/bundle_link.js +1 -1
  65. package/lib/bundle_request.d.ts +25 -8
  66. package/lib/bundle_request.js +19 -1
  67. package/lib/bundle_response.d.ts +7 -6
  68. package/lib/bundle_response.js +1 -1
  69. package/lib/bundle_search.d.ts +14 -3
  70. package/lib/bundle_search.js +13 -1
  71. package/lib/capabilitystatement.d.ts +35 -15
  72. package/lib/capabilitystatement.js +24 -1
  73. package/lib/capabilitystatement_certificate.d.ts +3 -2
  74. package/lib/capabilitystatement_certificate.js +1 -1
  75. package/lib/capabilitystatement_document.d.ts +13 -5
  76. package/lib/capabilitystatement_document.js +11 -1
  77. package/lib/capabilitystatement_endpoint.d.ts +4 -3
  78. package/lib/capabilitystatement_endpoint.js +1 -1
  79. package/lib/capabilitystatement_event.d.ts +28 -9
  80. package/lib/capabilitystatement_event.js +20 -1
  81. package/lib/capabilitystatement_implementation.d.ts +7 -3
  82. package/lib/capabilitystatement_implementation.js +1 -1
  83. package/lib/capabilitystatement_interaction.d.ts +26 -3
  84. package/lib/capabilitystatement_interaction.js +25 -1
  85. package/lib/capabilitystatement_interaction1.d.ts +16 -3
  86. package/lib/capabilitystatement_interaction1.js +15 -1
  87. package/lib/capabilitystatement_messaging.d.ts +6 -2
  88. package/lib/capabilitystatement_messaging.js +1 -1
  89. package/lib/capabilitystatement_operation.d.ts +7 -5
  90. package/lib/capabilitystatement_operation.js +1 -1
  91. package/lib/capabilitystatement_resource.d.ts +63 -12
  92. package/lib/capabilitystatement_resource.js +46 -1
  93. package/lib/capabilitystatement_rest.d.ts +18 -9
  94. package/lib/capabilitystatement_rest.js +11 -1
  95. package/lib/capabilitystatement_searchparam.d.ts +29 -6
  96. package/lib/capabilitystatement_searchparam.js +25 -1
  97. package/lib/capabilitystatement_security.d.ts +5 -4
  98. package/lib/capabilitystatement_security.js +1 -1
  99. package/lib/capabilitystatement_software.d.ts +5 -4
  100. package/lib/capabilitystatement_software.js +1 -1
  101. package/lib/capabilitystatement_supportedmessage.d.ts +12 -5
  102. package/lib/capabilitystatement_supportedmessage.js +11 -1
  103. package/lib/careplan.d.ts +66 -24
  104. package/lib/careplan.js +36 -1
  105. package/lib/careplan_activity.d.ts +9 -5
  106. package/lib/careplan_activity.js +1 -1
  107. package/lib/careplan_detail.d.ts +49 -21
  108. package/lib/careplan_detail.js +25 -1
  109. package/lib/careteam.d.ts +31 -14
  110. package/lib/careteam.js +17 -1
  111. package/lib/careteam_participant.d.ts +5 -5
  112. package/lib/careteam_participant.js +1 -1
  113. package/lib/catalogentry.d.ts +37 -0
  114. package/lib/catalogentry.js +3 -0
  115. package/lib/catalogentry_relatedentry.d.ts +16 -0
  116. package/lib/catalogentry_relatedentry.js +13 -0
  117. package/lib/chargeitem.d.ts +56 -30
  118. package/lib/chargeitem.js +21 -1
  119. package/lib/chargeitem_performer.d.ts +9 -0
  120. package/lib/chargeitem_performer.js +3 -0
  121. package/lib/chargeitemdefinition.d.ts +60 -0
  122. package/lib/chargeitemdefinition.js +3 -0
  123. package/lib/chargeitemdefinition_applicability.d.ts +9 -0
  124. package/lib/chargeitemdefinition_applicability.js +3 -0
  125. package/lib/chargeitemdefinition_propertygroup.d.ts +9 -0
  126. package/lib/chargeitemdefinition_propertygroup.js +3 -0
  127. package/lib/chargeitemdefinition_propertygroup_pricecomponent.d.ts +30 -0
  128. package/lib/chargeitemdefinition_propertygroup_pricecomponent.js +21 -0
  129. package/lib/claim.d.ts +29 -21
  130. package/lib/claim.js +13 -1
  131. package/lib/claim_accident.d.ts +5 -5
  132. package/lib/claim_accident.js +1 -1
  133. package/lib/claim_careteam.d.ts +6 -6
  134. package/lib/claim_careteam.js +1 -1
  135. package/lib/claim_detail.d.ts +14 -14
  136. package/lib/claim_detail.js +1 -1
  137. package/lib/claim_diagnosis.d.ts +8 -6
  138. package/lib/claim_diagnosis.js +1 -1
  139. package/lib/claim_insurance.d.ts +11 -8
  140. package/lib/claim_insurance.js +1 -1
  141. package/lib/claim_item.d.ts +29 -29
  142. package/lib/claim_item.js +1 -1
  143. package/lib/claim_payee.d.ts +2 -5
  144. package/lib/claim_payee.js +1 -1
  145. package/lib/claim_procedure.d.ts +9 -5
  146. package/lib/claim_procedure.js +1 -1
  147. package/lib/claim_related.d.ts +3 -3
  148. package/lib/claim_related.js +1 -1
  149. package/lib/claim_subdetail.d.ts +13 -13
  150. package/lib/claim_subdetail.js +1 -1
  151. package/lib/claim_supportinginfo.d.ts +30 -0
  152. package/lib/claim_supportinginfo.js +3 -0
  153. package/lib/claimresponse.d.ts +72 -35
  154. package/lib/claimresponse.js +26 -1
  155. package/lib/claimresponse_additem.d.ts +43 -15
  156. package/lib/claimresponse_additem.js +1 -1
  157. package/lib/claimresponse_adjudication.d.ts +4 -4
  158. package/lib/claimresponse_adjudication.js +1 -1
  159. package/lib/claimresponse_detail.d.ts +6 -6
  160. package/lib/claimresponse_detail.js +1 -1
  161. package/lib/claimresponse_detail1.d.ts +17 -12
  162. package/lib/claimresponse_detail1.js +1 -1
  163. package/lib/claimresponse_error.d.ts +7 -7
  164. package/lib/claimresponse_error.js +1 -1
  165. package/lib/claimresponse_insurance.d.ts +8 -9
  166. package/lib/claimresponse_insurance.js +1 -1
  167. package/lib/claimresponse_item.d.ts +7 -6
  168. package/lib/claimresponse_item.js +1 -1
  169. package/lib/claimresponse_payment.d.ts +8 -8
  170. package/lib/claimresponse_payment.js +1 -1
  171. package/lib/claimresponse_processnote.d.ts +5 -5
  172. package/lib/claimresponse_processnote.js +1 -1
  173. package/lib/claimresponse_subdetail.d.ts +4 -4
  174. package/lib/claimresponse_subdetail.js +1 -1
  175. package/lib/claimresponse_total.d.ts +9 -0
  176. package/lib/claimresponse_total.js +3 -0
  177. package/lib/clinicalimpression.d.ts +33 -19
  178. package/lib/clinicalimpression.js +15 -1
  179. package/lib/clinicalimpression_finding.d.ts +3 -3
  180. package/lib/clinicalimpression_finding.js +1 -1
  181. package/lib/clinicalimpression_investigation.d.ts +2 -2
  182. package/lib/clinicalimpression_investigation.js +1 -1
  183. package/lib/codeableconcept.js +1 -1
  184. package/lib/codesystem.d.ts +36 -7
  185. package/lib/codesystem.js +28 -1
  186. package/lib/codesystem_concept.d.ts +6 -6
  187. package/lib/codesystem_concept.js +1 -1
  188. package/lib/codesystem_designation.d.ts +4 -4
  189. package/lib/codesystem_designation.js +1 -1
  190. package/lib/codesystem_filter.d.ts +7 -7
  191. package/lib/codesystem_filter.js +1 -1
  192. package/lib/codesystem_property.d.ts +24 -6
  193. package/lib/codesystem_property.js +21 -1
  194. package/lib/codesystem_property1.d.ts +10 -8
  195. package/lib/codesystem_property1.js +1 -1
  196. package/lib/coding.d.ts +5 -5
  197. package/lib/coding.js +1 -1
  198. package/lib/communication.d.ts +50 -14
  199. package/lib/communication.js +32 -1
  200. package/lib/communication_payload.d.ts +3 -3
  201. package/lib/communication_payload.js +1 -1
  202. package/lib/communicationrequest.d.ts +45 -13
  203. package/lib/communicationrequest.js +31 -1
  204. package/lib/communicationrequest_payload.d.ts +3 -3
  205. package/lib/communicationrequest_payload.js +1 -1
  206. package/lib/communicationrequest_requester.js +1 -1
  207. package/lib/compartmentdefinition.d.ts +27 -15
  208. package/lib/compartmentdefinition.js +17 -1
  209. package/lib/compartmentdefinition_resource.d.ts +3 -3
  210. package/lib/compartmentdefinition_resource.js +1 -1
  211. package/lib/composition.d.ts +28 -16
  212. package/lib/composition.js +15 -1
  213. package/lib/composition_attester.d.ts +16 -4
  214. package/lib/composition_attester.js +15 -1
  215. package/lib/composition_event.d.ts +3 -3
  216. package/lib/composition_event.js +1 -1
  217. package/lib/composition_relatesto.d.ts +16 -4
  218. package/lib/composition_relatesto.js +15 -1
  219. package/lib/composition_section.d.ts +14 -9
  220. package/lib/composition_section.js +1 -1
  221. package/lib/conceptmap.d.ts +23 -23
  222. package/lib/conceptmap.js +1 -1
  223. package/lib/conceptmap_dependson.d.ts +6 -6
  224. package/lib/conceptmap_dependson.js +1 -1
  225. package/lib/conceptmap_element.d.ts +3 -3
  226. package/lib/conceptmap_element.js +1 -1
  227. package/lib/conceptmap_group.d.ts +6 -6
  228. package/lib/conceptmap_group.js +1 -1
  229. package/lib/conceptmap_target.d.ts +26 -2
  230. package/lib/conceptmap_target.js +27 -1
  231. package/lib/conceptmap_unmapped.d.ts +12 -2
  232. package/lib/conceptmap_unmapped.js +13 -1
  233. package/lib/condition.d.ts +43 -9
  234. package/lib/condition.js +36 -1
  235. package/lib/condition_evidence.js +1 -1
  236. package/lib/condition_stage.d.ts +4 -2
  237. package/lib/condition_stage.js +1 -1
  238. package/lib/consent.d.ts +40 -39
  239. package/lib/consent.js +19 -1
  240. package/lib/consent_actor.d.ts +2 -2
  241. package/lib/consent_actor.js +1 -1
  242. package/lib/consent_actor1.d.ts +2 -2
  243. package/lib/consent_actor1.js +1 -1
  244. package/lib/consent_data.d.ts +4 -3
  245. package/lib/consent_data.js +1 -1
  246. package/lib/consent_data1.d.ts +3 -2
  247. package/lib/consent_data1.js +1 -1
  248. package/lib/consent_except.d.ts +22 -12
  249. package/lib/consent_except.js +11 -1
  250. package/lib/consent_policy.d.ts +2 -2
  251. package/lib/consent_policy.js +1 -1
  252. package/lib/consent_provision.d.ts +38 -0
  253. package/lib/consent_provision.js +13 -0
  254. package/lib/consent_verification.d.ts +10 -0
  255. package/lib/consent_verification.js +3 -0
  256. package/lib/constants.d.ts +102 -0
  257. package/lib/constants.js +94 -0
  258. package/lib/contactdetail.d.ts +2 -2
  259. package/lib/contactdetail.js +1 -1
  260. package/lib/contactpoint.d.ts +35 -3
  261. package/lib/contactpoint.js +34 -1
  262. package/lib/contract.d.ts +67 -32
  263. package/lib/contract.js +1 -1
  264. package/lib/contract_agent.d.ts +2 -2
  265. package/lib/contract_agent.js +1 -1
  266. package/lib/contract_agent1.d.ts +2 -2
  267. package/lib/contract_agent1.js +1 -1
  268. package/lib/contract_contentdefinition.d.ts +17 -0
  269. package/lib/contract_contentdefinition.js +3 -0
  270. package/lib/contract_friendly.d.ts +2 -2
  271. package/lib/contract_friendly.js +1 -1
  272. package/lib/contract_legal.d.ts +2 -2
  273. package/lib/contract_legal.js +1 -1
  274. package/lib/contract_rule.d.ts +2 -2
  275. package/lib/contract_rule.js +1 -1
  276. package/lib/contract_signer.d.ts +3 -3
  277. package/lib/contract_signer.js +1 -1
  278. package/lib/contract_term.d.ts +9 -7
  279. package/lib/contract_term.js +1 -1
  280. package/lib/contract_valueditem.d.ts +14 -2
  281. package/lib/contract_valueditem.js +1 -1
  282. package/lib/contract_valueditem1.d.ts +18 -9
  283. package/lib/contract_valueditem1.js +1 -1
  284. package/lib/contributor.d.ts +17 -5
  285. package/lib/contributor.js +15 -1
  286. package/lib/count.d.ts +3 -2
  287. package/lib/count.js +1 -1
  288. package/lib/coverage.d.ts +48 -22
  289. package/lib/coverage.js +15 -1
  290. package/lib/coverage_class.d.ts +10 -0
  291. package/lib/coverage_class.js +3 -0
  292. package/lib/coverage_costtobeneficiary.d.ts +15 -0
  293. package/lib/coverage_costtobeneficiary.js +3 -0
  294. package/lib/coverage_costtobeneficiary_exception.d.ts +9 -0
  295. package/lib/coverage_costtobeneficiary_exception.js +3 -0
  296. package/lib/coverage_grouping.d.ts +6 -2
  297. package/lib/coverage_grouping.js +1 -1
  298. package/lib/coverageeligibilityrequest.d.ts +58 -0
  299. package/lib/coverageeligibilityrequest.js +3 -0
  300. package/lib/coverageeligibilityresponse.d.ts +56 -0
  301. package/lib/coverageeligibilityresponse.js +3 -0
  302. package/lib/coverageeligibilityresponse_benefitbalance.d.ts +34 -0
  303. package/lib/coverageeligibilityresponse_benefitbalance.js +3 -0
  304. package/lib/coverageeligibilityresponse_error.d.ts +7 -0
  305. package/lib/coverageeligibilityresponse_error.js +3 -0
  306. package/lib/coverageeligibilityresponse_financial.d.ts +20 -0
  307. package/lib/coverageeligibilityresponse_financial.js +3 -0
  308. package/lib/coverageeligibilityresponse_insurance.d.ts +17 -0
  309. package/lib/coverageeligibilityresponse_insurance.js +3 -0
  310. package/lib/datarequirement.d.ts +17 -6
  311. package/lib/datarequirement.js +1 -1
  312. package/lib/datarequirement_codefilter.d.ts +7 -13
  313. package/lib/datarequirement_codefilter.js +1 -1
  314. package/lib/datarequirement_datefilter.d.ts +6 -4
  315. package/lib/datarequirement_datefilter.js +1 -1
  316. package/lib/datarequirement_sort.d.ts +15 -0
  317. package/lib/datarequirement_sort.js +13 -0
  318. package/lib/detectedissue.d.ts +47 -11
  319. package/lib/detectedissue.js +32 -1
  320. package/lib/detectedissue_evidence.d.ts +10 -0
  321. package/lib/detectedissue_evidence.js +3 -0
  322. package/lib/detectedissue_mitigation.d.ts +2 -1
  323. package/lib/detectedissue_mitigation.js +1 -1
  324. package/lib/device.d.ts +33 -16
  325. package/lib/device.js +1 -1
  326. package/lib/device_udi.d.ts +29 -19
  327. package/lib/device_udi.js +17 -1
  328. package/lib/devicedefinition.d.ts +61 -0
  329. package/lib/devicedefinition.js +3 -0
  330. package/lib/devicemetric.d.ts +61 -13
  331. package/lib/devicemetric.js +45 -1
  332. package/lib/devicemetric_calibration.d.ts +32 -5
  333. package/lib/devicemetric_calibration.js +26 -1
  334. package/lib/devicerequest.d.ts +37 -28
  335. package/lib/devicerequest.js +1 -1
  336. package/lib/devicerequest_requester.js +1 -1
  337. package/lib/deviceusestatement.d.ts +40 -16
  338. package/lib/deviceusestatement.js +19 -1
  339. package/lib/diagnosticreport.d.ts +55 -26
  340. package/lib/diagnosticreport.js +27 -1
  341. package/lib/diagnosticreport_media.d.ts +12 -0
  342. package/lib/diagnosticreport_media.js +3 -0
  343. package/lib/diagnosticreport_performer.d.ts +2 -2
  344. package/lib/diagnosticreport_performer.js +1 -1
  345. package/lib/distance.d.ts +2 -2
  346. package/lib/distance.js +1 -1
  347. package/lib/documentmanifest.d.ts +14 -13
  348. package/lib/documentmanifest.js +1 -1
  349. package/lib/documentmanifest_content.d.ts +3 -2
  350. package/lib/documentmanifest_content.js +1 -1
  351. package/lib/documentmanifest_related.d.ts +2 -2
  352. package/lib/documentmanifest_related.js +1 -1
  353. package/lib/documentreference.d.ts +13 -14
  354. package/lib/documentreference.js +1 -1
  355. package/lib/documentreference_content.d.ts +2 -2
  356. package/lib/documentreference_content.js +1 -1
  357. package/lib/documentreference_context.d.ts +2 -2
  358. package/lib/documentreference_context.js +1 -1
  359. package/lib/documentreference_related.d.ts +2 -2
  360. package/lib/documentreference_related.js +1 -1
  361. package/lib/documentreference_relatesto.d.ts +14 -2
  362. package/lib/documentreference_relatesto.js +15 -1
  363. package/lib/domainresource.js +1 -1
  364. package/lib/dosage.d.ts +5 -13
  365. package/lib/dosage.js +1 -1
  366. package/lib/dosage_doseandrate.d.ts +20 -0
  367. package/lib/dosage_doseandrate.js +3 -0
  368. package/lib/duration.d.ts +3 -2
  369. package/lib/duration.js +1 -1
  370. package/lib/effectevidencesynthesis.d.ts +80 -0
  371. package/lib/effectevidencesynthesis.js +3 -0
  372. package/lib/element.js +1 -1
  373. package/lib/elementdefinition.d.ts +14 -1
  374. package/lib/elementdefinition.js +12 -1
  375. package/lib/elementdefinition_base.d.ts +6 -6
  376. package/lib/elementdefinition_base.js +1 -1
  377. package/lib/elementdefinition_binding.d.ts +15 -6
  378. package/lib/elementdefinition_binding.js +15 -1
  379. package/lib/elementdefinition_constraint.d.ts +12 -4
  380. package/lib/elementdefinition_constraint.js +11 -1
  381. package/lib/elementdefinition_discriminator.d.ts +17 -3
  382. package/lib/elementdefinition_discriminator.js +17 -1
  383. package/lib/elementdefinition_example.d.ts +2 -2
  384. package/lib/elementdefinition_example.js +1 -1
  385. package/lib/elementdefinition_mapping.d.ts +2 -2
  386. package/lib/elementdefinition_mapping.js +1 -1
  387. package/lib/elementdefinition_slicing.d.ts +11 -1
  388. package/lib/elementdefinition_slicing.js +13 -1
  389. package/lib/elementdefinition_type.d.ts +29 -9
  390. package/lib/elementdefinition_type.js +22 -1
  391. package/lib/encounter.d.ts +17 -14
  392. package/lib/encounter.js +1 -1
  393. package/lib/encounter_classhistory.d.ts +1 -1
  394. package/lib/encounter_classhistory.js +1 -1
  395. package/lib/encounter_diagnosis.d.ts +2 -2
  396. package/lib/encounter_diagnosis.js +1 -1
  397. package/lib/encounter_hospitalization.d.ts +4 -4
  398. package/lib/encounter_hospitalization.js +1 -1
  399. package/lib/encounter_location.d.ts +15 -3
  400. package/lib/encounter_location.js +15 -1
  401. package/lib/encounter_participant.d.ts +1 -1
  402. package/lib/encounter_participant.js +1 -1
  403. package/lib/encounter_statushistory.d.ts +24 -2
  404. package/lib/encounter_statushistory.js +25 -1
  405. package/lib/endpoint.d.ts +29 -13
  406. package/lib/endpoint.js +19 -1
  407. package/lib/enrollmentrequest.d.ts +10 -10
  408. package/lib/enrollmentrequest.js +1 -1
  409. package/lib/enrollmentresponse.d.ts +10 -11
  410. package/lib/enrollmentresponse.js +1 -1
  411. package/lib/episodeofcare.d.ts +13 -12
  412. package/lib/episodeofcare.js +1 -1
  413. package/lib/episodeofcare_diagnosis.d.ts +2 -2
  414. package/lib/episodeofcare_diagnosis.js +1 -1
  415. package/lib/episodeofcare_statushistory.d.ts +21 -3
  416. package/lib/episodeofcare_statushistory.js +21 -1
  417. package/lib/eventdefinition.d.ts +72 -0
  418. package/lib/eventdefinition.js +3 -0
  419. package/lib/evidence.d.ts +70 -0
  420. package/lib/evidence.js +3 -0
  421. package/lib/evidencevariable.d.ts +78 -0
  422. package/lib/evidencevariable.js +15 -0
  423. package/lib/evidencevariable_characteristic.d.ts +58 -0
  424. package/lib/evidencevariable_characteristic.js +21 -0
  425. package/lib/examplescenario.d.ts +47 -0
  426. package/lib/examplescenario.js +3 -0
  427. package/lib/examplescenario_actor.d.ts +19 -0
  428. package/lib/examplescenario_actor.js +13 -0
  429. package/lib/examplescenario_instance.d.ts +17 -0
  430. package/lib/examplescenario_instance.js +3 -0
  431. package/lib/examplescenario_instance_containedinstance.d.ts +7 -0
  432. package/lib/examplescenario_instance_containedinstance.js +3 -0
  433. package/lib/examplescenario_instance_version.d.ts +7 -0
  434. package/lib/examplescenario_instance_version.js +3 -0
  435. package/lib/examplescenario_process.d.ts +54 -0
  436. package/lib/examplescenario_process.js +3 -0
  437. package/lib/explanationofbenefit.d.ts +60 -33
  438. package/lib/explanationofbenefit.js +20 -1
  439. package/lib/explanationofbenefit_accident.d.ts +4 -4
  440. package/lib/explanationofbenefit_accident.js +1 -1
  441. package/lib/explanationofbenefit_additem.d.ts +42 -14
  442. package/lib/explanationofbenefit_additem.js +1 -1
  443. package/lib/explanationofbenefit_adjudication.d.ts +4 -4
  444. package/lib/explanationofbenefit_adjudication.js +1 -1
  445. package/lib/explanationofbenefit_benefitbalance.d.ts +8 -10
  446. package/lib/explanationofbenefit_benefitbalance.js +1 -1
  447. package/lib/explanationofbenefit_careteam.d.ts +6 -6
  448. package/lib/explanationofbenefit_careteam.js +1 -1
  449. package/lib/explanationofbenefit_detail.d.ts +16 -18
  450. package/lib/explanationofbenefit_detail.js +1 -1
  451. package/lib/explanationofbenefit_detail1.d.ts +14 -11
  452. package/lib/explanationofbenefit_detail1.js +1 -1
  453. package/lib/explanationofbenefit_diagnosis.d.ts +8 -6
  454. package/lib/explanationofbenefit_diagnosis.js +1 -1
  455. package/lib/explanationofbenefit_financial.d.ts +6 -6
  456. package/lib/explanationofbenefit_financial.js +1 -1
  457. package/lib/explanationofbenefit_information.d.ts +13 -11
  458. package/lib/explanationofbenefit_information.js +1 -1
  459. package/lib/explanationofbenefit_insurance.d.ts +5 -3
  460. package/lib/explanationofbenefit_insurance.js +1 -1
  461. package/lib/explanationofbenefit_item.d.ts +28 -28
  462. package/lib/explanationofbenefit_item.js +1 -1
  463. package/lib/explanationofbenefit_payee.d.ts +2 -4
  464. package/lib/explanationofbenefit_payee.js +1 -1
  465. package/lib/explanationofbenefit_payment.d.ts +5 -5
  466. package/lib/explanationofbenefit_payment.js +1 -1
  467. package/lib/explanationofbenefit_procedure.d.ts +9 -5
  468. package/lib/explanationofbenefit_procedure.js +1 -1
  469. package/lib/explanationofbenefit_processnote.d.ts +4 -4
  470. package/lib/explanationofbenefit_processnote.js +1 -1
  471. package/lib/explanationofbenefit_related.d.ts +3 -3
  472. package/lib/explanationofbenefit_related.js +1 -1
  473. package/lib/explanationofbenefit_subdetail.d.ts +14 -16
  474. package/lib/explanationofbenefit_subdetail.js +1 -1
  475. package/lib/explanationofbenefit_total.d.ts +9 -0
  476. package/lib/explanationofbenefit_total.js +3 -0
  477. package/lib/expression.d.ts +13 -0
  478. package/lib/expression.js +3 -0
  479. package/lib/extension.d.ts +80 -88
  480. package/lib/extension.js +1 -1
  481. package/lib/familymemberhistory.d.ts +27 -15
  482. package/lib/familymemberhistory.js +15 -1
  483. package/lib/familymemberhistory_condition.d.ts +8 -9
  484. package/lib/familymemberhistory_condition.js +1 -1
  485. package/lib/flag.d.ts +11 -10
  486. package/lib/flag.js +1 -1
  487. package/lib/goal.d.ts +52 -6
  488. package/lib/goal.js +46 -1
  489. package/lib/goal_target.d.ts +9 -0
  490. package/lib/goal_target.js +1 -1
  491. package/lib/graphdefinition.d.ts +6 -5
  492. package/lib/graphdefinition.js +1 -1
  493. package/lib/graphdefinition_compartment.d.ts +25 -3
  494. package/lib/graphdefinition_compartment.js +22 -1
  495. package/lib/graphdefinition_link.d.ts +2 -2
  496. package/lib/graphdefinition_link.js +1 -1
  497. package/lib/graphdefinition_target.d.ts +3 -1
  498. package/lib/graphdefinition_target.js +1 -1
  499. package/lib/group.d.ts +23 -4
  500. package/lib/group.js +19 -1
  501. package/lib/group_characteristic.d.ts +6 -3
  502. package/lib/group_characteristic.js +1 -1
  503. package/lib/group_member.d.ts +1 -1
  504. package/lib/group_member.js +1 -1
  505. package/lib/guidanceresponse.d.ts +32 -12
  506. package/lib/guidanceresponse.js +19 -1
  507. package/lib/healthcareservice.d.ts +6 -5
  508. package/lib/healthcareservice.js +1 -1
  509. package/lib/healthcareservice_availabletime.d.ts +19 -1
  510. package/lib/healthcareservice_availabletime.js +21 -1
  511. package/lib/healthcareservice_eligibility.d.ts +8 -0
  512. package/lib/healthcareservice_eligibility.js +3 -0
  513. package/lib/healthcareservice_notavailable.d.ts +1 -1
  514. package/lib/healthcareservice_notavailable.js +1 -1
  515. package/lib/humanname.d.ts +21 -3
  516. package/lib/humanname.js +21 -1
  517. package/lib/identifier.d.ts +16 -2
  518. package/lib/identifier.js +17 -1
  519. package/lib/imagingstudy.d.ts +18 -14
  520. package/lib/imagingstudy.js +1 -1
  521. package/lib/imagingstudy_instance.d.ts +5 -4
  522. package/lib/imagingstudy_instance.js +1 -1
  523. package/lib/imagingstudy_series.d.ts +8 -7
  524. package/lib/imagingstudy_series.js +1 -1
  525. package/lib/imagingstudy_series_performer.d.ts +9 -0
  526. package/lib/imagingstudy_series_performer.js +3 -0
  527. package/lib/immunization.d.ts +44 -18
  528. package/lib/immunization.js +13 -1
  529. package/lib/immunization_education.d.ts +11 -0
  530. package/lib/immunization_education.js +3 -0
  531. package/lib/immunization_explanation.d.ts +7 -4
  532. package/lib/immunization_explanation.js +1 -1
  533. package/lib/immunization_performer.d.ts +9 -0
  534. package/lib/immunization_performer.js +3 -0
  535. package/lib/immunization_practitioner.d.ts +3 -3
  536. package/lib/immunization_practitioner.js +1 -1
  537. package/lib/immunization_protocolapplied.d.ts +20 -0
  538. package/lib/immunization_protocolapplied.js +3 -0
  539. package/lib/immunization_reaction.d.ts +3 -3
  540. package/lib/immunization_reaction.js +1 -1
  541. package/lib/immunization_vaccinationprotocol.d.ts +14 -15
  542. package/lib/immunization_vaccinationprotocol.js +1 -1
  543. package/lib/immunizationevaluation.d.ts +44 -0
  544. package/lib/immunizationevaluation.js +11 -0
  545. package/lib/immunizationrecommendation.d.ts +8 -4
  546. package/lib/immunizationrecommendation.js +1 -1
  547. package/lib/immunizationrecommendation_datecriterion.d.ts +3 -3
  548. package/lib/immunizationrecommendation_datecriterion.js +1 -1
  549. package/lib/immunizationrecommendation_protocol.d.ts +16 -4
  550. package/lib/immunizationrecommendation_protocol.js +1 -1
  551. package/lib/immunizationrecommendation_recommendation.d.ts +22 -13
  552. package/lib/immunizationrecommendation_recommendation.js +1 -1
  553. package/lib/implementationguide.d.ts +40 -25
  554. package/lib/implementationguide.js +1 -1
  555. package/lib/implementationguide_dependency.d.ts +6 -4
  556. package/lib/implementationguide_dependency.js +1 -1
  557. package/lib/implementationguide_global.d.ts +4 -5
  558. package/lib/implementationguide_global.js +1 -1
  559. package/lib/implementationguide_package.d.ts +2 -5
  560. package/lib/implementationguide_package.js +1 -1
  561. package/lib/implementationguide_page.d.ts +22 -13
  562. package/lib/implementationguide_page.js +15 -1
  563. package/lib/implementationguide_resource.d.ts +12 -12
  564. package/lib/implementationguide_resource.js +1 -1
  565. package/lib/index.d.ts +118 -40
  566. package/lib/index.js +119 -41
  567. package/lib/insuranceplan.d.ts +38 -0
  568. package/lib/insuranceplan.js +3 -0
  569. package/lib/invoice.d.ts +56 -0
  570. package/lib/invoice.js +19 -0
  571. package/lib/library.d.ts +22 -14
  572. package/lib/library.js +1 -1
  573. package/lib/linkage.d.ts +3 -3
  574. package/lib/linkage.js +1 -1
  575. package/lib/linkage_item.d.ts +11 -1
  576. package/lib/linkage_item.js +13 -1
  577. package/lib/list.d.ts +27 -7
  578. package/lib/list.js +22 -1
  579. package/lib/list_entry.d.ts +2 -2
  580. package/lib/list_entry.js +1 -1
  581. package/lib/location.d.ts +26 -3
  582. package/lib/location.js +20 -1
  583. package/lib/location_hoursofoperation.d.ts +11 -0
  584. package/lib/location_hoursofoperation.js +3 -0
  585. package/lib/location_position.d.ts +5 -5
  586. package/lib/location_position.js +1 -1
  587. package/lib/marketingstatus.d.ts +16 -0
  588. package/lib/marketingstatus.js +3 -0
  589. package/lib/measure.d.ts +30 -20
  590. package/lib/measure.js +1 -1
  591. package/lib/measure_group.d.ts +4 -6
  592. package/lib/measure_group.js +1 -1
  593. package/lib/measure_population.d.ts +3 -7
  594. package/lib/measure_population.js +1 -1
  595. package/lib/measure_stratifier.d.ts +11 -7
  596. package/lib/measure_stratifier.js +1 -1
  597. package/lib/measure_stratifier_component.d.ts +11 -0
  598. package/lib/measure_stratifier_component.js +3 -0
  599. package/lib/measure_supplementaldata.d.ts +8 -8
  600. package/lib/measure_supplementaldata.js +1 -1
  601. package/lib/measurereport.d.ts +49 -16
  602. package/lib/measurereport.js +31 -1
  603. package/lib/measurereport_group.d.ts +8 -7
  604. package/lib/measurereport_group.js +1 -1
  605. package/lib/measurereport_population.d.ts +4 -7
  606. package/lib/measurereport_population.js +1 -1
  607. package/lib/measurereport_population1.d.ts +4 -7
  608. package/lib/measurereport_population1.js +1 -1
  609. package/lib/measurereport_stratifier.d.ts +4 -4
  610. package/lib/measurereport_stratifier.js +1 -1
  611. package/lib/measurereport_stratum.d.ts +10 -5
  612. package/lib/measurereport_stratum.js +1 -1
  613. package/lib/measurereport_stratum_component.d.ts +8 -0
  614. package/lib/measurereport_stratum_component.js +3 -0
  615. package/lib/media.d.ts +55 -20
  616. package/lib/media.js +29 -1
  617. package/lib/medication.d.ts +34 -12
  618. package/lib/medication.js +1 -1
  619. package/lib/medication_batch.d.ts +2 -2
  620. package/lib/medication_batch.js +1 -1
  621. package/lib/medication_content.d.ts +3 -3
  622. package/lib/medication_content.js +1 -1
  623. package/lib/medication_ingredient.d.ts +2 -2
  624. package/lib/medication_ingredient.js +1 -1
  625. package/lib/medication_package.d.ts +3 -3
  626. package/lib/medication_package.js +1 -1
  627. package/lib/medicationadministration.d.ts +35 -19
  628. package/lib/medicationadministration.js +21 -1
  629. package/lib/medicationadministration_dosage.d.ts +8 -9
  630. package/lib/medicationadministration_dosage.js +1 -1
  631. package/lib/medicationadministration_performer.d.ts +5 -3
  632. package/lib/medicationadministration_performer.js +1 -1
  633. package/lib/medicationdispense.d.ts +41 -19
  634. package/lib/medicationdispense.js +25 -1
  635. package/lib/medicationdispense_performer.d.ts +5 -3
  636. package/lib/medicationdispense_performer.js +1 -1
  637. package/lib/medicationdispense_substitution.d.ts +4 -3
  638. package/lib/medicationdispense_substitution.js +1 -1
  639. package/lib/medicationknowledge.d.ts +53 -0
  640. package/lib/medicationknowledge.js +3 -0
  641. package/lib/medicationrequest.d.ts +101 -32
  642. package/lib/medicationrequest.js +53 -1
  643. package/lib/medicationrequest_dispenserequest.d.ts +10 -5
  644. package/lib/medicationrequest_dispenserequest.js +1 -1
  645. package/lib/medicationrequest_dispenserequest_initialfill.d.ts +10 -0
  646. package/lib/medicationrequest_dispenserequest_initialfill.js +3 -0
  647. package/lib/medicationrequest_requester.d.ts +4 -0
  648. package/lib/medicationrequest_requester.js +1 -1
  649. package/lib/medicationrequest_substitution.d.ts +6 -3
  650. package/lib/medicationrequest_substitution.js +1 -1
  651. package/lib/medicationstatement.d.ts +42 -24
  652. package/lib/medicationstatement.js +23 -1
  653. package/lib/medicinalproduct.d.ts +53 -0
  654. package/lib/medicinalproduct.js +3 -0
  655. package/lib/medicinalproduct_manufacturingbusinessoperation.d.ts +19 -0
  656. package/lib/medicinalproduct_manufacturingbusinessoperation.js +3 -0
  657. package/lib/medicinalproduct_name.d.ts +12 -0
  658. package/lib/medicinalproduct_name.js +3 -0
  659. package/lib/medicinalproduct_name_countrylanguage.d.ts +11 -0
  660. package/lib/medicinalproduct_name_countrylanguage.js +3 -0
  661. package/lib/medicinalproduct_name_namepart.d.ts +9 -0
  662. package/lib/medicinalproduct_name_namepart.js +3 -0
  663. package/lib/medicinalproduct_specialdesignation.d.ts +23 -0
  664. package/lib/medicinalproduct_specialdesignation.js +3 -0
  665. package/lib/medicinalproductauthorization.d.ts +43 -0
  666. package/lib/medicinalproductauthorization.js +3 -0
  667. package/lib/medicinalproductauthorization_jurisdictionalauthorization.d.ts +17 -0
  668. package/lib/medicinalproductauthorization_jurisdictionalauthorization.js +3 -0
  669. package/lib/medicinalproductauthorization_procedure.d.ts +17 -0
  670. package/lib/medicinalproductauthorization_procedure.js +3 -0
  671. package/lib/medicinalproductcontraindication.d.ts +23 -0
  672. package/lib/medicinalproductcontraindication.js +3 -0
  673. package/lib/medicinalproductindication.d.ts +28 -0
  674. package/lib/medicinalproductindication.js +3 -0
  675. package/lib/medicinalproductindication_othertherapy.d.ts +12 -0
  676. package/lib/medicinalproductindication_othertherapy.js +3 -0
  677. package/lib/medicinalproductingredient.d.ts +22 -0
  678. package/lib/medicinalproductingredient.js +3 -0
  679. package/lib/medicinalproductingredient_specifiedsubstance.d.ts +14 -0
  680. package/lib/medicinalproductingredient_specifiedsubstance.js +3 -0
  681. package/lib/medicinalproductingredient_specifiedsubstance_strength.d.ts +21 -0
  682. package/lib/medicinalproductingredient_specifiedsubstance_strength.js +3 -0
  683. package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.d.ts +16 -0
  684. package/lib/medicinalproductingredient_specifiedsubstance_strength_referencestrength.js +3 -0
  685. package/lib/medicinalproductingredient_substance.d.ts +10 -0
  686. package/lib/medicinalproductingredient_substance.js +3 -0
  687. package/lib/medicinalproductinteraction.d.ts +22 -0
  688. package/lib/medicinalproductinteraction.js +3 -0
  689. package/lib/medicinalproductinteraction_interactant.d.ts +10 -0
  690. package/lib/medicinalproductinteraction_interactant.js +3 -0
  691. package/lib/medicinalproductmanufactured.d.ts +23 -0
  692. package/lib/medicinalproductmanufactured.js +3 -0
  693. package/lib/medicinalproductpackaged.d.ts +29 -0
  694. package/lib/medicinalproductpackaged.js +3 -0
  695. package/lib/medicinalproductpackaged_batchidentifier.d.ts +9 -0
  696. package/lib/medicinalproductpackaged_batchidentifier.js +3 -0
  697. package/lib/medicinalproductpackaged_packageitem.d.ts +34 -0
  698. package/lib/medicinalproductpackaged_packageitem.js +3 -0
  699. package/lib/medicinalproductpharmaceutical.d.ts +24 -0
  700. package/lib/medicinalproductpharmaceutical.js +3 -0
  701. package/lib/medicinalproductpharmaceutical_characteristics.d.ts +9 -0
  702. package/lib/medicinalproductpharmaceutical_characteristics.js +3 -0
  703. package/lib/medicinalproductpharmaceutical_routeofadministration.d.ts +23 -0
  704. package/lib/medicinalproductpharmaceutical_routeofadministration.js +3 -0
  705. package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.d.ts +10 -0
  706. package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies.js +3 -0
  707. package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.d.ts +12 -0
  708. package/lib/medicinalproductpharmaceutical_routeofadministration_targetspecies_withdrawalperiod.js +3 -0
  709. package/lib/medicinalproductundesirableeffect.d.ts +18 -0
  710. package/lib/medicinalproductundesirableeffect.js +3 -0
  711. package/lib/messagedefinition.d.ts +46 -30
  712. package/lib/messagedefinition.js +15 -1
  713. package/lib/messagedefinition_allowedresponse.d.ts +3 -4
  714. package/lib/messagedefinition_allowedresponse.js +1 -1
  715. package/lib/messagedefinition_focus.d.ts +7 -8
  716. package/lib/messagedefinition_focus.js +1 -1
  717. package/lib/messageheader.d.ts +15 -15
  718. package/lib/messageheader.js +1 -1
  719. package/lib/messageheader_destination.d.ts +6 -4
  720. package/lib/messageheader_destination.js +1 -1
  721. package/lib/messageheader_response.d.ts +15 -5
  722. package/lib/messageheader_response.js +13 -1
  723. package/lib/messageheader_source.d.ts +6 -6
  724. package/lib/messageheader_source.js +1 -1
  725. package/lib/meta.d.ts +7 -5
  726. package/lib/meta.js +1 -1
  727. package/lib/{sequence.d.ts → molecularsequence.d.ts} +29 -16
  728. package/lib/molecularsequence.js +15 -0
  729. package/lib/molecularsequence_quality.d.ts +46 -0
  730. package/lib/molecularsequence_quality.js +15 -0
  731. package/lib/molecularsequence_quality_roc.d.ts +17 -0
  732. package/lib/molecularsequence_quality_roc.js +3 -0
  733. package/lib/molecularsequence_referenceseq.d.ts +39 -0
  734. package/lib/molecularsequence_referenceseq.js +20 -0
  735. package/lib/molecularsequence_repository.d.ts +29 -0
  736. package/lib/molecularsequence_repository.js +19 -0
  737. package/lib/molecularsequence_structurevariant.d.ts +29 -0
  738. package/lib/molecularsequence_structurevariant.js +3 -0
  739. package/lib/molecularsequence_variant.d.ts +16 -0
  740. package/lib/molecularsequence_variant.js +3 -0
  741. package/lib/money.d.ts +4 -0
  742. package/lib/money.js +1 -1
  743. package/lib/namingsystem.d.ts +28 -20
  744. package/lib/namingsystem.js +13 -1
  745. package/lib/namingsystem_uniqueid.d.ts +19 -7
  746. package/lib/namingsystem_uniqueid.js +15 -1
  747. package/lib/narrative.d.ts +15 -3
  748. package/lib/narrative.js +15 -1
  749. package/lib/nutritionorder.d.ts +69 -14
  750. package/lib/nutritionorder.js +46 -1
  751. package/lib/nutritionorder_administration.d.ts +4 -4
  752. package/lib/nutritionorder_administration.js +1 -1
  753. package/lib/nutritionorder_enteralformula.d.ts +9 -9
  754. package/lib/nutritionorder_enteralformula.js +1 -1
  755. package/lib/nutritionorder_nutrient.d.ts +2 -2
  756. package/lib/nutritionorder_nutrient.js +1 -1
  757. package/lib/nutritionorder_oraldiet.d.ts +6 -6
  758. package/lib/nutritionorder_oraldiet.js +1 -1
  759. package/lib/nutritionorder_supplement.d.ts +5 -5
  760. package/lib/nutritionorder_supplement.js +1 -1
  761. package/lib/nutritionorder_texture.d.ts +2 -2
  762. package/lib/nutritionorder_texture.js +1 -1
  763. package/lib/observation.d.ts +71 -41
  764. package/lib/observation.js +23 -1
  765. package/lib/observation_component.d.ts +18 -17
  766. package/lib/observation_component.js +1 -1
  767. package/lib/observation_referencerange.d.ts +6 -6
  768. package/lib/observation_referencerange.js +1 -1
  769. package/lib/observation_related.d.ts +19 -3
  770. package/lib/observation_related.js +22 -1
  771. package/lib/observationdefinition.d.ts +60 -0
  772. package/lib/observationdefinition.js +31 -0
  773. package/lib/operationdefinition.d.ts +47 -33
  774. package/lib/operationdefinition.js +11 -1
  775. package/lib/operationdefinition_binding.d.ts +16 -7
  776. package/lib/operationdefinition_binding.js +15 -1
  777. package/lib/operationdefinition_overload.d.ts +2 -2
  778. package/lib/operationdefinition_overload.js +1 -1
  779. package/lib/operationdefinition_parameter.d.ts +49 -17
  780. package/lib/operationdefinition_parameter.js +32 -1
  781. package/lib/operationdefinition_referencedfrom.d.ts +7 -0
  782. package/lib/operationdefinition_referencedfrom.js +3 -0
  783. package/lib/operationoutcome.d.ts +2 -2
  784. package/lib/operationoutcome.js +1 -1
  785. package/lib/operationoutcome_issue.d.ts +86 -8
  786. package/lib/operationoutcome_issue.js +80 -1
  787. package/lib/organization.d.ts +11 -11
  788. package/lib/organization.js +1 -1
  789. package/lib/organization_contact.d.ts +4 -4
  790. package/lib/organization_contact.js +1 -1
  791. package/lib/organizationaffiliation.d.ts +34 -0
  792. package/lib/organizationaffiliation.js +3 -0
  793. package/lib/parameterdefinition.d.ts +18 -11
  794. package/lib/parameterdefinition.js +11 -1
  795. package/lib/parameters.d.ts +3 -1
  796. package/lib/parameters.js +1 -1
  797. package/lib/parameters_parameter.d.ts +11 -4
  798. package/lib/parameters_parameter.js +1 -1
  799. package/lib/patient.d.ts +22 -21
  800. package/lib/patient.js +1 -1
  801. package/lib/patient_animal.d.ts +3 -3
  802. package/lib/patient_animal.js +1 -1
  803. package/lib/patient_communication.d.ts +2 -2
  804. package/lib/patient_communication.js +1 -1
  805. package/lib/patient_contact.d.ts +9 -8
  806. package/lib/patient_contact.js +1 -1
  807. package/lib/patient_link.d.ts +15 -3
  808. package/lib/patient_link.js +15 -1
  809. package/lib/paymentnotice.d.ts +32 -15
  810. package/lib/paymentnotice.js +15 -1
  811. package/lib/paymentreconciliation.d.ts +39 -22
  812. package/lib/paymentreconciliation.js +15 -1
  813. package/lib/paymentreconciliation_detail.d.ts +16 -9
  814. package/lib/paymentreconciliation_detail.js +1 -1
  815. package/lib/paymentreconciliation_processnote.d.ts +13 -4
  816. package/lib/paymentreconciliation_processnote.js +13 -1
  817. package/lib/period.d.ts +2 -2
  818. package/lib/period.js +1 -1
  819. package/lib/person.d.ts +12 -11
  820. package/lib/person.js +1 -1
  821. package/lib/person_link.d.ts +15 -3
  822. package/lib/person_link.js +15 -1
  823. package/lib/plandefinition.d.ts +41 -33
  824. package/lib/plandefinition.js +1 -1
  825. package/lib/plandefinition_action.d.ts +110 -41
  826. package/lib/plandefinition_action.js +62 -1
  827. package/lib/plandefinition_condition.d.ts +15 -8
  828. package/lib/plandefinition_condition.js +13 -1
  829. package/lib/plandefinition_dynamicvalue.d.ts +4 -7
  830. package/lib/plandefinition_dynamicvalue.js +1 -1
  831. package/lib/plandefinition_goal.d.ts +7 -7
  832. package/lib/plandefinition_goal.js +1 -1
  833. package/lib/plandefinition_participant.d.ts +15 -3
  834. package/lib/plandefinition_participant.js +15 -1
  835. package/lib/plandefinition_relatedaction.d.ts +28 -6
  836. package/lib/plandefinition_relatedaction.js +25 -1
  837. package/lib/plandefinition_target.d.ts +5 -5
  838. package/lib/plandefinition_target.js +1 -1
  839. package/lib/population.d.ts +16 -0
  840. package/lib/population.js +3 -0
  841. package/lib/practitioner.d.ts +12 -12
  842. package/lib/practitioner.js +1 -1
  843. package/lib/practitioner_qualification.d.ts +4 -4
  844. package/lib/practitioner_qualification.js +1 -1
  845. package/lib/practitionerrole.d.ts +14 -14
  846. package/lib/practitionerrole.js +1 -1
  847. package/lib/practitionerrole_availabletime.d.ts +23 -5
  848. package/lib/practitionerrole_availabletime.js +21 -1
  849. package/lib/practitionerrole_notavailable.d.ts +3 -3
  850. package/lib/practitionerrole_notavailable.js +1 -1
  851. package/lib/procedure.d.ts +64 -32
  852. package/lib/procedure.js +23 -1
  853. package/lib/procedure_focaldevice.d.ts +2 -2
  854. package/lib/procedure_focaldevice.js +1 -1
  855. package/lib/procedure_performer.d.ts +4 -4
  856. package/lib/procedure_performer.js +1 -1
  857. package/lib/prodcharacteristic.d.ts +29 -0
  858. package/lib/prodcharacteristic.js +3 -0
  859. package/lib/productshelflife.d.ts +15 -0
  860. package/lib/productshelflife.js +3 -0
  861. package/lib/provenance.d.ts +17 -15
  862. package/lib/provenance.js +1 -1
  863. package/lib/provenance_agent.d.ts +7 -11
  864. package/lib/provenance_agent.js +1 -1
  865. package/lib/provenance_entity.d.ts +19 -10
  866. package/lib/provenance_entity.js +17 -1
  867. package/lib/quantity.d.ts +18 -6
  868. package/lib/quantity.js +15 -1
  869. package/lib/questionnaire.d.ts +30 -27
  870. package/lib/questionnaire.js +1 -1
  871. package/lib/questionnaire_enablewhen.d.ts +23 -18
  872. package/lib/questionnaire_enablewhen.js +21 -1
  873. package/lib/questionnaire_initial.d.ts +20 -0
  874. package/lib/questionnaire_initial.js +3 -0
  875. package/lib/questionnaire_item.d.ts +49 -52
  876. package/lib/questionnaire_item.js +30 -1
  877. package/lib/questionnaire_option.d.ts +5 -5
  878. package/lib/questionnaire_option.js +1 -1
  879. package/lib/questionnaireresponse.d.ts +25 -11
  880. package/lib/questionnaireresponse.js +17 -1
  881. package/lib/questionnaireresponse_answer.d.ts +1 -12
  882. package/lib/questionnaireresponse_answer.js +1 -1
  883. package/lib/questionnaireresponse_item.d.ts +3 -6
  884. package/lib/questionnaireresponse_item.js +1 -1
  885. package/lib/range.d.ts +3 -2
  886. package/lib/range.js +1 -1
  887. package/lib/ratio.d.ts +1 -0
  888. package/lib/ratio.js +1 -1
  889. package/lib/reference.d.ts +4 -2
  890. package/lib/reference.js +1 -1
  891. package/lib/relatedartifact.d.ts +27 -6
  892. package/lib/relatedartifact.js +23 -1
  893. package/lib/relatedperson.d.ts +6 -2
  894. package/lib/relatedperson.js +1 -1
  895. package/lib/relatedperson_communication.d.ts +9 -0
  896. package/lib/relatedperson_communication.js +3 -0
  897. package/lib/requestgroup.d.ts +66 -10
  898. package/lib/requestgroup.js +53 -1
  899. package/lib/requestgroup_action.d.ts +20 -15
  900. package/lib/requestgroup_action.js +1 -1
  901. package/lib/requestgroup_condition.d.ts +5 -8
  902. package/lib/requestgroup_condition.js +1 -1
  903. package/lib/requestgroup_relatedaction.d.ts +28 -6
  904. package/lib/requestgroup_relatedaction.js +25 -1
  905. package/lib/researchdefinition.d.ts +79 -0
  906. package/lib/researchdefinition.js +3 -0
  907. package/lib/researchelementdefinition.d.ts +96 -0
  908. package/lib/researchelementdefinition.js +24 -0
  909. package/lib/researchstudy.d.ts +53 -21
  910. package/lib/researchstudy.js +29 -1
  911. package/lib/researchstudy_arm.d.ts +4 -4
  912. package/lib/researchstudy_arm.js +1 -1
  913. package/lib/researchsubject.d.ts +40 -10
  914. package/lib/researchsubject.js +33 -1
  915. package/lib/resource.js +1 -1
  916. package/lib/resourcelist.d.ts +4 -0
  917. package/lib/resourcelist.js +1 -1
  918. package/lib/riskassessment.d.ts +11 -9
  919. package/lib/riskassessment.js +1 -1
  920. package/lib/riskassessment_prediction.d.ts +2 -2
  921. package/lib/riskassessment_prediction.js +1 -1
  922. package/lib/riskevidencesynthesis.d.ts +77 -0
  923. package/lib/riskevidencesynthesis.js +3 -0
  924. package/lib/sampleddata.d.ts +9 -9
  925. package/lib/sampleddata.js +1 -1
  926. package/lib/schedule.d.ts +9 -9
  927. package/lib/schedule.js +1 -1
  928. package/lib/searchparameter.d.ts +108 -35
  929. package/lib/searchparameter.js +68 -1
  930. package/lib/searchparameter_component.d.ts +4 -5
  931. package/lib/searchparameter_component.js +1 -1
  932. package/lib/servicerequest.d.ts +128 -0
  933. package/lib/servicerequest.js +46 -0
  934. package/lib/signature.d.ts +13 -15
  935. package/lib/signature.js +1 -1
  936. package/lib/slot.d.ts +29 -15
  937. package/lib/slot.js +17 -1
  938. package/lib/specimen.d.ts +28 -14
  939. package/lib/specimen.js +15 -1
  940. package/lib/specimen_collection.d.ts +6 -6
  941. package/lib/specimen_collection.js +1 -1
  942. package/lib/specimen_container.d.ts +6 -6
  943. package/lib/specimen_container.js +1 -1
  944. package/lib/specimen_processing.d.ts +3 -3
  945. package/lib/specimen_processing.js +1 -1
  946. package/lib/specimendefinition.d.ts +71 -0
  947. package/lib/specimendefinition.js +13 -0
  948. package/lib/structuredefinition.d.ts +23 -9
  949. package/lib/structuredefinition.js +16 -1
  950. package/lib/structuredefinition_context.d.ts +17 -0
  951. package/lib/structuredefinition_context.js +15 -0
  952. package/lib/structuredefinition_differential.d.ts +1 -1
  953. package/lib/structuredefinition_differential.js +1 -1
  954. package/lib/structuredefinition_mapping.d.ts +5 -5
  955. package/lib/structuredefinition_mapping.js +1 -1
  956. package/lib/structuredefinition_snapshot.d.ts +5 -1
  957. package/lib/structuredefinition_snapshot.js +1 -1
  958. package/lib/structuremap.d.ts +24 -19
  959. package/lib/structuremap.js +1 -1
  960. package/lib/structuremap_dependent.d.ts +7 -4
  961. package/lib/structuremap_dependent.js +1 -1
  962. package/lib/structuremap_group.d.ts +16 -6
  963. package/lib/structuremap_group.js +13 -1
  964. package/lib/structuremap_input.d.ts +11 -3
  965. package/lib/structuremap_input.js +11 -1
  966. package/lib/structuremap_parameter.d.ts +5 -5
  967. package/lib/structuremap_parameter.js +1 -1
  968. package/lib/structuremap_rule.d.ts +2 -2
  969. package/lib/structuremap_rule.js +1 -1
  970. package/lib/structuremap_source.d.ts +27 -8
  971. package/lib/structuremap_source.js +17 -1
  972. package/lib/structuremap_structure.d.ts +17 -5
  973. package/lib/structuremap_structure.js +15 -1
  974. package/lib/structuremap_target.d.ts +64 -6
  975. package/lib/structuremap_target.js +59 -1
  976. package/lib/subscription.d.ts +15 -6
  977. package/lib/subscription.js +15 -1
  978. package/lib/subscription_channel.d.ts +18 -4
  979. package/lib/subscription_channel.js +17 -1
  980. package/lib/substance.d.ts +8 -7
  981. package/lib/substance.js +1 -1
  982. package/lib/substance_ingredient.d.ts +3 -3
  983. package/lib/substance_ingredient.js +1 -1
  984. package/lib/substance_instance.d.ts +3 -3
  985. package/lib/substance_instance.js +1 -1
  986. package/lib/substancenucleicacid.d.ts +20 -0
  987. package/lib/substancenucleicacid.js +3 -0
  988. package/lib/substancepolymer.d.ts +18 -0
  989. package/lib/substancepolymer.js +3 -0
  990. package/lib/substanceprotein.d.ts +14 -0
  991. package/lib/substanceprotein.js +3 -0
  992. package/lib/substancereferenceinformation.d.ts +15 -0
  993. package/lib/substancereferenceinformation.js +3 -0
  994. package/lib/substancesourcematerial.d.ts +33 -0
  995. package/lib/substancesourcematerial.js +3 -0
  996. package/lib/substancespecification.d.ts +46 -0
  997. package/lib/substancespecification.js +3 -0
  998. package/lib/supplydelivery.d.ts +15 -3
  999. package/lib/supplydelivery.js +15 -1
  1000. package/lib/supplydelivery_supplieditem.js +1 -1
  1001. package/lib/supplyrequest.d.ts +25 -7
  1002. package/lib/supplyrequest.js +21 -1
  1003. package/lib/supplyrequest_ordereditem.d.ts +4 -4
  1004. package/lib/supplyrequest_ordereditem.js +1 -1
  1005. package/lib/supplyrequest_requester.d.ts +6 -2
  1006. package/lib/supplyrequest_requester.js +1 -1
  1007. package/lib/task.d.ts +72 -34
  1008. package/lib/task.js +31 -1
  1009. package/lib/task_input.d.ts +6 -2
  1010. package/lib/task_input.js +1 -1
  1011. package/lib/task_output.d.ts +61 -54
  1012. package/lib/task_output.js +1 -1
  1013. package/lib/task_requester.d.ts +2 -2
  1014. package/lib/task_requester.js +1 -1
  1015. package/lib/task_restriction.d.ts +7 -3
  1016. package/lib/task_restriction.js +1 -1
  1017. package/lib/terminologycapabilities.d.ts +79 -0
  1018. package/lib/terminologycapabilities.js +22 -0
  1019. package/lib/testreport.d.ts +29 -10
  1020. package/lib/testreport.js +17 -1
  1021. package/lib/testreport_action.d.ts +7 -2
  1022. package/lib/testreport_action.js +1 -1
  1023. package/lib/testreport_action1.d.ts +7 -2
  1024. package/lib/testreport_action1.js +1 -1
  1025. package/lib/testreport_action2.d.ts +5 -1
  1026. package/lib/testreport_action2.js +1 -1
  1027. package/lib/testreport_assert.d.ts +5 -4
  1028. package/lib/testreport_assert.js +1 -1
  1029. package/lib/testreport_operation.d.ts +5 -4
  1030. package/lib/testreport_operation.js +1 -1
  1031. package/lib/testreport_participant.d.ts +15 -5
  1032. package/lib/testreport_participant.js +13 -1
  1033. package/lib/testreport_setup.d.ts +1 -1
  1034. package/lib/testreport_setup.js +1 -1
  1035. package/lib/testreport_teardown.d.ts +1 -1
  1036. package/lib/testreport_teardown.js +1 -1
  1037. package/lib/testreport_test.d.ts +3 -3
  1038. package/lib/testreport_test.js +1 -1
  1039. package/lib/testscript.d.ts +4 -9
  1040. package/lib/testscript.js +1 -1
  1041. package/lib/testscript_action.d.ts +2 -2
  1042. package/lib/testscript_action.js +1 -1
  1043. package/lib/testscript_action1.d.ts +2 -2
  1044. package/lib/testscript_action1.js +1 -1
  1045. package/lib/testscript_action2.d.ts +5 -2
  1046. package/lib/testscript_action2.js +1 -1
  1047. package/lib/testscript_assert.d.ts +59 -11
  1048. package/lib/testscript_assert.js +47 -1
  1049. package/lib/testscript_capability.d.ts +6 -6
  1050. package/lib/testscript_capability.js +1 -1
  1051. package/lib/testscript_destination.d.ts +3 -3
  1052. package/lib/testscript_destination.js +1 -1
  1053. package/lib/testscript_fixture.d.ts +3 -3
  1054. package/lib/testscript_fixture.js +1 -1
  1055. package/lib/testscript_link.d.ts +2 -2
  1056. package/lib/testscript_link.js +1 -1
  1057. package/lib/testscript_metadata.d.ts +2 -2
  1058. package/lib/testscript_metadata.js +1 -1
  1059. package/lib/testscript_operation.d.ts +19 -16
  1060. package/lib/testscript_operation.js +1 -1
  1061. package/lib/testscript_origin.d.ts +3 -3
  1062. package/lib/testscript_origin.js +1 -1
  1063. package/lib/testscript_param.js +1 -1
  1064. package/lib/testscript_param1.d.ts +1 -1
  1065. package/lib/testscript_param1.js +1 -1
  1066. package/lib/testscript_param2.js +1 -1
  1067. package/lib/testscript_param3.js +1 -1
  1068. package/lib/testscript_requestheader.d.ts +4 -4
  1069. package/lib/testscript_requestheader.js +1 -1
  1070. package/lib/testscript_rule.d.ts +2 -2
  1071. package/lib/testscript_rule.js +1 -1
  1072. package/lib/testscript_rule1.d.ts +3 -3
  1073. package/lib/testscript_rule1.js +1 -1
  1074. package/lib/testscript_rule2.d.ts +3 -3
  1075. package/lib/testscript_rule2.js +1 -1
  1076. package/lib/testscript_rule3.d.ts +3 -3
  1077. package/lib/testscript_rule3.js +1 -1
  1078. package/lib/testscript_ruleset.d.ts +2 -2
  1079. package/lib/testscript_ruleset.js +1 -1
  1080. package/lib/testscript_ruleset1.d.ts +3 -3
  1081. package/lib/testscript_ruleset1.js +1 -1
  1082. package/lib/testscript_setup.d.ts +1 -1
  1083. package/lib/testscript_setup.js +1 -1
  1084. package/lib/testscript_teardown.d.ts +1 -1
  1085. package/lib/testscript_teardown.js +1 -1
  1086. package/lib/testscript_test.d.ts +3 -3
  1087. package/lib/testscript_test.js +1 -1
  1088. package/lib/testscript_variable.d.ts +9 -9
  1089. package/lib/testscript_variable.js +1 -1
  1090. package/lib/timing.d.ts +3 -3
  1091. package/lib/timing.js +1 -1
  1092. package/lib/timing_repeat.d.ts +44 -20
  1093. package/lib/timing_repeat.js +26 -1
  1094. package/lib/triggerdefinition.d.ts +37 -14
  1095. package/lib/triggerdefinition.js +23 -1
  1096. package/lib/usagecontext.d.ts +5 -2
  1097. package/lib/usagecontext.js +1 -1
  1098. package/lib/valueset.d.ts +5 -6
  1099. package/lib/valueset.js +1 -1
  1100. package/lib/valueset_compose.d.ts +4 -4
  1101. package/lib/valueset_compose.js +1 -1
  1102. package/lib/valueset_concept.d.ts +4 -4
  1103. package/lib/valueset_concept.js +1 -1
  1104. package/lib/valueset_contains.d.ts +8 -8
  1105. package/lib/valueset_contains.js +1 -1
  1106. package/lib/valueset_designation.d.ts +4 -4
  1107. package/lib/valueset_designation.js +1 -1
  1108. package/lib/valueset_expansion.d.ts +7 -7
  1109. package/lib/valueset_expansion.js +1 -1
  1110. package/lib/valueset_filter.d.ts +28 -6
  1111. package/lib/valueset_filter.js +25 -1
  1112. package/lib/valueset_include.d.ts +5 -5
  1113. package/lib/valueset_include.js +1 -1
  1114. package/lib/valueset_parameter.d.ts +4 -8
  1115. package/lib/valueset_parameter.js +1 -1
  1116. package/lib/verificationresult.d.ts +55 -0
  1117. package/lib/verificationresult.js +21 -0
  1118. package/lib/verificationresult_attestation.d.ts +22 -0
  1119. package/lib/verificationresult_attestation.js +3 -0
  1120. package/lib/verificationresult_primarysource.d.ts +19 -0
  1121. package/lib/verificationresult_primarysource.js +3 -0
  1122. package/lib/verificationresult_validator.d.ts +11 -0
  1123. package/lib/verificationresult_validator.js +3 -0
  1124. package/lib/visionprescription.d.ts +34 -14
  1125. package/lib/visionprescription.js +15 -1
  1126. package/lib/visionprescription_dispense.d.ts +44 -19
  1127. package/lib/visionprescription_dispense.js +22 -1
  1128. package/package.json +1 -1
  1129. package/scripts/verify-types.mjs +139 -0
  1130. package/lib/bodysite.d.ts +0 -23
  1131. package/lib/bodysite.js +0 -3
  1132. package/lib/chargeitem_participant.d.ts +0 -9
  1133. package/lib/chargeitem_participant.js +0 -3
  1134. package/lib/claim_information.d.ts +0 -28
  1135. package/lib/claim_information.js +0 -3
  1136. package/lib/dataelement.d.ts +0 -43
  1137. package/lib/dataelement.js +0 -3
  1138. package/lib/dataelement_mapping.d.ts +0 -11
  1139. package/lib/dataelement_mapping.js +0 -3
  1140. package/lib/devicecomponent.d.ts +0 -29
  1141. package/lib/devicecomponent.js +0 -3
  1142. package/lib/devicecomponent_productionspecification.d.ts +0 -11
  1143. package/lib/devicecomponent_productionspecification.js +0 -3
  1144. package/lib/diagnosticreport_image.d.ts +0 -8
  1145. package/lib/diagnosticreport_image.js +0 -3
  1146. package/lib/eligibilityrequest.d.ts +0 -41
  1147. package/lib/eligibilityrequest.js +0 -3
  1148. package/lib/eligibilityresponse.d.ts +0 -36
  1149. package/lib/eligibilityresponse.js +0 -3
  1150. package/lib/eligibilityresponse_benefitbalance.d.ts +0 -23
  1151. package/lib/eligibilityresponse_benefitbalance.js +0 -3
  1152. package/lib/eligibilityresponse_error.d.ts +0 -6
  1153. package/lib/eligibilityresponse_error.js +0 -3
  1154. package/lib/eligibilityresponse_financial.d.ts +0 -17
  1155. package/lib/eligibilityresponse_financial.js +0 -3
  1156. package/lib/eligibilityresponse_insurance.d.ts +0 -11
  1157. package/lib/eligibilityresponse_insurance.js +0 -3
  1158. package/lib/expansionprofile.d.ts +0 -58
  1159. package/lib/expansionprofile.js +0 -3
  1160. package/lib/expansionprofile_designation.d.ts +0 -9
  1161. package/lib/expansionprofile_designation.js +0 -3
  1162. package/lib/expansionprofile_designation1.d.ts +0 -8
  1163. package/lib/expansionprofile_designation1.js +0 -3
  1164. package/lib/expansionprofile_designation2.d.ts +0 -8
  1165. package/lib/expansionprofile_designation2.js +0 -3
  1166. package/lib/expansionprofile_exclude.d.ts +0 -6
  1167. package/lib/expansionprofile_exclude.js +0 -3
  1168. package/lib/expansionprofile_excludedsystem.d.ts +0 -7
  1169. package/lib/expansionprofile_excludedsystem.js +0 -3
  1170. package/lib/expansionprofile_fixedversion.d.ts +0 -9
  1171. package/lib/expansionprofile_fixedversion.js +0 -3
  1172. package/lib/expansionprofile_include.d.ts +0 -6
  1173. package/lib/expansionprofile_include.js +0 -3
  1174. package/lib/imagingmanifest.d.ts +0 -21
  1175. package/lib/imagingmanifest.js +0 -3
  1176. package/lib/imagingmanifest_instance.d.ts +0 -7
  1177. package/lib/imagingmanifest_instance.js +0 -3
  1178. package/lib/imagingmanifest_series.d.ts +0 -11
  1179. package/lib/imagingmanifest_series.js +0 -3
  1180. package/lib/imagingmanifest_study.d.ts +0 -13
  1181. package/lib/imagingmanifest_study.js +0 -3
  1182. package/lib/procedurerequest.d.ts +0 -70
  1183. package/lib/procedurerequest.js +0 -3
  1184. package/lib/procedurerequest_requester.d.ts +0 -8
  1185. package/lib/procedurerequest_requester.js +0 -3
  1186. package/lib/processrequest.d.ts +0 -39
  1187. package/lib/processrequest.js +0 -3
  1188. package/lib/processrequest_item.d.ts +0 -5
  1189. package/lib/processrequest_item.js +0 -3
  1190. package/lib/processresponse.d.ts +0 -35
  1191. package/lib/processresponse.js +0 -3
  1192. package/lib/processresponse_processnote.d.ts +0 -8
  1193. package/lib/processresponse_processnote.js +0 -3
  1194. package/lib/referralrequest.d.ts +0 -59
  1195. package/lib/referralrequest.js +0 -3
  1196. package/lib/referralrequest_requester.d.ts +0 -8
  1197. package/lib/referralrequest_requester.js +0 -3
  1198. package/lib/sequence.js +0 -3
  1199. package/lib/sequence_quality.d.ts +0 -33
  1200. package/lib/sequence_quality.js +0 -3
  1201. package/lib/sequence_referenceseq.d.ts +0 -21
  1202. package/lib/sequence_referenceseq.js +0 -3
  1203. package/lib/sequence_repository.d.ts +0 -15
  1204. package/lib/sequence_repository.js +0 -3
  1205. package/lib/sequence_variant.d.ts +0 -16
  1206. package/lib/sequence_variant.js +0 -3
  1207. package/lib/servicedefinition.d.ts +0 -65
  1208. package/lib/servicedefinition.js +0 -3
  1209. package/missing_types.json +0 -1
package/lib/dosage.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { BackboneElement } from "./backboneelement";
2
2
  import type { CodeableConcept } from "./codeableconcept";
3
+ import type { Dosage_DoseAndRate } from "./dosage_doseandrate";
3
4
  import type { Quantity } from "./quantity";
4
- import type { Range } from "./range";
5
5
  import type { Ratio } from "./ratio";
6
6
  import type { Timing } from "./timing";
7
7
  export interface Dosage extends BackboneElement {
@@ -15,9 +15,9 @@ export interface Dosage extends BackboneElement {
15
15
  patientInstruction?: string;
16
16
  /** When medication should be administered. */
17
17
  timing?: Timing;
18
- /** Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). */
18
+ /** Take "as needed" (Boolean or CodeableConcept precondition). */
19
19
  asNeededBoolean?: boolean;
20
- /** Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept). */
20
+ /** Take "as needed" (Boolean or CodeableConcept precondition). */
21
21
  asNeededCodeableConcept?: CodeableConcept;
22
22
  /** Body site to administer to. */
23
23
  site?: CodeableConcept;
@@ -25,20 +25,12 @@ export interface Dosage extends BackboneElement {
25
25
  route?: CodeableConcept;
26
26
  /** Technique for administering medication. */
27
27
  method?: CodeableConcept;
28
- /** Amount of medication per dose. */
29
- doseRange?: Range;
30
- /** Amount of medication per dose. */
31
- doseSimpleQuantity?: Quantity;
28
+ /** Amount of medication administered (dose and/or rate per unit of time). */
29
+ doseAndRate?: Array<Dosage_DoseAndRate>;
32
30
  /** Upper limit on medication per unit of time. */
33
31
  maxDosePerPeriod?: Ratio;
34
32
  /** Upper limit on medication per administration. */
35
33
  maxDosePerAdministration?: Quantity;
36
34
  /** Upper limit on medication per lifetime of the patient. */
37
35
  maxDosePerLifetime?: Quantity;
38
- /** Amount of medication per unit of time. */
39
- rateRatio?: Ratio;
40
- /** Amount of medication per unit of time. */
41
- rateRange?: Range;
42
- /** Amount of medication per unit of time. */
43
- rateSimpleQuantity?: Quantity;
44
36
  }
package/lib/dosage.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9zYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2Rvc2FnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRkhJUiBEb3NhZ2UgVHlwZVxuaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFF1YW50aXR5IH0gZnJvbSBcIi4vcXVhbnRpdHlcIjtcbmltcG9ydCB0eXBlIHsgUmFuZ2UgfSBmcm9tIFwiLi9yYW5nZVwiO1xuaW1wb3J0IHR5cGUgeyBSYXRpbyB9IGZyb20gXCIuL3JhdGlvXCI7XG5pbXBvcnQgdHlwZSB7IFRpbWluZyB9IGZyb20gXCIuL3RpbWluZ1wiO1xuXG5leHBvcnQgaW50ZXJmYWNlIERvc2FnZSBleHRlbmRzIEJhY2tib25lRWxlbWVudCB7XG4gIC8qKiBJbmRpY2F0ZXMgdGhlIG9yZGVyIGluIHdoaWNoIHRoZSBkb3NhZ2UgaW5zdHJ1Y3Rpb25zIHNob3VsZCBiZSBhcHBsaWVkIG9yIGludGVycHJldGVkLiAqL1xuICBzZXF1ZW5jZT86IG51bWJlcjtcblxuICAvKiogRnJlZSB0ZXh0IGRvc2FnZSBpbnN0cnVjdGlvbnMgZS5nLiBTSUcuICovXG4gIHRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqIFN1cHBsZW1lbnRhbCBpbnN0cnVjdGlvbiAtIGUuZy4gXCJ3aXRoIG1lYWxzXCIuICovXG4gIGFkZGl0aW9uYWxJbnN0cnVjdGlvbj86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEluc3RydWN0aW9ucyBpbiB0ZXJtcyB0aGF0IGFyZSB1bmRlcnN0b29kIGJ5IHRoZSBwYXRpZW50IG9yIGNvbnN1bWVyLiAqL1xuICBwYXRpZW50SW5zdHJ1Y3Rpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFdoZW4gbWVkaWNhdGlvbiBzaG91bGQgYmUgYWRtaW5pc3RlcmVkLiAqL1xuICB0aW1pbmc/OiBUaW1pbmc7XG5cbiAgLyoqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBNZWRpY2F0aW9uIGlzIG9ubHkgdGFrZW4gd2hlbiBuZWVkZWQgd2l0aGluIGEgc3BlY2lmaWMgZG9zaW5nIHNjaGVkdWxlIChCb29sZWFuIG9wdGlvbiksIG9yIGl0IGluZGljYXRlcyB0aGUgcHJlY29uZGl0aW9uIGZvciB0YWtpbmcgdGhlIE1lZGljYXRpb24gKENvZGVhYmxlQ29uY2VwdCkuICovXG4gIGFzTmVlZGVkQm9vbGVhbj86IGJvb2xlYW47XG5cbiAgLyoqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBNZWRpY2F0aW9uIGlzIG9ubHkgdGFrZW4gd2hlbiBuZWVkZWQgd2l0aGluIGEgc3BlY2lmaWMgZG9zaW5nIHNjaGVkdWxlIChCb29sZWFuIG9wdGlvbiksIG9yIGl0IGluZGljYXRlcyB0aGUgcHJlY29uZGl0aW9uIGZvciB0YWtpbmcgdGhlIE1lZGljYXRpb24gKENvZGVhYmxlQ29uY2VwdCkuICovXG4gIGFzTmVlZGVkQ29kZWFibGVDb25jZXB0PzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBCb2R5IHNpdGUgdG8gYWRtaW5pc3RlciB0by4gKi9cbiAgc2l0ZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogSG93IGRydWcgc2hvdWxkIGVudGVyIGJvZHkuICovXG4gIHJvdXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBUZWNobmlxdWUgZm9yIGFkbWluaXN0ZXJpbmcgbWVkaWNhdGlvbi4gKi9cbiAgbWV0aG9kPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgZG9zZS4gKi9cbiAgZG9zZVJhbmdlPzogUmFuZ2U7XG5cbiAgLyoqIEFtb3VudCBvZiBtZWRpY2F0aW9uIHBlciBkb3NlLiAqL1xuICBkb3NlU2ltcGxlUXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogVXBwZXIgbGltaXQgb24gbWVkaWNhdGlvbiBwZXIgdW5pdCBvZiB0aW1lLiAqL1xuICBtYXhEb3NlUGVyUGVyaW9kPzogUmF0aW87XG5cbiAgLyoqIFVwcGVyIGxpbWl0IG9uIG1lZGljYXRpb24gcGVyIGFkbWluaXN0cmF0aW9uLiAqL1xuICBtYXhEb3NlUGVyQWRtaW5pc3RyYXRpb24/OiBRdWFudGl0eTtcblxuICAvKiogVXBwZXIgbGltaXQgb24gbWVkaWNhdGlvbiBwZXIgbGlmZXRpbWUgb2YgdGhlIHBhdGllbnQuICovXG4gIG1heERvc2VQZXJMaWZldGltZT86IFF1YW50aXR5O1xuXG4gIC8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgdW5pdCBvZiB0aW1lLiAqL1xuICByYXRlUmF0aW8/OiBSYXRpbztcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIHVuaXQgb2YgdGltZS4gKi9cbiAgcmF0ZVJhbmdlPzogUmFuZ2U7XG5cbiAgLyoqIEFtb3VudCBvZiBtZWRpY2F0aW9uIHBlciB1bml0IG9mIHRpbWUuICovXG4gIHJhdGVTaW1wbGVRdWFudGl0eT86IFF1YW50aXR5O1xufVxuIl19
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9zYWdlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2Rvc2FnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBCYWNrYm9uZUVsZW1lbnQgfSBmcm9tIFwiLi9iYWNrYm9uZWVsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IERvc2FnZV9Eb3NlQW5kUmF0ZSB9IGZyb20gXCIuL2Rvc2FnZV9kb3NlYW5kcmF0ZVwiO1xuaW1wb3J0IHR5cGUgeyBRdWFudGl0eSB9IGZyb20gXCIuL3F1YW50aXR5XCI7XG5pbXBvcnQgdHlwZSB7IFJhdGlvIH0gZnJvbSBcIi4vcmF0aW9cIjtcbmltcG9ydCB0eXBlIHsgVGltaW5nIH0gZnJvbSBcIi4vdGltaW5nXCI7XG5cbi8vIEZISVIgRG9zYWdlIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZG9zYWdlLmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBEb3NhZ2UgZXh0ZW5kcyBCYWNrYm9uZUVsZW1lbnQge1xuICAvKiogSW5kaWNhdGVzIHRoZSBvcmRlciBpbiB3aGljaCB0aGUgZG9zYWdlIGluc3RydWN0aW9ucyBzaG91bGQgYmUgYXBwbGllZCBvciBpbnRlcnByZXRlZC4gKi9cbiAgc2VxdWVuY2U/OiBudW1iZXI7XG5cbiAgLyoqIEZyZWUgdGV4dCBkb3NhZ2UgaW5zdHJ1Y3Rpb25zIGUuZy4gU0lHLiAqL1xuICB0ZXh0Pzogc3RyaW5nO1xuXG4gIC8qKiBTdXBwbGVtZW50YWwgaW5zdHJ1Y3Rpb24gLSBlLmcuIFwid2l0aCBtZWFsc1wiLiAqL1xuICBhZGRpdGlvbmFsSW5zdHJ1Y3Rpb24/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBJbnN0cnVjdGlvbnMgaW4gdGVybXMgdGhhdCBhcmUgdW5kZXJzdG9vZCBieSB0aGUgcGF0aWVudCBvciBjb25zdW1lci4gKi9cbiAgcGF0aWVudEluc3RydWN0aW9uPzogc3RyaW5nO1xuXG4gIC8qKiBXaGVuIG1lZGljYXRpb24gc2hvdWxkIGJlIGFkbWluaXN0ZXJlZC4gKi9cbiAgdGltaW5nPzogVGltaW5nO1xuXG4gIC8qKiBUYWtlIFwiYXMgbmVlZGVkXCIgKEJvb2xlYW4gb3IgQ29kZWFibGVDb25jZXB0IHByZWNvbmRpdGlvbikuICovXG4gIGFzTmVlZGVkQm9vbGVhbj86IGJvb2xlYW47XG5cbiAgLyoqIFRha2UgXCJhcyBuZWVkZWRcIiAoQm9vbGVhbiBvciBDb2RlYWJsZUNvbmNlcHQgcHJlY29uZGl0aW9uKS4gKi9cbiAgYXNOZWVkZWRDb2RlYWJsZUNvbmNlcHQ/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEJvZHkgc2l0ZSB0byBhZG1pbmlzdGVyIHRvLiAqL1xuICBzaXRlPzogQ29kZWFibGVDb25jZXB0O1xuXG4gIC8qKiBIb3cgZHJ1ZyBzaG91bGQgZW50ZXIgYm9keS4gKi9cbiAgcm91dGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIFRlY2huaXF1ZSBmb3IgYWRtaW5pc3RlcmluZyBtZWRpY2F0aW9uLiAqL1xuICBtZXRob2Q/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEFtb3VudCBvZiBtZWRpY2F0aW9uIGFkbWluaXN0ZXJlZCAoZG9zZSBhbmQvb3IgcmF0ZSBwZXIgdW5pdCBvZiB0aW1lKS4gKi9cbiAgZG9zZUFuZFJhdGU/OiBBcnJheTxEb3NhZ2VfRG9zZUFuZFJhdGU+O1xuXG4gIC8qKiBVcHBlciBsaW1pdCBvbiBtZWRpY2F0aW9uIHBlciB1bml0IG9mIHRpbWUuICovXG4gIG1heERvc2VQZXJQZXJpb2Q/OiBSYXRpbztcblxuICAvKiogVXBwZXIgbGltaXQgb24gbWVkaWNhdGlvbiBwZXIgYWRtaW5pc3RyYXRpb24uICovXG4gIG1heERvc2VQZXJBZG1pbmlzdHJhdGlvbj86IFF1YW50aXR5O1xuXG4gIC8qKiBVcHBlciBsaW1pdCBvbiBtZWRpY2F0aW9uIHBlciBsaWZldGltZSBvZiB0aGUgcGF0aWVudC4gKi9cbiAgbWF4RG9zZVBlckxpZmV0aW1lPzogUXVhbnRpdHk7XG59XG4iXX0=
@@ -0,0 +1,20 @@
1
+ import type { CodeableConcept } from "./codeableconcept";
2
+ import type { Element } from "./element";
3
+ import type { Quantity } from "./quantity";
4
+ import type { Range } from "./range";
5
+ import type { Ratio } from "./ratio";
6
+ /** Amount of medication per dose and/or rate per unit of time (0..* per Dosage). */
7
+ export interface Dosage_DoseAndRate extends Element {
8
+ /** The kind of dose or rate specified (e.g. ordered or calculated). */
9
+ type?: CodeableConcept;
10
+ /** Amount of medication per dose (Range | Quantity). */
11
+ doseRange?: Range;
12
+ /** Amount of medication per dose (Range | Quantity). */
13
+ doseQuantity?: Quantity;
14
+ /** Amount of medication per unit of time (Ratio | Range | Quantity). */
15
+ rateRatio?: Ratio;
16
+ /** Amount of medication per unit of time (Ratio | Range | Quantity). */
17
+ rateRange?: Range;
18
+ /** Amount of medication per unit of time (Ratio | Range | Quantity). */
19
+ rateQuantity?: Quantity;
20
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9zYWdlX2Rvc2VhbmRyYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2Rvc2FnZV9kb3NlYW5kcmF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgRWxlbWVudCB9IGZyb20gXCIuL2VsZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuaW1wb3J0IHR5cGUgeyBSYW5nZSB9IGZyb20gXCIuL3JhbmdlXCI7XG5pbXBvcnQgdHlwZSB7IFJhdGlvIH0gZnJvbSBcIi4vcmF0aW9cIjtcblxuLy8gRkhJUiBEb3NhZ2VfRG9zZUFuZFJhdGUgVHlwZSAoYmFja2JvbmUgb2YgRG9zYWdlKVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9kb3NhZ2UuaHRtbCAoYmFja2JvbmUgZG9zZUFuZFJhdGUpXG5cbi8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgZG9zZSBhbmQvb3IgcmF0ZSBwZXIgdW5pdCBvZiB0aW1lICgwLi4qIHBlciBEb3NhZ2UpLiAqL1xuZXhwb3J0IGludGVyZmFjZSBEb3NhZ2VfRG9zZUFuZFJhdGUgZXh0ZW5kcyBFbGVtZW50IHtcbiAgLyoqIFRoZSBraW5kIG9mIGRvc2Ugb3IgcmF0ZSBzcGVjaWZpZWQgKGUuZy4gb3JkZXJlZCBvciBjYWxjdWxhdGVkKS4gKi9cbiAgdHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIGRvc2UgKFJhbmdlIHwgUXVhbnRpdHkpLiAqL1xuICBkb3NlUmFuZ2U/OiBSYW5nZTtcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIGRvc2UgKFJhbmdlIHwgUXVhbnRpdHkpLiAqL1xuICBkb3NlUXVhbnRpdHk/OiBRdWFudGl0eTtcblxuICAvKiogQW1vdW50IG9mIG1lZGljYXRpb24gcGVyIHVuaXQgb2YgdGltZSAoUmF0aW8gfCBSYW5nZSB8IFF1YW50aXR5KS4gKi9cbiAgcmF0ZVJhdGlvPzogUmF0aW87XG5cbiAgLyoqIEFtb3VudCBvZiBtZWRpY2F0aW9uIHBlciB1bml0IG9mIHRpbWUgKFJhdGlvIHwgUmFuZ2UgfCBRdWFudGl0eSkuICovXG4gIHJhdGVSYW5nZT86IFJhbmdlO1xuXG4gIC8qKiBBbW91bnQgb2YgbWVkaWNhdGlvbiBwZXIgdW5pdCBvZiB0aW1lIChSYXRpbyB8IFJhbmdlIHwgUXVhbnRpdHkpLiAqL1xuICByYXRlUXVhbnRpdHk/OiBRdWFudGl0eTtcbn1cbiJdfQ==
package/lib/duration.d.ts CHANGED
@@ -1,3 +1,4 @@
1
- import type { Element } from "./element";
2
- export interface Duration extends Element {
1
+ import type { Quantity } from "./quantity";
2
+ /** A length of time. Specialization of Quantity; value + unit/code express duration (e.g. UCUM time units). */
3
+ export interface Duration extends Quantity {
3
4
  }
package/lib/duration.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZHVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgRHVyYXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBFbGVtZW50IH0gZnJvbSBcIi4vZWxlbWVudFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIER1cmF0aW9uIGV4dGVuZHMgRWxlbWVudCB7fVxuIl19
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHVyYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZHVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgUXVhbnRpdHkgfSBmcm9tIFwiLi9xdWFudGl0eVwiO1xuXG4vLyBGSElSIER1cmF0aW9uIFR5cGVcblxuLy8gU3RydWN0dXJlRGVmaW5pdGlvbjogaHR0cHM6Ly9obDcub3JnL2ZoaXIvUjQvZHVyYXRpb24uaHRtbFxuXG4vKiogQSBsZW5ndGggb2YgdGltZS4gU3BlY2lhbGl6YXRpb24gb2YgUXVhbnRpdHk7IHZhbHVlICsgdW5pdC9jb2RlIGV4cHJlc3MgZHVyYXRpb24gKGUuZy4gVUNVTSB0aW1lIHVuaXRzKS4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRHVyYXRpb24gZXh0ZW5kcyBRdWFudGl0eSB7fVxuIl19
@@ -0,0 +1,80 @@
1
+ import type { Annotation } from "./annotation";
2
+ import type { CodeableConcept } from "./codeableconcept";
3
+ import type { PublicationStatus } from "./constants";
4
+ import type { ContactDetail } from "./contactdetail";
5
+ import type { DomainResource } from "./domainresource";
6
+ import type { Identifier } from "./identifier";
7
+ import type { Period } from "./period";
8
+ import type { Reference } from "./reference";
9
+ import type { RelatedArtifact } from "./relatedartifact";
10
+ import type { UsageContext } from "./usagecontext";
11
+ export interface EffectEvidenceSynthesis extends DomainResource {
12
+ /** This is an EffectEvidenceSynthesis resource */
13
+ resourceType: "EffectEvidenceSynthesis";
14
+ /** Canonical identifier for this effect evidence synthesis, represented as a URI (globally unique). */
15
+ url?: string;
16
+ /** Additional identifier for the effect evidence synthesis. */
17
+ identifier?: Array<Identifier>;
18
+ /** The identifier that is used to identify this version of the effect evidence synthesis when it is referenced in a specification, model, design or instance. */
19
+ version?: string;
20
+ /** A natural language name identifying the effect evidence synthesis (computer friendly). */
21
+ name?: string;
22
+ /** A short, descriptive, user-friendly title for the effect evidence synthesis. */
23
+ title?: string;
24
+ /** The status of this effect evidence synthesis. Enables tracking the life-cycle of the content. */
25
+ status: PublicationStatus;
26
+ /** The date (and optionally time) when the effect evidence synthesis was published. */
27
+ date?: string;
28
+ /** The name of the organization or individual that published the effect evidence synthesis. */
29
+ publisher?: string;
30
+ /** Contact details to assist a user in finding and communicating with the publisher. */
31
+ contact?: Array<ContactDetail>;
32
+ /** A free text natural language description of the effect evidence synthesis from a consumer's perspective. */
33
+ description?: string;
34
+ /** Used for footnotes or explanatory notes (0..* Annotation). */
35
+ note?: Array<Annotation>;
36
+ /** The content was developed with a focus and intent of supporting the contexts that are listed. */
37
+ useContext?: Array<UsageContext>;
38
+ /** A legal or geographic region in which the effect evidence synthesis is intended to be used. */
39
+ jurisdiction?: Array<CodeableConcept>;
40
+ /** A copyright statement relating to the effect evidence synthesis and/or its contents. */
41
+ copyright?: string;
42
+ /** The date on which the resource content was approved by the publisher. */
43
+ approvalDate?: string;
44
+ /** The date on which the resource content was last reviewed. */
45
+ lastReviewDate?: string;
46
+ /** The period during which the effect evidence synthesis content was or is planned to be in active use. */
47
+ effectivePeriod?: Period;
48
+ /** A topic the effect evidence synthesis relates to. */
49
+ topic?: Array<CodeableConcept>;
50
+ /** An individual or organization primarily involved in the creation and maintenance of the content. */
51
+ author?: Array<ContactDetail>;
52
+ /** An individual or organization primarily responsible for internal coherence of the content. */
53
+ editor?: Array<ContactDetail>;
54
+ /** An individual or organization primarily responsible for review of some aspect of the content. */
55
+ reviewer?: Array<ContactDetail>;
56
+ /** An individual or organization responsible for officially endorsing the content for use in some setting. */
57
+ endorser?: Array<ContactDetail>;
58
+ /** Related artifacts such as additional documentation, justification, or bibliographic references. */
59
+ relatedArtifact?: Array<RelatedArtifact>;
60
+ /** Type of synthesis (e.g. meta-analysis). */
61
+ synthesisType?: CodeableConcept;
62
+ /** Type of study (e.g. randomized controlled trial). */
63
+ studyType?: CodeableConcept;
64
+ /** A reference to a EvidenceVariable resource that defines the population for the research. */
65
+ population: Reference;
66
+ /** A reference to a EvidenceVariable resource that defines the exposure for the research. */
67
+ exposure: Reference;
68
+ /** A reference to a EvidenceVariable resource that defines the comparison exposure for the research. */
69
+ exposureAlternative: Reference;
70
+ /** A reference to a EvidenceVariable resource that defines the outcome for the research. */
71
+ outcome: Reference;
72
+ /** A description of the size of the sample involved in the synthesis. */
73
+ sampleSize?: unknown;
74
+ /** A description of the results for each exposure considered in the effect evidence synthesis. */
75
+ resultsByExposure?: Array<unknown>;
76
+ /** A description of the effect estimate. */
77
+ effectEstimate?: Array<unknown>;
78
+ /** A description of the certainty of the effect estimate. */
79
+ certainty?: Array<unknown>;
80
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWZmZWN0ZXZpZGVuY2VzeW50aGVzaXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvZWZmZWN0ZXZpZGVuY2VzeW50aGVzaXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQW5ub3RhdGlvbiB9IGZyb20gXCIuL2Fubm90YXRpb25cIjtcbmltcG9ydCB0eXBlIHsgQ29kZWFibGVDb25jZXB0IH0gZnJvbSBcIi4vY29kZWFibGVjb25jZXB0XCI7XG5pbXBvcnQgdHlwZSB7IFB1YmxpY2F0aW9uU3RhdHVzIH0gZnJvbSBcIi4vY29uc3RhbnRzXCI7XG5pbXBvcnQgdHlwZSB7IENvbnRhY3REZXRhaWwgfSBmcm9tIFwiLi9jb250YWN0ZGV0YWlsXCI7XG5pbXBvcnQgdHlwZSB7IERvbWFpblJlc291cmNlIH0gZnJvbSBcIi4vZG9tYWlucmVzb3VyY2VcIjtcbmltcG9ydCB0eXBlIHsgSWRlbnRpZmllciB9IGZyb20gXCIuL2lkZW50aWZpZXJcIjtcbmltcG9ydCB0eXBlIHsgUGVyaW9kIH0gZnJvbSBcIi4vcGVyaW9kXCI7XG5pbXBvcnQgdHlwZSB7IFJlZmVyZW5jZSB9IGZyb20gXCIuL3JlZmVyZW5jZVwiO1xuaW1wb3J0IHR5cGUgeyBSZWxhdGVkQXJ0aWZhY3QgfSBmcm9tIFwiLi9yZWxhdGVkYXJ0aWZhY3RcIjtcbmltcG9ydCB0eXBlIHsgVXNhZ2VDb250ZXh0IH0gZnJvbSBcIi4vdXNhZ2Vjb250ZXh0XCI7XG5cbi8vIEZISVIgRWZmZWN0RXZpZGVuY2VTeW50aGVzaXMgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9lZmZlY3RldmlkZW5jZXN5bnRoZXNpcy5odG1sXG5cbmV4cG9ydCBpbnRlcmZhY2UgRWZmZWN0RXZpZGVuY2VTeW50aGVzaXMgZXh0ZW5kcyBEb21haW5SZXNvdXJjZSB7XG4gIC8qKiBUaGlzIGlzIGFuIEVmZmVjdEV2aWRlbmNlU3ludGhlc2lzIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJFZmZlY3RFdmlkZW5jZVN5bnRoZXNpc1wiO1xuXG4gIC8qKiBDYW5vbmljYWwgaWRlbnRpZmllciBmb3IgdGhpcyBlZmZlY3QgZXZpZGVuY2Ugc3ludGhlc2lzLCByZXByZXNlbnRlZCBhcyBhIFVSSSAoZ2xvYmFsbHkgdW5pcXVlKS4gKi9cbiAgdXJsPzogc3RyaW5nO1xuXG4gIC8qKiBBZGRpdGlvbmFsIGlkZW50aWZpZXIgZm9yIHRoZSBlZmZlY3QgZXZpZGVuY2Ugc3ludGhlc2lzLiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFRoZSBpZGVudGlmaWVyIHRoYXQgaXMgdXNlZCB0byBpZGVudGlmeSB0aGlzIHZlcnNpb24gb2YgdGhlIGVmZmVjdCBldmlkZW5jZSBzeW50aGVzaXMgd2hlbiBpdCBpcyByZWZlcmVuY2VkIGluIGEgc3BlY2lmaWNhdGlvbiwgbW9kZWwsIGRlc2lnbiBvciBpbnN0YW5jZS4gKi9cbiAgdmVyc2lvbj86IHN0cmluZztcblxuICAvKiogQSBuYXR1cmFsIGxhbmd1YWdlIG5hbWUgaWRlbnRpZnlpbmcgdGhlIGVmZmVjdCBldmlkZW5jZSBzeW50aGVzaXMgKGNvbXB1dGVyIGZyaWVuZGx5KS4gKi9cbiAgbmFtZT86IHN0cmluZztcblxuICAvKiogQSBzaG9ydCwgZGVzY3JpcHRpdmUsIHVzZXItZnJpZW5kbHkgdGl0bGUgZm9yIHRoZSBlZmZlY3QgZXZpZGVuY2Ugc3ludGhlc2lzLiAqL1xuICB0aXRsZT86IHN0cmluZztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIGVmZmVjdCBldmlkZW5jZSBzeW50aGVzaXMuIEVuYWJsZXMgdHJhY2tpbmcgdGhlIGxpZmUtY3ljbGUgb2YgdGhlIGNvbnRlbnQuICovXG4gIHN0YXR1czogUHVibGljYXRpb25TdGF0dXM7XG5cbiAgLyoqIFRoZSBkYXRlICAoYW5kIG9wdGlvbmFsbHkgdGltZSkgd2hlbiB0aGUgZWZmZWN0IGV2aWRlbmNlIHN5bnRoZXNpcyB3YXMgcHVibGlzaGVkLiAqL1xuICBkYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgbmFtZSBvZiB0aGUgb3JnYW5pemF0aW9uIG9yIGluZGl2aWR1YWwgdGhhdCBwdWJsaXNoZWQgdGhlIGVmZmVjdCBldmlkZW5jZSBzeW50aGVzaXMuICovXG4gIHB1Ymxpc2hlcj86IHN0cmluZztcblxuICAvKiogQ29udGFjdCBkZXRhaWxzIHRvIGFzc2lzdCBhIHVzZXIgaW4gZmluZGluZyBhbmQgY29tbXVuaWNhdGluZyB3aXRoIHRoZSBwdWJsaXNoZXIuICovXG4gIGNvbnRhY3Q/OiBBcnJheTxDb250YWN0RGV0YWlsPjtcblxuICAvKiogQSBmcmVlIHRleHQgbmF0dXJhbCBsYW5ndWFnZSBkZXNjcmlwdGlvbiBvZiB0aGUgZWZmZWN0IGV2aWRlbmNlIHN5bnRoZXNpcyBmcm9tIGEgY29uc3VtZXIncyBwZXJzcGVjdGl2ZS4gKi9cbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG5cbiAgLyoqIFVzZWQgZm9yIGZvb3Rub3RlcyBvciBleHBsYW5hdG9yeSBub3RlcyAoMC4uKiBBbm5vdGF0aW9uKS4gKi9cbiAgbm90ZT86IEFycmF5PEFubm90YXRpb24+O1xuXG4gIC8qKiBUaGUgY29udGVudCB3YXMgZGV2ZWxvcGVkIHdpdGggYSBmb2N1cyBhbmQgaW50ZW50IG9mIHN1cHBvcnRpbmcgdGhlIGNvbnRleHRzIHRoYXQgYXJlIGxpc3RlZC4gKi9cbiAgdXNlQ29udGV4dD86IEFycmF5PFVzYWdlQ29udGV4dD47XG5cbiAgLyoqIEEgbGVnYWwgb3IgZ2VvZ3JhcGhpYyByZWdpb24gaW4gd2hpY2ggdGhlIGVmZmVjdCBldmlkZW5jZSBzeW50aGVzaXMgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAganVyaXNkaWN0aW9uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogQSBjb3B5cmlnaHQgc3RhdGVtZW50IHJlbGF0aW5nIHRvIHRoZSBlZmZlY3QgZXZpZGVuY2Ugc3ludGhlc2lzIGFuZC9vciBpdHMgY29udGVudHMuICovXG4gIGNvcHlyaWdodD86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb24gd2hpY2ggdGhlIHJlc291cmNlIGNvbnRlbnQgd2FzIGFwcHJvdmVkIGJ5IHRoZSBwdWJsaXNoZXIuICovXG4gIGFwcHJvdmFsRGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb24gd2hpY2ggdGhlIHJlc291cmNlIGNvbnRlbnQgd2FzIGxhc3QgcmV2aWV3ZWQuICovXG4gIGxhc3RSZXZpZXdEYXRlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgcGVyaW9kIGR1cmluZyB3aGljaCB0aGUgZWZmZWN0IGV2aWRlbmNlIHN5bnRoZXNpcyBjb250ZW50IHdhcyBvciBpcyBwbGFubmVkIHRvIGJlIGluIGFjdGl2ZSB1c2UuICovXG4gIGVmZmVjdGl2ZVBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogQSB0b3BpYyB0aGUgZWZmZWN0IGV2aWRlbmNlIHN5bnRoZXNpcyByZWxhdGVzIHRvLiAqL1xuICB0b3BpYz86IEFycmF5PENvZGVhYmxlQ29uY2VwdD47XG5cbiAgLyoqIEFuIGluZGl2aWR1YWwgb3Igb3JnYW5pemF0aW9uIHByaW1hcmlseSBpbnZvbHZlZCBpbiB0aGUgY3JlYXRpb24gYW5kIG1haW50ZW5hbmNlIG9mIHRoZSBjb250ZW50LiAqL1xuICBhdXRob3I/OiBBcnJheTxDb250YWN0RGV0YWlsPjtcblxuICAvKiogQW4gaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gcHJpbWFyaWx5IHJlc3BvbnNpYmxlIGZvciBpbnRlcm5hbCBjb2hlcmVuY2Ugb2YgdGhlIGNvbnRlbnQuICovXG4gIGVkaXRvcj86IEFycmF5PENvbnRhY3REZXRhaWw+O1xuXG4gIC8qKiBBbiBpbmRpdmlkdWFsIG9yIG9yZ2FuaXphdGlvbiBwcmltYXJpbHkgcmVzcG9uc2libGUgZm9yIHJldmlldyBvZiBzb21lIGFzcGVjdCBvZiB0aGUgY29udGVudC4gKi9cbiAgcmV2aWV3ZXI/OiBBcnJheTxDb250YWN0RGV0YWlsPjtcblxuICAvKiogQW4gaW5kaXZpZHVhbCBvciBvcmdhbml6YXRpb24gcmVzcG9uc2libGUgZm9yIG9mZmljaWFsbHkgZW5kb3JzaW5nIHRoZSBjb250ZW50IGZvciB1c2UgaW4gc29tZSBzZXR0aW5nLiAqL1xuICBlbmRvcnNlcj86IEFycmF5PENvbnRhY3REZXRhaWw+O1xuXG4gIC8qKiBSZWxhdGVkIGFydGlmYWN0cyBzdWNoIGFzIGFkZGl0aW9uYWwgZG9jdW1lbnRhdGlvbiwganVzdGlmaWNhdGlvbiwgb3IgYmlibGlvZ3JhcGhpYyByZWZlcmVuY2VzLiAqL1xuICByZWxhdGVkQXJ0aWZhY3Q/OiBBcnJheTxSZWxhdGVkQXJ0aWZhY3Q+O1xuXG4gIC8qKiBUeXBlIG9mIHN5bnRoZXNpcyAoZS5nLiBtZXRhLWFuYWx5c2lzKS4gKi9cbiAgc3ludGhlc2lzVHlwZT86IENvZGVhYmxlQ29uY2VwdDtcblxuICAvKiogVHlwZSBvZiBzdHVkeSAoZS5nLiByYW5kb21pemVkIGNvbnRyb2xsZWQgdHJpYWwpLiAqL1xuICBzdHVkeVR5cGU/OiBDb2RlYWJsZUNvbmNlcHQ7XG5cbiAgLyoqIEEgcmVmZXJlbmNlIHRvIGEgRXZpZGVuY2VWYXJpYWJsZSByZXNvdXJjZSB0aGF0IGRlZmluZXMgdGhlIHBvcHVsYXRpb24gZm9yIHRoZSByZXNlYXJjaC4gKi9cbiAgcG9wdWxhdGlvbjogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIHJlZmVyZW5jZSB0byBhIEV2aWRlbmNlVmFyaWFibGUgcmVzb3VyY2UgdGhhdCBkZWZpbmVzIHRoZSBleHBvc3VyZSBmb3IgdGhlIHJlc2VhcmNoLiAqL1xuICBleHBvc3VyZTogUmVmZXJlbmNlO1xuXG4gIC8qKiBBIHJlZmVyZW5jZSB0byBhIEV2aWRlbmNlVmFyaWFibGUgcmVzb3VyY2UgdGhhdCBkZWZpbmVzIHRoZSBjb21wYXJpc29uIGV4cG9zdXJlIGZvciB0aGUgcmVzZWFyY2guICovXG4gIGV4cG9zdXJlQWx0ZXJuYXRpdmU6IFJlZmVyZW5jZTtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gYSBFdmlkZW5jZVZhcmlhYmxlIHJlc291cmNlIHRoYXQgZGVmaW5lcyB0aGUgb3V0Y29tZSBmb3IgdGhlIHJlc2VhcmNoLiAqL1xuICBvdXRjb21lOiBSZWZlcmVuY2U7XG5cbiAgLyoqIEEgZGVzY3JpcHRpb24gb2YgdGhlIHNpemUgb2YgdGhlIHNhbXBsZSBpbnZvbHZlZCBpbiB0aGUgc3ludGhlc2lzLiAqL1xuICBzYW1wbGVTaXplPzogdW5rbm93bjtcblxuICAvKiogQSBkZXNjcmlwdGlvbiBvZiB0aGUgcmVzdWx0cyBmb3IgZWFjaCBleHBvc3VyZSBjb25zaWRlcmVkIGluIHRoZSBlZmZlY3QgZXZpZGVuY2Ugc3ludGhlc2lzLiAqL1xuICByZXN1bHRzQnlFeHBvc3VyZT86IEFycmF5PHVua25vd24+O1xuXG4gIC8qKiBBIGRlc2NyaXB0aW9uIG9mIHRoZSBlZmZlY3QgZXN0aW1hdGUuICovXG4gIGVmZmVjdEVzdGltYXRlPzogQXJyYXk8dW5rbm93bj47XG5cbiAgLyoqIEEgZGVzY3JpcHRpb24gb2YgdGhlIGNlcnRhaW50eSBvZiB0aGUgZWZmZWN0IGVzdGltYXRlLiAqL1xuICBjZXJ0YWludHk/OiBBcnJheTx1bmtub3duPjtcbn1cbiJdfQ==
package/lib/element.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9lbGVtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGSElSIEVsZW1lbnQgVHlwZVxuaW1wb3J0IHR5cGUgeyBFeHRlbnNpb24gfSBmcm9tIFwiLi9leHRlbnNpb25cIjtcblxuZXhwb3J0IGludGVyZmFjZSBFbGVtZW50IHtcbiAgLyoqIHVuaXF1ZSBpZCBmb3IgdGhlIGVsZW1lbnQgd2l0aGluIGEgcmVzb3VyY2UgKGZvciBpbnRlcm5hbCByZWZlcmVuY2VzKS4gVGhpcyBtYXkgYmUgYW55IHN0cmluZyB2YWx1ZSB0aGF0IGRvZXMgbm90IGNvbnRhaW4gc3BhY2VzLiAqL1xuICBpZD86IHN0cmluZztcblxuICAvKiogTWF5IGJlIHVzZWQgdG8gcmVwcmVzZW50IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gdGhhdCBpcyBub3QgcGFydCBvZiB0aGUgYmFzaWMgZGVmaW5pdGlvbiBvZiB0aGUgZWxlbWVudC4gSW4gb3JkZXIgdG8gbWFrZSB0aGUgdXNlIG9mIGV4dGVuc2lvbnMgc2FmZSBhbmQgbWFuYWdlYWJsZSwgdGhlcmUgaXMgYSBzdHJpY3Qgc2V0IG9mIGdvdmVybmFuY2UgIGFwcGxpZWQgdG8gdGhlIGRlZmluaXRpb24gYW5kIHVzZSBvZiBleHRlbnNpb25zLiBUaG91Z2ggYW55IGltcGxlbWVudGVyIGlzIGFsbG93ZWQgdG8gZGVmaW5lIGFuIGV4dGVuc2lvbiwgdGhlcmUgaXMgYSBzZXQgb2YgcmVxdWlyZW1lbnRzIHRoYXQgU0hBTEwgYmUgbWV0IGFzIHBhcnQgb2YgdGhlIGRlZmluaXRpb24gb2YgdGhlIGV4dGVuc2lvbi4gKi9cbiAgZXh0ZW5zaW9uPzogQXJyYXk8RXh0ZW5zaW9uPjtcbn1cbiJdfQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9lbGVtZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEV4dGVuc2lvbiB9IGZyb20gXCIuL2V4dGVuc2lvblwiO1xuXG4vLyBGSElSIEVsZW1lbnQgVHlwZVxuXG4vLyBTdHJ1Y3R1cmVEZWZpbml0aW9uOiBodHRwczovL2hsNy5vcmcvZmhpci9SNC9lbGVtZW50Lmh0bWxcblxuZXhwb3J0IGludGVyZmFjZSBFbGVtZW50IHtcbiAgLyoqIHVuaXF1ZSBpZCBmb3IgdGhlIGVsZW1lbnQgd2l0aGluIGEgcmVzb3VyY2UgKGZvciBpbnRlcm5hbCByZWZlcmVuY2VzKS4gVGhpcyBtYXkgYmUgYW55IHN0cmluZyB2YWx1ZSB0aGF0IGRvZXMgbm90IGNvbnRhaW4gc3BhY2VzLiAqL1xuICBpZD86IHN0cmluZztcblxuICAvKiogTWF5IGJlIHVzZWQgdG8gcmVwcmVzZW50IGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gdGhhdCBpcyBub3QgcGFydCBvZiB0aGUgYmFzaWMgZGVmaW5pdGlvbiBvZiB0aGUgZWxlbWVudC4gSW4gb3JkZXIgdG8gbWFrZSB0aGUgdXNlIG9mIGV4dGVuc2lvbnMgc2FmZSBhbmQgbWFuYWdlYWJsZSwgdGhlcmUgaXMgYSBzdHJpY3Qgc2V0IG9mIGdvdmVybmFuY2UgIGFwcGxpZWQgdG8gdGhlIGRlZmluaXRpb24gYW5kIHVzZSBvZiBleHRlbnNpb25zLiBUaG91Z2ggYW55IGltcGxlbWVudGVyIGlzIGFsbG93ZWQgdG8gZGVmaW5lIGFuIGV4dGVuc2lvbiwgdGhlcmUgaXMgYSBzZXQgb2YgcmVxdWlyZW1lbnRzIHRoYXQgU0hBTEwgYmUgbWV0IGFzIHBhcnQgb2YgdGhlIGRlZmluaXRpb24gb2YgdGhlIGV4dGVuc2lvbi4gKi9cbiAgZXh0ZW5zaW9uPzogQXJyYXk8RXh0ZW5zaW9uPjtcbn1cbiJdfQ==
@@ -39,13 +39,24 @@ import type { Signature } from "./signature";
39
39
  import type { Timing } from "./timing";
40
40
  import type { TriggerDefinition } from "./triggerdefinition";
41
41
  import type { UsageContext } from "./usagecontext";
42
+ /** ElementDefinition representation: xmlAttr | xmlText | typeAttr | cdaText | xhtml */
43
+ export declare const ELEMENT_DEFINITION_REPRESENTATION: {
44
+ readonly XML_ATTR: "xmlAttr";
45
+ readonly XML_TEXT: "xmlText";
46
+ readonly TYPE_ATTR: "typeAttr";
47
+ readonly CDA_TEXT: "cdaText";
48
+ readonly XHTML: "xhtml";
49
+ };
50
+ export type ElementDefinitionRepresentation = (typeof ELEMENT_DEFINITION_REPRESENTATION)[keyof typeof ELEMENT_DEFINITION_REPRESENTATION];
42
51
  export interface ElementDefinition extends BackboneElement {
43
52
  /** The path identifies the element and is expressed as a "."-separated list of ancestor elements, beginning with the name of the resource or extension. */
44
53
  path?: string;
45
54
  /** Codes that define how this element is represented in instances, when the deviation varies from the normal case. */
46
- representation?: "xmlAttr" | "xmlText" | "typeAttr" | "cdaText" | "xhtml";
55
+ representation?: ElementDefinitionRepresentation;
47
56
  /** The name of this element definition slice, when slicing is working. The name must be a token with no dots or spaces. This is a unique name referring to a specific set of constraints applied to this element, used to provide a name to different slices of the same element. */
48
57
  sliceName?: string;
58
+ /** If true, indicates that this slice definition is constraining a slice definition with the same name in an inherited profile. If false, the slice is not overriding any slice in an inherited profile. */
59
+ sliceIsConstraining?: boolean;
49
60
  /** A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form. */
50
61
  label?: string;
51
62
  /** A code that has the same meaning as the element in a particular terminology. */
@@ -442,6 +453,8 @@ export interface ElementDefinition extends BackboneElement {
442
453
  mustSupport?: boolean;
443
454
  /** If true, the value of this element affects the interpretation of the element or resource that contains it, and the value of the element cannot be ignored. Typically, this is used for status, negation and qualification codes. The effect of this is that the element cannot be ignored by systems: they SHALL either recognize the element and process it, and/or a pre-determination has been made that it is not relevant to their particular system. */
444
455
  isModifier?: boolean;
456
+ /** Explains how that element affects the interpretation of the resource or element that contains it. */
457
+ isModifierReason?: string;
445
458
  /** Whether the element should be included if a client requests a search with the parameter _summary=true. */
446
459
  isSummary?: boolean;
447
460
  /** Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri). */