@nsshunt/stsfhirclient 1.0.76 → 1.0.79

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 (1680) hide show
  1. package/dist/stsfhirclient.mjs.map +1 -1
  2. package/dist/stsfhirclient.umd.js.map +1 -1
  3. package/package.json +9 -9
  4. package/types/STSFhirTypes.d.ts.map +1 -1
  5. package/types/fhir-ts/Account.d.ts +161 -0
  6. package/types/fhir-ts/Account.d.ts.map +1 -0
  7. package/types/fhir-ts/Account_Balance.d.ts +46 -0
  8. package/types/fhir-ts/Account_Balance.d.ts.map +1 -0
  9. package/types/fhir-ts/Account_Coverage.d.ts +39 -0
  10. package/types/fhir-ts/Account_Coverage.d.ts.map +1 -0
  11. package/types/fhir-ts/Account_Diagnosis.d.ts +57 -0
  12. package/types/fhir-ts/Account_Diagnosis.d.ts.map +1 -0
  13. package/types/fhir-ts/Account_Guarantor.d.ts +44 -0
  14. package/types/fhir-ts/Account_Guarantor.d.ts.map +1 -0
  15. package/types/fhir-ts/Account_Procedure.d.ts +59 -0
  16. package/types/fhir-ts/Account_Procedure.d.ts.map +1 -0
  17. package/types/fhir-ts/Account_RelatedAccount.d.ts +36 -0
  18. package/types/fhir-ts/Account_RelatedAccount.d.ts.map +1 -0
  19. package/types/fhir-ts/ActivityDefinition.d.ts +410 -0
  20. package/types/fhir-ts/ActivityDefinition.d.ts.map +1 -0
  21. package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts +37 -0
  22. package/types/fhir-ts/ActivityDefinition_DynamicValue.d.ts.map +1 -0
  23. package/types/fhir-ts/ActivityDefinition_Participant.d.ts +64 -0
  24. package/types/fhir-ts/ActivityDefinition_Participant.d.ts.map +1 -0
  25. package/types/fhir-ts/ActorDefinition.d.ts +209 -0
  26. package/types/fhir-ts/ActorDefinition.d.ts.map +1 -0
  27. package/types/fhir-ts/Address.d.ts +72 -0
  28. package/types/fhir-ts/Address.d.ts.map +1 -0
  29. package/types/fhir-ts/AdministrableProductDefinition.d.ts +123 -0
  30. package/types/fhir-ts/AdministrableProductDefinition.d.ts.map +1 -0
  31. package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts +73 -0
  32. package/types/fhir-ts/AdministrableProductDefinition_Property.d.ts.map +1 -0
  33. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts +62 -0
  34. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration.d.ts.map +1 -0
  35. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts +34 -0
  36. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies.d.ts.map +1 -0
  37. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts +41 -0
  38. package/types/fhir-ts/AdministrableProductDefinition_RouteOfAdministration_TargetSpecies_WithdrawalPeriod.d.ts.map +1 -0
  39. package/types/fhir-ts/AdverseEvent.d.ts +215 -0
  40. package/types/fhir-ts/AdverseEvent.d.ts.map +1 -0
  41. package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts +35 -0
  42. package/types/fhir-ts/AdverseEvent_ContributingFactor.d.ts.map +1 -0
  43. package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts +35 -0
  44. package/types/fhir-ts/AdverseEvent_MitigatingAction.d.ts.map +1 -0
  45. package/types/fhir-ts/AdverseEvent_Participant.d.ts +44 -0
  46. package/types/fhir-ts/AdverseEvent_Participant.d.ts.map +1 -0
  47. package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts +35 -0
  48. package/types/fhir-ts/AdverseEvent_PreventiveAction.d.ts.map +1 -0
  49. package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts +35 -0
  50. package/types/fhir-ts/AdverseEvent_SupportingInfo.d.ts.map +1 -0
  51. package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts +40 -0
  52. package/types/fhir-ts/AdverseEvent_SuspectEntity.d.ts.map +1 -0
  53. package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts +45 -0
  54. package/types/fhir-ts/AdverseEvent_SuspectEntity_Causality.d.ts.map +1 -0
  55. package/types/fhir-ts/Age.d.ts +43 -0
  56. package/types/fhir-ts/Age.d.ts.map +1 -0
  57. package/types/fhir-ts/AllergyIntolerance.d.ts +181 -0
  58. package/types/fhir-ts/AllergyIntolerance.d.ts.map +1 -0
  59. package/types/fhir-ts/AllergyIntolerance_Participant.d.ts +42 -0
  60. package/types/fhir-ts/AllergyIntolerance_Participant.d.ts.map +1 -0
  61. package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts +69 -0
  62. package/types/fhir-ts/AllergyIntolerance_Reaction.d.ts.map +1 -0
  63. package/types/fhir-ts/Annotation.d.ts +37 -0
  64. package/types/fhir-ts/Annotation.d.ts.map +1 -0
  65. package/types/fhir-ts/Appointment.d.ts +277 -0
  66. package/types/fhir-ts/Appointment.d.ts.map +1 -0
  67. package/types/fhir-ts/AppointmentResponse.d.ts +143 -0
  68. package/types/fhir-ts/AppointmentResponse.d.ts.map +1 -0
  69. package/types/fhir-ts/Appointment_Participant.d.ts +68 -0
  70. package/types/fhir-ts/Appointment_Participant.d.ts.map +1 -0
  71. package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts +77 -0
  72. package/types/fhir-ts/Appointment_RecurrenceTemplate.d.ts.map +1 -0
  73. package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts +46 -0
  74. package/types/fhir-ts/Appointment_RecurrenceTemplate_MonthlyTemplate.d.ts.map +1 -0
  75. package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts +66 -0
  76. package/types/fhir-ts/Appointment_RecurrenceTemplate_WeeklyTemplate.d.ts.map +1 -0
  77. package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts +29 -0
  78. package/types/fhir-ts/Appointment_RecurrenceTemplate_YearlyTemplate.d.ts.map +1 -0
  79. package/types/fhir-ts/ArtifactAssessment.d.ts +137 -0
  80. package/types/fhir-ts/ArtifactAssessment.d.ts.map +1 -0
  81. package/types/fhir-ts/ArtifactAssessment_Content.d.ts +84 -0
  82. package/types/fhir-ts/ArtifactAssessment_Content.d.ts.map +1 -0
  83. package/types/fhir-ts/Attachment.d.ts +88 -0
  84. package/types/fhir-ts/Attachment.d.ts.map +1 -0
  85. package/types/fhir-ts/AuditEvent.d.ts +151 -0
  86. package/types/fhir-ts/AuditEvent.d.ts.map +1 -0
  87. package/types/fhir-ts/AuditEvent_Agent.d.ts +90 -0
  88. package/types/fhir-ts/AuditEvent_Agent.d.ts.map +1 -0
  89. package/types/fhir-ts/AuditEvent_Entity.d.ts +63 -0
  90. package/types/fhir-ts/AuditEvent_Entity.d.ts.map +1 -0
  91. package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts +89 -0
  92. package/types/fhir-ts/AuditEvent_Entity_Detail.d.ts.map +1 -0
  93. package/types/fhir-ts/AuditEvent_Outcome.d.ts +37 -0
  94. package/types/fhir-ts/AuditEvent_Outcome.d.ts.map +1 -0
  95. package/types/fhir-ts/AuditEvent_Source.d.ts +48 -0
  96. package/types/fhir-ts/AuditEvent_Source.d.ts.map +1 -0
  97. package/types/fhir-ts/Availability.d.ts +25 -0
  98. package/types/fhir-ts/Availability.d.ts.map +1 -0
  99. package/types/fhir-ts/Availability_AvailableTime.d.ts +38 -0
  100. package/types/fhir-ts/Availability_AvailableTime.d.ts.map +1 -0
  101. package/types/fhir-ts/Availability_NotAvailableTime.d.ts +30 -0
  102. package/types/fhir-ts/Availability_NotAvailableTime.d.ts.map +1 -0
  103. package/types/fhir-ts/BackboneElement.d.ts +23 -0
  104. package/types/fhir-ts/BackboneElement.d.ts.map +1 -0
  105. package/types/fhir-ts/Basic.d.ts +100 -0
  106. package/types/fhir-ts/Basic.d.ts.map +1 -0
  107. package/types/fhir-ts/Binary.d.ts +51 -0
  108. package/types/fhir-ts/Binary.d.ts.map +1 -0
  109. package/types/fhir-ts/BiologicallyDerivedProduct.d.ts +137 -0
  110. package/types/fhir-ts/BiologicallyDerivedProduct.d.ts.map +1 -0
  111. package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts +150 -0
  112. package/types/fhir-ts/BiologicallyDerivedProductDispense.d.ts.map +1 -0
  113. package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts +36 -0
  114. package/types/fhir-ts/BiologicallyDerivedProductDispense_Performer.d.ts.map +1 -0
  115. package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts +50 -0
  116. package/types/fhir-ts/BiologicallyDerivedProduct_Collection.d.ts.map +1 -0
  117. package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts +81 -0
  118. package/types/fhir-ts/BiologicallyDerivedProduct_Property.d.ts.map +1 -0
  119. package/types/fhir-ts/BodyStructure.d.ts +109 -0
  120. package/types/fhir-ts/BodyStructure.d.ts.map +1 -0
  121. package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts +51 -0
  122. package/types/fhir-ts/BodyStructure_IncludedStructure.d.ts.map +1 -0
  123. package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts +44 -0
  124. package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation.d.ts.map +1 -0
  125. package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts +36 -0
  126. package/types/fhir-ts/BodyStructure_IncludedStructure_BodyLandmarkOrientation_DistanceFromLandmark.d.ts.map +1 -0
  127. package/types/fhir-ts/Bundle.d.ts +91 -0
  128. package/types/fhir-ts/Bundle.d.ts.map +1 -0
  129. package/types/fhir-ts/Bundle_Entry.d.ts +61 -0
  130. package/types/fhir-ts/Bundle_Entry.d.ts.map +1 -0
  131. package/types/fhir-ts/Bundle_Entry_Request.d.ts +55 -0
  132. package/types/fhir-ts/Bundle_Entry_Request.d.ts.map +1 -0
  133. package/types/fhir-ts/Bundle_Entry_Response.d.ts +55 -0
  134. package/types/fhir-ts/Bundle_Entry_Response.d.ts.map +1 -0
  135. package/types/fhir-ts/Bundle_Entry_Search.d.ts +38 -0
  136. package/types/fhir-ts/Bundle_Entry_Search.d.ts.map +1 -0
  137. package/types/fhir-ts/Bundle_Link.d.ts +34 -0
  138. package/types/fhir-ts/Bundle_Link.d.ts.map +1 -0
  139. package/types/fhir-ts/CanonicalResource.d.ts +186 -0
  140. package/types/fhir-ts/CanonicalResource.d.ts.map +1 -0
  141. package/types/fhir-ts/CapabilityStatement.d.ts +259 -0
  142. package/types/fhir-ts/CapabilityStatement.d.ts.map +1 -0
  143. package/types/fhir-ts/CapabilityStatement_Document.d.ts +40 -0
  144. package/types/fhir-ts/CapabilityStatement_Document.d.ts.map +1 -0
  145. package/types/fhir-ts/CapabilityStatement_Implementation.d.ts +41 -0
  146. package/types/fhir-ts/CapabilityStatement_Implementation.d.ts.map +1 -0
  147. package/types/fhir-ts/CapabilityStatement_Messaging.d.ts +45 -0
  148. package/types/fhir-ts/CapabilityStatement_Messaging.d.ts.map +1 -0
  149. package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts +35 -0
  150. package/types/fhir-ts/CapabilityStatement_Messaging_Endpoint.d.ts.map +1 -0
  151. package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts +34 -0
  152. package/types/fhir-ts/CapabilityStatement_Messaging_SupportedMessage.d.ts.map +1 -0
  153. package/types/fhir-ts/CapabilityStatement_Rest.d.ts +67 -0
  154. package/types/fhir-ts/CapabilityStatement_Rest.d.ts.map +1 -0
  155. package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts +34 -0
  156. package/types/fhir-ts/CapabilityStatement_Rest_Interaction.d.ts.map +1 -0
  157. package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts +133 -0
  158. package/types/fhir-ts/CapabilityStatement_Rest_Resource.d.ts.map +1 -0
  159. package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts +34 -0
  160. package/types/fhir-ts/CapabilityStatement_Rest_Resource_Interaction.d.ts.map +1 -0
  161. package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts +41 -0
  162. package/types/fhir-ts/CapabilityStatement_Rest_Resource_Operation.d.ts.map +1 -0
  163. package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts +47 -0
  164. package/types/fhir-ts/CapabilityStatement_Rest_Resource_SearchParam.d.ts.map +1 -0
  165. package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts +41 -0
  166. package/types/fhir-ts/CapabilityStatement_Rest_Security.d.ts.map +1 -0
  167. package/types/fhir-ts/CapabilityStatement_Software.d.ts +40 -0
  168. package/types/fhir-ts/CapabilityStatement_Software.d.ts.map +1 -0
  169. package/types/fhir-ts/CarePlan.d.ts +213 -0
  170. package/types/fhir-ts/CarePlan.d.ts.map +1 -0
  171. package/types/fhir-ts/CarePlan_Activity.d.ts +57 -0
  172. package/types/fhir-ts/CarePlan_Activity.d.ts.map +1 -0
  173. package/types/fhir-ts/CareTeam.d.ts +133 -0
  174. package/types/fhir-ts/CareTeam.d.ts.map +1 -0
  175. package/types/fhir-ts/CareTeam_Participant.d.ts +62 -0
  176. package/types/fhir-ts/CareTeam_Participant.d.ts.map +1 -0
  177. package/types/fhir-ts/ChargeItem.d.ts +246 -0
  178. package/types/fhir-ts/ChargeItem.d.ts.map +1 -0
  179. package/types/fhir-ts/ChargeItemDefinition.d.ts +243 -0
  180. package/types/fhir-ts/ChargeItemDefinition.d.ts.map +1 -0
  181. package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts +44 -0
  182. package/types/fhir-ts/ChargeItemDefinition_Applicability.d.ts.map +1 -0
  183. package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts +35 -0
  184. package/types/fhir-ts/ChargeItemDefinition_PropertyGroup.d.ts.map +1 -0
  185. package/types/fhir-ts/ChargeItem_Performer.d.ts +43 -0
  186. package/types/fhir-ts/ChargeItem_Performer.d.ts.map +1 -0
  187. package/types/fhir-ts/Citation.d.ts +271 -0
  188. package/types/fhir-ts/Citation.d.ts.map +1 -0
  189. package/types/fhir-ts/Citation_CitedArtifact.d.ts +105 -0
  190. package/types/fhir-ts/Citation_CitedArtifact.d.ts.map +1 -0
  191. package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts +46 -0
  192. package/types/fhir-ts/Citation_CitedArtifact_Abstract.d.ts.map +1 -0
  193. package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts +42 -0
  194. package/types/fhir-ts/Citation_CitedArtifact_Classification.d.ts.map +1 -0
  195. package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts +40 -0
  196. package/types/fhir-ts/Citation_CitedArtifact_Contributorship.d.ts.map +1 -0
  197. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts +75 -0
  198. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry.d.ts.map +1 -0
  199. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts +35 -0
  200. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Entry_ContributionInstance.d.ts.map +1 -0
  201. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts +45 -0
  202. package/types/fhir-ts/Citation_CitedArtifact_Contributorship_Summary.d.ts.map +1 -0
  203. package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts +43 -0
  204. package/types/fhir-ts/Citation_CitedArtifact_Part.d.ts.map +1 -0
  205. package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts +105 -0
  206. package/types/fhir-ts/Citation_CitedArtifact_PublicationForm.d.ts.map +1 -0
  207. package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts +55 -0
  208. package/types/fhir-ts/Citation_CitedArtifact_PublicationForm_PublishedIn.d.ts.map +1 -0
  209. package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts +71 -0
  210. package/types/fhir-ts/Citation_CitedArtifact_RelatesTo.d.ts.map +1 -0
  211. package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts +42 -0
  212. package/types/fhir-ts/Citation_CitedArtifact_StatusDate.d.ts.map +1 -0
  213. package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts +40 -0
  214. package/types/fhir-ts/Citation_CitedArtifact_Title.d.ts.map +1 -0
  215. package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts +37 -0
  216. package/types/fhir-ts/Citation_CitedArtifact_Version.d.ts.map +1 -0
  217. package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts +37 -0
  218. package/types/fhir-ts/Citation_CitedArtifact_WebLocation.d.ts.map +1 -0
  219. package/types/fhir-ts/Citation_Classification.d.ts +34 -0
  220. package/types/fhir-ts/Citation_Classification.d.ts.map +1 -0
  221. package/types/fhir-ts/Citation_StatusDate.d.ts +42 -0
  222. package/types/fhir-ts/Citation_StatusDate.d.ts.map +1 -0
  223. package/types/fhir-ts/Citation_Summary.d.ts +35 -0
  224. package/types/fhir-ts/Citation_Summary.d.ts.map +1 -0
  225. package/types/fhir-ts/Claim.d.ts +249 -0
  226. package/types/fhir-ts/Claim.d.ts.map +1 -0
  227. package/types/fhir-ts/ClaimResponse.d.ts +246 -0
  228. package/types/fhir-ts/ClaimResponse.d.ts.map +1 -0
  229. package/types/fhir-ts/ClaimResponse_AddItem.d.ts +175 -0
  230. package/types/fhir-ts/ClaimResponse_AddItem.d.ts.map +1 -0
  231. package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts +37 -0
  232. package/types/fhir-ts/ClaimResponse_AddItem_BodySite.d.ts.map +1 -0
  233. package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts +102 -0
  234. package/types/fhir-ts/ClaimResponse_AddItem_Detail.d.ts.map +1 -0
  235. package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts +97 -0
  236. package/types/fhir-ts/ClaimResponse_AddItem_Detail_SubDetail.d.ts.map +1 -0
  237. package/types/fhir-ts/ClaimResponse_Error.d.ts +51 -0
  238. package/types/fhir-ts/ClaimResponse_Error.d.ts.map +1 -0
  239. package/types/fhir-ts/ClaimResponse_Event.d.ts +41 -0
  240. package/types/fhir-ts/ClaimResponse_Event.d.ts.map +1 -0
  241. package/types/fhir-ts/ClaimResponse_Insurance.d.ts +54 -0
  242. package/types/fhir-ts/ClaimResponse_Insurance.d.ts.map +1 -0
  243. package/types/fhir-ts/ClaimResponse_Item.d.ts +55 -0
  244. package/types/fhir-ts/ClaimResponse_Item.d.ts.map +1 -0
  245. package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts +50 -0
  246. package/types/fhir-ts/ClaimResponse_Item_Adjudication.d.ts.map +1 -0
  247. package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts +55 -0
  248. package/types/fhir-ts/ClaimResponse_Item_Detail.d.ts.map +1 -0
  249. package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts +50 -0
  250. package/types/fhir-ts/ClaimResponse_Item_Detail_SubDetail.d.ts.map +1 -0
  251. package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts +48 -0
  252. package/types/fhir-ts/ClaimResponse_Item_ReviewOutcome.d.ts.map +1 -0
  253. package/types/fhir-ts/ClaimResponse_Payment.d.ts +59 -0
  254. package/types/fhir-ts/ClaimResponse_Payment.d.ts.map +1 -0
  255. package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts +46 -0
  256. package/types/fhir-ts/ClaimResponse_ProcessNote.d.ts.map +1 -0
  257. package/types/fhir-ts/ClaimResponse_Total.d.ts +36 -0
  258. package/types/fhir-ts/ClaimResponse_Total.d.ts.map +1 -0
  259. package/types/fhir-ts/Claim_Accident.d.ts +48 -0
  260. package/types/fhir-ts/Claim_Accident.d.ts.map +1 -0
  261. package/types/fhir-ts/Claim_CareTeam.d.ts +56 -0
  262. package/types/fhir-ts/Claim_CareTeam.d.ts.map +1 -0
  263. package/types/fhir-ts/Claim_Diagnosis.d.ts +53 -0
  264. package/types/fhir-ts/Claim_Diagnosis.d.ts.map +1 -0
  265. package/types/fhir-ts/Claim_Event.d.ts +41 -0
  266. package/types/fhir-ts/Claim_Event.d.ts.map +1 -0
  267. package/types/fhir-ts/Claim_Insurance.d.ts +67 -0
  268. package/types/fhir-ts/Claim_Insurance.d.ts.map +1 -0
  269. package/types/fhir-ts/Claim_Item.d.ts +186 -0
  270. package/types/fhir-ts/Claim_Item.d.ts.map +1 -0
  271. package/types/fhir-ts/Claim_Item_BodySite.d.ts +37 -0
  272. package/types/fhir-ts/Claim_Item_BodySite.d.ts.map +1 -0
  273. package/types/fhir-ts/Claim_Item_Detail.d.ts +116 -0
  274. package/types/fhir-ts/Claim_Item_Detail.d.ts.map +1 -0
  275. package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts +111 -0
  276. package/types/fhir-ts/Claim_Item_Detail_SubDetail.d.ts.map +1 -0
  277. package/types/fhir-ts/Claim_Payee.d.ts +41 -0
  278. package/types/fhir-ts/Claim_Payee.d.ts.map +1 -0
  279. package/types/fhir-ts/Claim_Procedure.d.ts +58 -0
  280. package/types/fhir-ts/Claim_Procedure.d.ts.map +1 -0
  281. package/types/fhir-ts/Claim_Related.d.ts +44 -0
  282. package/types/fhir-ts/Claim_Related.d.ts.map +1 -0
  283. package/types/fhir-ts/Claim_SupportingInfo.d.ts +92 -0
  284. package/types/fhir-ts/Claim_SupportingInfo.d.ts.map +1 -0
  285. package/types/fhir-ts/ClinicalImpression.d.ts +181 -0
  286. package/types/fhir-ts/ClinicalImpression.d.ts.map +1 -0
  287. package/types/fhir-ts/ClinicalImpression_Finding.d.ts +38 -0
  288. package/types/fhir-ts/ClinicalImpression_Finding.d.ts.map +1 -0
  289. package/types/fhir-ts/ClinicalUseDefinition.d.ts +134 -0
  290. package/types/fhir-ts/ClinicalUseDefinition.d.ts.map +1 -0
  291. package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts +59 -0
  292. package/types/fhir-ts/ClinicalUseDefinition_Contraindication.d.ts.map +1 -0
  293. package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts +42 -0
  294. package/types/fhir-ts/ClinicalUseDefinition_Contraindication_OtherTherapy.d.ts.map +1 -0
  295. package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts +76 -0
  296. package/types/fhir-ts/ClinicalUseDefinition_Indication.d.ts.map +1 -0
  297. package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts +51 -0
  298. package/types/fhir-ts/ClinicalUseDefinition_Interaction.d.ts.map +1 -0
  299. package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts +35 -0
  300. package/types/fhir-ts/ClinicalUseDefinition_Interaction_Interactant.d.ts.map +1 -0
  301. package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts +41 -0
  302. package/types/fhir-ts/ClinicalUseDefinition_UndesirableEffect.d.ts.map +1 -0
  303. package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts +35 -0
  304. package/types/fhir-ts/ClinicalUseDefinition_Warning.d.ts.map +1 -0
  305. package/types/fhir-ts/CodeSystem.d.ts +308 -0
  306. package/types/fhir-ts/CodeSystem.d.ts.map +1 -0
  307. package/types/fhir-ts/CodeSystem_Concept.d.ts +54 -0
  308. package/types/fhir-ts/CodeSystem_Concept.d.ts.map +1 -0
  309. package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts +48 -0
  310. package/types/fhir-ts/CodeSystem_Concept_Designation.d.ts.map +1 -0
  311. package/types/fhir-ts/CodeSystem_Concept_Property.d.ts +65 -0
  312. package/types/fhir-ts/CodeSystem_Concept_Property.d.ts.map +1 -0
  313. package/types/fhir-ts/CodeSystem_Filter.d.ts +44 -0
  314. package/types/fhir-ts/CodeSystem_Filter.d.ts.map +1 -0
  315. package/types/fhir-ts/CodeSystem_Property.d.ts +44 -0
  316. package/types/fhir-ts/CodeSystem_Property.d.ts.map +1 -0
  317. package/types/fhir-ts/CodeableConcept.d.ts +29 -0
  318. package/types/fhir-ts/CodeableConcept.d.ts.map +1 -0
  319. package/types/fhir-ts/CodeableReference.d.ts +14 -0
  320. package/types/fhir-ts/CodeableReference.d.ts.map +1 -0
  321. package/types/fhir-ts/Coding.d.ts +44 -0
  322. package/types/fhir-ts/Coding.d.ts.map +1 -0
  323. package/types/fhir-ts/Communication.d.ts +201 -0
  324. package/types/fhir-ts/Communication.d.ts.map +1 -0
  325. package/types/fhir-ts/CommunicationRequest.d.ts +205 -0
  326. package/types/fhir-ts/CommunicationRequest.d.ts.map +1 -0
  327. package/types/fhir-ts/CommunicationRequest_Payload.d.ts +41 -0
  328. package/types/fhir-ts/CommunicationRequest_Payload.d.ts.map +1 -0
  329. package/types/fhir-ts/Communication_Payload.d.ts +41 -0
  330. package/types/fhir-ts/Communication_Payload.d.ts.map +1 -0
  331. package/types/fhir-ts/CompartmentDefinition.d.ts +173 -0
  332. package/types/fhir-ts/CompartmentDefinition.d.ts.map +1 -0
  333. package/types/fhir-ts/CompartmentDefinition_Resource.d.ts +50 -0
  334. package/types/fhir-ts/CompartmentDefinition_Resource.d.ts.map +1 -0
  335. package/types/fhir-ts/Composition.d.ts +197 -0
  336. package/types/fhir-ts/Composition.d.ts.map +1 -0
  337. package/types/fhir-ts/Composition_Attester.d.ts +46 -0
  338. package/types/fhir-ts/Composition_Attester.d.ts.map +1 -0
  339. package/types/fhir-ts/Composition_Event.d.ts +37 -0
  340. package/types/fhir-ts/Composition_Event.d.ts.map +1 -0
  341. package/types/fhir-ts/Composition_Section.d.ts +89 -0
  342. package/types/fhir-ts/Composition_Section.d.ts.map +1 -0
  343. package/types/fhir-ts/ConceptMap.d.ts +279 -0
  344. package/types/fhir-ts/ConceptMap.d.ts.map +1 -0
  345. package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts +45 -0
  346. package/types/fhir-ts/ConceptMap_AdditionalAttribute.d.ts.map +1 -0
  347. package/types/fhir-ts/ConceptMap_Group.d.ts +46 -0
  348. package/types/fhir-ts/ConceptMap_Group.d.ts.map +1 -0
  349. package/types/fhir-ts/ConceptMap_Group_Element.d.ts +52 -0
  350. package/types/fhir-ts/ConceptMap_Group_Element.d.ts.map +1 -0
  351. package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts +67 -0
  352. package/types/fhir-ts/ConceptMap_Group_Element_Target.d.ts.map +1 -0
  353. package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts +61 -0
  354. package/types/fhir-ts/ConceptMap_Group_Element_Target_DependsOn.d.ts.map +1 -0
  355. package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts +65 -0
  356. package/types/fhir-ts/ConceptMap_Group_Element_Target_Property.d.ts.map +1 -0
  357. package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts +56 -0
  358. package/types/fhir-ts/ConceptMap_Group_Unmapped.d.ts.map +1 -0
  359. package/types/fhir-ts/ConceptMap_Property.d.ts +49 -0
  360. package/types/fhir-ts/ConceptMap_Property.d.ts.map +1 -0
  361. package/types/fhir-ts/Condition.d.ts +202 -0
  362. package/types/fhir-ts/Condition.d.ts.map +1 -0
  363. package/types/fhir-ts/ConditionDefinition.d.ts +245 -0
  364. package/types/fhir-ts/ConditionDefinition.d.ts.map +1 -0
  365. package/types/fhir-ts/ConditionDefinition_Medication.d.ts +34 -0
  366. package/types/fhir-ts/ConditionDefinition_Medication.d.ts.map +1 -0
  367. package/types/fhir-ts/ConditionDefinition_Observation.d.ts +34 -0
  368. package/types/fhir-ts/ConditionDefinition_Observation.d.ts.map +1 -0
  369. package/types/fhir-ts/ConditionDefinition_Plan.d.ts +36 -0
  370. package/types/fhir-ts/ConditionDefinition_Plan.d.ts.map +1 -0
  371. package/types/fhir-ts/ConditionDefinition_Precondition.d.ts +46 -0
  372. package/types/fhir-ts/ConditionDefinition_Precondition.d.ts.map +1 -0
  373. package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts +36 -0
  374. package/types/fhir-ts/ConditionDefinition_Questionnaire.d.ts.map +1 -0
  375. package/types/fhir-ts/Condition_Participant.d.ts +42 -0
  376. package/types/fhir-ts/Condition_Participant.d.ts.map +1 -0
  377. package/types/fhir-ts/Condition_Stage.d.ts +43 -0
  378. package/types/fhir-ts/Condition_Stage.d.ts.map +1 -0
  379. package/types/fhir-ts/Consent.d.ts +172 -0
  380. package/types/fhir-ts/Consent.d.ts.map +1 -0
  381. package/types/fhir-ts/Consent_PolicyBasis.d.ts +37 -0
  382. package/types/fhir-ts/Consent_PolicyBasis.d.ts.map +1 -0
  383. package/types/fhir-ts/Consent_Provision.d.ts +95 -0
  384. package/types/fhir-ts/Consent_Provision.d.ts.map +1 -0
  385. package/types/fhir-ts/Consent_Provision_Actor.d.ts +43 -0
  386. package/types/fhir-ts/Consent_Provision_Actor.d.ts.map +1 -0
  387. package/types/fhir-ts/Consent_Provision_Data.d.ts +36 -0
  388. package/types/fhir-ts/Consent_Provision_Data.d.ts.map +1 -0
  389. package/types/fhir-ts/Consent_Verification.d.ts +58 -0
  390. package/types/fhir-ts/Consent_Verification.d.ts.map +1 -0
  391. package/types/fhir-ts/ContactDetail.d.ts +28 -0
  392. package/types/fhir-ts/ContactDetail.d.ts.map +1 -0
  393. package/types/fhir-ts/ContactPoint.d.ts +49 -0
  394. package/types/fhir-ts/ContactPoint.d.ts.map +1 -0
  395. package/types/fhir-ts/Contract.d.ts +254 -0
  396. package/types/fhir-ts/Contract.d.ts.map +1 -0
  397. package/types/fhir-ts/Contract_ContentDefinition.d.ts +59 -0
  398. package/types/fhir-ts/Contract_ContentDefinition.d.ts.map +1 -0
  399. package/types/fhir-ts/Contract_Friendly.d.ts +35 -0
  400. package/types/fhir-ts/Contract_Friendly.d.ts.map +1 -0
  401. package/types/fhir-ts/Contract_Legal.d.ts +35 -0
  402. package/types/fhir-ts/Contract_Legal.d.ts.map +1 -0
  403. package/types/fhir-ts/Contract_Rule.d.ts +35 -0
  404. package/types/fhir-ts/Contract_Rule.d.ts.map +1 -0
  405. package/types/fhir-ts/Contract_Signer.d.ts +46 -0
  406. package/types/fhir-ts/Contract_Signer.d.ts.map +1 -0
  407. package/types/fhir-ts/Contract_Term.d.ts +93 -0
  408. package/types/fhir-ts/Contract_Term.d.ts.map +1 -0
  409. package/types/fhir-ts/Contract_Term_Action.d.ts +153 -0
  410. package/types/fhir-ts/Contract_Term_Action.d.ts.map +1 -0
  411. package/types/fhir-ts/Contract_Term_Action_Subject.d.ts +42 -0
  412. package/types/fhir-ts/Contract_Term_Action_Subject.d.ts.map +1 -0
  413. package/types/fhir-ts/Contract_Term_Asset.d.ts +104 -0
  414. package/types/fhir-ts/Contract_Term_Asset.d.ts.map +1 -0
  415. package/types/fhir-ts/Contract_Term_Asset_Context.d.ts +42 -0
  416. package/types/fhir-ts/Contract_Term_Asset_Context.d.ts.map +1 -0
  417. package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts +109 -0
  418. package/types/fhir-ts/Contract_Term_Asset_ValuedItem.d.ts.map +1 -0
  419. package/types/fhir-ts/Contract_Term_Offer.d.ts +82 -0
  420. package/types/fhir-ts/Contract_Term_Offer.d.ts.map +1 -0
  421. package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts +88 -0
  422. package/types/fhir-ts/Contract_Term_Offer_Answer.d.ts.map +1 -0
  423. package/types/fhir-ts/Contract_Term_Offer_Party.d.ts +42 -0
  424. package/types/fhir-ts/Contract_Term_Offer_Party.d.ts.map +1 -0
  425. package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts +45 -0
  426. package/types/fhir-ts/Contract_Term_SecurityLabel.d.ts.map +1 -0
  427. package/types/fhir-ts/Count.d.ts +43 -0
  428. package/types/fhir-ts/Count.d.ts.map +1 -0
  429. package/types/fhir-ts/Coverage.d.ts +178 -0
  430. package/types/fhir-ts/Coverage.d.ts.map +1 -0
  431. package/types/fhir-ts/CoverageEligibilityRequest.d.ts +153 -0
  432. package/types/fhir-ts/CoverageEligibilityRequest.d.ts.map +1 -0
  433. package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts +41 -0
  434. package/types/fhir-ts/CoverageEligibilityRequest_Event.d.ts.map +1 -0
  435. package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts +42 -0
  436. package/types/fhir-ts/CoverageEligibilityRequest_Insurance.d.ts.map +1 -0
  437. package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts +86 -0
  438. package/types/fhir-ts/CoverageEligibilityRequest_Item.d.ts.map +1 -0
  439. package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts +35 -0
  440. package/types/fhir-ts/CoverageEligibilityRequest_Item_Diagnosis.d.ts.map +1 -0
  441. package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts +42 -0
  442. package/types/fhir-ts/CoverageEligibilityRequest_SupportingInfo.d.ts.map +1 -0
  443. package/types/fhir-ts/CoverageEligibilityResponse.d.ts +159 -0
  444. package/types/fhir-ts/CoverageEligibilityResponse.d.ts.map +1 -0
  445. package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts +36 -0
  446. package/types/fhir-ts/CoverageEligibilityResponse_Error.d.ts.map +1 -0
  447. package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts +41 -0
  448. package/types/fhir-ts/CoverageEligibilityResponse_Event.d.ts.map +1 -0
  449. package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts +47 -0
  450. package/types/fhir-ts/CoverageEligibilityResponse_Insurance.d.ts.map +1 -0
  451. package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts +103 -0
  452. package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item.d.ts.map +1 -0
  453. package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts +62 -0
  454. package/types/fhir-ts/CoverageEligibilityResponse_Insurance_Item_Benefit.d.ts.map +1 -0
  455. package/types/fhir-ts/Coverage_Class.d.ts +42 -0
  456. package/types/fhir-ts/Coverage_Class.d.ts.map +1 -0
  457. package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts +68 -0
  458. package/types/fhir-ts/Coverage_CostToBeneficiary.d.ts.map +1 -0
  459. package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts +35 -0
  460. package/types/fhir-ts/Coverage_CostToBeneficiary_Exception.d.ts.map +1 -0
  461. package/types/fhir-ts/Coverage_PaymentBy.d.ts +38 -0
  462. package/types/fhir-ts/Coverage_PaymentBy.d.ts.map +1 -0
  463. package/types/fhir-ts/DataRequirement.d.ts +71 -0
  464. package/types/fhir-ts/DataRequirement.d.ts.map +1 -0
  465. package/types/fhir-ts/DataRequirement_CodeFilter.d.ts +38 -0
  466. package/types/fhir-ts/DataRequirement_CodeFilter.d.ts.map +1 -0
  467. package/types/fhir-ts/DataRequirement_DateFilter.d.ts +44 -0
  468. package/types/fhir-ts/DataRequirement_DateFilter.d.ts.map +1 -0
  469. package/types/fhir-ts/DataRequirement_Sort.d.ts +26 -0
  470. package/types/fhir-ts/DataRequirement_Sort.d.ts.map +1 -0
  471. package/types/fhir-ts/DataRequirement_ValueFilter.d.ts +49 -0
  472. package/types/fhir-ts/DataRequirement_ValueFilter.d.ts.map +1 -0
  473. package/types/fhir-ts/DetectedIssue.d.ts +159 -0
  474. package/types/fhir-ts/DetectedIssue.d.ts.map +1 -0
  475. package/types/fhir-ts/DetectedIssue_Evidence.d.ts +36 -0
  476. package/types/fhir-ts/DetectedIssue_Evidence.d.ts.map +1 -0
  477. package/types/fhir-ts/DetectedIssue_Mitigation.d.ts +51 -0
  478. package/types/fhir-ts/DetectedIssue_Mitigation.d.ts.map +1 -0
  479. package/types/fhir-ts/Device.d.ts +242 -0
  480. package/types/fhir-ts/Device.d.ts.map +1 -0
  481. package/types/fhir-ts/DeviceAssociation.d.ts +116 -0
  482. package/types/fhir-ts/DeviceAssociation.d.ts.map +1 -0
  483. package/types/fhir-ts/DeviceAssociation_Operation.d.ts +44 -0
  484. package/types/fhir-ts/DeviceAssociation_Operation.d.ts.map +1 -0
  485. package/types/fhir-ts/DeviceDefinition.d.ts +200 -0
  486. package/types/fhir-ts/DeviceDefinition.d.ts.map +1 -0
  487. package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts +48 -0
  488. package/types/fhir-ts/DeviceDefinition_ChargeItem.d.ts.map +1 -0
  489. package/types/fhir-ts/DeviceDefinition_Classification.d.ts +35 -0
  490. package/types/fhir-ts/DeviceDefinition_Classification.d.ts.map +1 -0
  491. package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts +46 -0
  492. package/types/fhir-ts/DeviceDefinition_ConformsTo.d.ts.map +1 -0
  493. package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts +41 -0
  494. package/types/fhir-ts/DeviceDefinition_CorrectiveAction.d.ts.map +1 -0
  495. package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts +35 -0
  496. package/types/fhir-ts/DeviceDefinition_DeviceName.d.ts.map +1 -0
  497. package/types/fhir-ts/DeviceDefinition_Guideline.d.ts +65 -0
  498. package/types/fhir-ts/DeviceDefinition_Guideline.d.ts.map +1 -0
  499. package/types/fhir-ts/DeviceDefinition_HasPart.d.ts +36 -0
  500. package/types/fhir-ts/DeviceDefinition_HasPart.d.ts.map +1 -0
  501. package/types/fhir-ts/DeviceDefinition_Link.d.ts +36 -0
  502. package/types/fhir-ts/DeviceDefinition_Link.d.ts.map +1 -0
  503. package/types/fhir-ts/DeviceDefinition_Material.d.ts +40 -0
  504. package/types/fhir-ts/DeviceDefinition_Material.d.ts.map +1 -0
  505. package/types/fhir-ts/DeviceDefinition_Packaging.d.ts +56 -0
  506. package/types/fhir-ts/DeviceDefinition_Packaging.d.ts.map +1 -0
  507. package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts +36 -0
  508. package/types/fhir-ts/DeviceDefinition_Packaging_Distributor.d.ts.map +1 -0
  509. package/types/fhir-ts/DeviceDefinition_Property.d.ts +68 -0
  510. package/types/fhir-ts/DeviceDefinition_Property.d.ts.map +1 -0
  511. package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts +44 -0
  512. package/types/fhir-ts/DeviceDefinition_RegulatoryIdentifier.d.ts.map +1 -0
  513. package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts +44 -0
  514. package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier.d.ts.map +1 -0
  515. package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts +35 -0
  516. package/types/fhir-ts/DeviceDefinition_UdiDeviceIdentifier_MarketDistribution.d.ts.map +1 -0
  517. package/types/fhir-ts/DeviceDefinition_Version.d.ts +42 -0
  518. package/types/fhir-ts/DeviceDefinition_Version.d.ts.map +1 -0
  519. package/types/fhir-ts/DeviceDispense.d.ts +191 -0
  520. package/types/fhir-ts/DeviceDispense.d.ts.map +1 -0
  521. package/types/fhir-ts/DeviceDispense_Performer.d.ts +42 -0
  522. package/types/fhir-ts/DeviceDispense_Performer.d.ts.map +1 -0
  523. package/types/fhir-ts/DeviceMetric.d.ts +115 -0
  524. package/types/fhir-ts/DeviceMetric.d.ts.map +1 -0
  525. package/types/fhir-ts/DeviceMetric_Calibration.d.ts +39 -0
  526. package/types/fhir-ts/DeviceMetric_Calibration.d.ts.map +1 -0
  527. package/types/fhir-ts/DeviceRequest.d.ts +234 -0
  528. package/types/fhir-ts/DeviceRequest.d.ts.map +1 -0
  529. package/types/fhir-ts/DeviceRequest_Parameter.d.ts +52 -0
  530. package/types/fhir-ts/DeviceRequest_Parameter.d.ts.map +1 -0
  531. package/types/fhir-ts/DeviceUsage.d.ts +186 -0
  532. package/types/fhir-ts/DeviceUsage.d.ts.map +1 -0
  533. package/types/fhir-ts/DeviceUsage_Adherence.d.ts +34 -0
  534. package/types/fhir-ts/DeviceUsage_Adherence.d.ts.map +1 -0
  535. package/types/fhir-ts/Device_ConformsTo.d.ts +40 -0
  536. package/types/fhir-ts/Device_ConformsTo.d.ts.map +1 -0
  537. package/types/fhir-ts/Device_Name.d.ts +39 -0
  538. package/types/fhir-ts/Device_Name.d.ts.map +1 -0
  539. package/types/fhir-ts/Device_Property.d.ts +68 -0
  540. package/types/fhir-ts/Device_Property.d.ts.map +1 -0
  541. package/types/fhir-ts/Device_UdiCarrier.d.ts +60 -0
  542. package/types/fhir-ts/Device_UdiCarrier.d.ts.map +1 -0
  543. package/types/fhir-ts/Device_Version.d.ts +47 -0
  544. package/types/fhir-ts/Device_Version.d.ts.map +1 -0
  545. package/types/fhir-ts/DiagnosticReport.d.ts +212 -0
  546. package/types/fhir-ts/DiagnosticReport.d.ts.map +1 -0
  547. package/types/fhir-ts/DiagnosticReport_Media.d.ts +37 -0
  548. package/types/fhir-ts/DiagnosticReport_Media.d.ts.map +1 -0
  549. package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts +39 -0
  550. package/types/fhir-ts/DiagnosticReport_SupportingInfo.d.ts.map +1 -0
  551. package/types/fhir-ts/Distance.d.ts +43 -0
  552. package/types/fhir-ts/Distance.d.ts.map +1 -0
  553. package/types/fhir-ts/DocumentReference.d.ts +224 -0
  554. package/types/fhir-ts/DocumentReference.d.ts.map +1 -0
  555. package/types/fhir-ts/DocumentReference_Attester.d.ts +46 -0
  556. package/types/fhir-ts/DocumentReference_Attester.d.ts.map +1 -0
  557. package/types/fhir-ts/DocumentReference_Content.d.ts +34 -0
  558. package/types/fhir-ts/DocumentReference_Content.d.ts.map +1 -0
  559. package/types/fhir-ts/DocumentReference_Content_Profile.d.ts +40 -0
  560. package/types/fhir-ts/DocumentReference_Content_Profile.d.ts.map +1 -0
  561. package/types/fhir-ts/DocumentReference_RelatesTo.d.ts +37 -0
  562. package/types/fhir-ts/DocumentReference_RelatesTo.d.ts.map +1 -0
  563. package/types/fhir-ts/DomainResource.d.ts +61 -0
  564. package/types/fhir-ts/DomainResource.d.ts.map +1 -0
  565. package/types/fhir-ts/Dosage.d.ts +106 -0
  566. package/types/fhir-ts/Dosage.d.ts.map +1 -0
  567. package/types/fhir-ts/Dosage_DoseAndRate.d.ts +49 -0
  568. package/types/fhir-ts/Dosage_DoseAndRate.d.ts.map +1 -0
  569. package/types/fhir-ts/Duration.d.ts +43 -0
  570. package/types/fhir-ts/Duration.d.ts.map +1 -0
  571. package/types/fhir-ts/Element.d.ts +15 -0
  572. package/types/fhir-ts/Element.d.ts.map +1 -0
  573. package/types/fhir-ts/ElementDefinition.d.ts +1149 -0
  574. package/types/fhir-ts/ElementDefinition.d.ts.map +1 -0
  575. package/types/fhir-ts/ElementDefinition_Base.d.ts +33 -0
  576. package/types/fhir-ts/ElementDefinition_Base.d.ts.map +1 -0
  577. package/types/fhir-ts/ElementDefinition_Binding.d.ts +38 -0
  578. package/types/fhir-ts/ElementDefinition_Binding.d.ts.map +1 -0
  579. package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts +50 -0
  580. package/types/fhir-ts/ElementDefinition_Binding_Additional.d.ts.map +1 -0
  581. package/types/fhir-ts/ElementDefinition_Constraint.d.ts +57 -0
  582. package/types/fhir-ts/ElementDefinition_Constraint.d.ts.map +1 -0
  583. package/types/fhir-ts/ElementDefinition_Example.d.ts +325 -0
  584. package/types/fhir-ts/ElementDefinition_Example.d.ts.map +1 -0
  585. package/types/fhir-ts/ElementDefinition_Mapping.d.ts +38 -0
  586. package/types/fhir-ts/ElementDefinition_Mapping.d.ts.map +1 -0
  587. package/types/fhir-ts/ElementDefinition_Slicing.d.ts +39 -0
  588. package/types/fhir-ts/ElementDefinition_Slicing.d.ts.map +1 -0
  589. package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts +27 -0
  590. package/types/fhir-ts/ElementDefinition_Slicing_Discriminator.d.ts.map +1 -0
  591. package/types/fhir-ts/ElementDefinition_Type.d.ts +45 -0
  592. package/types/fhir-ts/ElementDefinition_Type.d.ts.map +1 -0
  593. package/types/fhir-ts/Encounter.d.ts +248 -0
  594. package/types/fhir-ts/Encounter.d.ts.map +1 -0
  595. package/types/fhir-ts/EncounterHistory.d.ts +147 -0
  596. package/types/fhir-ts/EncounterHistory.d.ts.map +1 -0
  597. package/types/fhir-ts/EncounterHistory_Location.d.ts +39 -0
  598. package/types/fhir-ts/EncounterHistory_Location.d.ts.map +1 -0
  599. package/types/fhir-ts/Encounter_Admission.d.ts +58 -0
  600. package/types/fhir-ts/Encounter_Admission.d.ts.map +1 -0
  601. package/types/fhir-ts/Encounter_Diagnosis.d.ts +36 -0
  602. package/types/fhir-ts/Encounter_Diagnosis.d.ts.map +1 -0
  603. package/types/fhir-ts/Encounter_Location.d.ts +52 -0
  604. package/types/fhir-ts/Encounter_Location.d.ts.map +1 -0
  605. package/types/fhir-ts/Encounter_Participant.d.ts +56 -0
  606. package/types/fhir-ts/Encounter_Participant.d.ts.map +1 -0
  607. package/types/fhir-ts/Encounter_Reason.d.ts +40 -0
  608. package/types/fhir-ts/Encounter_Reason.d.ts.map +1 -0
  609. package/types/fhir-ts/Endpoint.d.ts +139 -0
  610. package/types/fhir-ts/Endpoint.d.ts.map +1 -0
  611. package/types/fhir-ts/Endpoint_Payload.d.ts +37 -0
  612. package/types/fhir-ts/Endpoint_Payload.d.ts.map +1 -0
  613. package/types/fhir-ts/EnrollmentRequest.d.ts +104 -0
  614. package/types/fhir-ts/EnrollmentRequest.d.ts.map +1 -0
  615. package/types/fhir-ts/EnrollmentResponse.d.ts +108 -0
  616. package/types/fhir-ts/EnrollmentResponse.d.ts.map +1 -0
  617. package/types/fhir-ts/EpisodeOfCare.d.ts +141 -0
  618. package/types/fhir-ts/EpisodeOfCare.d.ts.map +1 -0
  619. package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts +36 -0
  620. package/types/fhir-ts/EpisodeOfCare_Diagnosis.d.ts.map +1 -0
  621. package/types/fhir-ts/EpisodeOfCare_Reason.d.ts +39 -0
  622. package/types/fhir-ts/EpisodeOfCare_Reason.d.ts.map +1 -0
  623. package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts +35 -0
  624. package/types/fhir-ts/EpisodeOfCare_StatusHistory.d.ts.map +1 -0
  625. package/types/fhir-ts/EventDefinition.d.ts +271 -0
  626. package/types/fhir-ts/EventDefinition.d.ts.map +1 -0
  627. package/types/fhir-ts/Evidence.d.ts +267 -0
  628. package/types/fhir-ts/Evidence.d.ts.map +1 -0
  629. package/types/fhir-ts/EvidenceReport.d.ts +182 -0
  630. package/types/fhir-ts/EvidenceReport.d.ts.map +1 -0
  631. package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts +35 -0
  632. package/types/fhir-ts/EvidenceReport_RelatesTo.d.ts.map +1 -0
  633. package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts +47 -0
  634. package/types/fhir-ts/EvidenceReport_RelatesTo_Target.d.ts.map +1 -0
  635. package/types/fhir-ts/EvidenceReport_Section.d.ts +106 -0
  636. package/types/fhir-ts/EvidenceReport_Section.d.ts.map +1 -0
  637. package/types/fhir-ts/EvidenceReport_Subject.d.ts +34 -0
  638. package/types/fhir-ts/EvidenceReport_Subject.d.ts.map +1 -0
  639. package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts +70 -0
  640. package/types/fhir-ts/EvidenceReport_Subject_Characteristic.d.ts.map +1 -0
  641. package/types/fhir-ts/EvidenceVariable.d.ts +259 -0
  642. package/types/fhir-ts/EvidenceVariable.d.ts.map +1 -0
  643. package/types/fhir-ts/EvidenceVariable_Category.d.ts +47 -0
  644. package/types/fhir-ts/EvidenceVariable_Category.d.ts.map +1 -0
  645. package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts +114 -0
  646. package/types/fhir-ts/EvidenceVariable_Characteristic.d.ts.map +1 -0
  647. package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts +39 -0
  648. package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByCombination.d.ts.map +1 -0
  649. package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts +80 -0
  650. package/types/fhir-ts/EvidenceVariable_Characteristic_DefinitionByTypeAndValue.d.ts.map +1 -0
  651. package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts +69 -0
  652. package/types/fhir-ts/EvidenceVariable_Characteristic_TimeFromEvent.d.ts.map +1 -0
  653. package/types/fhir-ts/Evidence_Certainty.d.ts +56 -0
  654. package/types/fhir-ts/Evidence_Certainty.d.ts.map +1 -0
  655. package/types/fhir-ts/Evidence_Statistic.d.ts +80 -0
  656. package/types/fhir-ts/Evidence_Statistic.d.ts.map +1 -0
  657. package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts +65 -0
  658. package/types/fhir-ts/Evidence_Statistic_AttributeEstimate.d.ts.map +1 -0
  659. package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts +45 -0
  660. package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic.d.ts.map +1 -0
  661. package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts +55 -0
  662. package/types/fhir-ts/Evidence_Statistic_ModelCharacteristic_Variable.d.ts.map +1 -0
  663. package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts +50 -0
  664. package/types/fhir-ts/Evidence_Statistic_SampleSize.d.ts.map +1 -0
  665. package/types/fhir-ts/Evidence_VariableDefinition.d.ts +59 -0
  666. package/types/fhir-ts/Evidence_VariableDefinition.d.ts.map +1 -0
  667. package/types/fhir-ts/ExampleScenario.d.ts +199 -0
  668. package/types/fhir-ts/ExampleScenario.d.ts.map +1 -0
  669. package/types/fhir-ts/ExampleScenario_Actor.d.ts +44 -0
  670. package/types/fhir-ts/ExampleScenario_Actor.d.ts.map +1 -0
  671. package/types/fhir-ts/ExampleScenario_Instance.d.ts +77 -0
  672. package/types/fhir-ts/ExampleScenario_Instance.d.ts.map +1 -0
  673. package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts +35 -0
  674. package/types/fhir-ts/ExampleScenario_Instance_ContainedInstance.d.ts.map +1 -0
  675. package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts +46 -0
  676. package/types/fhir-ts/ExampleScenario_Instance_Version.d.ts.map +1 -0
  677. package/types/fhir-ts/ExampleScenario_Process.d.ts +50 -0
  678. package/types/fhir-ts/ExampleScenario_Process.d.ts.map +1 -0
  679. package/types/fhir-ts/ExampleScenario_Process_Step.d.ts +55 -0
  680. package/types/fhir-ts/ExampleScenario_Process_Step.d.ts.map +1 -0
  681. package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts +39 -0
  682. package/types/fhir-ts/ExampleScenario_Process_Step_Alternative.d.ts.map +1 -0
  683. package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts +75 -0
  684. package/types/fhir-ts/ExampleScenario_Process_Step_Operation.d.ts.map +1 -0
  685. package/types/fhir-ts/ExplanationOfBenefit.d.ts +342 -0
  686. package/types/fhir-ts/ExplanationOfBenefit.d.ts.map +1 -0
  687. package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts +48 -0
  688. package/types/fhir-ts/ExplanationOfBenefit_Accident.d.ts.map +1 -0
  689. package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts +180 -0
  690. package/types/fhir-ts/ExplanationOfBenefit_AddItem.d.ts.map +1 -0
  691. package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts +37 -0
  692. package/types/fhir-ts/ExplanationOfBenefit_AddItem_BodySite.d.ts.map +1 -0
  693. package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts +107 -0
  694. package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail.d.ts.map +1 -0
  695. package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts +102 -0
  696. package/types/fhir-ts/ExplanationOfBenefit_AddItem_Detail_SubDetail.d.ts.map +1 -0
  697. package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts +68 -0
  698. package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance.d.ts.map +1 -0
  699. package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts +57 -0
  700. package/types/fhir-ts/ExplanationOfBenefit_BenefitBalance_Financial.d.ts.map +1 -0
  701. package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts +56 -0
  702. package/types/fhir-ts/ExplanationOfBenefit_CareTeam.d.ts.map +1 -0
  703. package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts +53 -0
  704. package/types/fhir-ts/ExplanationOfBenefit_Diagnosis.d.ts.map +1 -0
  705. package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts +41 -0
  706. package/types/fhir-ts/ExplanationOfBenefit_Event.d.ts.map +1 -0
  707. package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts +43 -0
  708. package/types/fhir-ts/ExplanationOfBenefit_Insurance.d.ts.map +1 -0
  709. package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts +200 -0
  710. package/types/fhir-ts/ExplanationOfBenefit_Item.d.ts.map +1 -0
  711. package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts +50 -0
  712. package/types/fhir-ts/ExplanationOfBenefit_Item_Adjudication.d.ts.map +1 -0
  713. package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts +37 -0
  714. package/types/fhir-ts/ExplanationOfBenefit_Item_BodySite.d.ts.map +1 -0
  715. package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts +131 -0
  716. package/types/fhir-ts/ExplanationOfBenefit_Item_Detail.d.ts.map +1 -0
  717. package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts +126 -0
  718. package/types/fhir-ts/ExplanationOfBenefit_Item_Detail_SubDetail.d.ts.map +1 -0
  719. package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts +48 -0
  720. package/types/fhir-ts/ExplanationOfBenefit_Item_ReviewOutcome.d.ts.map +1 -0
  721. package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts +41 -0
  722. package/types/fhir-ts/ExplanationOfBenefit_Payee.d.ts.map +1 -0
  723. package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts +59 -0
  724. package/types/fhir-ts/ExplanationOfBenefit_Payment.d.ts.map +1 -0
  725. package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts +57 -0
  726. package/types/fhir-ts/ExplanationOfBenefit_Procedure.d.ts.map +1 -0
  727. package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts +46 -0
  728. package/types/fhir-ts/ExplanationOfBenefit_ProcessNote.d.ts.map +1 -0
  729. package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts +44 -0
  730. package/types/fhir-ts/ExplanationOfBenefit_Related.d.ts.map +1 -0
  731. package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts +94 -0
  732. package/types/fhir-ts/ExplanationOfBenefit_SupportingInfo.d.ts.map +1 -0
  733. package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts +36 -0
  734. package/types/fhir-ts/ExplanationOfBenefit_Total.d.ts.map +1 -0
  735. package/types/fhir-ts/Expression.d.ts +43 -0
  736. package/types/fhir-ts/Expression.d.ts.map +1 -0
  737. package/types/fhir-ts/ExtendedContactDetail.d.ts +56 -0
  738. package/types/fhir-ts/ExtendedContactDetail.d.ts.map +1 -0
  739. package/types/fhir-ts/Extension.d.ts +325 -0
  740. package/types/fhir-ts/Extension.d.ts.map +1 -0
  741. package/types/fhir-ts/FamilyMemberHistory.d.ts +219 -0
  742. package/types/fhir-ts/FamilyMemberHistory.d.ts.map +1 -0
  743. package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts +69 -0
  744. package/types/fhir-ts/FamilyMemberHistory_Condition.d.ts.map +1 -0
  745. package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts +42 -0
  746. package/types/fhir-ts/FamilyMemberHistory_Participant.d.ts.map +1 -0
  747. package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts +74 -0
  748. package/types/fhir-ts/FamilyMemberHistory_Procedure.d.ts.map +1 -0
  749. package/types/fhir-ts/FhirPrimitive.d.ts +7 -0
  750. package/types/fhir-ts/FhirPrimitive.d.ts.map +1 -0
  751. package/types/fhir-ts/Flag.d.ts +122 -0
  752. package/types/fhir-ts/Flag.d.ts.map +1 -0
  753. package/types/fhir-ts/FormularyItem.d.ts +79 -0
  754. package/types/fhir-ts/FormularyItem.d.ts.map +1 -0
  755. package/types/fhir-ts/GenomicStudy.d.ts +153 -0
  756. package/types/fhir-ts/GenomicStudy.d.ts.map +1 -0
  757. package/types/fhir-ts/GenomicStudy_Analysis.d.ts +125 -0
  758. package/types/fhir-ts/GenomicStudy_Analysis.d.ts.map +1 -0
  759. package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts +36 -0
  760. package/types/fhir-ts/GenomicStudy_Analysis_Device.d.ts.map +1 -0
  761. package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts +47 -0
  762. package/types/fhir-ts/GenomicStudy_Analysis_Input.d.ts.map +1 -0
  763. package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts +36 -0
  764. package/types/fhir-ts/GenomicStudy_Analysis_Output.d.ts.map +1 -0
  765. package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts +39 -0
  766. package/types/fhir-ts/GenomicStudy_Analysis_Performer.d.ts.map +1 -0
  767. package/types/fhir-ts/Goal.d.ts +178 -0
  768. package/types/fhir-ts/Goal.d.ts.map +1 -0
  769. package/types/fhir-ts/Goal_Target.d.ts +79 -0
  770. package/types/fhir-ts/Goal_Target.d.ts.map +1 -0
  771. package/types/fhir-ts/GraphDefinition.d.ts +198 -0
  772. package/types/fhir-ts/GraphDefinition.d.ts.map +1 -0
  773. package/types/fhir-ts/GraphDefinition_Link.d.ts +71 -0
  774. package/types/fhir-ts/GraphDefinition_Link.d.ts.map +1 -0
  775. package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts +50 -0
  776. package/types/fhir-ts/GraphDefinition_Link_Compartment.d.ts.map +1 -0
  777. package/types/fhir-ts/GraphDefinition_Node.d.ts +44 -0
  778. package/types/fhir-ts/GraphDefinition_Node.d.ts.map +1 -0
  779. package/types/fhir-ts/Group.d.ts +131 -0
  780. package/types/fhir-ts/Group.d.ts.map +1 -0
  781. package/types/fhir-ts/Group_Characteristic.d.ts +70 -0
  782. package/types/fhir-ts/Group_Characteristic.d.ts.map +1 -0
  783. package/types/fhir-ts/Group_Member.d.ts +52 -0
  784. package/types/fhir-ts/Group_Member.d.ts.map +1 -0
  785. package/types/fhir-ts/GuidanceResponse.d.ts +173 -0
  786. package/types/fhir-ts/GuidanceResponse.d.ts.map +1 -0
  787. package/types/fhir-ts/HealthcareService.d.ts +203 -0
  788. package/types/fhir-ts/HealthcareService.d.ts.map +1 -0
  789. package/types/fhir-ts/HealthcareService_Eligibility.d.ts +36 -0
  790. package/types/fhir-ts/HealthcareService_Eligibility.d.ts.map +1 -0
  791. package/types/fhir-ts/HumanName.d.ts +56 -0
  792. package/types/fhir-ts/HumanName.d.ts.map +1 -0
  793. package/types/fhir-ts/Identifier.d.ts +55 -0
  794. package/types/fhir-ts/Identifier.d.ts.map +1 -0
  795. package/types/fhir-ts/ImagingSelection.d.ts +179 -0
  796. package/types/fhir-ts/ImagingSelection.d.ts.map +1 -0
  797. package/types/fhir-ts/ImagingSelection_Instance.d.ts +64 -0
  798. package/types/fhir-ts/ImagingSelection_Instance.d.ts.map +1 -0
  799. package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts +37 -0
  800. package/types/fhir-ts/ImagingSelection_Instance_ImageRegion2D.d.ts.map +1 -0
  801. package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts +36 -0
  802. package/types/fhir-ts/ImagingSelection_Instance_ImageRegion3D.d.ts.map +1 -0
  803. package/types/fhir-ts/ImagingSelection_Performer.d.ts +43 -0
  804. package/types/fhir-ts/ImagingSelection_Performer.d.ts.map +1 -0
  805. package/types/fhir-ts/ImagingStudy.d.ts +182 -0
  806. package/types/fhir-ts/ImagingStudy.d.ts.map +1 -0
  807. package/types/fhir-ts/ImagingStudy_Series.d.ts +92 -0
  808. package/types/fhir-ts/ImagingStudy_Series.d.ts.map +1 -0
  809. package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts +47 -0
  810. package/types/fhir-ts/ImagingStudy_Series_Instance.d.ts.map +1 -0
  811. package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts +43 -0
  812. package/types/fhir-ts/ImagingStudy_Series_Performer.d.ts.map +1 -0
  813. package/types/fhir-ts/Immunization.d.ts +234 -0
  814. package/types/fhir-ts/Immunization.d.ts.map +1 -0
  815. package/types/fhir-ts/ImmunizationEvaluation.d.ts +134 -0
  816. package/types/fhir-ts/ImmunizationEvaluation.d.ts.map +1 -0
  817. package/types/fhir-ts/ImmunizationRecommendation.d.ts +90 -0
  818. package/types/fhir-ts/ImmunizationRecommendation.d.ts.map +1 -0
  819. package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts +92 -0
  820. package/types/fhir-ts/ImmunizationRecommendation_Recommendation.d.ts.map +1 -0
  821. package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts +35 -0
  822. package/types/fhir-ts/ImmunizationRecommendation_Recommendation_DateCriterion.d.ts.map +1 -0
  823. package/types/fhir-ts/Immunization_Performer.d.ts +41 -0
  824. package/types/fhir-ts/Immunization_Performer.d.ts.map +1 -0
  825. package/types/fhir-ts/Immunization_ProgramEligibility.d.ts +34 -0
  826. package/types/fhir-ts/Immunization_ProgramEligibility.d.ts.map +1 -0
  827. package/types/fhir-ts/Immunization_ProtocolApplied.d.ts +54 -0
  828. package/types/fhir-ts/Immunization_ProtocolApplied.d.ts.map +1 -0
  829. package/types/fhir-ts/Immunization_Reaction.d.ts +41 -0
  830. package/types/fhir-ts/Immunization_Reaction.d.ts.map +1 -0
  831. package/types/fhir-ts/ImplementationGuide.d.ts +220 -0
  832. package/types/fhir-ts/ImplementationGuide.d.ts.map +1 -0
  833. package/types/fhir-ts/ImplementationGuide_Definition.d.ts +48 -0
  834. package/types/fhir-ts/ImplementationGuide_Definition.d.ts.map +1 -0
  835. package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts +34 -0
  836. package/types/fhir-ts/ImplementationGuide_Definition_Grouping.d.ts.map +1 -0
  837. package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts +61 -0
  838. package/types/fhir-ts/ImplementationGuide_Definition_Page.d.ts.map +1 -0
  839. package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts +35 -0
  840. package/types/fhir-ts/ImplementationGuide_Definition_Parameter.d.ts.map +1 -0
  841. package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts +71 -0
  842. package/types/fhir-ts/ImplementationGuide_Definition_Resource.d.ts.map +1 -0
  843. package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts +39 -0
  844. package/types/fhir-ts/ImplementationGuide_Definition_Template.d.ts.map +1 -0
  845. package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts +47 -0
  846. package/types/fhir-ts/ImplementationGuide_DependsOn.d.ts.map +1 -0
  847. package/types/fhir-ts/ImplementationGuide_Global.d.ts +35 -0
  848. package/types/fhir-ts/ImplementationGuide_Global.d.ts.map +1 -0
  849. package/types/fhir-ts/ImplementationGuide_Manifest.d.ts +49 -0
  850. package/types/fhir-ts/ImplementationGuide_Manifest.d.ts.map +1 -0
  851. package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts +41 -0
  852. package/types/fhir-ts/ImplementationGuide_Manifest_Page.d.ts.map +1 -0
  853. package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts +54 -0
  854. package/types/fhir-ts/ImplementationGuide_Manifest_Resource.d.ts.map +1 -0
  855. package/types/fhir-ts/Ingredient.d.ts +118 -0
  856. package/types/fhir-ts/Ingredient.d.ts.map +1 -0
  857. package/types/fhir-ts/Ingredient_Manufacturer.d.ts +36 -0
  858. package/types/fhir-ts/Ingredient_Manufacturer.d.ts.map +1 -0
  859. package/types/fhir-ts/Ingredient_Substance.d.ts +35 -0
  860. package/types/fhir-ts/Ingredient_Substance.d.ts.map +1 -0
  861. package/types/fhir-ts/Ingredient_Substance_Strength.d.ts +98 -0
  862. package/types/fhir-ts/Ingredient_Substance_Strength.d.ts.map +1 -0
  863. package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts +60 -0
  864. package/types/fhir-ts/Ingredient_Substance_Strength_ReferenceStrength.d.ts.map +1 -0
  865. package/types/fhir-ts/InsurancePlan.d.ts +143 -0
  866. package/types/fhir-ts/InsurancePlan.d.ts.map +1 -0
  867. package/types/fhir-ts/InsurancePlan_Coverage.d.ts +42 -0
  868. package/types/fhir-ts/InsurancePlan_Coverage.d.ts.map +1 -0
  869. package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts +40 -0
  870. package/types/fhir-ts/InsurancePlan_Coverage_Benefit.d.ts.map +1 -0
  871. package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts +37 -0
  872. package/types/fhir-ts/InsurancePlan_Coverage_Benefit_Limit.d.ts.map +1 -0
  873. package/types/fhir-ts/InsurancePlan_Plan.d.ts +59 -0
  874. package/types/fhir-ts/InsurancePlan_Plan.d.ts.map +1 -0
  875. package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts +46 -0
  876. package/types/fhir-ts/InsurancePlan_Plan_GeneralCost.d.ts.map +1 -0
  877. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts +34 -0
  878. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost.d.ts.map +1 -0
  879. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts +34 -0
  880. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit.d.ts.map +1 -0
  881. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts +45 -0
  882. package/types/fhir-ts/InsurancePlan_Plan_SpecificCost_Benefit_Cost.d.ts.map +1 -0
  883. package/types/fhir-ts/InventoryItem.d.ts +139 -0
  884. package/types/fhir-ts/InventoryItem.d.ts.map +1 -0
  885. package/types/fhir-ts/InventoryItem_Association.d.ts +48 -0
  886. package/types/fhir-ts/InventoryItem_Association.d.ts.map +1 -0
  887. package/types/fhir-ts/InventoryItem_Characteristic.d.ts +101 -0
  888. package/types/fhir-ts/InventoryItem_Characteristic.d.ts.map +1 -0
  889. package/types/fhir-ts/InventoryItem_Description.d.ts +34 -0
  890. package/types/fhir-ts/InventoryItem_Description.d.ts.map +1 -0
  891. package/types/fhir-ts/InventoryItem_Instance.d.ts +54 -0
  892. package/types/fhir-ts/InventoryItem_Instance.d.ts.map +1 -0
  893. package/types/fhir-ts/InventoryItem_Name.d.ts +40 -0
  894. package/types/fhir-ts/InventoryItem_Name.d.ts.map +1 -0
  895. package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts +36 -0
  896. package/types/fhir-ts/InventoryItem_ResponsibleOrganization.d.ts.map +1 -0
  897. package/types/fhir-ts/InventoryReport.d.ts +120 -0
  898. package/types/fhir-ts/InventoryReport.d.ts.map +1 -0
  899. package/types/fhir-ts/InventoryReport_InventoryListing.d.ts +47 -0
  900. package/types/fhir-ts/InventoryReport_InventoryListing.d.ts.map +1 -0
  901. package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts +46 -0
  902. package/types/fhir-ts/InventoryReport_InventoryListing_Item.d.ts.map +1 -0
  903. package/types/fhir-ts/Invoice.d.ts +175 -0
  904. package/types/fhir-ts/Invoice.d.ts.map +1 -0
  905. package/types/fhir-ts/Invoice_LineItem.d.ts +58 -0
  906. package/types/fhir-ts/Invoice_LineItem.d.ts.map +1 -0
  907. package/types/fhir-ts/Invoice_Participant.d.ts +41 -0
  908. package/types/fhir-ts/Invoice_Participant.d.ts.map +1 -0
  909. package/types/fhir-ts/Library.d.ts +288 -0
  910. package/types/fhir-ts/Library.d.ts.map +1 -0
  911. package/types/fhir-ts/Linkage.d.ts +81 -0
  912. package/types/fhir-ts/Linkage.d.ts.map +1 -0
  913. package/types/fhir-ts/Linkage_Item.d.ts +36 -0
  914. package/types/fhir-ts/Linkage_Item.d.ts.map +1 -0
  915. package/types/fhir-ts/List.d.ts +146 -0
  916. package/types/fhir-ts/List.d.ts.map +1 -0
  917. package/types/fhir-ts/List_Entry.d.ts +49 -0
  918. package/types/fhir-ts/List_Entry.d.ts.map +1 -0
  919. package/types/fhir-ts/Location.d.ts +183 -0
  920. package/types/fhir-ts/Location.d.ts.map +1 -0
  921. package/types/fhir-ts/Location_Position.d.ts +39 -0
  922. package/types/fhir-ts/Location_Position.d.ts.map +1 -0
  923. package/types/fhir-ts/ManufacturedItemDefinition.d.ts +117 -0
  924. package/types/fhir-ts/ManufacturedItemDefinition.d.ts.map +1 -0
  925. package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts +55 -0
  926. package/types/fhir-ts/ManufacturedItemDefinition_Component.d.ts.map +1 -0
  927. package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts +47 -0
  928. package/types/fhir-ts/ManufacturedItemDefinition_Component_Constituent.d.ts.map +1 -0
  929. package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts +68 -0
  930. package/types/fhir-ts/ManufacturedItemDefinition_Property.d.ts.map +1 -0
  931. package/types/fhir-ts/MarketingStatus.d.ts +51 -0
  932. package/types/fhir-ts/MarketingStatus.d.ts.map +1 -0
  933. package/types/fhir-ts/Measure.d.ts +351 -0
  934. package/types/fhir-ts/Measure.d.ts.map +1 -0
  935. package/types/fhir-ts/MeasureReport.d.ts +169 -0
  936. package/types/fhir-ts/MeasureReport.d.ts.map +1 -0
  937. package/types/fhir-ts/MeasureReport_Group.d.ts +95 -0
  938. package/types/fhir-ts/MeasureReport_Group.d.ts.map +1 -0
  939. package/types/fhir-ts/MeasureReport_Group_Population.d.ts +61 -0
  940. package/types/fhir-ts/MeasureReport_Group_Population.d.ts.map +1 -0
  941. package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts +40 -0
  942. package/types/fhir-ts/MeasureReport_Group_Stratifier.d.ts.map +1 -0
  943. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts +95 -0
  944. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum.d.ts.map +1 -0
  945. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts +63 -0
  946. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Component.d.ts.map +1 -0
  947. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts +61 -0
  948. package/types/fhir-ts/MeasureReport_Group_Stratifier_Stratum_Population.d.ts.map +1 -0
  949. package/types/fhir-ts/Measure_Group.d.ts +105 -0
  950. package/types/fhir-ts/Measure_Group.d.ts.map +1 -0
  951. package/types/fhir-ts/Measure_Group_Population.d.ts +68 -0
  952. package/types/fhir-ts/Measure_Group_Population.d.ts.map +1 -0
  953. package/types/fhir-ts/Measure_Group_Stratifier.d.ts +62 -0
  954. package/types/fhir-ts/Measure_Group_Stratifier.d.ts.map +1 -0
  955. package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts +57 -0
  956. package/types/fhir-ts/Measure_Group_Stratifier_Component.d.ts.map +1 -0
  957. package/types/fhir-ts/Measure_SupplementalData.d.ts +54 -0
  958. package/types/fhir-ts/Measure_SupplementalData.d.ts.map +1 -0
  959. package/types/fhir-ts/Measure_Term.d.ts +35 -0
  960. package/types/fhir-ts/Measure_Term.d.ts.map +1 -0
  961. package/types/fhir-ts/Medication.d.ts +116 -0
  962. package/types/fhir-ts/Medication.d.ts.map +1 -0
  963. package/types/fhir-ts/MedicationAdministration.d.ts +202 -0
  964. package/types/fhir-ts/MedicationAdministration.d.ts.map +1 -0
  965. package/types/fhir-ts/MedicationAdministration_Dosage.d.ts +67 -0
  966. package/types/fhir-ts/MedicationAdministration_Dosage.d.ts.map +1 -0
  967. package/types/fhir-ts/MedicationAdministration_Performer.d.ts +40 -0
  968. package/types/fhir-ts/MedicationAdministration_Performer.d.ts.map +1 -0
  969. package/types/fhir-ts/MedicationDispense.d.ts +228 -0
  970. package/types/fhir-ts/MedicationDispense.d.ts.map +1 -0
  971. package/types/fhir-ts/MedicationDispense_Performer.d.ts +42 -0
  972. package/types/fhir-ts/MedicationDispense_Performer.d.ts.map +1 -0
  973. package/types/fhir-ts/MedicationDispense_Substitution.d.ts +49 -0
  974. package/types/fhir-ts/MedicationDispense_Substitution.d.ts.map +1 -0
  975. package/types/fhir-ts/MedicationKnowledge.d.ts +171 -0
  976. package/types/fhir-ts/MedicationKnowledge.d.ts.map +1 -0
  977. package/types/fhir-ts/MedicationKnowledge_Cost.d.ts +52 -0
  978. package/types/fhir-ts/MedicationKnowledge_Cost.d.ts.map +1 -0
  979. package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts +52 -0
  980. package/types/fhir-ts/MedicationKnowledge_Definitional.d.ts.map +1 -0
  981. package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts +57 -0
  982. package/types/fhir-ts/MedicationKnowledge_Definitional_DrugCharacteristic.d.ts.map +1 -0
  983. package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts +53 -0
  984. package/types/fhir-ts/MedicationKnowledge_Definitional_Ingredient.d.ts.map +1 -0
  985. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts +35 -0
  986. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline.d.ts.map +1 -0
  987. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts +44 -0
  988. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline.d.ts.map +1 -0
  989. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts +35 -0
  990. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_Dosage.d.ts.map +1 -0
  991. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts +46 -0
  992. package/types/fhir-ts/MedicationKnowledge_IndicationGuideline_DosingGuideline_PatientCharacteristic.d.ts.map +1 -0
  993. package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts +45 -0
  994. package/types/fhir-ts/MedicationKnowledge_MedicineClassification.d.ts.map +1 -0
  995. package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts +35 -0
  996. package/types/fhir-ts/MedicationKnowledge_MonitoringProgram.d.ts.map +1 -0
  997. package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts +36 -0
  998. package/types/fhir-ts/MedicationKnowledge_Monograph.d.ts.map +1 -0
  999. package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts +35 -0
  1000. package/types/fhir-ts/MedicationKnowledge_Packaging.d.ts.map +1 -0
  1001. package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts +46 -0
  1002. package/types/fhir-ts/MedicationKnowledge_Regulatory.d.ts.map +1 -0
  1003. package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts +35 -0
  1004. package/types/fhir-ts/MedicationKnowledge_Regulatory_MaxDispense.d.ts.map +1 -0
  1005. package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts +35 -0
  1006. package/types/fhir-ts/MedicationKnowledge_Regulatory_Substitution.d.ts.map +1 -0
  1007. package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts +36 -0
  1008. package/types/fhir-ts/MedicationKnowledge_RelatedMedicationKnowledge.d.ts.map +1 -0
  1009. package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts +46 -0
  1010. package/types/fhir-ts/MedicationKnowledge_StorageGuideline.d.ts.map +1 -0
  1011. package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts +46 -0
  1012. package/types/fhir-ts/MedicationKnowledge_StorageGuideline_EnvironmentalSetting.d.ts.map +1 -0
  1013. package/types/fhir-ts/MedicationRequest.d.ts +284 -0
  1014. package/types/fhir-ts/MedicationRequest.d.ts.map +1 -0
  1015. package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts +79 -0
  1016. package/types/fhir-ts/MedicationRequest_DispenseRequest.d.ts.map +1 -0
  1017. package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts +35 -0
  1018. package/types/fhir-ts/MedicationRequest_DispenseRequest_InitialFill.d.ts.map +1 -0
  1019. package/types/fhir-ts/MedicationRequest_Substitution.d.ts +40 -0
  1020. package/types/fhir-ts/MedicationRequest_Substitution.d.ts.map +1 -0
  1021. package/types/fhir-ts/MedicationStatement.d.ts +184 -0
  1022. package/types/fhir-ts/MedicationStatement.d.ts.map +1 -0
  1023. package/types/fhir-ts/MedicationStatement_Adherence.d.ts +35 -0
  1024. package/types/fhir-ts/MedicationStatement_Adherence.d.ts.map +1 -0
  1025. package/types/fhir-ts/Medication_Batch.d.ts +34 -0
  1026. package/types/fhir-ts/Medication_Batch.d.ts.map +1 -0
  1027. package/types/fhir-ts/Medication_Ingredient.d.ts +55 -0
  1028. package/types/fhir-ts/Medication_Ingredient.d.ts.map +1 -0
  1029. package/types/fhir-ts/MedicinalProductDefinition.d.ts +217 -0
  1030. package/types/fhir-ts/MedicinalProductDefinition.d.ts.map +1 -0
  1031. package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts +67 -0
  1032. package/types/fhir-ts/MedicinalProductDefinition_Characteristic.d.ts.map +1 -0
  1033. package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts +37 -0
  1034. package/types/fhir-ts/MedicinalProductDefinition_Contact.d.ts.map +1 -0
  1035. package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts +36 -0
  1036. package/types/fhir-ts/MedicinalProductDefinition_CrossReference.d.ts.map +1 -0
  1037. package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts +45 -0
  1038. package/types/fhir-ts/MedicinalProductDefinition_Name.d.ts.map +1 -0
  1039. package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts +35 -0
  1040. package/types/fhir-ts/MedicinalProductDefinition_Name_Part.d.ts.map +1 -0
  1041. package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts +39 -0
  1042. package/types/fhir-ts/MedicinalProductDefinition_Name_Usage.d.ts.map +1 -0
  1043. package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts +50 -0
  1044. package/types/fhir-ts/MedicinalProductDefinition_Operation.d.ts.map +1 -0
  1045. package/types/fhir-ts/MessageDefinition.d.ts +235 -0
  1046. package/types/fhir-ts/MessageDefinition.d.ts.map +1 -0
  1047. package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts +34 -0
  1048. package/types/fhir-ts/MessageDefinition_AllowedResponse.d.ts.map +1 -0
  1049. package/types/fhir-ts/MessageDefinition_Focus.d.ts +46 -0
  1050. package/types/fhir-ts/MessageDefinition_Focus.d.ts.map +1 -0
  1051. package/types/fhir-ts/MessageHeader.d.ts +127 -0
  1052. package/types/fhir-ts/MessageHeader.d.ts.map +1 -0
  1053. package/types/fhir-ts/MessageHeader_Destination.d.ts +54 -0
  1054. package/types/fhir-ts/MessageHeader_Destination.d.ts.map +1 -0
  1055. package/types/fhir-ts/MessageHeader_Response.d.ts +44 -0
  1056. package/types/fhir-ts/MessageHeader_Response.d.ts.map +1 -0
  1057. package/types/fhir-ts/MessageHeader_Source.d.ts +56 -0
  1058. package/types/fhir-ts/MessageHeader_Source.d.ts.map +1 -0
  1059. package/types/fhir-ts/Meta.d.ts +55 -0
  1060. package/types/fhir-ts/Meta.d.ts.map +1 -0
  1061. package/types/fhir-ts/MetadataResource.d.ts +246 -0
  1062. package/types/fhir-ts/MetadataResource.d.ts.map +1 -0
  1063. package/types/fhir-ts/MolecularSequence.d.ts +122 -0
  1064. package/types/fhir-ts/MolecularSequence.d.ts.map +1 -0
  1065. package/types/fhir-ts/MolecularSequence_Relative.d.ts +51 -0
  1066. package/types/fhir-ts/MolecularSequence_Relative.d.ts.map +1 -0
  1067. package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts +44 -0
  1068. package/types/fhir-ts/MolecularSequence_Relative_Edit.d.ts.map +1 -0
  1069. package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts +71 -0
  1070. package/types/fhir-ts/MolecularSequence_Relative_StartingSequence.d.ts.map +1 -0
  1071. package/types/fhir-ts/MonetaryComponent.d.ts +38 -0
  1072. package/types/fhir-ts/MonetaryComponent.d.ts.map +1 -0
  1073. package/types/fhir-ts/Money.d.ts +27 -0
  1074. package/types/fhir-ts/Money.d.ts.map +1 -0
  1075. package/types/fhir-ts/NamingSystem.d.ts +270 -0
  1076. package/types/fhir-ts/NamingSystem.d.ts.map +1 -0
  1077. package/types/fhir-ts/NamingSystem_UniqueId.d.ts +61 -0
  1078. package/types/fhir-ts/NamingSystem_UniqueId.d.ts.map +1 -0
  1079. package/types/fhir-ts/Narrative.d.ts +27 -0
  1080. package/types/fhir-ts/Narrative.d.ts.map +1 -0
  1081. package/types/fhir-ts/NutritionIntake.d.ts +195 -0
  1082. package/types/fhir-ts/NutritionIntake.d.ts.map +1 -0
  1083. package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts +65 -0
  1084. package/types/fhir-ts/NutritionIntake_ConsumedItem.d.ts.map +1 -0
  1085. package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts +36 -0
  1086. package/types/fhir-ts/NutritionIntake_IngredientLabel.d.ts.map +1 -0
  1087. package/types/fhir-ts/NutritionIntake_Performer.d.ts +42 -0
  1088. package/types/fhir-ts/NutritionIntake_Performer.d.ts.map +1 -0
  1089. package/types/fhir-ts/NutritionOrder.d.ts +201 -0
  1090. package/types/fhir-ts/NutritionOrder.d.ts.map +1 -0
  1091. package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts +75 -0
  1092. package/types/fhir-ts/NutritionOrder_EnteralFormula.d.ts.map +1 -0
  1093. package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts +42 -0
  1094. package/types/fhir-ts/NutritionOrder_EnteralFormula_Additive.d.ts.map +1 -0
  1095. package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts +45 -0
  1096. package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration.d.ts.map +1 -0
  1097. package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts +41 -0
  1098. package/types/fhir-ts/NutritionOrder_EnteralFormula_Administration_Schedule.d.ts.map +1 -0
  1099. package/types/fhir-ts/NutritionOrder_OralDiet.d.ts +56 -0
  1100. package/types/fhir-ts/NutritionOrder_OralDiet.d.ts.map +1 -0
  1101. package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts +35 -0
  1102. package/types/fhir-ts/NutritionOrder_OralDiet_Nutrient.d.ts.map +1 -0
  1103. package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts +41 -0
  1104. package/types/fhir-ts/NutritionOrder_OralDiet_Schedule.d.ts.map +1 -0
  1105. package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts +36 -0
  1106. package/types/fhir-ts/NutritionOrder_OralDiet_Texture.d.ts.map +1 -0
  1107. package/types/fhir-ts/NutritionOrder_Supplement.d.ts +53 -0
  1108. package/types/fhir-ts/NutritionOrder_Supplement.d.ts.map +1 -0
  1109. package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts +41 -0
  1110. package/types/fhir-ts/NutritionOrder_Supplement_Schedule.d.ts.map +1 -0
  1111. package/types/fhir-ts/NutritionProduct.d.ts +118 -0
  1112. package/types/fhir-ts/NutritionProduct.d.ts.map +1 -0
  1113. package/types/fhir-ts/NutritionProduct_Characteristic.d.ts +62 -0
  1114. package/types/fhir-ts/NutritionProduct_Characteristic.d.ts.map +1 -0
  1115. package/types/fhir-ts/NutritionProduct_Ingredient.d.ts +36 -0
  1116. package/types/fhir-ts/NutritionProduct_Ingredient.d.ts.map +1 -0
  1117. package/types/fhir-ts/NutritionProduct_Instance.d.ts +62 -0
  1118. package/types/fhir-ts/NutritionProduct_Instance.d.ts.map +1 -0
  1119. package/types/fhir-ts/NutritionProduct_Nutrient.d.ts +36 -0
  1120. package/types/fhir-ts/NutritionProduct_Nutrient.d.ts.map +1 -0
  1121. package/types/fhir-ts/Observation.d.ts +341 -0
  1122. package/types/fhir-ts/Observation.d.ts.map +1 -0
  1123. package/types/fhir-ts/ObservationDefinition.d.ts +302 -0
  1124. package/types/fhir-ts/ObservationDefinition.d.ts.map +1 -0
  1125. package/types/fhir-ts/ObservationDefinition_Component.d.ts +46 -0
  1126. package/types/fhir-ts/ObservationDefinition_Component.d.ts.map +1 -0
  1127. package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts +88 -0
  1128. package/types/fhir-ts/ObservationDefinition_QualifiedValue.d.ts.map +1 -0
  1129. package/types/fhir-ts/Observation_Component.d.ts +123 -0
  1130. package/types/fhir-ts/Observation_Component.d.ts.map +1 -0
  1131. package/types/fhir-ts/Observation_ReferenceRange.d.ts +64 -0
  1132. package/types/fhir-ts/Observation_ReferenceRange.d.ts.map +1 -0
  1133. package/types/fhir-ts/Observation_TriggeredBy.d.ts +42 -0
  1134. package/types/fhir-ts/Observation_TriggeredBy.d.ts.map +1 -0
  1135. package/types/fhir-ts/OperationDefinition.d.ts +258 -0
  1136. package/types/fhir-ts/OperationDefinition.d.ts.map +1 -0
  1137. package/types/fhir-ts/OperationDefinition_Overload.d.ts +34 -0
  1138. package/types/fhir-ts/OperationDefinition_Overload.d.ts.map +1 -0
  1139. package/types/fhir-ts/OperationDefinition_Parameter.d.ts +96 -0
  1140. package/types/fhir-ts/OperationDefinition_Parameter.d.ts.map +1 -0
  1141. package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts +36 -0
  1142. package/types/fhir-ts/OperationDefinition_Parameter_Binding.d.ts.map +1 -0
  1143. package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts +34 -0
  1144. package/types/fhir-ts/OperationDefinition_Parameter_ReferencedFrom.d.ts.map +1 -0
  1145. package/types/fhir-ts/OperationOutcome.d.ts +66 -0
  1146. package/types/fhir-ts/OperationOutcome.d.ts.map +1 -0
  1147. package/types/fhir-ts/OperationOutcome_Issue.d.ts +62 -0
  1148. package/types/fhir-ts/OperationOutcome_Issue.d.ts.map +1 -0
  1149. package/types/fhir-ts/Organization.d.ts +127 -0
  1150. package/types/fhir-ts/Organization.d.ts.map +1 -0
  1151. package/types/fhir-ts/OrganizationAffiliation.d.ts +134 -0
  1152. package/types/fhir-ts/OrganizationAffiliation.d.ts.map +1 -0
  1153. package/types/fhir-ts/Organization_Qualification.d.ts +48 -0
  1154. package/types/fhir-ts/Organization_Qualification.d.ts.map +1 -0
  1155. package/types/fhir-ts/PackagedProductDefinition.d.ts +144 -0
  1156. package/types/fhir-ts/PackagedProductDefinition.d.ts.map +1 -0
  1157. package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts +34 -0
  1158. package/types/fhir-ts/PackagedProductDefinition_LegalStatusOfSupply.d.ts.map +1 -0
  1159. package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts +84 -0
  1160. package/types/fhir-ts/PackagedProductDefinition_Packaging.d.ts.map +1 -0
  1161. package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts +40 -0
  1162. package/types/fhir-ts/PackagedProductDefinition_Packaging_ContainedItem.d.ts.map +1 -0
  1163. package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts +57 -0
  1164. package/types/fhir-ts/PackagedProductDefinition_Packaging_Property.d.ts.map +1 -0
  1165. package/types/fhir-ts/ParameterDefinition.d.ts +51 -0
  1166. package/types/fhir-ts/ParameterDefinition.d.ts.map +1 -0
  1167. package/types/fhir-ts/Parameters.d.ts +37 -0
  1168. package/types/fhir-ts/Parameters.d.ts.map +1 -0
  1169. package/types/fhir-ts/Parameters_Parameter.d.ts +345 -0
  1170. package/types/fhir-ts/Parameters_Parameter.d.ts.map +1 -0
  1171. package/types/fhir-ts/Patient.d.ts +181 -0
  1172. package/types/fhir-ts/Patient.d.ts.map +1 -0
  1173. package/types/fhir-ts/Patient_Communication.d.ts +37 -0
  1174. package/types/fhir-ts/Patient_Communication.d.ts.map +1 -0
  1175. package/types/fhir-ts/Patient_Contact.d.ts +67 -0
  1176. package/types/fhir-ts/Patient_Contact.d.ts.map +1 -0
  1177. package/types/fhir-ts/Patient_Link.d.ts +38 -0
  1178. package/types/fhir-ts/Patient_Link.d.ts.map +1 -0
  1179. package/types/fhir-ts/PaymentNotice.d.ts +131 -0
  1180. package/types/fhir-ts/PaymentNotice.d.ts.map +1 -0
  1181. package/types/fhir-ts/PaymentReconciliation.d.ts +223 -0
  1182. package/types/fhir-ts/PaymentReconciliation.d.ts.map +1 -0
  1183. package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts +114 -0
  1184. package/types/fhir-ts/PaymentReconciliation_Allocation.d.ts.map +1 -0
  1185. package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts +34 -0
  1186. package/types/fhir-ts/PaymentReconciliation_ProcessNote.d.ts.map +1 -0
  1187. package/types/fhir-ts/Period.d.ts +28 -0
  1188. package/types/fhir-ts/Period.d.ts.map +1 -0
  1189. package/types/fhir-ts/Permission.d.ts +106 -0
  1190. package/types/fhir-ts/Permission.d.ts.map +1 -0
  1191. package/types/fhir-ts/Permission_Justification.d.ts +37 -0
  1192. package/types/fhir-ts/Permission_Justification.d.ts.map +1 -0
  1193. package/types/fhir-ts/Permission_Rule.d.ts +45 -0
  1194. package/types/fhir-ts/Permission_Rule.d.ts.map +1 -0
  1195. package/types/fhir-ts/Permission_Rule_Activity.d.ts +49 -0
  1196. package/types/fhir-ts/Permission_Rule_Activity.d.ts.map +1 -0
  1197. package/types/fhir-ts/Permission_Rule_Data.d.ts +48 -0
  1198. package/types/fhir-ts/Permission_Rule_Data.d.ts.map +1 -0
  1199. package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts +36 -0
  1200. package/types/fhir-ts/Permission_Rule_Data_Resource.d.ts.map +1 -0
  1201. package/types/fhir-ts/Person.d.ts +145 -0
  1202. package/types/fhir-ts/Person.d.ts.map +1 -0
  1203. package/types/fhir-ts/Person_Communication.d.ts +37 -0
  1204. package/types/fhir-ts/Person_Communication.d.ts.map +1 -0
  1205. package/types/fhir-ts/Person_Link.d.ts +39 -0
  1206. package/types/fhir-ts/Person_Link.d.ts.map +1 -0
  1207. package/types/fhir-ts/PlanDefinition.d.ts +305 -0
  1208. package/types/fhir-ts/PlanDefinition.d.ts.map +1 -0
  1209. package/types/fhir-ts/PlanDefinition_Action.d.ts +212 -0
  1210. package/types/fhir-ts/PlanDefinition_Action.d.ts.map +1 -0
  1211. package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts +37 -0
  1212. package/types/fhir-ts/PlanDefinition_Action_Condition.d.ts.map +1 -0
  1213. package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts +37 -0
  1214. package/types/fhir-ts/PlanDefinition_Action_DynamicValue.d.ts.map +1 -0
  1215. package/types/fhir-ts/PlanDefinition_Action_Input.d.ts +41 -0
  1216. package/types/fhir-ts/PlanDefinition_Action_Input.d.ts.map +1 -0
  1217. package/types/fhir-ts/PlanDefinition_Action_Output.d.ts +41 -0
  1218. package/types/fhir-ts/PlanDefinition_Action_Output.d.ts.map +1 -0
  1219. package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts +69 -0
  1220. package/types/fhir-ts/PlanDefinition_Action_Participant.d.ts.map +1 -0
  1221. package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts +51 -0
  1222. package/types/fhir-ts/PlanDefinition_Action_RelatedAction.d.ts.map +1 -0
  1223. package/types/fhir-ts/PlanDefinition_Actor.d.ts +39 -0
  1224. package/types/fhir-ts/PlanDefinition_Actor.d.ts.map +1 -0
  1225. package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts +59 -0
  1226. package/types/fhir-ts/PlanDefinition_Actor_Option.d.ts.map +1 -0
  1227. package/types/fhir-ts/PlanDefinition_Goal.d.ts +61 -0
  1228. package/types/fhir-ts/PlanDefinition_Goal.d.ts.map +1 -0
  1229. package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts +74 -0
  1230. package/types/fhir-ts/PlanDefinition_Goal_Target.d.ts.map +1 -0
  1231. package/types/fhir-ts/Practitioner.d.ts +139 -0
  1232. package/types/fhir-ts/Practitioner.d.ts.map +1 -0
  1233. package/types/fhir-ts/PractitionerRole.d.ts +156 -0
  1234. package/types/fhir-ts/PractitionerRole.d.ts.map +1 -0
  1235. package/types/fhir-ts/Practitioner_Communication.d.ts +37 -0
  1236. package/types/fhir-ts/Practitioner_Communication.d.ts.map +1 -0
  1237. package/types/fhir-ts/Practitioner_Qualification.d.ts +48 -0
  1238. package/types/fhir-ts/Practitioner_Qualification.d.ts.map +1 -0
  1239. package/types/fhir-ts/Procedure.d.ts +276 -0
  1240. package/types/fhir-ts/Procedure.d.ts.map +1 -0
  1241. package/types/fhir-ts/Procedure_FocalDevice.d.ts +36 -0
  1242. package/types/fhir-ts/Procedure_FocalDevice.d.ts.map +1 -0
  1243. package/types/fhir-ts/Procedure_Performer.d.ts +55 -0
  1244. package/types/fhir-ts/Procedure_Performer.d.ts.map +1 -0
  1245. package/types/fhir-ts/ProductShelfLife.d.ts +46 -0
  1246. package/types/fhir-ts/ProductShelfLife.d.ts.map +1 -0
  1247. package/types/fhir-ts/Provenance.d.ts +149 -0
  1248. package/types/fhir-ts/Provenance.d.ts.map +1 -0
  1249. package/types/fhir-ts/Provenance_Agent.d.ts +54 -0
  1250. package/types/fhir-ts/Provenance_Agent.d.ts.map +1 -0
  1251. package/types/fhir-ts/Provenance_Entity.d.ts +43 -0
  1252. package/types/fhir-ts/Provenance_Entity.d.ts.map +1 -0
  1253. package/types/fhir-ts/Quantity.d.ts +43 -0
  1254. package/types/fhir-ts/Quantity.d.ts.map +1 -0
  1255. package/types/fhir-ts/Questionnaire.d.ts +234 -0
  1256. package/types/fhir-ts/Questionnaire.d.ts.map +1 -0
  1257. package/types/fhir-ts/QuestionnaireResponse.d.ts +142 -0
  1258. package/types/fhir-ts/QuestionnaireResponse.d.ts.map +1 -0
  1259. package/types/fhir-ts/QuestionnaireResponse_Item.d.ts +54 -0
  1260. package/types/fhir-ts/QuestionnaireResponse_Item.d.ts.map +1 -0
  1261. package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts +94 -0
  1262. package/types/fhir-ts/QuestionnaireResponse_Item_Answer.d.ts.map +1 -0
  1263. package/types/fhir-ts/Questionnaire_Item.d.ts +135 -0
  1264. package/types/fhir-ts/Questionnaire_Item.d.ts.map +1 -0
  1265. package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts +61 -0
  1266. package/types/fhir-ts/Questionnaire_Item_AnswerOption.d.ts.map +1 -0
  1267. package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts +88 -0
  1268. package/types/fhir-ts/Questionnaire_Item_EnableWhen.d.ts.map +1 -0
  1269. package/types/fhir-ts/Questionnaire_Item_Initial.d.ts +88 -0
  1270. package/types/fhir-ts/Questionnaire_Item_Initial.d.ts.map +1 -0
  1271. package/types/fhir-ts/Range.d.ts +28 -0
  1272. package/types/fhir-ts/Range.d.ts.map +1 -0
  1273. package/types/fhir-ts/Ratio.d.ts +26 -0
  1274. package/types/fhir-ts/Ratio.d.ts.map +1 -0
  1275. package/types/fhir-ts/RatioRange.d.ts +33 -0
  1276. package/types/fhir-ts/RatioRange.d.ts.map +1 -0
  1277. package/types/fhir-ts/Reference.d.ts +12 -0
  1278. package/types/fhir-ts/Reference.d.ts.map +1 -0
  1279. package/types/fhir-ts/RegulatedAuthorization.d.ts +158 -0
  1280. package/types/fhir-ts/RegulatedAuthorization.d.ts.map +1 -0
  1281. package/types/fhir-ts/RegulatedAuthorization_Case.d.ts +57 -0
  1282. package/types/fhir-ts/RegulatedAuthorization_Case.d.ts.map +1 -0
  1283. package/types/fhir-ts/RelatedArtifact.d.ts +74 -0
  1284. package/types/fhir-ts/RelatedArtifact.d.ts.map +1 -0
  1285. package/types/fhir-ts/RelatedPerson.d.ts +135 -0
  1286. package/types/fhir-ts/RelatedPerson.d.ts.map +1 -0
  1287. package/types/fhir-ts/RelatedPerson_Communication.d.ts +37 -0
  1288. package/types/fhir-ts/RelatedPerson_Communication.d.ts.map +1 -0
  1289. package/types/fhir-ts/RequestOrchestration.d.ts +175 -0
  1290. package/types/fhir-ts/RequestOrchestration.d.ts.map +1 -0
  1291. package/types/fhir-ts/RequestOrchestration_Action.d.ts +204 -0
  1292. package/types/fhir-ts/RequestOrchestration_Action.d.ts.map +1 -0
  1293. package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts +37 -0
  1294. package/types/fhir-ts/RequestOrchestration_Action_Condition.d.ts.map +1 -0
  1295. package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts +37 -0
  1296. package/types/fhir-ts/RequestOrchestration_Action_DynamicValue.d.ts.map +1 -0
  1297. package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts +41 -0
  1298. package/types/fhir-ts/RequestOrchestration_Action_Input.d.ts.map +1 -0
  1299. package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts +41 -0
  1300. package/types/fhir-ts/RequestOrchestration_Action_Output.d.ts.map +1 -0
  1301. package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts +74 -0
  1302. package/types/fhir-ts/RequestOrchestration_Action_Participant.d.ts.map +1 -0
  1303. package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts +51 -0
  1304. package/types/fhir-ts/RequestOrchestration_Action_RelatedAction.d.ts.map +1 -0
  1305. package/types/fhir-ts/Requirements.d.ts +205 -0
  1306. package/types/fhir-ts/Requirements.d.ts.map +1 -0
  1307. package/types/fhir-ts/Requirements_Statement.d.ts +91 -0
  1308. package/types/fhir-ts/Requirements_Statement.d.ts.map +1 -0
  1309. package/types/fhir-ts/ResearchStudy.d.ts +238 -0
  1310. package/types/fhir-ts/ResearchStudy.d.ts.map +1 -0
  1311. package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts +57 -0
  1312. package/types/fhir-ts/ResearchStudy_AssociatedParty.d.ts.map +1 -0
  1313. package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts +58 -0
  1314. package/types/fhir-ts/ResearchStudy_ComparisonGroup.d.ts.map +1 -0
  1315. package/types/fhir-ts/ResearchStudy_Label.d.ts +35 -0
  1316. package/types/fhir-ts/ResearchStudy_Label.d.ts.map +1 -0
  1317. package/types/fhir-ts/ResearchStudy_Objective.d.ts +40 -0
  1318. package/types/fhir-ts/ResearchStudy_Objective.d.ts.map +1 -0
  1319. package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts +47 -0
  1320. package/types/fhir-ts/ResearchStudy_OutcomeMeasure.d.ts.map +1 -0
  1321. package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts +41 -0
  1322. package/types/fhir-ts/ResearchStudy_ProgressStatus.d.ts.map +1 -0
  1323. package/types/fhir-ts/ResearchStudy_Recruitment.d.ts +47 -0
  1324. package/types/fhir-ts/ResearchStudy_Recruitment.d.ts.map +1 -0
  1325. package/types/fhir-ts/ResearchSubject.d.ts +119 -0
  1326. package/types/fhir-ts/ResearchSubject.d.ts.map +1 -0
  1327. package/types/fhir-ts/ResearchSubject_Progress.d.ts +57 -0
  1328. package/types/fhir-ts/ResearchSubject_Progress.d.ts.map +1 -0
  1329. package/types/fhir-ts/Resource.d.ts +32 -0
  1330. package/types/fhir-ts/Resource.d.ts.map +1 -0
  1331. package/types/fhir-ts/RiskAssessment.d.ts +163 -0
  1332. package/types/fhir-ts/RiskAssessment.d.ts.map +1 -0
  1333. package/types/fhir-ts/RiskAssessment_Prediction.d.ts +67 -0
  1334. package/types/fhir-ts/RiskAssessment_Prediction.d.ts.map +1 -0
  1335. package/types/fhir-ts/SampledData.d.ts +72 -0
  1336. package/types/fhir-ts/SampledData.d.ts.map +1 -0
  1337. package/types/fhir-ts/Schedule.d.ts +122 -0
  1338. package/types/fhir-ts/Schedule.d.ts.map +1 -0
  1339. package/types/fhir-ts/SearchParameter.d.ts +268 -0
  1340. package/types/fhir-ts/SearchParameter.d.ts.map +1 -0
  1341. package/types/fhir-ts/SearchParameter_Component.d.ts +35 -0
  1342. package/types/fhir-ts/SearchParameter_Component.d.ts.map +1 -0
  1343. package/types/fhir-ts/ServiceRequest.d.ts +305 -0
  1344. package/types/fhir-ts/ServiceRequest.d.ts.map +1 -0
  1345. package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts +42 -0
  1346. package/types/fhir-ts/ServiceRequest_OrderDetail.d.ts.map +1 -0
  1347. package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts +69 -0
  1348. package/types/fhir-ts/ServiceRequest_OrderDetail_Parameter.d.ts.map +1 -0
  1349. package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts +35 -0
  1350. package/types/fhir-ts/ServiceRequest_PatientInstruction.d.ts.map +1 -0
  1351. package/types/fhir-ts/Signature.d.ts +65 -0
  1352. package/types/fhir-ts/Signature.d.ts.map +1 -0
  1353. package/types/fhir-ts/Slot.d.ts +123 -0
  1354. package/types/fhir-ts/Slot.d.ts.map +1 -0
  1355. package/types/fhir-ts/Specimen.d.ts +157 -0
  1356. package/types/fhir-ts/Specimen.d.ts.map +1 -0
  1357. package/types/fhir-ts/SpecimenDefinition.d.ts +244 -0
  1358. package/types/fhir-ts/SpecimenDefinition.d.ts.map +1 -0
  1359. package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts +76 -0
  1360. package/types/fhir-ts/SpecimenDefinition_TypeTested.d.ts.map +1 -0
  1361. package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts +72 -0
  1362. package/types/fhir-ts/SpecimenDefinition_TypeTested_Container.d.ts.map +1 -0
  1363. package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts +35 -0
  1364. package/types/fhir-ts/SpecimenDefinition_TypeTested_Container_Additive.d.ts.map +1 -0
  1365. package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts +47 -0
  1366. package/types/fhir-ts/SpecimenDefinition_TypeTested_Handling.d.ts.map +1 -0
  1367. package/types/fhir-ts/Specimen_Collection.d.ts +93 -0
  1368. package/types/fhir-ts/Specimen_Collection.d.ts.map +1 -0
  1369. package/types/fhir-ts/Specimen_Container.d.ts +42 -0
  1370. package/types/fhir-ts/Specimen_Container.d.ts.map +1 -0
  1371. package/types/fhir-ts/Specimen_Feature.d.ts +35 -0
  1372. package/types/fhir-ts/Specimen_Feature.d.ts.map +1 -0
  1373. package/types/fhir-ts/Specimen_Processing.d.ts +53 -0
  1374. package/types/fhir-ts/Specimen_Processing.d.ts.map +1 -0
  1375. package/types/fhir-ts/StructureDefinition.d.ts +258 -0
  1376. package/types/fhir-ts/StructureDefinition.d.ts.map +1 -0
  1377. package/types/fhir-ts/StructureDefinition_Context.d.ts +34 -0
  1378. package/types/fhir-ts/StructureDefinition_Context.d.ts.map +1 -0
  1379. package/types/fhir-ts/StructureDefinition_Differential.d.ts +29 -0
  1380. package/types/fhir-ts/StructureDefinition_Differential.d.ts.map +1 -0
  1381. package/types/fhir-ts/StructureDefinition_Mapping.d.ts +46 -0
  1382. package/types/fhir-ts/StructureDefinition_Mapping.d.ts.map +1 -0
  1383. package/types/fhir-ts/StructureDefinition_Snapshot.d.ts +29 -0
  1384. package/types/fhir-ts/StructureDefinition_Snapshot.d.ts.map +1 -0
  1385. package/types/fhir-ts/StructureMap.d.ts +204 -0
  1386. package/types/fhir-ts/StructureMap.d.ts.map +1 -0
  1387. package/types/fhir-ts/StructureMap_Const.d.ts +34 -0
  1388. package/types/fhir-ts/StructureMap_Const.d.ts.map +1 -0
  1389. package/types/fhir-ts/StructureMap_Group.d.ts +55 -0
  1390. package/types/fhir-ts/StructureMap_Group.d.ts.map +1 -0
  1391. package/types/fhir-ts/StructureMap_Group_Input.d.ts +44 -0
  1392. package/types/fhir-ts/StructureMap_Group_Input.d.ts.map +1 -0
  1393. package/types/fhir-ts/StructureMap_Group_Rule.d.ts +54 -0
  1394. package/types/fhir-ts/StructureMap_Group_Rule.d.ts.map +1 -0
  1395. package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts +34 -0
  1396. package/types/fhir-ts/StructureMap_Group_Rule_Dependent.d.ts.map +1 -0
  1397. package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts +81 -0
  1398. package/types/fhir-ts/StructureMap_Group_Rule_Source.d.ts.map +1 -0
  1399. package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts +59 -0
  1400. package/types/fhir-ts/StructureMap_Group_Rule_Target.d.ts.map +1 -0
  1401. package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts +64 -0
  1402. package/types/fhir-ts/StructureMap_Group_Rule_Target_Parameter.d.ts.map +1 -0
  1403. package/types/fhir-ts/StructureMap_Structure.d.ts +45 -0
  1404. package/types/fhir-ts/StructureMap_Structure.d.ts.map +1 -0
  1405. package/types/fhir-ts/Subscription.d.ts +167 -0
  1406. package/types/fhir-ts/Subscription.d.ts.map +1 -0
  1407. package/types/fhir-ts/SubscriptionStatus.d.ts +101 -0
  1408. package/types/fhir-ts/SubscriptionStatus.d.ts.map +1 -0
  1409. package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts +47 -0
  1410. package/types/fhir-ts/SubscriptionStatus_NotificationEvent.d.ts.map +1 -0
  1411. package/types/fhir-ts/SubscriptionTopic.d.ts +231 -0
  1412. package/types/fhir-ts/SubscriptionTopic.d.ts.map +1 -0
  1413. package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts +59 -0
  1414. package/types/fhir-ts/SubscriptionTopic_CanFilterBy.d.ts.map +1 -0
  1415. package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts +41 -0
  1416. package/types/fhir-ts/SubscriptionTopic_EventTrigger.d.ts.map +1 -0
  1417. package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts +40 -0
  1418. package/types/fhir-ts/SubscriptionTopic_NotificationShape.d.ts.map +1 -0
  1419. package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts +51 -0
  1420. package/types/fhir-ts/SubscriptionTopic_ResourceTrigger.d.ts.map +1 -0
  1421. package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts +52 -0
  1422. package/types/fhir-ts/SubscriptionTopic_ResourceTrigger_QueryCriteria.d.ts.map +1 -0
  1423. package/types/fhir-ts/Subscription_FilterBy.d.ts +51 -0
  1424. package/types/fhir-ts/Subscription_FilterBy.d.ts.map +1 -0
  1425. package/types/fhir-ts/Subscription_Parameter.d.ts +34 -0
  1426. package/types/fhir-ts/Subscription_Parameter.d.ts.map +1 -0
  1427. package/types/fhir-ts/Substance.d.ts +113 -0
  1428. package/types/fhir-ts/Substance.d.ts.map +1 -0
  1429. package/types/fhir-ts/SubstanceDefinition.d.ts +191 -0
  1430. package/types/fhir-ts/SubstanceDefinition.d.ts.map +1 -0
  1431. package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts +46 -0
  1432. package/types/fhir-ts/SubstanceDefinition_Characterization.d.ts.map +1 -0
  1433. package/types/fhir-ts/SubstanceDefinition_Code.d.ts +53 -0
  1434. package/types/fhir-ts/SubstanceDefinition_Code.d.ts.map +1 -0
  1435. package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts +72 -0
  1436. package/types/fhir-ts/SubstanceDefinition_Moiety.d.ts.map +1 -0
  1437. package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts +40 -0
  1438. package/types/fhir-ts/SubstanceDefinition_MolecularWeight.d.ts.map +1 -0
  1439. package/types/fhir-ts/SubstanceDefinition_Name.d.ts +82 -0
  1440. package/types/fhir-ts/SubstanceDefinition_Name.d.ts.map +1 -0
  1441. package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts +40 -0
  1442. package/types/fhir-ts/SubstanceDefinition_Name_Official.d.ts.map +1 -0
  1443. package/types/fhir-ts/SubstanceDefinition_Property.d.ts +57 -0
  1444. package/types/fhir-ts/SubstanceDefinition_Property.d.ts.map +1 -0
  1445. package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts +79 -0
  1446. package/types/fhir-ts/SubstanceDefinition_Relationship.d.ts.map +1 -0
  1447. package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts +49 -0
  1448. package/types/fhir-ts/SubstanceDefinition_SourceMaterial.d.ts.map +1 -0
  1449. package/types/fhir-ts/SubstanceDefinition_Structure.d.ts +67 -0
  1450. package/types/fhir-ts/SubstanceDefinition_Structure.d.ts.map +1 -0
  1451. package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts +47 -0
  1452. package/types/fhir-ts/SubstanceDefinition_Structure_Representation.d.ts.map +1 -0
  1453. package/types/fhir-ts/SubstanceNucleicAcid.d.ts +87 -0
  1454. package/types/fhir-ts/SubstanceNucleicAcid.d.ts.map +1 -0
  1455. package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts +66 -0
  1456. package/types/fhir-ts/SubstanceNucleicAcid_Subunit.d.ts.map +1 -0
  1457. package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts +45 -0
  1458. package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Linkage.d.ts.map +1 -0
  1459. package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts +40 -0
  1460. package/types/fhir-ts/SubstanceNucleicAcid_Subunit_Sugar.d.ts.map +1 -0
  1461. package/types/fhir-ts/SubstancePolymer.d.ts +98 -0
  1462. package/types/fhir-ts/SubstancePolymer.d.ts.map +1 -0
  1463. package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts +34 -0
  1464. package/types/fhir-ts/SubstancePolymer_MonomerSet.d.ts.map +1 -0
  1465. package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts +46 -0
  1466. package/types/fhir-ts/SubstancePolymer_MonomerSet_StartingMaterial.d.ts.map +1 -0
  1467. package/types/fhir-ts/SubstancePolymer_Repeat.d.ts +40 -0
  1468. package/types/fhir-ts/SubstancePolymer_Repeat.d.ts.map +1 -0
  1469. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts +50 -0
  1470. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit.d.ts.map +1 -0
  1471. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts +45 -0
  1472. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_DegreeOfPolymerisation.d.ts.map +1 -0
  1473. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts +46 -0
  1474. package/types/fhir-ts/SubstancePolymer_Repeat_RepeatUnit_StructuralRepresentation.d.ts.map +1 -0
  1475. package/types/fhir-ts/SubstanceProtein.d.ts +82 -0
  1476. package/types/fhir-ts/SubstanceProtein.d.ts.map +1 -0
  1477. package/types/fhir-ts/SubstanceProtein_Subunit.d.ts +66 -0
  1478. package/types/fhir-ts/SubstanceProtein_Subunit.d.ts.map +1 -0
  1479. package/types/fhir-ts/SubstanceReferenceInformation.d.ts +81 -0
  1480. package/types/fhir-ts/SubstanceReferenceInformation.d.ts.map +1 -0
  1481. package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts +41 -0
  1482. package/types/fhir-ts/SubstanceReferenceInformation_Gene.d.ts.map +1 -0
  1483. package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts +42 -0
  1484. package/types/fhir-ts/SubstanceReferenceInformation_GeneElement.d.ts.map +1 -0
  1485. package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts +80 -0
  1486. package/types/fhir-ts/SubstanceReferenceInformation_Target.d.ts.map +1 -0
  1487. package/types/fhir-ts/SubstanceSourceMaterial.d.ts +128 -0
  1488. package/types/fhir-ts/SubstanceSourceMaterial.d.ts.map +1 -0
  1489. package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts +35 -0
  1490. package/types/fhir-ts/SubstanceSourceMaterial_FractionDescription.d.ts.map +1 -0
  1491. package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts +65 -0
  1492. package/types/fhir-ts/SubstanceSourceMaterial_Organism.d.ts.map +1 -0
  1493. package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts +35 -0
  1494. package/types/fhir-ts/SubstanceSourceMaterial_Organism_Author.d.ts.map +1 -0
  1495. package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts +50 -0
  1496. package/types/fhir-ts/SubstanceSourceMaterial_Organism_Hybrid.d.ts.map +1 -0
  1497. package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts +44 -0
  1498. package/types/fhir-ts/SubstanceSourceMaterial_Organism_OrganismGeneral.d.ts.map +1 -0
  1499. package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts +34 -0
  1500. package/types/fhir-ts/SubstanceSourceMaterial_PartDescription.d.ts.map +1 -0
  1501. package/types/fhir-ts/Substance_Ingredient.d.ts +41 -0
  1502. package/types/fhir-ts/Substance_Ingredient.d.ts.map +1 -0
  1503. package/types/fhir-ts/SupplyDelivery.d.ts +143 -0
  1504. package/types/fhir-ts/SupplyDelivery.d.ts.map +1 -0
  1505. package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts +41 -0
  1506. package/types/fhir-ts/SupplyDelivery_SuppliedItem.d.ts.map +1 -0
  1507. package/types/fhir-ts/SupplyRequest.d.ts +179 -0
  1508. package/types/fhir-ts/SupplyRequest.d.ts.map +1 -0
  1509. package/types/fhir-ts/SupplyRequest_Parameter.d.ts +52 -0
  1510. package/types/fhir-ts/SupplyRequest_Parameter.d.ts.map +1 -0
  1511. package/types/fhir-ts/Task.d.ts +263 -0
  1512. package/types/fhir-ts/Task.d.ts.map +1 -0
  1513. package/types/fhir-ts/Task_Input.d.ts +334 -0
  1514. package/types/fhir-ts/Task_Input.d.ts.map +1 -0
  1515. package/types/fhir-ts/Task_Output.d.ts +333 -0
  1516. package/types/fhir-ts/Task_Output.d.ts.map +1 -0
  1517. package/types/fhir-ts/Task_Performer.d.ts +41 -0
  1518. package/types/fhir-ts/Task_Performer.d.ts.map +1 -0
  1519. package/types/fhir-ts/Task_Restriction.d.ts +50 -0
  1520. package/types/fhir-ts/Task_Restriction.d.ts.map +1 -0
  1521. package/types/fhir-ts/TerminologyCapabilities.d.ts +234 -0
  1522. package/types/fhir-ts/TerminologyCapabilities.d.ts.map +1 -0
  1523. package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts +29 -0
  1524. package/types/fhir-ts/TerminologyCapabilities_Closure.d.ts.map +1 -0
  1525. package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts +44 -0
  1526. package/types/fhir-ts/TerminologyCapabilities_CodeSystem.d.ts.map +1 -0
  1527. package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts +54 -0
  1528. package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version.d.ts.map +1 -0
  1529. package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts +34 -0
  1530. package/types/fhir-ts/TerminologyCapabilities_CodeSystem_Version_Filter.d.ts.map +1 -0
  1531. package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts +50 -0
  1532. package/types/fhir-ts/TerminologyCapabilities_Expansion.d.ts.map +1 -0
  1533. package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts +34 -0
  1534. package/types/fhir-ts/TerminologyCapabilities_Expansion_Parameter.d.ts.map +1 -0
  1535. package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts +34 -0
  1536. package/types/fhir-ts/TerminologyCapabilities_Implementation.d.ts.map +1 -0
  1537. package/types/fhir-ts/TerminologyCapabilities_Software.d.ts +35 -0
  1538. package/types/fhir-ts/TerminologyCapabilities_Software.d.ts.map +1 -0
  1539. package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts +29 -0
  1540. package/types/fhir-ts/TerminologyCapabilities_Translation.d.ts.map +1 -0
  1541. package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts +29 -0
  1542. package/types/fhir-ts/TerminologyCapabilities_ValidateCode.d.ts.map +1 -0
  1543. package/types/fhir-ts/TestPlan.d.ts +214 -0
  1544. package/types/fhir-ts/TestPlan.d.ts.map +1 -0
  1545. package/types/fhir-ts/TestPlan_Dependency.d.ts +35 -0
  1546. package/types/fhir-ts/TestPlan_Dependency.d.ts.map +1 -0
  1547. package/types/fhir-ts/TestPlan_TestCase.d.ts +55 -0
  1548. package/types/fhir-ts/TestPlan_TestCase.d.ts.map +1 -0
  1549. package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts +40 -0
  1550. package/types/fhir-ts/TestPlan_TestCase_Assertion.d.ts.map +1 -0
  1551. package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts +35 -0
  1552. package/types/fhir-ts/TestPlan_TestCase_Dependency.d.ts.map +1 -0
  1553. package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts +46 -0
  1554. package/types/fhir-ts/TestPlan_TestCase_TestData.d.ts.map +1 -0
  1555. package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts +34 -0
  1556. package/types/fhir-ts/TestPlan_TestCase_TestRun.d.ts.map +1 -0
  1557. package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts +41 -0
  1558. package/types/fhir-ts/TestPlan_TestCase_TestRun_Script.d.ts.map +1 -0
  1559. package/types/fhir-ts/TestReport.d.ts +129 -0
  1560. package/types/fhir-ts/TestReport.d.ts.map +1 -0
  1561. package/types/fhir-ts/TestReport_Participant.d.ts +39 -0
  1562. package/types/fhir-ts/TestReport_Participant.d.ts.map +1 -0
  1563. package/types/fhir-ts/TestReport_Setup.d.ts +28 -0
  1564. package/types/fhir-ts/TestReport_Setup.d.ts.map +1 -0
  1565. package/types/fhir-ts/TestReport_Setup_Action.d.ts +33 -0
  1566. package/types/fhir-ts/TestReport_Setup_Action.d.ts.map +1 -0
  1567. package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts +44 -0
  1568. package/types/fhir-ts/TestReport_Setup_Action_Assert.d.ts.map +1 -0
  1569. package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts +34 -0
  1570. package/types/fhir-ts/TestReport_Setup_Action_Assert_Requirement.d.ts.map +1 -0
  1571. package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts +39 -0
  1572. package/types/fhir-ts/TestReport_Setup_Action_Operation.d.ts.map +1 -0
  1573. package/types/fhir-ts/TestReport_Teardown.d.ts +28 -0
  1574. package/types/fhir-ts/TestReport_Teardown.d.ts.map +1 -0
  1575. package/types/fhir-ts/TestReport_Teardown_Action.d.ts +28 -0
  1576. package/types/fhir-ts/TestReport_Teardown_Action.d.ts.map +1 -0
  1577. package/types/fhir-ts/TestReport_Test.d.ts +39 -0
  1578. package/types/fhir-ts/TestReport_Test.d.ts.map +1 -0
  1579. package/types/fhir-ts/TestReport_Test_Action.d.ts +33 -0
  1580. package/types/fhir-ts/TestReport_Test_Action.d.ts.map +1 -0
  1581. package/types/fhir-ts/TestScript.d.ts +234 -0
  1582. package/types/fhir-ts/TestScript.d.ts.map +1 -0
  1583. package/types/fhir-ts/TestScript_Destination.d.ts +47 -0
  1584. package/types/fhir-ts/TestScript_Destination.d.ts.map +1 -0
  1585. package/types/fhir-ts/TestScript_Fixture.d.ts +42 -0
  1586. package/types/fhir-ts/TestScript_Fixture.d.ts.map +1 -0
  1587. package/types/fhir-ts/TestScript_Metadata.d.ts +33 -0
  1588. package/types/fhir-ts/TestScript_Metadata.d.ts.map +1 -0
  1589. package/types/fhir-ts/TestScript_Metadata_Capability.d.ts +60 -0
  1590. package/types/fhir-ts/TestScript_Metadata_Capability.d.ts.map +1 -0
  1591. package/types/fhir-ts/TestScript_Metadata_Link.d.ts +34 -0
  1592. package/types/fhir-ts/TestScript_Metadata_Link.d.ts.map +1 -0
  1593. package/types/fhir-ts/TestScript_Origin.d.ts +47 -0
  1594. package/types/fhir-ts/TestScript_Origin.d.ts.map +1 -0
  1595. package/types/fhir-ts/TestScript_Scope.d.ts +40 -0
  1596. package/types/fhir-ts/TestScript_Scope.d.ts.map +1 -0
  1597. package/types/fhir-ts/TestScript_Setup.d.ts +28 -0
  1598. package/types/fhir-ts/TestScript_Setup.d.ts.map +1 -0
  1599. package/types/fhir-ts/TestScript_Setup_Action.d.ts +33 -0
  1600. package/types/fhir-ts/TestScript_Setup_Action.d.ts.map +1 -0
  1601. package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts +176 -0
  1602. package/types/fhir-ts/TestScript_Setup_Action_Assert.d.ts.map +1 -0
  1603. package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts +34 -0
  1604. package/types/fhir-ts/TestScript_Setup_Action_Assert_Requirement.d.ts.map +1 -0
  1605. package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts +124 -0
  1606. package/types/fhir-ts/TestScript_Setup_Action_Operation.d.ts.map +1 -0
  1607. package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts +36 -0
  1608. package/types/fhir-ts/TestScript_Setup_Action_Operation_RequestHeader.d.ts.map +1 -0
  1609. package/types/fhir-ts/TestScript_Teardown.d.ts +28 -0
  1610. package/types/fhir-ts/TestScript_Teardown.d.ts.map +1 -0
  1611. package/types/fhir-ts/TestScript_Teardown_Action.d.ts +28 -0
  1612. package/types/fhir-ts/TestScript_Teardown_Action.d.ts.map +1 -0
  1613. package/types/fhir-ts/TestScript_Test.d.ts +39 -0
  1614. package/types/fhir-ts/TestScript_Test.d.ts.map +1 -0
  1615. package/types/fhir-ts/TestScript_Test_Action.d.ts +34 -0
  1616. package/types/fhir-ts/TestScript_Test_Action.d.ts.map +1 -0
  1617. package/types/fhir-ts/TestScript_Variable.d.ts +70 -0
  1618. package/types/fhir-ts/TestScript_Variable.d.ts.map +1 -0
  1619. package/types/fhir-ts/Timing.d.ts +41 -0
  1620. package/types/fhir-ts/Timing.d.ts.map +1 -0
  1621. package/types/fhir-ts/Timing_Repeat.d.ts +112 -0
  1622. package/types/fhir-ts/Timing_Repeat.d.ts.map +1 -0
  1623. package/types/fhir-ts/Transport.d.ts +252 -0
  1624. package/types/fhir-ts/Transport.d.ts.map +1 -0
  1625. package/types/fhir-ts/Transport_Input.d.ts +334 -0
  1626. package/types/fhir-ts/Transport_Input.d.ts.map +1 -0
  1627. package/types/fhir-ts/Transport_Output.d.ts +333 -0
  1628. package/types/fhir-ts/Transport_Output.d.ts.map +1 -0
  1629. package/types/fhir-ts/Transport_Restriction.d.ts +48 -0
  1630. package/types/fhir-ts/Transport_Restriction.d.ts.map +1 -0
  1631. package/types/fhir-ts/TriggerDefinition.d.ts +74 -0
  1632. package/types/fhir-ts/TriggerDefinition.d.ts.map +1 -0
  1633. package/types/fhir-ts/UsageContext.d.ts +45 -0
  1634. package/types/fhir-ts/UsageContext.d.ts.map +1 -0
  1635. package/types/fhir-ts/ValueSet.d.ts +265 -0
  1636. package/types/fhir-ts/ValueSet.d.ts.map +1 -0
  1637. package/types/fhir-ts/ValueSet_Compose.d.ts +55 -0
  1638. package/types/fhir-ts/ValueSet_Compose.d.ts.map +1 -0
  1639. package/types/fhir-ts/ValueSet_Compose_Include.d.ts +57 -0
  1640. package/types/fhir-ts/ValueSet_Compose_Include.d.ts.map +1 -0
  1641. package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts +41 -0
  1642. package/types/fhir-ts/ValueSet_Compose_Include_Concept.d.ts.map +1 -0
  1643. package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts +48 -0
  1644. package/types/fhir-ts/ValueSet_Compose_Include_Concept_Designation.d.ts.map +1 -0
  1645. package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts +41 -0
  1646. package/types/fhir-ts/ValueSet_Compose_Include_Filter.d.ts.map +1 -0
  1647. package/types/fhir-ts/ValueSet_Expansion.d.ts +69 -0
  1648. package/types/fhir-ts/ValueSet_Expansion.d.ts.map +1 -0
  1649. package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts +74 -0
  1650. package/types/fhir-ts/ValueSet_Expansion_Contains.d.ts.map +1 -0
  1651. package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts +70 -0
  1652. package/types/fhir-ts/ValueSet_Expansion_Contains_Property.d.ts.map +1 -0
  1653. package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts +65 -0
  1654. package/types/fhir-ts/ValueSet_Expansion_Contains_Property_SubProperty.d.ts.map +1 -0
  1655. package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts +65 -0
  1656. package/types/fhir-ts/ValueSet_Expansion_Parameter.d.ts.map +1 -0
  1657. package/types/fhir-ts/ValueSet_Expansion_Property.d.ts +34 -0
  1658. package/types/fhir-ts/ValueSet_Expansion_Property.d.ts.map +1 -0
  1659. package/types/fhir-ts/ValueSet_Scope.d.ts +34 -0
  1660. package/types/fhir-ts/ValueSet_Scope.d.ts.map +1 -0
  1661. package/types/fhir-ts/VerificationResult.d.ts +134 -0
  1662. package/types/fhir-ts/VerificationResult.d.ts.map +1 -0
  1663. package/types/fhir-ts/VerificationResult_Attestation.d.ts +70 -0
  1664. package/types/fhir-ts/VerificationResult_Attestation.d.ts.map +1 -0
  1665. package/types/fhir-ts/VerificationResult_PrimarySource.d.ts +64 -0
  1666. package/types/fhir-ts/VerificationResult_PrimarySource.d.ts.map +1 -0
  1667. package/types/fhir-ts/VerificationResult_Validator.d.ts +42 -0
  1668. package/types/fhir-ts/VerificationResult_Validator.d.ts.map +1 -0
  1669. package/types/fhir-ts/VirtualServiceDetail.d.ts +69 -0
  1670. package/types/fhir-ts/VirtualServiceDetail.d.ts.map +1 -0
  1671. package/types/fhir-ts/VisionPrescription.d.ts +109 -0
  1672. package/types/fhir-ts/VisionPrescription.d.ts.map +1 -0
  1673. package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts +101 -0
  1674. package/types/fhir-ts/VisionPrescription_LensSpecification.d.ts.map +1 -0
  1675. package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts +34 -0
  1676. package/types/fhir-ts/VisionPrescription_LensSpecification_Prism.d.ts.map +1 -0
  1677. package/types/fhir-ts/index.d.ts +837 -0
  1678. package/types/fhir-ts/index.d.ts.map +1 -0
  1679. package/types/index.d.ts +1 -0
  1680. package/types/index.d.ts.map +1 -1
