@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
@@ -0,0 +1,558 @@
1
+ # FHIR R4 types — index by inheritance
2
+
3
+ All types in `@openhi/types` and their inheritance chain. Base types: **Resource** (root for REST resources), **Element** (root for data types and backbone elements).
4
+
5
+ ## Comparison with official FHIR R4
6
+
7
+ - **Resource hierarchy:** Matches the spec. [Resource](https://hl7.org/fhir/R4/resource.html) and [DomainResource](https://hl7.org/fhir/R4/domainresource.html): only **Binary**, **Bundle**, and **Parameters** extend Resource directly; all other resources extend DomainResource → Resource. [BackboneElement](https://hl7.org/fhir/R4/backboneelement.html) extends Element.
8
+ - **R3→R4 renames already reflected:** BodyStructure (was BodySite), CoverageEligibilityRequest/Response (was EligibilityRequest/Response), MolecularSequence (was Sequence).
9
+ - **Expression:** The [Expression](https://hl7.org/fhir/R4/datatypes.html#Expression) metadata type (extends Element) is defined in this package.
10
+ - **SimpleQuantity and MoneyQuantity:** The official R4 datatypes list these as distinct types; in this package they are not separate—SimpleQuantity and MoneyQuantity are represented as Quantity and Money respectively.
11
+ - **Verifying against HL7:** For each resource or type, the canonical source is the [HL7 FHIR R4](https://hl7.org/fhir/R4/) specification. StructureDefinitions are available as JSON (e.g. `https://hl7.org/fhir/R4/[resource].profile.json`). Compare `snapshot.element[].path` and cardinality/types to this package’s interfaces. **Observation** has been aligned with the [Observation R4 profile](https://hl7.org/fhir/R4/observation.html): uses `encounter` (not `context`), `note` (array of Annotation, not `comment` string), and includes `focus`, `partOf`, `hasMember`, `derivedFrom`, `effectiveTiming`, `effectiveInstant`, `valueInteger`. **ObservationDefinition** has been aligned with the [ObservationDefinition R4 profile](https://hl7.org/fhir/R4/observationdefinition.html): includes `category`, `identifier`; StructureDefinition link and per-key comments on permitted data type enum. **Account_Coverage** (backbone) verified against [Account R4 profile](https://hl7.org/fhir/R4/account.html): `coverage` (1..1 Reference), `priority` (0..1 positiveInt); StructureDefinition link and JSDoc alignment. **Account_Guarantor** (backbone) verified against Account R4 profile: `party` (1..1 Reference), `onHold` (0..1 boolean), `period` (0..1 Period); StructureDefinition link and JSDoc alignment. **Account** (resource) aligned with [Account R4 profile](https://hl7.org/fhir/R4/account.html): `status` required (1..1); `period` renamed to `servicePeriod`; `subject` 0..* (array); added `partOf` (0..1 Reference to Account); `active` and `balance` deprecated (removed in R4); StructureDefinition link and per-key comments on ACCOUNT_STATUS. **ActivityDefinition** (resource) aligned with [ActivityDefinition R4 profile](https://hl7.org/fhir/R4/activitydefinition.html): added `subtitle`, `profile`, `intent`, `priority`, `doNotPerform`, `author`, `editor`, `reviewer`, `endorser`, `timingAge`, `timingDuration`, `specimenRequirement`, `observationRequirement`, `observationResultRequirement`; `contributor` deprecated in favor of author/editor/reviewer/endorser; StructureDefinition link; JSDoc typo fix and alignment. **ActivityDefinition_DynamicValue** (backbone) verified against ActivityDefinition R4 profile: `path` (1..1), `expression` (1..1 Expression); `description` and `language` deprecated (R4 uses Expression type); StructureDefinition link. **ActivityDefinition_Participant** (backbone) verified against ActivityDefinition R4 profile: `type` (1..1 code, required); added ACTIVITY_PARTICIPANT_TYPE const and per-key comments; StructureDefinition link and JSDoc alignment. **Address** (datatype) verified against [Address R4 profile](https://hl7.org/fhir/R4/datatypes.html#Address): added `billing` to ADDRESS_USE; StructureDefinition link; per-key comments on ADDRESS_USE and ADDRESS_TYPE; JSDoc alignment. **AdverseEvent** (resource) aligned with [AdverseEvent R4 profile](https://hl7.org/fhir/R4/adverseevent.html): added `actuality` (1..1 required), `encounter`, `detected`, `recordedDate`, `resultingCondition`, `severity`; `type` renamed to `event`; `category` → Array<CodeableConcept>; `eventParticipant` → `contributor` (0..*); `reaction` and `description` deprecated; StructureDefinition link and ADVERSE_EVENT_ACTUALITY const. **AdverseEvent_SuspectEntity** (backbone) and **AdverseEvent_SuspectEntity_Causality** (backbone) aligned with AdverseEvent R4 profile: `instance` (1..1 Reference); `causality` (0..* nested backbone with assessment, productRelatedness, author, method); flat causality/causalityAssessment/causalityProductRelatedness/causalityMethod/causalityAuthor/causalityResult deprecated; StructureDefinition links. **Age** (datatype) aligned with [Age R4 profile](https://hl7.org/fhir/R4/age.profile.json): extends Quantity (value, comparator, unit, system, code per R4 specialization); StructureDefinition link and JSDoc. **AllergyIntolerance** (resource) aligned with [AllergyIntolerance R4 profile](https://hl7.org/fhir/R4/allergyintolerance.html): added `encounter` (0..1 Reference); `assertedDate` renamed to `recordedDate`; `category` 0..* (array); StructureDefinition link and per-key comments on const enums. **AllergyIntolerance_Reaction** (backbone) verified against AllergyIntolerance R4 profile: `substance` (0..1), `manifestation` (1..* required), `description`, `onset`, `severity`, `exposureRoute`, `note`; StructureDefinition link and per-key comments on ALLERGY_INTOLERANCE_REACTION_SEVERITY. **Annotation** (datatype) aligned with [Annotation R4 profile](https://hl7.org/fhir/R4/datatypes.html#Annotation): `text` (1..1 required, markdown); author[x] as authorReference/authorString, time (0..1 dateTime); StructureDefinition link and JSDoc. **Appointment** (resource) aligned with [Appointment R4 profile](https://hl7.org/fhir/R4/appointment.html): `status` (1..1 required); added `cancelationReason`, `patientInstruction`, `basedOn`; `reason` → `reasonCode`, `indication` → `reasonReference`; `serviceCategory` 0..* (array); added APPOINTMENT_STATUS values checked-in, waitlist; deprecated `indication`, `incomingReferral`; StructureDefinition link and per-key comments. **Appointment_Participant** (backbone) verified against Appointment R4 profile: `type` (0..*), `actor` (0..1), `required` (0..1), `status` (1..1 required), `period` (0..1); added period; status required; StructureDefinition link and per-key comments on const enums. **AppointmentResponse** (resource) aligned with [AppointmentResponse R4 profile](https://hl7.org/fhir/R4/appointmentresponse.html): `participantStatus` (1..1 required, code); added APPOINTMENT_RESPONSE_PARTICIPANT_STATUS const and per-key comments; StructureDefinition link and JSDoc (participantType or actor must be specified). **AuditEvent** (resource) aligned with [AuditEvent R4 profile](https://hl7.org/fhir/R4/auditevent.html): added `period` (0..1 Period); `recorded` (1..1 required); StructureDefinition link and per-key comments on AUDITEVENT_ACTION and AUDITEVENT_OUTCOME. **AuditEvent_Agent** (backbone) aligned with AuditEvent R4 profile: added `type` (0..1 CodeableConcept); `reference` → `who` (0..1 Reference); `requestor` (1..1 required); deprecated `reference`, `userId`; StructureDefinition link and JSDoc. **AuditEvent_Detail** (backbone) aligned with AuditEvent R4 profile (AuditEvent.entity.detail): `type` (1..1 required), `value` (1..1 required; value[x] string/base64Binary); StructureDefinition link and JSDoc. **AuditEvent_Entity** (backbone) aligned with AuditEvent R4 profile (AuditEvent.entity): added `what` (0..1 Reference); deprecated `identifier`, `reference`; constraint (name or query, NOT both) documented in JSDoc; StructureDefinition link. **AuditEvent_Network** (backbone) verified against AuditEvent R4 profile (AuditEvent.agent.network): `address` (0..1 string), `type` (0..1 code, AuditEventAgentNetworkType); StructureDefinition link and per-key comments on AUDITEVENT_NETWORK_TYPE. **AuditEvent_Source** (backbone) aligned with AuditEvent R4 profile (AuditEvent.source): `observer` (1..1 Reference, required) for identity of source; deprecated `identifier`; `site` (0..1), `type` (0..* Coding); StructureDefinition link. **BackboneElement** (complex type) verified against [BackboneElement R4 profile](https://hl7.org/fhir/R4/backboneelement.html): extends Element; `modifierExtension` (0..* Extension); StructureDefinition link and JSDoc alignment. **Basic** (resource) verified against [Basic R4 profile](https://hl7.org/fhir/R4/basic.html): `identifier` (0..*), `code` (1..1 required), `subject` (0..1), `created` (0..1 date), `author` (0..1); StructureDefinition link and JSDoc alignment. **Binary** (resource) aligned with [Binary R4 profile](https://hl7.org/fhir/R4/binary.html): `contentType` (1..1 required); `content` renamed to `data` (0..1 base64Binary); StructureDefinition link and JSDoc. **BiologicallyDerivedProduct** (resource) aligned with [BiologicallyDerivedProduct R4 profile](https://hl7.org/fhir/R4/biologicallyderivedproduct.html): `collection`, `manipulation` as BackboneElement; `processing`, `storage` as Array<BackboneElement>; per-key comments on category and status const enums; StructureDefinition link and JSDoc. **BodyStructure** (resource) aligned with [BodyStructure R4 profile](https://hl7.org/fhir/R4/bodystructure.html): added `morphology`, `location`; `qualifier` renamed to `locationQualifier`; deprecated `code`, `qualifier`; StructureDefinition link and JSDoc. **Bundle** (resource) aligned with [Bundle R4 profile](https://hl7.org/fhir/R4/bundle.html): `type` (1..1 required); added `timestamp` (0..1 instant); per-key comments on BUNDLE_TYPE; StructureDefinition link and JSDoc. **Bundle_Entry** (backbone) verified against Bundle R4 profile (Bundle.entry): `link`, `fullUrl`, `resource`, `search`, `request`, `response`; constraint bdl-5 (resource or request or response) in JSDoc; StructureDefinition link. **Bundle_Link** (backbone) aligned with Bundle R4 profile (Bundle.link): `relation` (1..1 required), `url` (1..1 required, uri); StructureDefinition link and JSDoc. **Bundle_Request** (backbone) aligned with Bundle R4 profile (Bundle.entry.request): `method` (1..1 required), `url` (1..1 required); added HEAD, PATCH to BUNDLE_REQUEST_METHOD; per-key comments; StructureDefinition link and JSDoc. **Bundle_Response** (backbone) aligned with Bundle R4 profile (Bundle.entry.response): `status` (1..1 required); StructureDefinition link and JSDoc. **Bundle_Search** (backbone) aligned with Bundle R4 profile (Bundle.entry.search): mode (0..1), score (0..1 decimal); per-key comments for BUNDLE_SEARCH_MODE; StructureDefinition link and JSDoc. **CapabilityStatement_Certificate** (backbone): not in base R4 CapabilityStatement.rest.security; StructureDefinition link (parent) and JSDoc (type = mime type, blob = base64Binary) for TLS/certificate support. **CapabilityStatement_Document** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.document): `mode` (1..1 required), `documentation` (0..1 markdown), `profile` (1..1 Reference); per-key comments on CAPABILITY_STATEMENT_DOCUMENT_MODE; StructureDefinition link and JSDoc. **CapabilityStatement_Endpoint** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.messaging.endpoint): `protocol` (1..1 Coding), `address` (1..1 required, url); StructureDefinition link and JSDoc. **CapabilityStatement_Event** (backbone): legacy CapabilityStatement.messaging.event structure (R4 alternative is supportedMessage); StructureDefinition link, per-key comments on EVENT_CATEGORY and EVENT_MODE, JSDoc alignment. **CapabilityStatement_Implementation** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.implementation): `description` (1..1 required), `url` (0..1 url), added `custodian` (0..1 Reference to Organization); StructureDefinition link and JSDoc. **CapabilityStatement_Interaction** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.interaction): `code` (1..1 required); per-key comments on CAPABILITY_STATEMENT_INTERACTION_CODE; StructureDefinition link and JSDoc. **CapabilityStatement_Interaction1** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.interaction): `code` (1..1 required, transaction | batch | search-system | history-system); per-key comments on CAPABILITY_STATEMENT_INTERACTION1_CODE; StructureDefinition link and JSDoc. **CapabilityStatement_Messaging** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.messaging): endpoint (0..*), reliableCache (0..1 unsignedInt), documentation (0..1 markdown), supportedMessage (0..*); event retained as legacy (R4 uses supportedMessage); StructureDefinition link and JSDoc. **CapabilityStatement_Operation** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.operation): `name` (1..1 required), `definition` (1..1 required), added `documentation` (0..1 markdown); StructureDefinition link and JSDoc. **CapabilityStatement_Resource** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource): `type` (1..1 required); added `operation` (0..* CapabilityStatement_Operation); StructureDefinition link and per-key comments on VERSIONING, CONDITIONAL_DELETE, REFERENCE_POLICY, CONDITIONAL_READ. **CapabilityStatement_Rest** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest): `mode` (1..1 required); `documentation` (0..1 markdown); StructureDefinition link and per-key comments on CAPABILITY_STATEMENT_REST_MODE. **CapabilityStatement_SearchParam** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.resource.searchParam): `name` (1..1 required), `type` (1..1 required); added `SPECIAL` to CAPABILITY_STATEMENT_SEARCH_PARAM_TYPE; `definition` canonical, `documentation` markdown; StructureDefinition link and per-key comments. **CapabilityStatement_Security** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.rest.security): `cors` (0..1), `service` (0..* CodeableConcept), `description` (0..1 markdown); StructureDefinition link and JSDoc; `certificate` retained as trial-use (not in base R4). **CapabilityStatement_Software** (backbone) aligned with CapabilityStatement R4 profile (CapabilityStatement.software): `name` (1..1 required); `version` (0..1), `releaseDate` (0..1 dateTime); StructureDefinition link and JSDoc. **CarePlan** (resource) aligned with [CarePlan R4 profile](https://hl7.org/fhir/R4/careplan.html): `status` (1..1 required), `intent` (1..1 required); added `instantiatesCanonical` (0..*), `instantiatesUri` (0..*); `context` renamed to `encounter`; `author` 0..1 (single Reference); `definition` deprecated in favor of instantiatesCanonical/instantiatesUri; added ON_HOLD, REVOKED to CAREPLAN_STATUS; StructureDefinition link and per-key comments on CAREPLAN_INTENT and CAREPLAN_STATUS. **CarePlan_Activity** (backbone) aligned with CarePlan R4 profile (CarePlan.activity): outcomeCodeableConcept, outcomeReference, progress, reference, detail with R4 cardinality; constraint cpl-3 (reference or detail, not both) in JSDoc; StructureDefinition link and JSDoc. **CarePlan_Detail** (backbone) aligned with CarePlan R4 profile (CarePlan.activity.detail): added `kind`, `instantiatesCanonical`, `instantiatesUri`; `status` (1..1 required); `statusReason` → CodeableConcept; `prohibited` → `doNotPerform` (prohibited deprecated); added STOPPED, ENTERED_IN_ERROR to CAREPLAN_DETAIL_STATUS; deprecated `definition`, `category`; StructureDefinition link and per-key comments. **CareTeam** (resource) aligned with [CareTeam R4 profile](https://hl7.org/fhir/R4/careteam.html): `context` renamed to `encounter` (0..1 Reference); StructureDefinition link; per-key comments on CARETEAM_STATUS; JSDoc alignment (identifier, status, category, name, subject, period, participant, reasonCode, reasonReference, managingOrganization, note). **CareTeam_Participant** (backbone) verified against CareTeam R4 profile (CareTeam.participant): `role` 0..* (array of CodeableConcept); StructureDefinition link; JSDoc alignment and constraint ctm-1 (onBehalfOf only when member is Practitioner). **CatalogEntry** (resource) aligned with [CatalogEntry R4 profile](https://hl7.org/fhir/R4/catalogentry.html): StructureDefinition link; JSDoc and cardinality alignment; `relatedEntry` typed as Array of CatalogEntry_RelatedEntry (was unknown). **CatalogEntry_RelatedEntry** (backbone) added per R4 (CatalogEntry.relatedEntry): relationtype (1..1 code), item (1..1 Reference to CatalogEntry); StructureDefinition link and CATALOG_ENTRY_RELATION_TYPE const. **ChargeItem** (resource) aligned with [ChargeItem R4 profile](https://hl7.org/fhir/R4/chargeitem.html): `identifier` 0..* (array); `definition` replaced by `definitionUri` (0..* uri) and `definitionCanonical` (0..* canonical); `status` 1..1 required; `participant` renamed to `performer` (0..*); StructureDefinition link; per-key comments on CHARGE_ITEM_STATUS; JSDoc alignment. **ChargeItem_Performer** (backbone) aligned with ChargeItem R4 profile (ChargeItem.performer): `role` renamed to `function` (0..1 CodeableConcept), `actor` (1..1 Reference required); ChargeItem_Participant removed in favor of ChargeItem_Performer; StructureDefinition link and JSDoc. **ChargeItemDefinition** (resource) aligned with [ChargeItemDefinition R4 profile](https://hl7.org/fhir/R4/chargeitemdefinition.html): StructureDefinition link; JSDoc and cardinality alignment; `applicability` and `propertyGroup` typed as ChargeItemDefinition_Applicability and ChargeItemDefinition_PropertyGroup (was unknown). **ChargeItemDefinition_Applicability**, **ChargeItemDefinition_PropertyGroup**, **ChargeItemDefinition_PropertyGroup_PriceComponent** (backbones) added per R4 with description/language/expression, applicability/priceComponent, and type/code/factor/amount respectively; StructureDefinition links.
12
+
13
+ | Type | Inheritance chain |
14
+ |------|-------------------|
15
+ | **Base types** | |
16
+ | Resource | — (base) |
17
+ | Element | — (base) |
18
+ | **Extends Resource** | |
19
+ | Binary | Resource |
20
+ | Bundle | Resource |
21
+ | DomainResource | Resource |
22
+ | Parameters | Resource |
23
+ | **Extends DomainResource** | |
24
+ | Account | DomainResource → Resource |
25
+ | ActivityDefinition | DomainResource → Resource |
26
+ | AdverseEvent | DomainResource → Resource |
27
+ | AllergyIntolerance | DomainResource → Resource |
28
+ | Appointment | DomainResource → Resource |
29
+ | AppointmentResponse | DomainResource → Resource |
30
+ | AuditEvent | DomainResource → Resource |
31
+ | Basic | DomainResource → Resource |
32
+ | BiologicallyDerivedProduct | DomainResource → Resource |
33
+ | BodyStructure | DomainResource → Resource |
34
+ | CapabilityStatement | DomainResource → Resource |
35
+ | CarePlan | DomainResource → Resource |
36
+ | CareTeam | DomainResource → Resource |
37
+ | CatalogEntry | DomainResource → Resource |
38
+ | ChargeItem | DomainResource → Resource |
39
+ | ChargeItemDefinition | DomainResource → Resource |
40
+ | Claim | DomainResource → Resource |
41
+ | ClaimResponse | DomainResource → Resource |
42
+ | ClinicalImpression | DomainResource → Resource |
43
+ | CodeSystem | DomainResource → Resource |
44
+ | Communication | DomainResource → Resource |
45
+ | CommunicationRequest | DomainResource → Resource |
46
+ | CompartmentDefinition | DomainResource → Resource |
47
+ | Composition | DomainResource → Resource |
48
+ | ConceptMap | DomainResource → Resource |
49
+ | Condition | DomainResource → Resource |
50
+ | Consent | DomainResource → Resource |
51
+ | Contract | DomainResource → Resource |
52
+ | Coverage | DomainResource → Resource |
53
+ | CoverageEligibilityRequest | DomainResource → Resource |
54
+ | CoverageEligibilityResponse | DomainResource → Resource |
55
+ | DetectedIssue | DomainResource → Resource |
56
+ | Device | DomainResource → Resource |
57
+ | DeviceDefinition | DomainResource → Resource |
58
+ | DeviceMetric | DomainResource → Resource |
59
+ | DeviceRequest | DomainResource → Resource |
60
+ | DeviceUseStatement | DomainResource → Resource |
61
+ | DiagnosticReport | DomainResource → Resource |
62
+ | DocumentManifest | DomainResource → Resource |
63
+ | DocumentReference | DomainResource → Resource |
64
+ | EffectEvidenceSynthesis | DomainResource → Resource |
65
+ | Encounter | DomainResource → Resource |
66
+ | Endpoint | DomainResource → Resource |
67
+ | EnrollmentRequest | DomainResource → Resource |
68
+ | EnrollmentResponse | DomainResource → Resource |
69
+ | EpisodeOfCare | DomainResource → Resource |
70
+ | EventDefinition | DomainResource → Resource |
71
+ | Evidence | DomainResource → Resource |
72
+ | EvidenceVariable | DomainResource → Resource |
73
+ | ExampleScenario | DomainResource → Resource |
74
+ | ExplanationOfBenefit | DomainResource → Resource |
75
+ | FamilyMemberHistory | DomainResource → Resource |
76
+ | Flag | DomainResource → Resource |
77
+ | Goal | DomainResource → Resource |
78
+ | GraphDefinition | DomainResource → Resource |
79
+ | Group | DomainResource → Resource |
80
+ | GuidanceResponse | DomainResource → Resource |
81
+ | HealthcareService | DomainResource → Resource |
82
+ | ImagingStudy | DomainResource → Resource |
83
+ | Immunization | DomainResource → Resource |
84
+ | ImmunizationEvaluation | DomainResource → Resource |
85
+ | ImmunizationRecommendation | DomainResource → Resource |
86
+ | ImplementationGuide | DomainResource → Resource |
87
+ | InsurancePlan | DomainResource → Resource |
88
+ | Invoice | DomainResource → Resource |
89
+ | Library | DomainResource → Resource |
90
+ | Linkage | DomainResource → Resource |
91
+ | List | DomainResource → Resource |
92
+ | Location | DomainResource → Resource |
93
+ | Measure | DomainResource → Resource |
94
+ | MeasureReport | DomainResource → Resource |
95
+ | Media | DomainResource → Resource |
96
+ | Medication | DomainResource → Resource |
97
+ | MedicationAdministration | DomainResource → Resource |
98
+ | MedicationDispense | DomainResource → Resource |
99
+ | MedicationKnowledge | DomainResource → Resource |
100
+ | MedicationRequest | DomainResource → Resource |
101
+ | MedicationStatement | DomainResource → Resource |
102
+ | MedicinalProduct | DomainResource → Resource |
103
+ | MedicinalProductAuthorization | DomainResource → Resource |
104
+ | MedicinalProductContraindication | DomainResource → Resource |
105
+ | MedicinalProductIndication | DomainResource → Resource |
106
+ | MedicinalProductIngredient | DomainResource → Resource |
107
+ | MedicinalProductInteraction | DomainResource → Resource |
108
+ | MedicinalProductManufactured | DomainResource → Resource |
109
+ | MedicinalProductPackaged | DomainResource → Resource |
110
+ | MedicinalProductPharmaceutical | DomainResource → Resource |
111
+ | MedicinalProductUndesirableEffect | DomainResource → Resource |
112
+ | MessageDefinition | DomainResource → Resource |
113
+ | MessageHeader | DomainResource → Resource |
114
+ | MolecularSequence | DomainResource → Resource |
115
+ | NamingSystem | DomainResource → Resource |
116
+ | NutritionOrder | DomainResource → Resource |
117
+ | Observation | DomainResource → Resource |
118
+ | ObservationDefinition | DomainResource → Resource |
119
+ | OperationDefinition | DomainResource → Resource |
120
+ | OperationOutcome | DomainResource → Resource |
121
+ | Organization | DomainResource → Resource |
122
+ | OrganizationAffiliation | DomainResource → Resource |
123
+ | Patient | DomainResource → Resource |
124
+ | PaymentNotice | DomainResource → Resource |
125
+ | PaymentReconciliation | DomainResource → Resource |
126
+ | Person | DomainResource → Resource |
127
+ | PlanDefinition | DomainResource → Resource |
128
+ | Practitioner | DomainResource → Resource |
129
+ | PractitionerRole | DomainResource → Resource |
130
+ | Procedure | DomainResource → Resource |
131
+ | Provenance | DomainResource → Resource |
132
+ | Questionnaire | DomainResource → Resource |
133
+ | QuestionnaireResponse | DomainResource → Resource |
134
+ | RelatedPerson | DomainResource → Resource |
135
+ | RequestGroup | DomainResource → Resource |
136
+ | ResearchDefinition | DomainResource → Resource |
137
+ | ResearchElementDefinition | DomainResource → Resource |
138
+ | ResearchStudy | DomainResource → Resource |
139
+ | ResearchSubject | DomainResource → Resource |
140
+ | RiskAssessment | DomainResource → Resource |
141
+ | RiskEvidenceSynthesis | DomainResource → Resource |
142
+ | Schedule | DomainResource → Resource |
143
+ | SearchParameter | DomainResource → Resource |
144
+ | ServiceRequest | DomainResource → Resource |
145
+ | Slot | DomainResource → Resource |
146
+ | Specimen | DomainResource → Resource |
147
+ | SpecimenDefinition | DomainResource → Resource |
148
+ | StructureDefinition | DomainResource → Resource |
149
+ | StructureMap | DomainResource → Resource |
150
+ | Subscription | DomainResource → Resource |
151
+ | Substance | DomainResource → Resource |
152
+ | SubstanceNucleicAcid | DomainResource → Resource |
153
+ | SubstancePolymer | DomainResource → Resource |
154
+ | SubstanceProtein | DomainResource → Resource |
155
+ | SubstanceReferenceInformation | DomainResource → Resource |
156
+ | SubstanceSpecification | DomainResource → Resource |
157
+ | SubstanceSourceMaterial | DomainResource → Resource |
158
+ | SupplyDelivery | DomainResource → Resource |
159
+ | SupplyRequest | DomainResource → Resource |
160
+ | Task | DomainResource → Resource |
161
+ | TerminologyCapabilities | DomainResource → Resource |
162
+ | TestReport | DomainResource → Resource |
163
+ | TestScript | DomainResource → Resource |
164
+ | ValueSet | DomainResource → Resource |
165
+ | VerificationResult | DomainResource → Resource |
166
+ | VisionPrescription | DomainResource → Resource |
167
+ | **Extends Element** | |
168
+ | Address | Element |
169
+ | Age | Quantity → Element |
170
+ | Annotation | Element |
171
+ | Attachment | Element |
172
+ | BackboneElement | Element |
173
+ | CodeableConcept | Element |
174
+ | Coding | Element |
175
+ | ContactDetail | Element |
176
+ | ContactPoint | Element |
177
+ | Contributor | Element |
178
+ | Count | Element |
179
+ | DataRequirement | Element |
180
+ | Distance | Element |
181
+ | Duration | Element |
182
+ | Expression | Element |
183
+ | Extension | Element |
184
+ | HumanName | Element |
185
+ | Identifier | Element |
186
+ | Meta | Element |
187
+ | Money | Element |
188
+ | Narrative | Element |
189
+ | ParameterDefinition | Element |
190
+ | Period | Element |
191
+ | Quantity | Element |
192
+ | Range | Element |
193
+ | Ratio | Element |
194
+ | Reference | Element |
195
+ | RelatedArtifact | Element |
196
+ | SampledData | Element |
197
+ | Signature | Element |
198
+ | TriggerDefinition | Element |
199
+ | UsageContext | Element |
200
+ | **Extends BackboneElement** | |
201
+ | Account_Coverage | BackboneElement → Element |
202
+ | Account_Guarantor | BackboneElement → Element |
203
+ | ActivityDefinition_DynamicValue | BackboneElement → Element |
204
+ | ActivityDefinition_Participant | BackboneElement → Element |
205
+ | AdverseEvent_SuspectEntity | BackboneElement → Element |
206
+ | AdverseEvent_SuspectEntity_Causality | BackboneElement → Element |
207
+ | Appointment_Participant | BackboneElement → Element |
208
+ | AuditEvent_Agent | BackboneElement → Element |
209
+ | AuditEvent_Detail | BackboneElement → Element |
210
+ | AuditEvent_Entity | BackboneElement → Element |
211
+ | AuditEvent_Network | BackboneElement → Element |
212
+ | AuditEvent_Source | BackboneElement → Element |
213
+ | Bundle_Entry | BackboneElement → Element |
214
+ | Bundle_Link | BackboneElement → Element |
215
+ | Bundle_Request | BackboneElement → Element |
216
+ | Bundle_Response | BackboneElement → Element |
217
+ | Bundle_Search | BackboneElement → Element |
218
+ | CapabilityStatement_Certificate | BackboneElement → Element |
219
+ | CapabilityStatement_Document | BackboneElement → Element |
220
+ | CapabilityStatement_Endpoint | BackboneElement → Element |
221
+ | CapabilityStatement_Event | BackboneElement → Element |
222
+ | CapabilityStatement_Implementation | BackboneElement → Element |
223
+ | CapabilityStatement_Interaction | BackboneElement → Element |
224
+ | CapabilityStatement_Interaction1 | BackboneElement → Element |
225
+ | CapabilityStatement_Messaging | BackboneElement → Element |
226
+ | CapabilityStatement_Operation | BackboneElement → Element |
227
+ | CapabilityStatement_Resource | BackboneElement → Element |
228
+ | CapabilityStatement_Rest | BackboneElement → Element |
229
+ | CapabilityStatement_SearchParam | BackboneElement → Element |
230
+ | CapabilityStatement_Security | BackboneElement → Element |
231
+ | CapabilityStatement_Software | BackboneElement → Element |
232
+ | CapabilityStatement_SupportedMessage | BackboneElement → Element |
233
+ | CarePlan_Activity | BackboneElement → Element |
234
+ | CarePlan_Detail | BackboneElement → Element |
235
+ | CareTeam_Participant | BackboneElement → Element |
236
+ | CatalogEntry_RelatedEntry | BackboneElement → Element |
237
+ | ChargeItem_Performer | BackboneElement → Element |
238
+ | ChargeItemDefinition_Applicability | BackboneElement → Element |
239
+ | ChargeItemDefinition_PropertyGroup | BackboneElement → Element |
240
+ | ChargeItemDefinition_PropertyGroup_PriceComponent | BackboneElement → Element |
241
+ | ClaimResponse_AddItem | BackboneElement → Element |
242
+ | ClaimResponse_Adjudication | BackboneElement → Element |
243
+ | ClaimResponse_Detail | BackboneElement → Element |
244
+ | ClaimResponse_Detail1 | BackboneElement → Element |
245
+ | ClaimResponse_Error | BackboneElement → Element |
246
+ | ClaimResponse_Insurance | BackboneElement → Element |
247
+ | ClaimResponse_Item | BackboneElement → Element |
248
+ | ClaimResponse_Payment | BackboneElement → Element |
249
+ | ClaimResponse_ProcessNote | BackboneElement → Element |
250
+ | ClaimResponse_SubDetail | BackboneElement → Element |
251
+ | Claim_Accident | BackboneElement → Element |
252
+ | Claim_CareTeam | BackboneElement → Element |
253
+ | Claim_Detail | BackboneElement → Element |
254
+ | Claim_Diagnosis | BackboneElement → Element |
255
+ | Claim_SupportingInfo | BackboneElement → Element |
256
+ | Claim_Insurance | BackboneElement → Element |
257
+ | Claim_Item | BackboneElement → Element |
258
+ | Claim_Payee | BackboneElement → Element |
259
+ | Claim_Procedure | BackboneElement → Element |
260
+ | Claim_Related | BackboneElement → Element |
261
+ | Claim_SubDetail | BackboneElement → Element |
262
+ | ClinicalImpression_Finding | BackboneElement → Element |
263
+ | ClinicalImpression_Investigation | BackboneElement → Element |
264
+ | CodeSystem_Concept | BackboneElement → Element |
265
+ | CodeSystem_Designation | BackboneElement → Element |
266
+ | CodeSystem_Filter | BackboneElement → Element |
267
+ | CodeSystem_Property | BackboneElement → Element |
268
+ | CodeSystem_Property1 | BackboneElement → Element |
269
+ | CommunicationRequest_Payload | BackboneElement → Element |
270
+ | CommunicationRequest_Requester | BackboneElement → Element |
271
+ | Communication_Payload | BackboneElement → Element |
272
+ | CompartmentDefinition_Resource | BackboneElement → Element |
273
+ | Composition_Attester | BackboneElement → Element |
274
+ | Composition_Event | BackboneElement → Element |
275
+ | Composition_RelatesTo | BackboneElement → Element |
276
+ | Composition_Section | BackboneElement → Element |
277
+ | ConceptMap_DependsOn | BackboneElement → Element |
278
+ | ConceptMap_Element | BackboneElement → Element |
279
+ | ConceptMap_Group | BackboneElement → Element |
280
+ | ConceptMap_Target | BackboneElement → Element |
281
+ | ConceptMap_Unmapped | BackboneElement → Element |
282
+ | Condition_Evidence | BackboneElement → Element |
283
+ | Condition_Stage | BackboneElement → Element |
284
+ | Consent_Actor | BackboneElement → Element |
285
+ | Consent_Actor1 | BackboneElement → Element |
286
+ | Consent_Data | BackboneElement → Element |
287
+ | Consent_Data1 | BackboneElement → Element |
288
+ | Consent_Except | BackboneElement → Element |
289
+ | Consent_Policy | BackboneElement → Element |
290
+ | Contract_Agent | BackboneElement → Element |
291
+ | Contract_Agent1 | BackboneElement → Element |
292
+ | Contract_Friendly | BackboneElement → Element |
293
+ | Contract_Legal | BackboneElement → Element |
294
+ | Contract_Rule | BackboneElement → Element |
295
+ | Contract_Signer | BackboneElement → Element |
296
+ | Contract_Term | BackboneElement → Element |
297
+ | Contract_ValuedItem | BackboneElement → Element |
298
+ | Contract_ValuedItem1 | BackboneElement → Element |
299
+ | CoverageEligibilityResponse_BenefitBalance | BackboneElement → Element |
300
+ | CoverageEligibilityResponse_Error | BackboneElement → Element |
301
+ | CoverageEligibilityResponse_Financial | BackboneElement → Element |
302
+ | CoverageEligibilityResponse_Insurance | BackboneElement → Element |
303
+ | Coverage_Grouping | BackboneElement → Element |
304
+ | DataRequirement_CodeFilter | BackboneElement → Element |
305
+ | DataRequirement_DateFilter | BackboneElement → Element |
306
+ | DetectedIssue_Mitigation | BackboneElement → Element |
307
+ | DeviceMetric_Calibration | BackboneElement → Element |
308
+ | DeviceRequest_Requester | BackboneElement → Element |
309
+ | Device_Udi | BackboneElement → Element |
310
+ | DiagnosticReport_Media | BackboneElement → Element |
311
+ | DiagnosticReport_Performer | BackboneElement → Element |
312
+ | DocumentManifest_Content | BackboneElement → Element |
313
+ | DocumentManifest_Related | BackboneElement → Element |
314
+ | DocumentReference_Content | BackboneElement → Element |
315
+ | DocumentReference_Context | BackboneElement → Element |
316
+ | DocumentReference_Related | BackboneElement → Element |
317
+ | DocumentReference_RelatesTo | BackboneElement → Element |
318
+ | Dosage | BackboneElement → Element |
319
+ | ElementDefinition | BackboneElement → Element |
320
+ | ElementDefinition_Base | BackboneElement → Element |
321
+ | ElementDefinition_Binding | BackboneElement → Element |
322
+ | ElementDefinition_Constraint | BackboneElement → Element |
323
+ | ElementDefinition_Discriminator | BackboneElement → Element |
324
+ | ElementDefinition_Example | BackboneElement → Element |
325
+ | ElementDefinition_Mapping | BackboneElement → Element |
326
+ | ElementDefinition_Slicing | BackboneElement → Element |
327
+ | ElementDefinition_Type | BackboneElement → Element |
328
+ | Encounter_ClassHistory | BackboneElement → Element |
329
+ | Encounter_Diagnosis | BackboneElement → Element |
330
+ | Encounter_Hospitalization | BackboneElement → Element |
331
+ | Encounter_Location | BackboneElement → Element |
332
+ | Encounter_Participant | BackboneElement → Element |
333
+ | Encounter_StatusHistory | BackboneElement → Element |
334
+ | EpisodeOfCare_Diagnosis | BackboneElement → Element |
335
+ | EpisodeOfCare_StatusHistory | BackboneElement → Element |
336
+ | ExplanationOfBenefit_Accident | BackboneElement → Element |
337
+ | ExplanationOfBenefit_AddItem | BackboneElement → Element |
338
+ | ExplanationOfBenefit_Adjudication | BackboneElement → Element |
339
+ | ExplanationOfBenefit_BenefitBalance | BackboneElement → Element |
340
+ | ExplanationOfBenefit_CareTeam | BackboneElement → Element |
341
+ | ExplanationOfBenefit_Detail | BackboneElement → Element |
342
+ | ExplanationOfBenefit_Detail1 | BackboneElement → Element |
343
+ | ExplanationOfBenefit_Diagnosis | BackboneElement → Element |
344
+ | ExplanationOfBenefit_Financial | BackboneElement → Element |
345
+ | ExplanationOfBenefit_Information | BackboneElement → Element |
346
+ | ExplanationOfBenefit_Insurance | BackboneElement → Element |
347
+ | ExplanationOfBenefit_Item | BackboneElement → Element |
348
+ | ExplanationOfBenefit_Payee | BackboneElement → Element |
349
+ | ExplanationOfBenefit_Payment | BackboneElement → Element |
350
+ | ExplanationOfBenefit_Procedure | BackboneElement → Element |
351
+ | ExplanationOfBenefit_ProcessNote | BackboneElement → Element |
352
+ | ExplanationOfBenefit_Related | BackboneElement → Element |
353
+ | ExplanationOfBenefit_SubDetail | BackboneElement → Element |
354
+ | FamilyMemberHistory_Condition | BackboneElement → Element |
355
+ | Goal_Target | BackboneElement → Element |
356
+ | GraphDefinition_Compartment | BackboneElement → Element |
357
+ | GraphDefinition_Link | BackboneElement → Element |
358
+ | GraphDefinition_Target | BackboneElement → Element |
359
+ | Group_Characteristic | BackboneElement → Element |
360
+ | Group_Member | BackboneElement → Element |
361
+ | HealthcareService_AvailableTime | BackboneElement → Element |
362
+ | HealthcareService_NotAvailable | BackboneElement → Element |
363
+ | ImagingStudy_Instance | BackboneElement → Element |
364
+ | ImagingStudy_Series | BackboneElement → Element |
365
+ | ImmunizationRecommendation_DateCriterion | BackboneElement → Element |
366
+ | ImmunizationRecommendation_Protocol | BackboneElement → Element |
367
+ | ImmunizationRecommendation_Recommendation | BackboneElement → Element |
368
+ | Immunization_Explanation | BackboneElement → Element |
369
+ | Immunization_Practitioner | BackboneElement → Element |
370
+ | Immunization_Reaction | BackboneElement → Element |
371
+ | Immunization_VaccinationProtocol | BackboneElement → Element |
372
+ | ImplementationGuide_Dependency | BackboneElement → Element |
373
+ | ImplementationGuide_Global | BackboneElement → Element |
374
+ | ImplementationGuide_Package | BackboneElement → Element |
375
+ | ImplementationGuide_Page | BackboneElement → Element |
376
+ | ImplementationGuide_Resource | BackboneElement → Element |
377
+ | Linkage_Item | BackboneElement → Element |
378
+ | List_Entry | BackboneElement → Element |
379
+ | Location_Position | BackboneElement → Element |
380
+ | MeasureReport_Group | BackboneElement → Element |
381
+ | MeasureReport_Population | BackboneElement → Element |
382
+ | MeasureReport_Population1 | BackboneElement → Element |
383
+ | MeasureReport_Stratifier | BackboneElement → Element |
384
+ | MeasureReport_Stratum | BackboneElement → Element |
385
+ | Measure_Group | BackboneElement → Element |
386
+ | Measure_Population | BackboneElement → Element |
387
+ | Measure_Stratifier | BackboneElement → Element |
388
+ | Measure_SupplementalData | BackboneElement → Element |
389
+ | MedicationAdministration_Dosage | BackboneElement → Element |
390
+ | MedicationAdministration_Performer | BackboneElement → Element |
391
+ | MedicationDispense_Performer | BackboneElement → Element |
392
+ | MedicationDispense_Substitution | BackboneElement → Element |
393
+ | MedicationRequest_DispenseRequest | BackboneElement → Element |
394
+ | MedicationRequest_Requester | BackboneElement → Element |
395
+ | MedicationRequest_Substitution | BackboneElement → Element |
396
+ | Medication_Batch | BackboneElement → Element |
397
+ | Medication_Content | BackboneElement → Element |
398
+ | Medication_Ingredient | BackboneElement → Element |
399
+ | Medication_Package | BackboneElement → Element |
400
+ | MessageDefinition_AllowedResponse | BackboneElement → Element |
401
+ | MessageDefinition_Focus | BackboneElement → Element |
402
+ | MessageHeader_Destination | BackboneElement → Element |
403
+ | MessageHeader_Response | BackboneElement → Element |
404
+ | MessageHeader_Source | BackboneElement → Element |
405
+ | MolecularSequence_Quality | BackboneElement → Element |
406
+ | MolecularSequence_ReferenceSeq | BackboneElement → Element |
407
+ | MolecularSequence_Repository | BackboneElement → Element |
408
+ | MolecularSequence_Variant | BackboneElement → Element |
409
+ | NamingSystem_UniqueId | BackboneElement → Element |
410
+ | NutritionOrder_Administration | BackboneElement → Element |
411
+ | NutritionOrder_EnteralFormula | BackboneElement → Element |
412
+ | NutritionOrder_Nutrient | BackboneElement → Element |
413
+ | NutritionOrder_OralDiet | BackboneElement → Element |
414
+ | NutritionOrder_Supplement | BackboneElement → Element |
415
+ | NutritionOrder_Texture | BackboneElement → Element |
416
+ | Observation_Component | BackboneElement → Element |
417
+ | Observation_ReferenceRange | BackboneElement → Element |
418
+ | Observation_Related | BackboneElement → Element |
419
+ | OperationDefinition_Binding | BackboneElement → Element |
420
+ | OperationDefinition_Overload | BackboneElement → Element |
421
+ | OperationDefinition_Parameter | BackboneElement → Element |
422
+ | OperationOutcome_Issue | BackboneElement → Element |
423
+ | Organization_Contact | BackboneElement → Element |
424
+ | Parameters_Parameter | BackboneElement → Element |
425
+ | Patient_Animal | BackboneElement → Element |
426
+ | Patient_Communication | BackboneElement → Element |
427
+ | Patient_Contact | BackboneElement → Element |
428
+ | Patient_Link | BackboneElement → Element |
429
+ | PaymentReconciliation_Detail | BackboneElement → Element |
430
+ | PaymentReconciliation_ProcessNote | BackboneElement → Element |
431
+ | Person_Link | BackboneElement → Element |
432
+ | PlanDefinition_Action | BackboneElement → Element |
433
+ | PlanDefinition_Condition | BackboneElement → Element |
434
+ | PlanDefinition_DynamicValue | BackboneElement → Element |
435
+ | PlanDefinition_Goal | BackboneElement → Element |
436
+ | PlanDefinition_Participant | BackboneElement → Element |
437
+ | PlanDefinition_RelatedAction | BackboneElement → Element |
438
+ | PlanDefinition_Target | BackboneElement → Element |
439
+ | PractitionerRole_AvailableTime | BackboneElement → Element |
440
+ | PractitionerRole_NotAvailable | BackboneElement → Element |
441
+ | Practitioner_Qualification | BackboneElement → Element |
442
+ | Procedure_FocalDevice | BackboneElement → Element |
443
+ | Procedure_Performer | BackboneElement → Element |
444
+ | Provenance_Agent | BackboneElement → Element |
445
+ | Provenance_Entity | BackboneElement → Element |
446
+ | QuestionnaireResponse_Answer | BackboneElement → Element |
447
+ | QuestionnaireResponse_Item | BackboneElement → Element |
448
+ | Questionnaire_EnableWhen | BackboneElement → Element |
449
+ | Questionnaire_Item | BackboneElement → Element |
450
+ | Questionnaire_Option | BackboneElement → Element |
451
+ | RequestGroup_Action | BackboneElement → Element |
452
+ | RequestGroup_Condition | BackboneElement → Element |
453
+ | RequestGroup_RelatedAction | BackboneElement → Element |
454
+ | ResearchStudy_Arm | BackboneElement → Element |
455
+ | RiskAssessment_Prediction | BackboneElement → Element |
456
+ | SearchParameter_Component | BackboneElement → Element |
457
+ | Specimen_Collection | BackboneElement → Element |
458
+ | Specimen_Container | BackboneElement → Element |
459
+ | Specimen_Processing | BackboneElement → Element |
460
+ | StructureDefinition_Differential | BackboneElement → Element |
461
+ | StructureDefinition_Mapping | BackboneElement → Element |
462
+ | StructureDefinition_Snapshot | BackboneElement → Element |
463
+ | StructureMap_Dependent | BackboneElement → Element |
464
+ | StructureMap_Group | BackboneElement → Element |
465
+ | StructureMap_Input | BackboneElement → Element |
466
+ | StructureMap_Parameter | BackboneElement → Element |
467
+ | StructureMap_Rule | BackboneElement → Element |
468
+ | StructureMap_Source | BackboneElement → Element |
469
+ | StructureMap_Structure | BackboneElement → Element |
470
+ | StructureMap_Target | BackboneElement → Element |
471
+ | Subscription_Channel | BackboneElement → Element |
472
+ | Substance_Ingredient | BackboneElement → Element |
473
+ | Substance_Instance | BackboneElement → Element |
474
+ | SupplyDelivery_SuppliedItem | BackboneElement → Element |
475
+ | SupplyRequest_OrderedItem | BackboneElement → Element |
476
+ | SupplyRequest_Requester | BackboneElement → Element |
477
+ | Task_Input | BackboneElement → Element |
478
+ | Task_Output | BackboneElement → Element |
479
+ | Task_Requester | BackboneElement → Element |
480
+ | Task_Restriction | BackboneElement → Element |
481
+ | TestReport_Action | BackboneElement → Element |
482
+ | TestReport_Action1 | BackboneElement → Element |
483
+ | TestReport_Action2 | BackboneElement → Element |
484
+ | TestReport_Assert | BackboneElement → Element |
485
+ | TestReport_Operation | BackboneElement → Element |
486
+ | TestReport_Participant | BackboneElement → Element |
487
+ | TestReport_Setup | BackboneElement → Element |
488
+ | TestReport_Teardown | BackboneElement → Element |
489
+ | TestReport_Test | BackboneElement → Element |
490
+ | TestScript_Action | BackboneElement → Element |
491
+ | TestScript_Action1 | BackboneElement → Element |
492
+ | TestScript_Action2 | BackboneElement → Element |
493
+ | TestScript_Assert | BackboneElement → Element |
494
+ | TestScript_Capability | BackboneElement → Element |
495
+ | TestScript_Destination | BackboneElement → Element |
496
+ | TestScript_Fixture | BackboneElement → Element |
497
+ | TestScript_Link | BackboneElement → Element |
498
+ | TestScript_Metadata | BackboneElement → Element |
499
+ | TestScript_Operation | BackboneElement → Element |
500
+ | TestScript_Origin | BackboneElement → Element |
501
+ | TestScript_Param | BackboneElement → Element |
502
+ | TestScript_Param1 | BackboneElement → Element |
503
+ | TestScript_Param2 | BackboneElement → Element |
504
+ | TestScript_Param3 | BackboneElement → Element |
505
+ | TestScript_RequestHeader | BackboneElement → Element |
506
+ | TestScript_Rule | BackboneElement → Element |
507
+ | TestScript_Rule1 | BackboneElement → Element |
508
+ | TestScript_Rule2 | BackboneElement → Element |
509
+ | TestScript_Rule3 | BackboneElement → Element |
510
+ | TestScript_Ruleset | BackboneElement → Element |
511
+ | TestScript_Ruleset1 | BackboneElement → Element |
512
+ | TestScript_Setup | BackboneElement → Element |
513
+ | TestScript_Teardown | BackboneElement → Element |
514
+ | TestScript_Test | BackboneElement → Element |
515
+ | TestScript_Variable | BackboneElement → Element |
516
+ | Timing | BackboneElement → Element |
517
+ | Timing_Repeat | BackboneElement → Element |
518
+ | ValueSet_Compose | BackboneElement → Element |
519
+ | ValueSet_Concept | BackboneElement → Element |
520
+ | ValueSet_Contains | BackboneElement → Element |
521
+ | ValueSet_Designation | BackboneElement → Element |
522
+ | ValueSet_Expansion | BackboneElement → Element |
523
+ | ValueSet_Filter | BackboneElement → Element |
524
+ | ValueSet_Include | BackboneElement → Element |
525
+ | ValueSet_Parameter | BackboneElement → Element |
526
+ | VisionPrescription_Dispense | BackboneElement → Element |
527
+
528
+ ## Removed/deprecated (R3)
529
+
530
+ The following types were **removed in FHIR R4** (see [R3→R4 diff](https://hl7.org/fhir/R4/diff.html)). They are no longer in this package. The R4 diff also lists BodySite, EligibilityRequest, EligibilityResponse, and Sequence as removed; those were **renamed** (to BodyStructure, CoverageEligibilityRequest/Response, MolecularSequence) and are already reflected in the renames above.
531
+
532
+ | Type | Former inheritance (R3) |
533
+ |------|--------------------------|
534
+ | DataElement | DomainResource → Resource |
535
+ | DataElement_Mapping | BackboneElement → Element |
536
+ | DeviceComponent | DomainResource → Resource |
537
+ | DeviceComponent_ProductionSpecification | BackboneElement → Element |
538
+ | ExpansionProfile | DomainResource → Resource |
539
+ | ExpansionProfile_Designation | BackboneElement → Element |
540
+ | ExpansionProfile_Designation1 | BackboneElement → Element |
541
+ | ExpansionProfile_Designation2 | BackboneElement → Element |
542
+ | ExpansionProfile_Exclude | BackboneElement → Element |
543
+ | ExpansionProfile_ExcludedSystem | BackboneElement → Element |
544
+ | ExpansionProfile_FixedVersion | BackboneElement → Element |
545
+ | ExpansionProfile_Include | BackboneElement → Element |
546
+ | ImagingManifest | DomainResource → Resource |
547
+ | ImagingManifest_Instance | BackboneElement → Element |
548
+ | ImagingManifest_Series | BackboneElement → Element |
549
+ | ImagingManifest_Study | BackboneElement → Element |
550
+ | ProcedureRequest | DomainResource → Resource (replaced by **ServiceRequest**) |
551
+ | ProcedureRequest_Requester | BackboneElement → Element |
552
+ | ProcessRequest | DomainResource → Resource |
553
+ | ProcessRequest_Item | BackboneElement → Element |
554
+ | ProcessResponse | DomainResource → Resource |
555
+ | ProcessResponse_ProcessNote | BackboneElement → Element |
556
+ | ReferralRequest | DomainResource → Resource (replaced by **ServiceRequest**) |
557
+ | ReferralRequest_Requester | BackboneElement → Element |
558
+ | ServiceDefinition | DomainResource → Resource |
package/lib/account.d.ts CHANGED
@@ -6,32 +6,53 @@ import type { Identifier } from "./identifier";
6
6
  import type { Money } from "./money";
7
7
  import type { Period } from "./period";
8
8
  import type { Reference } from "./reference";
9
+ /** Account status: active | inactive | entered-in-error | on-hold | unknown (AccountStatus, required in R4). */
10
+ export declare const ACCOUNT_STATUS: {
11
+ /** Active: account is available for use. */
12
+ readonly ACTIVE: "active";
13
+ /** Inactive: account is not currently used. */
14
+ readonly INACTIVE: "inactive";
15
+ /** Entered in error: this record should not have been created. */
16
+ readonly ENTERED_IN_ERROR: "entered-in-error";
17
+ /** On hold: account is temporarily suspended. */
18
+ readonly ON_HOLD: "on-hold";
19
+ /** Unknown: status is not known. */
20
+ readonly UNKNOWN: "unknown";
21
+ };
22
+ export type AccountStatus = (typeof ACCOUNT_STATUS)[keyof typeof ACCOUNT_STATUS];
9
23
  export interface Account extends DomainResource {
10
24
  /** This is a Account resource */
11
25
  resourceType: "Account";
12
- /** Unique identifier used to reference the account. May or may not be intended for human use (e.g. credit card number). */
26
+ /** Unique identifier used to reference the account (account number). May or may not be intended for human use. */
13
27
  identifier?: Array<Identifier>;
14
- /** Indicates whether the account is presently used/usable or not. */
15
- status?: "active" | "inactive" | "entered-in-error";
16
- /** Categorizes the account for reporting and searching purposes. */
28
+ /** Indicates whether the account is presently used/usable or not (required in R4). */
29
+ status: AccountStatus;
30
+ /** Categorizes the account for reporting and searching purposes (e.g. patient, expense, depreciation). */
17
31
  type?: CodeableConcept;
18
- /** Name used for the account when displaying it to humans in reports, etc. */
32
+ /** Human-readable label for the account. */
19
33
  name?: string;
20
- /** Identifies the patient, device, practitioner, location or other object the account is associated with. */
21
- subject?: Reference;
22
- /** Identifies the period of time the account applies to; e.g. accounts created per fiscal year, quarter, etc. */
23
- period?: Period;
24
- /** Indicates the period of time over which the account is allowed to have transactions posted to it.
25
- This period may be different to the coveragePeriod which is the duration of time that services may occur. */
26
- active?: Period;
27
- /** Represents the sum of all credits less all debits associated with the account. Might be positive, zero or negative. */
28
- balance?: Money;
29
- /** The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account. */
34
+ /** The entity that caused the expenses (Patient, Device, Practitioner, etc.). */
35
+ subject?: Array<Reference>;
36
+ /** Transaction window: date range of services associated with this account (R4: renamed from period). */
37
+ servicePeriod?: Period;
38
+ /** The party(s) that are responsible for covering the payment of this account, and what order they should be applied. */
30
39
  coverage?: Array<Account_Coverage>;
31
- /** Indicates the organization, department, etc. with responsibility for the account. */
40
+ /** Entity managing the account (e.g. service area, hospital, department). */
32
41
  owner?: Reference;
33
- /** Provides additional information about what the account tracks and how it is used. */
42
+ /** Explanation of purpose/use of the account. */
34
43
  description?: string;
35
44
  /** Parties financially responsible for the account. */
36
45
  guarantor?: Array<Account_Guarantor>;
46
+ /** Reference to a parent Account. */
47
+ partOf?: Reference;
48
+ /**
49
+ * Indicates the period over which the account is allowed to have transactions posted to it.
50
+ * @deprecated Removed in R4; use servicePeriod for transaction window. Retained for backward compatibility.
51
+ */
52
+ active?: Period;
53
+ /**
54
+ * Represents the sum of all credits less all debits associated with the account.
55
+ * @deprecated Removed in R4 (balance expressed via operations/ChargeItem). Retained for backward compatibility.
56
+ */
57
+ balance?: Money;
37
58
  }