@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
@@ -1,65 +0,0 @@
1
- import type { CodeableConcept } from "./codeableconcept";
2
- import type { ContactDetail } from "./contactdetail";
3
- import type { Contributor } from "./contributor";
4
- import type { DataRequirement } from "./datarequirement";
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 { TriggerDefinition } from "./triggerdefinition";
11
- import type { UsageContext } from "./usagecontext";
12
- export interface ServiceDefinition extends DomainResource {
13
- /** This is a ServiceDefinition resource */
14
- resourceType: "ServiceDefinition";
15
- /** An absolute URI that is used to identify this service definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this service definition is (or will be) published. The URL SHOULD include the major version of the service definition. For more information see [Technical and Business Versions](resource.html#versions). */
16
- url?: string;
17
- /** A formal identifier that is used to identify this service definition when it is represented in other formats, or referenced in a specification, model, design or an instance. This is used for CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts. */
18
- identifier?: Array<Identifier>;
19
- /** The identifier that is used to identify this version of the service definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the service definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. */
20
- version?: string;
21
- /** A natural language name identifying the service definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. */
22
- name?: string;
23
- /** A short, descriptive, user-friendly title for the service definition. */
24
- title?: string;
25
- /** The status of this service definition. Enables tracking the life-cycle of the content. */
26
- status?: "draft" | "active" | "retired" | "unknown";
27
- /** A boolean value to indicate that this service definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. */
28
- experimental?: boolean;
29
- /** The date (and optionally time) when the service definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the service definition changes. */
30
- date?: string;
31
- /** The name of the individual or organization that published the service definition. */
32
- publisher?: string;
33
- /** A free text natural language description of the service definition from a consumer's perspective. */
34
- description?: string;
35
- /** Explaination of why this service definition is needed and why it has been designed as it has. */
36
- purpose?: string;
37
- /** A detailed description of how the module is used from a clinical perspective. */
38
- usage?: string;
39
- /** The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage. */
40
- approvalDate?: string;
41
- /** The date on which the resource content was last reviewed. Review happens periodically after approval, but doesn't change the original approval date. */
42
- lastReviewDate?: string;
43
- /** The period during which the service definition content was or is planned to be in active use. */
44
- effectivePeriod?: Period;
45
- /** The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate service definition instances. */
46
- useContext?: Array<UsageContext>;
47
- /** A legal or geographic region in which the service definition is intended to be used. */
48
- jurisdiction?: Array<CodeableConcept>;
49
- /** Descriptive topics related to the module. Topics provide a high-level categorization of the module that can be useful for filtering and searching. */
50
- topic?: Array<CodeableConcept>;
51
- /** A contributor to the content of the module, including authors, editors, reviewers, and endorsers. */
52
- contributor?: Array<Contributor>;
53
- /** Contact details to assist a user in finding and communicating with the publisher. */
54
- contact?: Array<ContactDetail>;
55
- /** A copyright statement relating to the service definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the service definition. */
56
- copyright?: string;
57
- /** Related resources such as additional documentation, justification, or bibliographic references. */
58
- relatedArtifact?: Array<RelatedArtifact>;
59
- /** The trigger element defines when the rule should be invoked. This information is used by consumers of the rule to determine how to integrate the rule into a specific workflow. */
60
- trigger?: Array<TriggerDefinition>;
61
- /** Data requirements are a machine processable description of the data required by the module in order to perform a successful evaluation. */
62
- dataRequirement?: Array<DataRequirement>;
63
- /** A reference to the operation that is used to invoke this service. */
64
- operationDefinition?: Reference;
65
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmljZWRlZmluaXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvc2VydmljZWRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8vIEZISVIgU2VydmljZURlZmluaXRpb24gVHlwZVxuaW1wb3J0IHR5cGUgeyBDb2RlYWJsZUNvbmNlcHQgfSBmcm9tIFwiLi9jb2RlYWJsZWNvbmNlcHRcIjtcbmltcG9ydCB0eXBlIHsgQ29udGFjdERldGFpbCB9IGZyb20gXCIuL2NvbnRhY3RkZXRhaWxcIjtcbmltcG9ydCB0eXBlIHsgQ29udHJpYnV0b3IgfSBmcm9tIFwiLi9jb250cmlidXRvclwiO1xuaW1wb3J0IHR5cGUgeyBEYXRhUmVxdWlyZW1lbnQgfSBmcm9tIFwiLi9kYXRhcmVxdWlyZW1lbnRcIjtcbmltcG9ydCB0eXBlIHsgRG9tYWluUmVzb3VyY2UgfSBmcm9tIFwiLi9kb21haW5yZXNvdXJjZVwiO1xuaW1wb3J0IHR5cGUgeyBJZGVudGlmaWVyIH0gZnJvbSBcIi4vaWRlbnRpZmllclwiO1xuaW1wb3J0IHR5cGUgeyBQZXJpb2QgfSBmcm9tIFwiLi9wZXJpb2RcIjtcbmltcG9ydCB0eXBlIHsgUmVmZXJlbmNlIH0gZnJvbSBcIi4vcmVmZXJlbmNlXCI7XG5pbXBvcnQgdHlwZSB7IFJlbGF0ZWRBcnRpZmFjdCB9IGZyb20gXCIuL3JlbGF0ZWRhcnRpZmFjdFwiO1xuaW1wb3J0IHR5cGUgeyBUcmlnZ2VyRGVmaW5pdGlvbiB9IGZyb20gXCIuL3RyaWdnZXJkZWZpbml0aW9uXCI7XG5pbXBvcnQgdHlwZSB7IFVzYWdlQ29udGV4dCB9IGZyb20gXCIuL3VzYWdlY29udGV4dFwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIFNlcnZpY2VEZWZpbml0aW9uIGV4dGVuZHMgRG9tYWluUmVzb3VyY2Uge1xuICAvKiogVGhpcyBpcyBhIFNlcnZpY2VEZWZpbml0aW9uIHJlc291cmNlICovXG4gIHJlc291cmNlVHlwZTogXCJTZXJ2aWNlRGVmaW5pdGlvblwiO1xuXG4gIC8qKiBBbiBhYnNvbHV0ZSBVUkkgdGhhdCBpcyB1c2VkIHRvIGlkZW50aWZ5IHRoaXMgc2VydmljZSBkZWZpbml0aW9uIHdoZW4gaXQgaXMgcmVmZXJlbmNlZCBpbiBhIHNwZWNpZmljYXRpb24sIG1vZGVsLCBkZXNpZ24gb3IgYW4gaW5zdGFuY2UuIFRoaXMgU0hBTEwgYmUgYSBVUkwsIFNIT1VMRCBiZSBnbG9iYWxseSB1bmlxdWUsIGFuZCBTSE9VTEQgYmUgYW4gYWRkcmVzcyBhdCB3aGljaCB0aGlzIHNlcnZpY2UgZGVmaW5pdGlvbiBpcyAob3Igd2lsbCBiZSkgcHVibGlzaGVkLiBUaGUgVVJMIFNIT1VMRCBpbmNsdWRlIHRoZSBtYWpvciB2ZXJzaW9uIG9mIHRoZSBzZXJ2aWNlIGRlZmluaXRpb24uIEZvciBtb3JlIGluZm9ybWF0aW9uIHNlZSBbVGVjaG5pY2FsIGFuZCBCdXNpbmVzcyBWZXJzaW9uc10ocmVzb3VyY2UuaHRtbCN2ZXJzaW9ucykuICovXG4gIHVybD86IHN0cmluZztcblxuICAvKiogQSBmb3JtYWwgaWRlbnRpZmllciB0aGF0IGlzIHVzZWQgdG8gaWRlbnRpZnkgdGhpcyBzZXJ2aWNlIGRlZmluaXRpb24gd2hlbiBpdCBpcyByZXByZXNlbnRlZCBpbiBvdGhlciBmb3JtYXRzLCBvciByZWZlcmVuY2VkIGluIGEgc3BlY2lmaWNhdGlvbiwgbW9kZWwsIGRlc2lnbiBvciBhbiBpbnN0YW5jZS4gVGhpcyBpcyB1c2VkIGZvciBDTVMgb3IgTlFGIGlkZW50aWZpZXJzIGZvciBhIG1lYXN1cmUgYXJ0aWZhY3QuIE5vdGUgdGhhdCBhdCBsZWFzdCBvbmUgaWRlbnRpZmllciBpcyByZXF1aXJlZCBmb3Igbm9uLWV4cGVyaW1lbnRhbCBhY3RpdmUgYXJ0aWZhY3RzLiAqL1xuICBpZGVudGlmaWVyPzogQXJyYXk8SWRlbnRpZmllcj47XG5cbiAgLyoqIFRoZSBpZGVudGlmaWVyIHRoYXQgaXMgdXNlZCB0byBpZGVudGlmeSB0aGlzIHZlcnNpb24gb2YgdGhlIHNlcnZpY2UgZGVmaW5pdGlvbiB3aGVuIGl0IGlzIHJlZmVyZW5jZWQgaW4gYSBzcGVjaWZpY2F0aW9uLCBtb2RlbCwgZGVzaWduIG9yIGluc3RhbmNlLiBUaGlzIGlzIGFuIGFyYml0cmFyeSB2YWx1ZSBtYW5hZ2VkIGJ5IHRoZSBzZXJ2aWNlIGRlZmluaXRpb24gYXV0aG9yIGFuZCBpcyBub3QgZXhwZWN0ZWQgdG8gYmUgZ2xvYmFsbHkgdW5pcXVlLiBGb3IgZXhhbXBsZSwgaXQgbWlnaHQgYmUgYSB0aW1lc3RhbXAgKGUuZy4geXl5eW1tZGQpIGlmIGEgbWFuYWdlZCB2ZXJzaW9uIGlzIG5vdCBhdmFpbGFibGUuIFRoZXJlIGlzIGFsc28gbm8gZXhwZWN0YXRpb24gdGhhdCB2ZXJzaW9ucyBjYW4gYmUgcGxhY2VkIGluIGEgbGV4aWNvZ3JhcGhpY2FsIHNlcXVlbmNlLiAqL1xuICB2ZXJzaW9uPzogc3RyaW5nO1xuXG4gIC8qKiBBIG5hdHVyYWwgbGFuZ3VhZ2UgbmFtZSBpZGVudGlmeWluZyB0aGUgc2VydmljZSBkZWZpbml0aW9uLiBUaGlzIG5hbWUgc2hvdWxkIGJlIHVzYWJsZSBhcyBhbiBpZGVudGlmaWVyIGZvciB0aGUgbW9kdWxlIGJ5IG1hY2hpbmUgcHJvY2Vzc2luZyBhcHBsaWNhdGlvbnMgc3VjaCBhcyBjb2RlIGdlbmVyYXRpb24uICovXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgLyoqIEEgc2hvcnQsIGRlc2NyaXB0aXZlLCB1c2VyLWZyaWVuZGx5IHRpdGxlIGZvciB0aGUgc2VydmljZSBkZWZpbml0aW9uLiAqL1xuICB0aXRsZT86IHN0cmluZztcblxuICAvKiogVGhlIHN0YXR1cyBvZiB0aGlzIHNlcnZpY2UgZGVmaW5pdGlvbi4gRW5hYmxlcyB0cmFja2luZyB0aGUgbGlmZS1jeWNsZSBvZiB0aGUgY29udGVudC4gKi9cbiAgc3RhdHVzPzogXCJkcmFmdFwiIHwgXCJhY3RpdmVcIiB8IFwicmV0aXJlZFwiIHwgXCJ1bmtub3duXCI7XG5cbiAgLyoqIEEgYm9vbGVhbiB2YWx1ZSB0byBpbmRpY2F0ZSB0aGF0IHRoaXMgc2VydmljZSBkZWZpbml0aW9uIGlzIGF1dGhvcmVkIGZvciB0ZXN0aW5nIHB1cnBvc2VzIChvciBlZHVjYXRpb24vZXZhbHVhdGlvbi9tYXJrZXRpbmcpLCBhbmQgaXMgbm90IGludGVuZGVkIHRvIGJlIHVzZWQgZm9yIGdlbnVpbmUgdXNhZ2UuICovXG4gIGV4cGVyaW1lbnRhbD86IGJvb2xlYW47XG5cbiAgLyoqIFRoZSBkYXRlICAoYW5kIG9wdGlvbmFsbHkgdGltZSkgd2hlbiB0aGUgc2VydmljZSBkZWZpbml0aW9uIHdhcyBwdWJsaXNoZWQuIFRoZSBkYXRlIG11c3QgY2hhbmdlIGlmIGFuZCB3aGVuIHRoZSBidXNpbmVzcyB2ZXJzaW9uIGNoYW5nZXMgYW5kIGl0IG11c3QgY2hhbmdlIGlmIHRoZSBzdGF0dXMgY29kZSBjaGFuZ2VzLiBJbiBhZGRpdGlvbiwgaXQgc2hvdWxkIGNoYW5nZSB3aGVuIHRoZSBzdWJzdGFudGl2ZSBjb250ZW50IG9mIHRoZSBzZXJ2aWNlIGRlZmluaXRpb24gY2hhbmdlcy4gKi9cbiAgZGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIG5hbWUgb2YgdGhlIGluZGl2aWR1YWwgb3Igb3JnYW5pemF0aW9uIHRoYXQgcHVibGlzaGVkIHRoZSBzZXJ2aWNlIGRlZmluaXRpb24uICovXG4gIHB1Ymxpc2hlcj86IHN0cmluZztcblxuICAvKiogQSBmcmVlIHRleHQgbmF0dXJhbCBsYW5ndWFnZSBkZXNjcmlwdGlvbiBvZiB0aGUgc2VydmljZSBkZWZpbml0aW9uIGZyb20gYSBjb25zdW1lcidzIHBlcnNwZWN0aXZlLiAqL1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcblxuICAvKiogRXhwbGFpbmF0aW9uIG9mIHdoeSB0aGlzIHNlcnZpY2UgZGVmaW5pdGlvbiBpcyBuZWVkZWQgYW5kIHdoeSBpdCBoYXMgYmVlbiBkZXNpZ25lZCBhcyBpdCBoYXMuICovXG4gIHB1cnBvc2U/OiBzdHJpbmc7XG5cbiAgLyoqIEEgZGV0YWlsZWQgZGVzY3JpcHRpb24gb2YgaG93IHRoZSBtb2R1bGUgaXMgdXNlZCBmcm9tIGEgY2xpbmljYWwgcGVyc3BlY3RpdmUuICovXG4gIHVzYWdlPzogc3RyaW5nO1xuXG4gIC8qKiBUaGUgZGF0ZSBvbiB3aGljaCB0aGUgcmVzb3VyY2UgY29udGVudCB3YXMgYXBwcm92ZWQgYnkgdGhlIHB1Ymxpc2hlci4gQXBwcm92YWwgaGFwcGVucyBvbmNlIHdoZW4gdGhlIGNvbnRlbnQgaXMgb2ZmaWNpYWxseSBhcHByb3ZlZCBmb3IgdXNhZ2UuICovXG4gIGFwcHJvdmFsRGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIGRhdGUgb24gd2hpY2ggdGhlIHJlc291cmNlIGNvbnRlbnQgd2FzIGxhc3QgcmV2aWV3ZWQuIFJldmlldyBoYXBwZW5zIHBlcmlvZGljYWxseSBhZnRlciBhcHByb3ZhbCwgYnV0IGRvZXNuJ3QgY2hhbmdlIHRoZSBvcmlnaW5hbCBhcHByb3ZhbCBkYXRlLiAqL1xuICBsYXN0UmV2aWV3RGF0ZT86IHN0cmluZztcblxuICAvKiogVGhlIHBlcmlvZCBkdXJpbmcgd2hpY2ggdGhlIHNlcnZpY2UgZGVmaW5pdGlvbiBjb250ZW50IHdhcyBvciBpcyBwbGFubmVkIHRvIGJlIGluIGFjdGl2ZSB1c2UuICovXG4gIGVmZmVjdGl2ZVBlcmlvZD86IFBlcmlvZDtcblxuICAvKiogVGhlIGNvbnRlbnQgd2FzIGRldmVsb3BlZCB3aXRoIGEgZm9jdXMgYW5kIGludGVudCBvZiBzdXBwb3J0aW5nIHRoZSBjb250ZXh0cyB0aGF0IGFyZSBsaXN0ZWQuIFRoZXNlIHRlcm1zIG1heSBiZSB1c2VkIHRvIGFzc2lzdCB3aXRoIGluZGV4aW5nIGFuZCBzZWFyY2hpbmcgZm9yIGFwcHJvcHJpYXRlIHNlcnZpY2UgZGVmaW5pdGlvbiBpbnN0YW5jZXMuICovXG4gIHVzZUNvbnRleHQ/OiBBcnJheTxVc2FnZUNvbnRleHQ+O1xuXG4gIC8qKiBBIGxlZ2FsIG9yIGdlb2dyYXBoaWMgcmVnaW9uIGluIHdoaWNoIHRoZSBzZXJ2aWNlIGRlZmluaXRpb24gaXMgaW50ZW5kZWQgdG8gYmUgdXNlZC4gKi9cbiAganVyaXNkaWN0aW9uPzogQXJyYXk8Q29kZWFibGVDb25jZXB0PjtcblxuICAvKiogRGVzY3JpcHRpdmUgdG9waWNzIHJlbGF0ZWQgdG8gdGhlIG1vZHVsZS4gVG9waWNzIHByb3ZpZGUgYSBoaWdoLWxldmVsIGNhdGVnb3JpemF0aW9uIG9mIHRoZSBtb2R1bGUgdGhhdCBjYW4gYmUgdXNlZnVsIGZvciBmaWx0ZXJpbmcgYW5kIHNlYXJjaGluZy4gKi9cbiAgdG9waWM/OiBBcnJheTxDb2RlYWJsZUNvbmNlcHQ+O1xuXG4gIC8qKiBBIGNvbnRyaWJ1dG9yIHRvIHRoZSBjb250ZW50IG9mIHRoZSBtb2R1bGUsIGluY2x1ZGluZyBhdXRob3JzLCBlZGl0b3JzLCByZXZpZXdlcnMsIGFuZCBlbmRvcnNlcnMuICovXG4gIGNvbnRyaWJ1dG9yPzogQXJyYXk8Q29udHJpYnV0b3I+O1xuXG4gIC8qKiBDb250YWN0IGRldGFpbHMgdG8gYXNzaXN0IGEgdXNlciBpbiBmaW5kaW5nIGFuZCBjb21tdW5pY2F0aW5nIHdpdGggdGhlIHB1Ymxpc2hlci4gKi9cbiAgY29udGFjdD86IEFycmF5PENvbnRhY3REZXRhaWw+O1xuXG4gIC8qKiBBIGNvcHlyaWdodCBzdGF0ZW1lbnQgcmVsYXRpbmcgdG8gdGhlIHNlcnZpY2UgZGVmaW5pdGlvbiBhbmQvb3IgaXRzIGNvbnRlbnRzLiBDb3B5cmlnaHQgc3RhdGVtZW50cyBhcmUgZ2VuZXJhbGx5IGxlZ2FsIHJlc3RyaWN0aW9ucyBvbiB0aGUgdXNlIGFuZCBwdWJsaXNoaW5nIG9mIHRoZSBzZXJ2aWNlIGRlZmluaXRpb24uICovXG4gIGNvcHlyaWdodD86IHN0cmluZztcblxuICAvKiogUmVsYXRlZCByZXNvdXJjZXMgc3VjaCBhcyBhZGRpdGlvbmFsIGRvY3VtZW50YXRpb24sIGp1c3RpZmljYXRpb24sIG9yIGJpYmxpb2dyYXBoaWMgcmVmZXJlbmNlcy4gKi9cbiAgcmVsYXRlZEFydGlmYWN0PzogQXJyYXk8UmVsYXRlZEFydGlmYWN0PjtcblxuICAvKiogVGhlIHRyaWdnZXIgZWxlbWVudCBkZWZpbmVzIHdoZW4gdGhlIHJ1bGUgc2hvdWxkIGJlIGludm9rZWQuIFRoaXMgaW5mb3JtYXRpb24gaXMgdXNlZCBieSBjb25zdW1lcnMgb2YgdGhlIHJ1bGUgdG8gZGV0ZXJtaW5lIGhvdyB0byBpbnRlZ3JhdGUgdGhlIHJ1bGUgaW50byBhIHNwZWNpZmljIHdvcmtmbG93LiAqL1xuICB0cmlnZ2VyPzogQXJyYXk8VHJpZ2dlckRlZmluaXRpb24+O1xuXG4gIC8qKiBEYXRhIHJlcXVpcmVtZW50cyBhcmUgYSBtYWNoaW5lIHByb2Nlc3NhYmxlIGRlc2NyaXB0aW9uIG9mIHRoZSBkYXRhIHJlcXVpcmVkIGJ5IHRoZSBtb2R1bGUgaW4gb3JkZXIgdG8gcGVyZm9ybSBhIHN1Y2Nlc3NmdWwgZXZhbHVhdGlvbi4gKi9cbiAgZGF0YVJlcXVpcmVtZW50PzogQXJyYXk8RGF0YVJlcXVpcmVtZW50PjtcblxuICAvKiogQSByZWZlcmVuY2UgdG8gdGhlIG9wZXJhdGlvbiB0aGF0IGlzIHVzZWQgdG8gaW52b2tlIHRoaXMgc2VydmljZS4gKi9cbiAgb3BlcmF0aW9uRGVmaW5pdGlvbj86IFJlZmVyZW5jZTtcbn1cbiJdfQ==
@@ -1 +0,0 @@
1
- ["activitydefinition","activitydefinition_dynamicvalue","activitydefinition_participant","adverseevent","adverseevent_suspectentity","allergyintolerance","allergyintolerance_reaction","appointment","appointment_participant","appointmentresponse","auditevent","auditevent_agent","auditevent_detail","auditevent_entity","auditevent_network","auditevent_source","bodysite","capabilitystatement","capabilitystatement_certificate","capabilitystatement_document","capabilitystatement_endpoint","capabilitystatement_event","capabilitystatement_implementation","capabilitystatement_interaction","capabilitystatement_interaction1","capabilitystatement_messaging","capabilitystatement_operation","capabilitystatement_resource","capabilitystatement_rest","capabilitystatement_searchparam","capabilitystatement_security","capabilitystatement_software","capabilitystatement_supportedmessage","careplan","careplan_activity","careplan_detail","careteam","careteam_participant","chargeitem","chargeitem_participant","claim","claim_accident","claim_careteam","claim_detail","claim_diagnosis","claim_information","claim_insurance","claim_item","claim_payee","claim_procedure","claim_related","claim_subdetail","claimresponse","claimresponse_additem","claimresponse_adjudication","claimresponse_detail","claimresponse_detail1","claimresponse_error","claimresponse_insurance","claimresponse_item","claimresponse_payment","claimresponse_processnote","claimresponse_subdetail","clinicalimpression","clinicalimpression_finding","clinicalimpression_investigation","codesystem","codesystem_concept","codesystem_designation","codesystem_filter","codesystem_property","codesystem_property1","communication","communication_payload","communicationrequest","communicationrequest_payload","communicationrequest_requester","compartmentdefinition","compartmentdefinition_resource","composition","composition_attester","composition_event","composition_relatesto","composition_section","conceptmap","conceptmap_dependson","conceptmap_element","conceptmap_group","conceptmap_target","conceptmap_unmapped","condition_stage","consent","consent_actor","consent_actor1","consent_data","consent_data1","consent_except","consent_policy","contract","contract_agent","contract_agent1","contract_friendly","contract_legal","contract_rule","contract_signer","contract_term","contract_valueditem","contract_valueditem1","coverage","coverage_grouping","dataelement","dataelement_mapping","datarequirement_codefilter","datarequirement_datefilter","detectedissue","detectedissue_mitigation","device_udi","devicecomponent","devicecomponent_productionspecification","devicemetric","devicemetric_calibration","devicerequest","devicerequest_requester","deviceusestatement","diagnosticreport","diagnosticreport_image","diagnosticreport_performer","distance","documentmanifest","documentmanifest_content","documentmanifest_related","documentreference","documentreference_content","documentreference_context","documentreference_related","documentreference_relatesto","elementdefinition","elementdefinition_base","elementdefinition_binding","elementdefinition_constraint","elementdefinition_discriminator","elementdefinition_example","elementdefinition_mapping","elementdefinition_slicing","elementdefinition_type","eligibilityrequest","eligibilityresponse","eligibilityresponse_benefitbalance","eligibilityresponse_error","eligibilityresponse_financial","eligibilityresponse_insurance","encounter_classhistory","encounter_diagnosis","encounter_hospitalization","encounter_participant","encounter_statushistory","endpoint","enrollmentrequest","enrollmentresponse","episodeofcare","episodeofcare_diagnosis","episodeofcare_statushistory","expansionprofile","expansionprofile_designation","expansionprofile_designation1","expansionprofile_designation2","expansionprofile_exclude","expansionprofile_excludedsystem","expansionprofile_fixedversion","expansionprofile_include","explanationofbenefit","explanationofbenefit_accident","explanationofbenefit_additem","explanationofbenefit_adjudication","explanationofbenefit_benefitbalance","explanationofbenefit_careteam","explanationofbenefit_detail","explanationofbenefit_detail1","explanationofbenefit_diagnosis","explanationofbenefit_financial","explanationofbenefit_information","explanationofbenefit_insurance","explanationofbenefit_item","explanationofbenefit_payee","explanationofbenefit_payment","explanationofbenefit_procedure","explanationofbenefit_processnote","explanationofbenefit_related","explanationofbenefit_subdetail","familymemberhistory","familymemberhistory_condition","flag","goal","goal_target","graphdefinition","graphdefinition_compartment","graphdefinition_link","graphdefinition_target","group","group_characteristic","group_member","guidanceresponse","healthcareservice","healthcareservice_availabletime","healthcareservice_notavailable","imagingmanifest","imagingmanifest_instance","imagingmanifest_series","imagingmanifest_study","imagingstudy","imagingstudy_instance","imagingstudy_series","immunization","immunization_explanation","immunization_practitioner","immunization_reaction","immunization_vaccinationprotocol","immunizationrecommendation","immunizationrecommendation_datecriterion","immunizationrecommendation_protocol","immunizationrecommendation_recommendation","implementationguide","implementationguide_dependency","implementationguide_global","implementationguide_package","implementationguide_page","implementationguide_resource","index","library","linkage","linkage_item","location","location_position","measure","measure_group","measure_population","measure_stratifier","measure_supplementaldata","measurereport","measurereport_group","measurereport_population","measurereport_population1","measurereport_stratifier","measurereport_stratum","media","medication","medication_batch","medication_content","medication_ingredient","medication_package","medicationadministration","medicationadministration_dosage","medicationadministration_performer","medicationdispense","medicationdispense_performer","medicationdispense_substitution","medicationrequest","medicationrequest_dispenserequest","medicationrequest_requester","medicationrequest_substitution","medicationstatement","messagedefinition","messagedefinition_allowedresponse","messagedefinition_focus","messageheader","messageheader_destination","messageheader_response","messageheader_source","namingsystem","namingsystem_uniqueid","nutritionorder","nutritionorder_administration","nutritionorder_enteralformula","nutritionorder_nutrient","nutritionorder_oraldiet","nutritionorder_supplement","nutritionorder_texture","observation_related","operationdefinition","operationdefinition_binding","operationdefinition_overload","operationdefinition_parameter","parameterdefinition","paymentnotice","paymentreconciliation","paymentreconciliation_detail","paymentreconciliation_processnote","person","person_link","plandefinition","plandefinition_action","plandefinition_condition","plandefinition_dynamicvalue","plandefinition_goal","plandefinition_participant","plandefinition_relatedaction","plandefinition_target","practitionerrole","practitionerrole_availabletime","practitionerrole_notavailable","procedure","procedure_focaldevice","procedure_performer","procedurerequest","procedurerequest_requester","processrequest","processrequest_item","processresponse","processresponse_processnote","provenance","provenance_agent","provenance_entity","questionnaire","questionnaire_enablewhen","questionnaire_item","questionnaire_option","questionnaireresponse","questionnaireresponse_answer","questionnaireresponse_item","referralrequest","referralrequest_requester","relatedperson","requestgroup","requestgroup_action","requestgroup_condition","requestgroup_relatedaction","researchstudy","researchstudy_arm","researchsubject","riskassessment","riskassessment_prediction","searchparameter","searchparameter_component","sequence","sequence_quality","sequence_referenceseq","sequence_repository","sequence_variant","servicedefinition","specimen","specimen_collection","specimen_container","specimen_processing","structuredefinition","structuredefinition_differential","structuredefinition_mapping","structuredefinition_snapshot","structuremap","structuremap_dependent","structuremap_group","structuremap_input","structuremap_parameter","structuremap_rule","structuremap_source","structuremap_structure","structuremap_target","subscription","subscription_channel","substance","substance_ingredient","substance_instance","supplydelivery","supplydelivery_supplieditem","supplyrequest","supplyrequest_ordereditem","supplyrequest_requester","task","task_input","task_output","task_requester","task_restriction","testreport","testreport_action","testreport_action1","testreport_action2","testreport_assert","testreport_operation","testreport_participant","testreport_setup","testreport_teardown","testreport_test","testscript","testscript_action","testscript_action1","testscript_action2","testscript_assert","testscript_capability","testscript_destination","testscript_fixture","testscript_link","testscript_metadata","testscript_operation","testscript_origin","testscript_param","testscript_param1","testscript_param2","testscript_param3","testscript_requestheader","testscript_rule","testscript_rule1","testscript_rule2","testscript_rule3","testscript_ruleset","testscript_ruleset1","testscript_setup","testscript_teardown","testscript_test","testscript_variable","valueset","valueset_compose","valueset_concept","valueset_contains","valueset_designation","valueset_expansion","valueset_filter","valueset_include","valueset_parameter","visionprescription","visionprescription_dispense"]