@@ -0,0 +1,52 @@
1
+ import { CareTeam } from "./CareTeam";
2
+ import { Device } from "./Device";
3
+ import { Extension } from "./Extension";
4
+ import { FhirPrimitive } from "./FhirPrimitive";
5
+ import { Group } from "./Group";
6
+ import { HealthcareService } from "./HealthcareService";
7
+ import { Location } from "./Location";
8
+ import { Organization } from "./Organization";
9
+ import { Patient } from "./Patient";
10
+ import { Period } from "./Period";
11
+ import { Practitioner } from "./Practitioner";
12
+ import { PractitionerRole } from "./PractitionerRole";
13
+ import { Reference } from "./Reference";
14
+ import { RelatedPerson } from "./RelatedPerson";
15
+ import { Specimen } from "./Specimen";
16
+ export interface Group_Member {
17
+ /**
18
+ * @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
19
+ * @short Unique id for inter-element referencing
20
+ */
21
+ id?: string;
22
+ /**
23
+ * @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
24
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
25
+ * @short Additional content defined by implementations
26
+ */
27
+ extension?: Extension[];
28
+ /**
29
+ * @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
30
+
31
+ Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
32
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
33
+ * @short Extensions that cannot be ignored even if unrecognized
34
+ */
35
+ modifierExtension?: Extension[];
36
+ /**
37
+ * @description A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same.
38
+ * @short Reference to the group member
39
+ */
40
+ entity: Reference<CareTeam | Device | Group | HealthcareService | Location | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson | Specimen>;
41
+ /**
42
+ * @description The period that the member was in the group, if known.
43
+ * @short Period member belonged to the group
44
+ */
45
+ period?: Period;
46
+ /**
47
+ * @description A flag to indicate that the member is no longer in the group, but previously may have been a member.
48
+ * @short If member is no longer in group
49
+ */
50
+ inactive?: FhirPrimitive<boolean>;
51
+ }
52
+ //# sourceMappingURL=Group_Member.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Group_Member.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Group_Member.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,MAAM,EAAE,SAAS,CACb,QAAQ,GACR,MAAM,GACN,KAAK,GACL,iBAAiB,GACjB,QAAQ,GACR,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,aAAa,GACb,QAAQ,CACX,CAAC;IACF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACnC"}
@@ -0,0 +1,173 @@
1
+ import { Annotation } from "./Annotation";
2
+ import { Appointment } from "./Appointment";
3
+ import { AppointmentResponse } from "./AppointmentResponse";
4
+ import { CarePlan } from "./CarePlan";
5
+ import { Claim } from "./Claim";
6
+ import { CodeableConcept } from "./CodeableConcept";
7
+ import { CodeableReference } from "./CodeableReference";
8
+ import { CommunicationRequest } from "./CommunicationRequest";
9
+ import { Contract } from "./Contract";
10
+ import { CoverageEligibilityRequest } from "./CoverageEligibilityRequest";
11
+ import { DataRequirement } from "./DataRequirement";
12
+ import { Device } from "./Device";
13
+ import { DeviceRequest } from "./DeviceRequest";
14
+ import { Encounter } from "./Encounter";
15
+ import { EnrollmentRequest } from "./EnrollmentRequest";
16
+ import { Extension } from "./Extension";
17
+ import { FhirPrimitive } from "./FhirPrimitive";
18
+ import { Group } from "./Group";
19
+ import { Identifier } from "./Identifier";
20
+ import { ImmunizationRecommendation } from "./ImmunizationRecommendation";
21
+ import { MedicationRequest } from "./MedicationRequest";
22
+ import { Meta } from "./Meta";
23
+ import { Narrative } from "./Narrative";
24
+ import { NutritionOrder } from "./NutritionOrder";
25
+ import { OperationOutcome } from "./OperationOutcome";
26
+ import { Parameters } from "./Parameters";
27
+ import { Patient } from "./Patient";
28
+ import { Reference } from "./Reference";
29
+ import { RequestOrchestration } from "./RequestOrchestration";
30
+ import { Resource } from "./Resource";
31
+ import { ServiceRequest } from "./ServiceRequest";
32
+ import { SupplyRequest } from "./SupplyRequest";
33
+ import { Task } from "./Task";
34
+ import { VisionPrescription } from "./VisionPrescription";
35
+ export interface GuidanceResponse {
36
+ /**
37
+ * @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
38
+ * @comment Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
39
+ * @short Logical id of this artifact
40
+ */
41
+ id?: string;
42
+ /**
43
+ * @description The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
44
+ * @short Metadata about the resource
45
+ */
46
+ meta?: Meta;
47
+ /**
48
+ * @description A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
49
+ * @comment Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers andor specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
50
+ * @short A set of rules under which this content was created
51
+ */
52
+ implicitRules?: FhirPrimitive<string>;
53
+ /**
54
+ * @description The base language in which the resource is written.
55
+ * @comment Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
56
+ * @short Language of the resource content
57
+ */
58
+ language?: FhirPrimitive<string>;
59
+ /**
60
+ * @description A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
61
+ * @comment Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
62
+ * @short Text summary of the resource, for human interpretation
63
+ */
64
+ text?: Narrative;
65
+ /**
66
+ * @description These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides contextmeaning.
67
+ * @comment This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
68
+ * @short Contained, inline Resources
69
+ */
70
+ contained?: Resource[];
71
+ /**
72
+ * @description May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
73
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
74
+ * @short Additional content defined by implementations
75
+ */
76
+ extension?: Extension[];
77
+ /**
78
+ * @description May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
79
+
80
+ Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
81
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
82
+ * @short Extensions that cannot be ignored
83
+ */
84
+ modifierExtension?: Extension[];
85
+ /**
86
+ * @description The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.
87
+ * @short The identifier of the request associated with this response, if any
88
+ */
89
+ requestIdentifier?: Identifier;
90
+ /**
91
+ * @description Allows a service to provide unique, business identifiers for the response.
92
+ * @short Business identifier
93
+ */
94
+ identifier?: Identifier[];
95
+ /**
96
+ * @choice This is part of the module[x] choice.
97
+ * @oneOf moduleUri, moduleCanonical, moduleCodeableConcept
98
+ */
99
+ moduleUri?: FhirPrimitive<string>;
100
+ /**
101
+ * @choice This is part of the module[x] choice.
102
+ * @oneOf moduleUri, moduleCanonical, moduleCodeableConcept
103
+ */
104
+ moduleCanonical?: FhirPrimitive<string>;
105
+ /**
106
+ * @choice This is part of the module[x] choice.
107
+ * @oneOf moduleUri, moduleCanonical, moduleCodeableConcept
108
+ */
109
+ moduleCodeableConcept?: CodeableConcept;
110
+ /**
111
+ * @description The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.
112
+ * @comment This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.
113
+ * @short success | data-requested | data-required | in-progress | failure | entered-in-error
114
+ */
115
+ status: FhirPrimitive<string>;
116
+ /**
117
+ * @description The patient for which the request was processed.
118
+ * @short Patient the request was performed for
119
+ */
120
+ subject?: Reference<Patient | Group>;
121
+ /**
122
+ * @description The encounter during which this response was created or to which the creation of this record is tightly associated.
123
+ * @comment This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official copmletion of an encounter but still be tied to the context of the encounter.
124
+ * @short Encounter during which the response was returned
125
+ */
126
+ encounter?: Reference<Encounter>;
127
+ /**
128
+ * @description Indicates when the guidance response was processed.
129
+ * @short When the guidance response was processed
130
+ */
131
+ occurrenceDateTime?: FhirPrimitive<string>;
132
+ /**
133
+ * @description Provides a reference to the device that performed the guidance.
134
+ * @short Device returning the guidance
135
+ */
136
+ performer?: Reference<Device>;
137
+ /**
138
+ * @description Describes the reason for the guidance response in coded or textual form, or Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.
139
+ * @comment Although this reference can be used to point to any resource, it is typically expected to refer to subject-specific data appropriate to the subject of the guidance. For example, patient-based decision support would be expected to reference patient-level data. In addition, implementations should provide as much detail as possible by using the [http:hl7.orgfhirStructureDefinitiontargetElement](http:hl7.orgfhirextensionsStructureDefinition-targetElement.html) and [http:hl7.orgfhirStructureDefinitiontargetPath](http:hl7.orgfhirextensionsStructureDefinition-targetPath.html) extensions to indicate the specific elements relevant to providing the reason for the guidance.
140
+ * @short Why guidance is needed
141
+ */
142
+ reason?: CodeableReference<any>[];
143
+ /**
144
+ * @description Provides a mechanism to communicate additional information about the response.
145
+ * @short Additional notes about the response
146
+ */
147
+ note?: Annotation[];
148
+ /**
149
+ * @description Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element.
150
+ * @short Messages resulting from the evaluation of the artifact or artifacts
151
+ */
152
+ evaluationMessage?: Reference<OperationOutcome>;
153
+ /**
154
+ * @description The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.
155
+ * @short The output parameters of the evaluation, if any
156
+ */
157
+ outputParameters?: Reference<Parameters>;
158
+ /**
159
+ * @description The actions, if any, produced by the evaluation of the artifact.
160
+ * @short Proposed actions, if any
161
+ */
162
+ result?: Reference<Appointment | AppointmentResponse | CarePlan | Claim | CommunicationRequest | Contract | CoverageEligibilityRequest | DeviceRequest | EnrollmentRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | RequestOrchestration | ServiceRequest | SupplyRequest | Task | VisionPrescription>[];
163
+ /**
164
+ * @description If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data.
165
+ * @short Additional required data
166
+ */
167
+ dataRequirement?: DataRequirement[];
168
+ /**
169
+ * @const Auto-injected fixed value: GuidanceResponse
170
+ */
171
+ resourceType: "GuidanceResponse";
172
+ }
173
+ //# sourceMappingURL=GuidanceResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuidanceResponse.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/GuidanceResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B;;;OAGG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC;;;OAGG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACxC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,eAAe,CAAC;IACxC;;;;OAIG;IACH,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC,GAAG,CAAC,EAAE,CAAC;IAClC;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,EAAE,CAAC;IACpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IACzC;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CACd,WAAW,GACX,mBAAmB,GACnB,QAAQ,GACR,KAAK,GACL,oBAAoB,GACpB,QAAQ,GACR,0BAA0B,GAC1B,aAAa,GACb,iBAAiB,GACjB,0BAA0B,GAC1B,iBAAiB,GACjB,cAAc,GACd,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,IAAI,GACJ,kBAAkB,CACrB,EAAE,CAAC;IACJ;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC;;OAEG;IACH,YAAY,EAAE,kBAAkB,CAAC;CAClC"}
@@ -0,0 +1,203 @@
1
+ import { Attachment } from "./Attachment";
2
+ import { Availability } from "./Availability";
3
+ import { CodeableConcept } from "./CodeableConcept";
4
+ import { Endpoint } from "./Endpoint";
5
+ import { ExtendedContactDetail } from "./ExtendedContactDetail";
6
+ import { Extension } from "./Extension";
7
+ import { FhirPrimitive } from "./FhirPrimitive";
8
+ import { HealthcareService_Eligibility } from "./HealthcareService_Eligibility";
9
+ import { Identifier } from "./Identifier";
10
+ import { Location } from "./Location";
11
+ import { Meta } from "./Meta";
12
+ import { Narrative } from "./Narrative";
13
+ import { Organization } from "./Organization";
14
+ import { Reference } from "./Reference";
15
+ import { Resource } from "./Resource";
16
+ export interface HealthcareService {
17
+ /**
18
+ * @description The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
19
+ * @comment Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.
20
+ * @short Logical id of this artifact
21
+ */
22
+ id?: string;
23
+ /**
24
+ * @description The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
25
+ * @short Metadata about the resource
26
+ */
27
+ meta?: Meta;
28
+ /**
29
+ * @description A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
30
+ * @comment Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers andor specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.
31
+ * @short A set of rules under which this content was created
32
+ */
33
+ implicitRules?: FhirPrimitive<string>;
34
+ /**
35
+ * @description The base language in which the resource is written.
36
+ * @comment Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
37
+ * @short Language of the resource content
38
+ */
39
+ language?: FhirPrimitive<string>;
40
+ /**
41
+ * @description A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
42
+ * @comment Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
43
+ * @short Text summary of the resource, for human interpretation
44
+ */
45
+ text?: Narrative;
46
+ /**
47
+ * @description These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides contextmeaning.
48
+ * @comment This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.
49
+ * @short Contained, inline Resources
50
+ */
51
+ contained?: Resource[];
52
+ /**
53
+ * @description May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
54
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
55
+ * @short Additional content defined by implementations
56
+ */
57
+ extension?: Extension[];
58
+ /**
59
+ * @description May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
60
+
61
+ Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
62
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
63
+ * @short Extensions that cannot be ignored
64
+ */
65
+ modifierExtension?: Extension[];
66
+ /**
67
+ * @description External identifiers for this item.
68
+ * @short External identifiers for this item
69
+ */
70
+ identifier?: Identifier[];
71
+ /**
72
+ * @description This flag is used to mark the record to not be used. This is not used when a center is closed for maintenance, or for holidays, the notAvailable period is to be used for this.
73
+ * @comment This element is labeled as a modifier because it may be used to mark that the resource was created in error.
74
+ * @short Whether this HealthcareService record is in active use
75
+ */
76
+ active?: FhirPrimitive<boolean>;
77
+ /**
78
+ * @description The organization that provides this healthcare service.
79
+ * @comment This property is recommended to be the same as the Location's managingOrganization, and if not provided should be interpreted as such. If the Location does not have a managing Organization, then this property should be populated.
80
+ * @short Organization that provides this service
81
+ */
82
+ providedBy?: Reference<Organization>;
83
+ /**
84
+ * @description When the HealthcareService is representing a specific, schedulable service, the availableIn property can refer to a generic service.
85
+ * @comment For example, if there is a generic Radiology service that offers CT Scans, MRIs, etc. You could have HealthcareService resources for the CT Scans and MRIs, which have an offeredIn reference to the Radiology HealthcareService.
86
+ * @short The service within which this service is offered
87
+ */
88
+ offeredIn?: Reference<HealthcareService>[];
89
+ /**
90
+ * @description Identifies the broad category of service being performed or delivered.
91
+ * @comment Selecting a Service Category then determines the list of relevant service types that can be selected in the primary service type.
92
+ * @short Broad category of service being performed or delivered
93
+ */
94
+ category?: CodeableConcept[];
95
+ /**
96
+ * @description The specific type of service that may be delivered or performed.
97
+ * @short Type of service that may be delivered or performed
98
+ */
99
+ type?: CodeableConcept[];
100
+ /**
101
+ * @description Collection of specialties handled by the Healthcare service. This is more of a medical term.
102
+ * @short Specialties handled by the HealthcareService
103
+ */
104
+ specialty?: CodeableConcept[];
105
+ /**
106
+ * @description The location(s) where this healthcare service may be provided.
107
+ * @short Location(s) where service may be provided
108
+ */
109
+ location?: Reference<Location>[];
110
+ /**
111
+ * @description Further description of the service as it would be presented to a consumer while searching.
112
+ * @short Description of service as presented to a consumer while searching
113
+ */
114
+ name?: FhirPrimitive<string>;
115
+ /**
116
+ * @description Any additional description of the service andor any specific issues not covered by the other attributes, which can be displayed as further detail under the serviceName.
117
+ * @comment Would expect that a user would not see this information on a search results, and it would only be available when viewing the complete details of the service.
118
+ * @short Additional description andor any specific issues not covered elsewhere
119
+ */
120
+ comment?: FhirPrimitive<string>;
121
+ /**
122
+ * @description Extra details about the service that can't be placed in the other fields.
123
+ * @short Extra details about the service that can't be placed in the other fields
124
+ */
125
+ extraDetails?: FhirPrimitive<string>;
126
+ /**
127
+ * @description If there is a photosymbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.
128
+ * @short Facilitates quick identification of the service
129
+ */
130
+ photo?: Attachment;
131
+ /**
132
+ * @description The contact details of communication devices available relevant to the specific HealthcareService. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.
133
+ * @comment The addresstelecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the HealthcareService itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc.
134
+
135
+ If this is empty (or the type of interest is empty), refer to the location's contacts.
136
+ * @short Official contact details for the HealthcareService
137
+ */
138
+ contact?: ExtendedContactDetail[];
139
+ /**
140
+ * @description The location(s) that this service is available to (not where the service is provided).
141
+ * @comment The locations referenced by the coverage area can include both specific locations, including areas, and also conceptual domains too (mode = kind), such as a physical area (tri-state area) and some other attribute (covered by Example Care Organization). These types of Locations are often not managed by any specific organization. This could also include generic locations such as "in-home".
142
+ * @short Location(s) service is intended foravailable to
143
+ */
144
+ coverageArea?: Reference<Location>[];
145
+ /**
146
+ * @description The code(s) that detail the conditions under which the healthcare service is availableoffered.
147
+ * @comment The provision means being commissioned by, contractually obliged or financially sourced. Types of costings that may apply to this healthcare service, such if the service may be available for free, some discounts available, or fees apply.
148
+ * @short Conditions under which service is availableoffered
149
+ */
150
+ serviceProvisionCode?: CodeableConcept[];
151
+ /**
152
+ * @backbone Nested BackboneElement: eligibility [0..*]
153
+ */
154
+ eligibility?: HealthcareService_Eligibility[];
155
+ /**
156
+ * @description Programs that this service is applicable to.
157
+ * @comment Programs are often defined externally to an Organization, commonly by governments; e.g. Home and Community Care Programs, Homeless Program, ….
158
+ * @short Programs that this service is applicable to
159
+ */
160
+ program?: CodeableConcept[];
161
+ /**
162
+ * @description Collection of characteristics (attributes).
163
+ * @comment These could be such things as is wheelchair accessible.
164
+ * @short Collection of characteristics (attributes)
165
+ */
166
+ characteristic?: CodeableConcept[];
167
+ /**
168
+ * @description Some services are specifically made available in multiple languages, this property permits a directory to declare the languages this is offered in. Typically this is only provided where a service operates in communities with mixed languages used.
169
+ * @comment When using this property it indicates that the service is available with this language, it is not derived from the practitioners, and not all are required to use this language, just that this language is available while scheduling.
170
+ * @short The language that this service is offered in
171
+ */
172
+ communication?: CodeableConcept[];
173
+ /**
174
+ * @description Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required.
175
+ * @short Ways that the service accepts referrals
176
+ */
177
+ referralMethod?: CodeableConcept[];
178
+ /**
179
+ * @description Indicates whether or not a prospective consumer will require an appointment for a particular service at a site to be provided by the Organization. Indicates if an appointment is required for access to this service.
180
+ * @short If an appointment is required for access to this service
181
+ */
182
+ appointmentRequired?: FhirPrimitive<boolean>;
183
+ /**
184
+ * @description A collection of times that the healthcare service is available.
185
+ * @comment More detailed availability information may be provided in associated ScheduleSlot resources.
186
+
187
+ Systems may choose to render availability differently than it is exchanged on the interface. For example, rather than "Mon, Tue, Wed, Thur, Fri from 9am-12am; Mon, Tue, Wed, Thur, Fri from 1pm-5pm" as would be implied by two availableTime repetitions, an application could render this information as "Mon-Fri 9-12am and 1-5pm".
188
+
189
+ The NotAvailableTime(s) included indicate the general daysperiods where the service is not available (for things such as public holidays).
190
+ * @short Times the healthcare service is available (including exceptions)
191
+ */
192
+ availability?: Availability[];
193
+ /**
194
+ * @description Technical endpoints providing access to services operated for the specific healthcare services defined at this resource.
195
+ * @short Technical endpoints providing access to electronic services operated for the healthcare service
196
+ */
197
+ endpoint?: Reference<Endpoint>[];
198
+ /**
199
+ * @const Auto-injected fixed value: HealthcareService
200
+ */
201
+ resourceType: "HealthcareService";
202
+ }
203
+ //# sourceMappingURL=HealthcareService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HealthcareService.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/HealthcareService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,EAAE,CAAC;IAC3C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,EAAE,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC;;;OAGG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,eAAe,EAAE,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,6BAA6B,EAAE,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IACnC;;;;OAIG;IACH,aAAa,CAAC,EAAE,eAAe,EAAE,CAAC;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IACnC;;;OAGG;IACH,mBAAmB,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,CAAC;IACjC;;OAEG;IACH,YAAY,EAAE,mBAAmB,CAAC;CACnC"}
@@ -0,0 +1,36 @@
1
+ import { CodeableConcept } from "./CodeableConcept";
2
+ import { Extension } from "./Extension";
3
+ import { FhirPrimitive } from "./FhirPrimitive";
4
+ export interface HealthcareService_Eligibility {
5
+ /**
6
+ * @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
7
+ * @short Unique id for inter-element referencing
8
+ */
9
+ id?: string;
10
+ /**
11
+ * @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
12
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
13
+ * @short Additional content defined by implementations
14
+ */
15
+ extension?: Extension[];
16
+ /**
17
+ * @description May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained andor the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
18
+
19
+ Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
20
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
21
+ * @short Extensions that cannot be ignored even if unrecognized
22
+ */
23
+ modifierExtension?: Extension[];
24
+ /**
25
+ * @description Coded value for the eligibility.
26
+ * @short Coded value for the eligibility
27
+ */
28
+ code?: CodeableConcept;
29
+ /**
30
+ * @description Describes the eligibility conditions for the service.
31
+ * @comment The description of service eligibility should, in general, not exceed one or two paragraphs. It should be sufficient for a prospective consumer to determine if they are likely to be eligible or not. Where eligibility requirements and conditions are complex, it may simply be noted that an eligibility assessment is required. Where eligibility is determined by an outside source, such as an Act of Parliament, this should be noted, preferably with a reference to a commonly available copy of the source document such as a web page.
32
+ * @short Describes the eligibility conditions for the service
33
+ */
34
+ comment?: FhirPrimitive<string>;
35
+ }
36
+ //# sourceMappingURL=HealthcareService_Eligibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HealthcareService_Eligibility.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/HealthcareService_Eligibility.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,SAAS,EAAE,CAAC;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CACjC"}
@@ -0,0 +1,56 @@
1
+ import { Extension } from "./Extension";
2
+ import { FhirPrimitive } from "./FhirPrimitive";
3
+ import { Period } from "./Period";
4
+ export interface HumanName {
5
+ /**
6
+ * @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
7
+ * @short Unique id for inter-element referencing
8
+ */
9
+ id?: string;
10
+ /**
11
+ * @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
12
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
13
+ * @short Additional content defined by implementations
14
+ */
15
+ extension?: Extension[];
16
+ /**
17
+ * @description Identifies the purpose for this name.
18
+ * @comment Applications can assume that a name is current unless it explicitly says that it is temporary or old.
19
+ * @short usual | official | temp | nickname | anonymous | old | maiden
20
+ */
21
+ use?: FhirPrimitive<string>;
22
+ /**
23
+ * @description Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.
24
+ * @comment Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.
25
+ * @short Text representation of the full name
26
+ */
27
+ text?: FhirPrimitive<string>;
28
+ /**
29
+ * @description The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.
30
+ * @comment Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).
31
+ * @short Family name (often called 'Surname')
32
+ */
33
+ family?: FhirPrimitive<string>;
34
+ /**
35
+ * @description Given name.
36
+ * @comment If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.
37
+ * @short Given names (not always 'first'). Includes middle names
38
+ */
39
+ given?: FhirPrimitive<string>[];
40
+ /**
41
+ * @description Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.
42
+ * @short Parts that come before the name
43
+ */
44
+ prefix?: FhirPrimitive<string>[];
45
+ /**
46
+ * @description Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.
47
+ * @short Parts that come after the name
48
+ */
49
+ suffix?: FhirPrimitive<string>[];
50
+ /**
51
+ * @description Indicates the period of time when this name was valid for the named person.
52
+ * @short Time period when name wasis in use
53
+ */
54
+ period?: Period;
55
+ }
56
+ //# sourceMappingURL=HumanName.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HumanName.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/HumanName.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;OAIG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACjC;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC;IACjC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,55 @@
1
+ import { CodeableConcept } from "./CodeableConcept";
2
+ import { Extension } from "./Extension";
3
+ import { FhirPrimitive } from "./FhirPrimitive";
4
+ import { Organization } from "./Organization";
5
+ import { Period } from "./Period";
6
+ import { Reference } from "./Reference";
7
+ export interface Identifier {
8
+ /**
9
+ * @description Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
10
+ * @short Unique id for inter-element referencing
11
+ */
12
+ id?: string;
13
+ /**
14
+ * @description May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
15
+ * @comment There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
16
+ * @short Additional content defined by implementations
17
+ */
18
+ extension?: Extension[];
19
+ /**
20
+ * @description The purpose of this identifier.
21
+ * @comment Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.
22
+ * @short usual | official | temp | secondary | old (If known)
23
+ */
24
+ use?: FhirPrimitive<string>;
25
+ /**
26
+ * @description A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
27
+ * @comment This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.
28
+ * @short Description of identifier
29
+ */
30
+ type?: CodeableConcept;
31
+ /**
32
+ * @description Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.
33
+ * @comment Identifier.system is always case sensitive.
34
+ * @short The namespace for the identifier value
35
+ */
36
+ system?: FhirPrimitive<string>;
37
+ /**
38
+ * @description The portion of the identifier typically relevant to the user and which is unique within the context of the system.
39
+ * @comment If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [http:hl7.orgfhirStructureDefinitionrendered-value](http:hl7.orgfhirextensionsStructureDefinition-rendered-value.html)). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.
40
+ * @short The value that is unique
41
+ */
42
+ value?: FhirPrimitive<string>;
43
+ /**
44
+ * @description Time period during which identifier iswas valid for use.
45
+ * @short Time period when id iswas valid for use
46
+ */
47
+ period?: Period;
48
+ /**
49
+ * @description Organization that issuedmanages the identifier.
50
+ * @comment The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.
51
+ * @short Organization that issued id (may be just text)
52
+ */
53
+ assigner?: Reference<Organization>;
54
+ }
55
+ //# sourceMappingURL=Identifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Identifier.d.ts","sourceRoot":"","sources":["../../src/fhir-ts/Identifier.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB;;;;OAIG;IACH,GAAG,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC9B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;CACpC"}