@imranq2/fhirpatientsummary 1.0.0 → 1.0.2

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 (609) hide show
  1. package/lib/esm/src/generators/fhir_summary_generator.d.ts +46 -0
  2. package/lib/esm/src/generators/fhir_summary_generator.js +224 -0
  3. package/lib/esm/src/generators/narrative_generator.d.ts +40 -0
  4. package/lib/esm/src/generators/narrative_generator.js +76 -0
  5. package/lib/esm/src/narratives/templates/typescript/AdvanceDirectivesTemplate.d.ts +22 -0
  6. package/lib/esm/src/narratives/templates/typescript/AdvanceDirectivesTemplate.js +66 -0
  7. package/lib/esm/src/narratives/templates/typescript/AllergyIntoleranceTemplate.d.ts +31 -0
  8. package/lib/esm/src/narratives/templates/typescript/AllergyIntoleranceTemplate.js +151 -0
  9. package/lib/esm/src/narratives/templates/typescript/ClinicalImpressionTemplate.d.ts +15 -0
  10. package/lib/esm/src/narratives/templates/typescript/ClinicalImpressionTemplate.js +107 -0
  11. package/lib/esm/src/narratives/templates/typescript/DiagnosticResultsTemplate.d.ts +50 -0
  12. package/lib/esm/src/narratives/templates/typescript/DiagnosticResultsTemplate.js +149 -0
  13. package/lib/esm/src/narratives/templates/typescript/FamilyHistoryTemplate.d.ts +15 -0
  14. package/lib/esm/src/narratives/templates/typescript/FamilyHistoryTemplate.js +99 -0
  15. package/lib/esm/src/narratives/templates/typescript/FunctionalStatusTemplate.d.ts +22 -0
  16. package/lib/esm/src/narratives/templates/typescript/FunctionalStatusTemplate.js +66 -0
  17. package/lib/esm/src/narratives/templates/typescript/HistoryOfProceduresTemplate.d.ts +22 -0
  18. package/lib/esm/src/narratives/templates/typescript/HistoryOfProceduresTemplate.js +62 -0
  19. package/lib/esm/src/narratives/templates/typescript/ImmunizationsTemplate.d.ts +22 -0
  20. package/lib/esm/src/narratives/templates/typescript/ImmunizationsTemplate.js +69 -0
  21. package/lib/esm/src/narratives/templates/typescript/MedicalDevicesTemplate.d.ts +22 -0
  22. package/lib/esm/src/narratives/templates/typescript/MedicalDevicesTemplate.js +63 -0
  23. package/lib/esm/src/narratives/templates/typescript/MedicationSummaryTemplate.d.ts +50 -0
  24. package/lib/esm/src/narratives/templates/typescript/MedicationSummaryTemplate.js +202 -0
  25. package/lib/esm/src/narratives/templates/typescript/PastHistoryOfIllnessTemplate.d.ts +15 -0
  26. package/lib/esm/src/narratives/templates/typescript/PastHistoryOfIllnessTemplate.js +55 -0
  27. package/lib/esm/src/narratives/templates/typescript/PatientTemplate.d.ts +65 -0
  28. package/lib/esm/src/narratives/templates/typescript/PatientTemplate.js +154 -0
  29. package/lib/esm/src/narratives/templates/typescript/PlanOfCareTemplate.d.ts +15 -0
  30. package/lib/esm/src/narratives/templates/typescript/PlanOfCareTemplate.js +59 -0
  31. package/lib/esm/src/narratives/templates/typescript/PregnancyTemplate.d.ts +22 -0
  32. package/lib/esm/src/narratives/templates/typescript/PregnancyTemplate.js +64 -0
  33. package/lib/esm/src/narratives/templates/typescript/ProblemListTemplate.d.ts +22 -0
  34. package/lib/esm/src/narratives/templates/typescript/ProblemListTemplate.js +115 -0
  35. package/lib/esm/src/narratives/templates/typescript/SocialHistoryTemplate.d.ts +22 -0
  36. package/lib/esm/src/narratives/templates/typescript/SocialHistoryTemplate.js +66 -0
  37. package/lib/esm/src/narratives/templates/typescript/TemplateUtilities.d.ts +251 -0
  38. package/lib/esm/src/narratives/templates/typescript/TemplateUtilities.js +692 -0
  39. package/lib/esm/src/narratives/templates/typescript/TypeScriptTemplateMapper.d.ts +17 -0
  40. package/lib/esm/src/narratives/templates/typescript/TypeScriptTemplateMapper.js +60 -0
  41. package/lib/esm/src/narratives/templates/typescript/VitalSignsTemplate.d.ts +22 -0
  42. package/lib/esm/src/narratives/templates/typescript/VitalSignsTemplate.js +70 -0
  43. package/lib/esm/src/narratives/templates/typescript/interfaces/ITemplate.d.ts +13 -0
  44. package/lib/esm/src/narratives/templates/typescript/interfaces/ITemplate.js +1 -0
  45. package/lib/esm/src/profiles/ips_resource_profile_registry.d.ts +7 -0
  46. package/lib/esm/src/profiles/ips_resource_profile_registry.js +139 -0
  47. package/lib/esm/src/structures/ips_mandatory_sections.d.ts +7 -0
  48. package/lib/esm/src/structures/ips_mandatory_sections.js +8 -0
  49. package/lib/esm/src/structures/ips_recommended_sections.d.ts +8 -0
  50. package/lib/esm/src/structures/ips_recommended_sections.js +9 -0
  51. package/lib/esm/src/structures/ips_resource_profile.d.ts +7 -0
  52. package/lib/esm/src/structures/ips_resource_profile.js +1 -0
  53. package/lib/esm/src/structures/ips_section_loinc_codes.d.ts +4 -0
  54. package/lib/esm/src/structures/ips_section_loinc_codes.js +44 -0
  55. package/lib/esm/src/structures/ips_section_resource_map.d.ts +8 -0
  56. package/lib/esm/src/structures/ips_section_resource_map.js +65 -0
  57. package/lib/esm/src/structures/ips_sections.d.ts +19 -0
  58. package/lib/esm/src/structures/ips_sections.js +24 -0
  59. package/lib/esm/src/types/partials/Address.d.ts +16 -0
  60. package/lib/esm/src/types/partials/Address.js +2 -0
  61. package/lib/esm/src/types/partials/AllergyIntoleranceReaction.d.ts +16 -0
  62. package/lib/esm/src/types/partials/AllergyIntoleranceReaction.js +2 -0
  63. package/lib/esm/src/types/partials/Annotation.d.ts +12 -0
  64. package/lib/esm/src/types/partials/Annotation.js +2 -0
  65. package/lib/esm/src/types/partials/Attachment.d.ts +17 -0
  66. package/lib/esm/src/types/partials/Attachment.js +2 -0
  67. package/lib/esm/src/types/partials/BundleEntry.d.ts +18 -0
  68. package/lib/esm/src/types/partials/BundleEntry.js +2 -0
  69. package/lib/esm/src/types/partials/BundleLink.d.ts +9 -0
  70. package/lib/esm/src/types/partials/BundleLink.js +2 -0
  71. package/lib/esm/src/types/partials/BundleRequest.d.ts +14 -0
  72. package/lib/esm/src/types/partials/BundleRequest.js +2 -0
  73. package/lib/esm/src/types/partials/BundleResponse.d.ts +14 -0
  74. package/lib/esm/src/types/partials/BundleResponse.js +2 -0
  75. package/lib/esm/src/types/partials/BundleSearch.d.ts +9 -0
  76. package/lib/esm/src/types/partials/BundleSearch.js +2 -0
  77. package/lib/esm/src/types/partials/CarePlanActivity.d.ts +15 -0
  78. package/lib/esm/src/types/partials/CarePlanActivity.js +2 -0
  79. package/lib/esm/src/types/partials/CarePlanDetail.d.ts +33 -0
  80. package/lib/esm/src/types/partials/CarePlanDetail.js +2 -0
  81. package/lib/esm/src/types/partials/ClinicalImpressionFinding.d.ts +11 -0
  82. package/lib/esm/src/types/partials/ClinicalImpressionFinding.js +2 -0
  83. package/lib/esm/src/types/partials/ClinicalImpressionInvestigation.d.ts +10 -0
  84. package/lib/esm/src/types/partials/ClinicalImpressionInvestigation.js +2 -0
  85. package/lib/esm/src/types/partials/CodeableConcept.d.ts +8 -0
  86. package/lib/esm/src/types/partials/CodeableConcept.js +2 -0
  87. package/lib/esm/src/types/partials/CodeableReference.d.ts +9 -0
  88. package/lib/esm/src/types/partials/CodeableReference.js +2 -0
  89. package/lib/esm/src/types/partials/Coding.d.ts +11 -0
  90. package/lib/esm/src/types/partials/Coding.js +2 -0
  91. package/lib/esm/src/types/partials/CompositionAttester.d.ts +11 -0
  92. package/lib/esm/src/types/partials/CompositionAttester.js +2 -0
  93. package/lib/esm/src/types/partials/CompositionEvent.d.ts +12 -0
  94. package/lib/esm/src/types/partials/CompositionEvent.js +2 -0
  95. package/lib/esm/src/types/partials/CompositionRelatesTo.d.ts +11 -0
  96. package/lib/esm/src/types/partials/CompositionRelatesTo.js +2 -0
  97. package/lib/esm/src/types/partials/CompositionSection.d.ts +19 -0
  98. package/lib/esm/src/types/partials/CompositionSection.js +2 -0
  99. package/lib/esm/src/types/partials/ConditionEvidence.d.ts +10 -0
  100. package/lib/esm/src/types/partials/ConditionEvidence.js +2 -0
  101. package/lib/esm/src/types/partials/ConditionStage.d.ts +11 -0
  102. package/lib/esm/src/types/partials/ConditionStage.js +2 -0
  103. package/lib/esm/src/types/partials/ConsentActor.d.ts +10 -0
  104. package/lib/esm/src/types/partials/ConsentActor.js +2 -0
  105. package/lib/esm/src/types/partials/ConsentData.d.ts +9 -0
  106. package/lib/esm/src/types/partials/ConsentData.js +2 -0
  107. package/lib/esm/src/types/partials/ConsentPolicy.d.ts +9 -0
  108. package/lib/esm/src/types/partials/ConsentPolicy.js +2 -0
  109. package/lib/esm/src/types/partials/ConsentProvision.d.ts +22 -0
  110. package/lib/esm/src/types/partials/ConsentProvision.js +2 -0
  111. package/lib/esm/src/types/partials/ConsentVerification.d.ts +11 -0
  112. package/lib/esm/src/types/partials/ConsentVerification.js +2 -0
  113. package/lib/esm/src/types/partials/ContactDetail.d.ts +8 -0
  114. package/lib/esm/src/types/partials/ContactDetail.js +2 -0
  115. package/lib/esm/src/types/partials/ContactPoint.d.ts +12 -0
  116. package/lib/esm/src/types/partials/ContactPoint.js +2 -0
  117. package/lib/esm/src/types/partials/Contributor.d.ts +9 -0
  118. package/lib/esm/src/types/partials/Contributor.js +2 -0
  119. package/lib/esm/src/types/partials/DataRequirement.d.ts +21 -0
  120. package/lib/esm/src/types/partials/DataRequirement.js +2 -0
  121. package/lib/esm/src/types/partials/DataRequirementCodeFilter.d.ts +11 -0
  122. package/lib/esm/src/types/partials/DataRequirementCodeFilter.js +2 -0
  123. package/lib/esm/src/types/partials/DataRequirementDateFilter.d.ts +13 -0
  124. package/lib/esm/src/types/partials/DataRequirementDateFilter.js +2 -0
  125. package/lib/esm/src/types/partials/DataRequirementSort.d.ts +7 -0
  126. package/lib/esm/src/types/partials/DataRequirementSort.js +2 -0
  127. package/lib/esm/src/types/partials/DeviceDeviceName.d.ts +8 -0
  128. package/lib/esm/src/types/partials/DeviceDeviceName.js +2 -0
  129. package/lib/esm/src/types/partials/DeviceProperty.d.ts +11 -0
  130. package/lib/esm/src/types/partials/DeviceProperty.js +2 -0
  131. package/lib/esm/src/types/partials/DeviceSpecialization.d.ts +9 -0
  132. package/lib/esm/src/types/partials/DeviceSpecialization.js +2 -0
  133. package/lib/esm/src/types/partials/DeviceUdiCarrier.d.ts +14 -0
  134. package/lib/esm/src/types/partials/DeviceUdiCarrier.js +2 -0
  135. package/lib/esm/src/types/partials/DeviceVersion.d.ts +11 -0
  136. package/lib/esm/src/types/partials/DeviceVersion.js +2 -0
  137. package/lib/esm/src/types/partials/DiagnosticReportMedia.d.ts +9 -0
  138. package/lib/esm/src/types/partials/DiagnosticReportMedia.js +2 -0
  139. package/lib/esm/src/types/partials/Dosage.d.ts +26 -0
  140. package/lib/esm/src/types/partials/Dosage.js +2 -0
  141. package/lib/esm/src/types/partials/DosageDoseAndRate.d.ts +16 -0
  142. package/lib/esm/src/types/partials/DosageDoseAndRate.js +2 -0
  143. package/lib/esm/src/types/partials/Expression.d.ts +12 -0
  144. package/lib/esm/src/types/partials/Expression.js +2 -0
  145. package/lib/esm/src/types/partials/Extension.d.ts +99 -0
  146. package/lib/esm/src/types/partials/Extension.js +2 -0
  147. package/lib/esm/src/types/partials/FamilyMemberHistoryCondition.d.ts +19 -0
  148. package/lib/esm/src/types/partials/FamilyMemberHistoryCondition.js +2 -0
  149. package/lib/esm/src/types/partials/HumanName.d.ts +13 -0
  150. package/lib/esm/src/types/partials/HumanName.js +2 -0
  151. package/lib/esm/src/types/partials/Identifier.d.ts +15 -0
  152. package/lib/esm/src/types/partials/Identifier.js +2 -0
  153. package/lib/esm/src/types/partials/ImmunizationEducation.d.ts +12 -0
  154. package/lib/esm/src/types/partials/ImmunizationEducation.js +2 -0
  155. package/lib/esm/src/types/partials/ImmunizationPerformer.d.ts +10 -0
  156. package/lib/esm/src/types/partials/ImmunizationPerformer.js +2 -0
  157. package/lib/esm/src/types/partials/ImmunizationProtocolApplied.d.ts +16 -0
  158. package/lib/esm/src/types/partials/ImmunizationProtocolApplied.js +2 -0
  159. package/lib/esm/src/types/partials/ImmunizationReaction.d.ts +11 -0
  160. package/lib/esm/src/types/partials/ImmunizationReaction.js +2 -0
  161. package/lib/esm/src/types/partials/MedicationBatch.d.ts +9 -0
  162. package/lib/esm/src/types/partials/MedicationBatch.js +2 -0
  163. package/lib/esm/src/types/partials/MedicationIngredient.d.ts +13 -0
  164. package/lib/esm/src/types/partials/MedicationIngredient.js +2 -0
  165. package/lib/esm/src/types/partials/MedicationRequestDispenseRequest.d.ts +18 -0
  166. package/lib/esm/src/types/partials/MedicationRequestDispenseRequest.js +2 -0
  167. package/lib/esm/src/types/partials/MedicationRequestInitialFill.d.ts +9 -0
  168. package/lib/esm/src/types/partials/MedicationRequestInitialFill.js +2 -0
  169. package/lib/esm/src/types/partials/MedicationRequestSubstitution.d.ts +10 -0
  170. package/lib/esm/src/types/partials/MedicationRequestSubstitution.js +2 -0
  171. package/lib/esm/src/types/partials/Meta.d.ts +16 -0
  172. package/lib/esm/src/types/partials/Meta.js +2 -0
  173. package/lib/esm/src/types/partials/Money.d.ts +8 -0
  174. package/lib/esm/src/types/partials/Money.js +2 -0
  175. package/lib/esm/src/types/partials/Narrative.d.ts +8 -0
  176. package/lib/esm/src/types/partials/Narrative.js +2 -0
  177. package/lib/esm/src/types/partials/ObservationComponent.d.ts +31 -0
  178. package/lib/esm/src/types/partials/ObservationComponent.js +2 -0
  179. package/lib/esm/src/types/partials/ObservationReferenceRange.d.ts +15 -0
  180. package/lib/esm/src/types/partials/ObservationReferenceRange.js +2 -0
  181. package/lib/esm/src/types/partials/OrganizationContact.d.ts +14 -0
  182. package/lib/esm/src/types/partials/OrganizationContact.js +2 -0
  183. package/lib/esm/src/types/partials/ParameterDefinition.d.ts +14 -0
  184. package/lib/esm/src/types/partials/ParameterDefinition.js +2 -0
  185. package/lib/esm/src/types/partials/PatientCommunication.d.ts +9 -0
  186. package/lib/esm/src/types/partials/PatientCommunication.js +2 -0
  187. package/lib/esm/src/types/partials/PatientContact.d.ts +19 -0
  188. package/lib/esm/src/types/partials/PatientContact.js +2 -0
  189. package/lib/esm/src/types/partials/PatientLink.d.ts +9 -0
  190. package/lib/esm/src/types/partials/PatientLink.js +2 -0
  191. package/lib/esm/src/types/partials/Period.d.ts +8 -0
  192. package/lib/esm/src/types/partials/Period.js +2 -0
  193. package/lib/esm/src/types/partials/ProcedureFocalDevice.d.ts +10 -0
  194. package/lib/esm/src/types/partials/ProcedureFocalDevice.js +2 -0
  195. package/lib/esm/src/types/partials/ProcedurePerformer.d.ts +11 -0
  196. package/lib/esm/src/types/partials/ProcedurePerformer.js +2 -0
  197. package/lib/esm/src/types/partials/Quantity.d.ts +12 -0
  198. package/lib/esm/src/types/partials/Quantity.js +2 -0
  199. package/lib/esm/src/types/partials/Range.d.ts +8 -0
  200. package/lib/esm/src/types/partials/Range.js +2 -0
  201. package/lib/esm/src/types/partials/Ratio.d.ts +8 -0
  202. package/lib/esm/src/types/partials/Ratio.js +2 -0
  203. package/lib/esm/src/types/partials/RatioRange.d.ts +9 -0
  204. package/lib/esm/src/types/partials/RatioRange.js +2 -0
  205. package/lib/esm/src/types/partials/Reference.d.ts +14 -0
  206. package/lib/esm/src/types/partials/Reference.js +2 -0
  207. package/lib/esm/src/types/partials/RelatedArtifact.d.ts +16 -0
  208. package/lib/esm/src/types/partials/RelatedArtifact.js +2 -0
  209. package/lib/esm/src/types/partials/SampledData.d.ts +15 -0
  210. package/lib/esm/src/types/partials/SampledData.js +2 -0
  211. package/lib/esm/src/types/partials/Signature.d.ts +16 -0
  212. package/lib/esm/src/types/partials/Signature.js +2 -0
  213. package/lib/esm/src/types/partials/Timing.d.ts +12 -0
  214. package/lib/esm/src/types/partials/Timing.js +2 -0
  215. package/lib/esm/src/types/partials/TimingRepeat.d.ts +30 -0
  216. package/lib/esm/src/types/partials/TimingRepeat.js +2 -0
  217. package/lib/esm/src/types/partials/TriggerDefinition.d.ts +19 -0
  218. package/lib/esm/src/types/partials/TriggerDefinition.js +2 -0
  219. package/lib/esm/src/types/partials/UsageContext.d.ts +15 -0
  220. package/lib/esm/src/types/partials/UsageContext.js +2 -0
  221. package/lib/esm/src/types/resources/AllergyIntolerance.d.ts +45 -0
  222. package/lib/esm/src/types/resources/AllergyIntolerance.js +2 -0
  223. package/lib/esm/src/types/resources/Bundle.d.ts +22 -0
  224. package/lib/esm/src/types/resources/Bundle.js +2 -0
  225. package/lib/esm/src/types/resources/CarePlan.d.ts +47 -0
  226. package/lib/esm/src/types/resources/CarePlan.js +2 -0
  227. package/lib/esm/src/types/resources/ClinicalImpression.d.ts +45 -0
  228. package/lib/esm/src/types/resources/ClinicalImpression.js +2 -0
  229. package/lib/esm/src/types/resources/Composition.d.ts +39 -0
  230. package/lib/esm/src/types/resources/Composition.js +2 -0
  231. package/lib/esm/src/types/resources/Condition.d.ts +51 -0
  232. package/lib/esm/src/types/resources/Condition.js +2 -0
  233. package/lib/esm/src/types/resources/Consent.d.ts +38 -0
  234. package/lib/esm/src/types/resources/Consent.js +2 -0
  235. package/lib/esm/src/types/resources/Device.d.ts +53 -0
  236. package/lib/esm/src/types/resources/Device.js +2 -0
  237. package/lib/esm/src/types/resources/DeviceUseStatement.d.ts +38 -0
  238. package/lib/esm/src/types/resources/DeviceUseStatement.js +2 -0
  239. package/lib/esm/src/types/resources/DiagnosticReport.d.ts +43 -0
  240. package/lib/esm/src/types/resources/DiagnosticReport.js +2 -0
  241. package/lib/esm/src/types/resources/DomainResource.d.ts +16 -0
  242. package/lib/esm/src/types/resources/DomainResource.js +2 -0
  243. package/lib/esm/src/types/resources/FamilyMemberHistory.d.ts +53 -0
  244. package/lib/esm/src/types/resources/FamilyMemberHistory.js +2 -0
  245. package/lib/esm/src/types/resources/Immunization.d.ts +56 -0
  246. package/lib/esm/src/types/resources/Immunization.js +2 -0
  247. package/lib/esm/src/types/resources/Medication.d.ts +30 -0
  248. package/lib/esm/src/types/resources/Medication.js +2 -0
  249. package/lib/esm/src/types/resources/MedicationRequest.d.ts +59 -0
  250. package/lib/esm/src/types/resources/MedicationRequest.js +2 -0
  251. package/lib/esm/src/types/resources/MedicationStatement.d.ts +42 -0
  252. package/lib/esm/src/types/resources/MedicationStatement.js +2 -0
  253. package/lib/esm/src/types/resources/Observation.d.ts +69 -0
  254. package/lib/esm/src/types/resources/Observation.js +2 -0
  255. package/lib/esm/src/types/resources/Organization.d.ts +32 -0
  256. package/lib/esm/src/types/resources/Organization.js +2 -0
  257. package/lib/esm/src/types/resources/Patient.d.ts +47 -0
  258. package/lib/esm/src/types/resources/Patient.js +2 -0
  259. package/lib/esm/src/types/resources/Procedure.d.ts +59 -0
  260. package/lib/esm/src/types/resources/Procedure.js +2 -0
  261. package/lib/esm/src/types/simpleTypes/Base64Binary.d.ts +1 -0
  262. package/lib/esm/src/types/simpleTypes/Base64Binary.js +1 -0
  263. package/lib/esm/src/types/simpleTypes/Canonical.d.ts +1 -0
  264. package/lib/esm/src/types/simpleTypes/Canonical.js +1 -0
  265. package/lib/esm/src/types/simpleTypes/Date.d.ts +1 -0
  266. package/lib/esm/src/types/simpleTypes/Date.js +1 -0
  267. package/lib/esm/src/types/simpleTypes/DateTime.d.ts +1 -0
  268. package/lib/esm/src/types/simpleTypes/DateTime.js +1 -0
  269. package/lib/esm/src/types/simpleTypes/Decimal.d.ts +1 -0
  270. package/lib/esm/src/types/simpleTypes/Decimal.js +1 -0
  271. package/lib/esm/src/types/simpleTypes/Id.d.ts +1 -0
  272. package/lib/esm/src/types/simpleTypes/Id.js +1 -0
  273. package/lib/esm/src/types/simpleTypes/Instant.d.ts +1 -0
  274. package/lib/esm/src/types/simpleTypes/Instant.js +1 -0
  275. package/lib/esm/src/types/simpleTypes/Int.d.ts +1 -0
  276. package/lib/esm/src/types/simpleTypes/Int.js +1 -0
  277. package/lib/esm/src/types/simpleTypes/Markdown.d.ts +1 -0
  278. package/lib/esm/src/types/simpleTypes/Markdown.js +1 -0
  279. package/lib/esm/src/types/simpleTypes/Oid.d.ts +1 -0
  280. package/lib/esm/src/types/simpleTypes/Oid.js +1 -0
  281. package/lib/esm/src/types/simpleTypes/ResourceContainer.d.ts +1 -0
  282. package/lib/esm/src/types/simpleTypes/ResourceContainer.js +1 -0
  283. package/lib/esm/src/types/simpleTypes/Time.d.ts +1 -0
  284. package/lib/esm/src/types/simpleTypes/Time.js +1 -0
  285. package/lib/esm/src/types/simpleTypes/UnsignedInt.d.ts +1 -0
  286. package/lib/esm/src/types/simpleTypes/UnsignedInt.js +1 -0
  287. package/lib/esm/src/types/simpleTypes/Uri.d.ts +1 -0
  288. package/lib/esm/src/types/simpleTypes/Uri.js +1 -0
  289. package/lib/esm/src/types/simpleTypes/Url.d.ts +1 -0
  290. package/lib/esm/src/types/simpleTypes/Url.js +1 -0
  291. package/lib/esm/src/types/simpleTypes/Uuid.d.ts +1 -0
  292. package/lib/esm/src/types/simpleTypes/Uuid.js +1 -0
  293. package/lib/esm/src/types/simpleTypes/Xhtml.d.ts +1 -0
  294. package/lib/esm/src/types/simpleTypes/Xhtml.js +1 -0
  295. package/lib/esm/test/fhir-summary-bundle/fhir-summary-bundle.test.d.ts +1 -0
  296. package/lib/esm/test/fhir-summary-bundle/fhir-summary-bundle.test.js +67 -0
  297. package/lib/esm/test/ips-test/ips.test.d.ts +1 -0
  298. package/lib/esm/test/ips-test/ips.test.js +387 -0
  299. package/lib/esm/test/narrativeGenerator/narrativeGenerator.test.d.ts +1 -0
  300. package/lib/esm/test/narrativeGenerator/narrativeGenerator.test.js +641 -0
  301. package/lib/esm/test/summary.test.d.ts +1 -0
  302. package/lib/esm/test/summary.test.js +450 -0
  303. package/lib/esm/test/utilities/testHelpers.d.ts +21 -0
  304. package/lib/esm/test/utilities/testHelpers.js +129 -0
  305. package/package.json +11 -3
  306. /package/lib/{src → cjs/src}/generators/fhir_summary_generator.d.ts +0 -0
  307. /package/lib/{src → cjs/src}/generators/fhir_summary_generator.js +0 -0
  308. /package/lib/{src → cjs/src}/generators/narrative_generator.d.ts +0 -0
  309. /package/lib/{src → cjs/src}/generators/narrative_generator.js +0 -0
  310. /package/lib/{src → cjs/src}/narratives/templates/typescript/AdvanceDirectivesTemplate.d.ts +0 -0
  311. /package/lib/{src → cjs/src}/narratives/templates/typescript/AdvanceDirectivesTemplate.js +0 -0
  312. /package/lib/{src → cjs/src}/narratives/templates/typescript/AllergyIntoleranceTemplate.d.ts +0 -0
  313. /package/lib/{src → cjs/src}/narratives/templates/typescript/AllergyIntoleranceTemplate.js +0 -0
  314. /package/lib/{src → cjs/src}/narratives/templates/typescript/ClinicalImpressionTemplate.d.ts +0 -0
  315. /package/lib/{src → cjs/src}/narratives/templates/typescript/ClinicalImpressionTemplate.js +0 -0
  316. /package/lib/{src → cjs/src}/narratives/templates/typescript/DiagnosticResultsTemplate.d.ts +0 -0
  317. /package/lib/{src → cjs/src}/narratives/templates/typescript/DiagnosticResultsTemplate.js +0 -0
  318. /package/lib/{src → cjs/src}/narratives/templates/typescript/FamilyHistoryTemplate.d.ts +0 -0
  319. /package/lib/{src → cjs/src}/narratives/templates/typescript/FamilyHistoryTemplate.js +0 -0
  320. /package/lib/{src → cjs/src}/narratives/templates/typescript/FunctionalStatusTemplate.d.ts +0 -0
  321. /package/lib/{src → cjs/src}/narratives/templates/typescript/FunctionalStatusTemplate.js +0 -0
  322. /package/lib/{src → cjs/src}/narratives/templates/typescript/HistoryOfProceduresTemplate.d.ts +0 -0
  323. /package/lib/{src → cjs/src}/narratives/templates/typescript/HistoryOfProceduresTemplate.js +0 -0
  324. /package/lib/{src → cjs/src}/narratives/templates/typescript/ImmunizationsTemplate.d.ts +0 -0
  325. /package/lib/{src → cjs/src}/narratives/templates/typescript/ImmunizationsTemplate.js +0 -0
  326. /package/lib/{src → cjs/src}/narratives/templates/typescript/MedicalDevicesTemplate.d.ts +0 -0
  327. /package/lib/{src → cjs/src}/narratives/templates/typescript/MedicalDevicesTemplate.js +0 -0
  328. /package/lib/{src → cjs/src}/narratives/templates/typescript/MedicationSummaryTemplate.d.ts +0 -0
  329. /package/lib/{src → cjs/src}/narratives/templates/typescript/MedicationSummaryTemplate.js +0 -0
  330. /package/lib/{src → cjs/src}/narratives/templates/typescript/PastHistoryOfIllnessTemplate.d.ts +0 -0
  331. /package/lib/{src → cjs/src}/narratives/templates/typescript/PastHistoryOfIllnessTemplate.js +0 -0
  332. /package/lib/{src → cjs/src}/narratives/templates/typescript/PatientTemplate.d.ts +0 -0
  333. /package/lib/{src → cjs/src}/narratives/templates/typescript/PatientTemplate.js +0 -0
  334. /package/lib/{src → cjs/src}/narratives/templates/typescript/PlanOfCareTemplate.d.ts +0 -0
  335. /package/lib/{src → cjs/src}/narratives/templates/typescript/PlanOfCareTemplate.js +0 -0
  336. /package/lib/{src → cjs/src}/narratives/templates/typescript/PregnancyTemplate.d.ts +0 -0
  337. /package/lib/{src → cjs/src}/narratives/templates/typescript/PregnancyTemplate.js +0 -0
  338. /package/lib/{src → cjs/src}/narratives/templates/typescript/ProblemListTemplate.d.ts +0 -0
  339. /package/lib/{src → cjs/src}/narratives/templates/typescript/ProblemListTemplate.js +0 -0
  340. /package/lib/{src → cjs/src}/narratives/templates/typescript/SocialHistoryTemplate.d.ts +0 -0
  341. /package/lib/{src → cjs/src}/narratives/templates/typescript/SocialHistoryTemplate.js +0 -0
  342. /package/lib/{src → cjs/src}/narratives/templates/typescript/TemplateUtilities.d.ts +0 -0
  343. /package/lib/{src → cjs/src}/narratives/templates/typescript/TemplateUtilities.js +0 -0
  344. /package/lib/{src → cjs/src}/narratives/templates/typescript/TypeScriptTemplateMapper.d.ts +0 -0
  345. /package/lib/{src → cjs/src}/narratives/templates/typescript/TypeScriptTemplateMapper.js +0 -0
  346. /package/lib/{src → cjs/src}/narratives/templates/typescript/VitalSignsTemplate.d.ts +0 -0
  347. /package/lib/{src → cjs/src}/narratives/templates/typescript/VitalSignsTemplate.js +0 -0
  348. /package/lib/{src → cjs/src}/narratives/templates/typescript/interfaces/ITemplate.d.ts +0 -0
  349. /package/lib/{src → cjs/src}/narratives/templates/typescript/interfaces/ITemplate.js +0 -0
  350. /package/lib/{src → cjs/src}/profiles/ips_resource_profile_registry.d.ts +0 -0
  351. /package/lib/{src → cjs/src}/profiles/ips_resource_profile_registry.js +0 -0
  352. /package/lib/{src → cjs/src}/structures/ips_mandatory_sections.d.ts +0 -0
  353. /package/lib/{src → cjs/src}/structures/ips_mandatory_sections.js +0 -0
  354. /package/lib/{src → cjs/src}/structures/ips_recommended_sections.d.ts +0 -0
  355. /package/lib/{src → cjs/src}/structures/ips_recommended_sections.js +0 -0
  356. /package/lib/{src → cjs/src}/structures/ips_resource_profile.d.ts +0 -0
  357. /package/lib/{src → cjs/src}/structures/ips_resource_profile.js +0 -0
  358. /package/lib/{src → cjs/src}/structures/ips_section_loinc_codes.d.ts +0 -0
  359. /package/lib/{src → cjs/src}/structures/ips_section_loinc_codes.js +0 -0
  360. /package/lib/{src → cjs/src}/structures/ips_section_resource_map.d.ts +0 -0
  361. /package/lib/{src → cjs/src}/structures/ips_section_resource_map.js +0 -0
  362. /package/lib/{src → cjs/src}/structures/ips_sections.d.ts +0 -0
  363. /package/lib/{src → cjs/src}/structures/ips_sections.js +0 -0
  364. /package/lib/{src → cjs/src}/types/partials/Address.d.ts +0 -0
  365. /package/lib/{src → cjs/src}/types/partials/Address.js +0 -0
  366. /package/lib/{src → cjs/src}/types/partials/AllergyIntoleranceReaction.d.ts +0 -0
  367. /package/lib/{src → cjs/src}/types/partials/AllergyIntoleranceReaction.js +0 -0
  368. /package/lib/{src → cjs/src}/types/partials/Annotation.d.ts +0 -0
  369. /package/lib/{src → cjs/src}/types/partials/Annotation.js +0 -0
  370. /package/lib/{src → cjs/src}/types/partials/Attachment.d.ts +0 -0
  371. /package/lib/{src → cjs/src}/types/partials/Attachment.js +0 -0
  372. /package/lib/{src → cjs/src}/types/partials/BundleEntry.d.ts +0 -0
  373. /package/lib/{src → cjs/src}/types/partials/BundleEntry.js +0 -0
  374. /package/lib/{src → cjs/src}/types/partials/BundleLink.d.ts +0 -0
  375. /package/lib/{src → cjs/src}/types/partials/BundleLink.js +0 -0
  376. /package/lib/{src → cjs/src}/types/partials/BundleRequest.d.ts +0 -0
  377. /package/lib/{src → cjs/src}/types/partials/BundleRequest.js +0 -0
  378. /package/lib/{src → cjs/src}/types/partials/BundleResponse.d.ts +0 -0
  379. /package/lib/{src → cjs/src}/types/partials/BundleResponse.js +0 -0
  380. /package/lib/{src → cjs/src}/types/partials/BundleSearch.d.ts +0 -0
  381. /package/lib/{src → cjs/src}/types/partials/BundleSearch.js +0 -0
  382. /package/lib/{src → cjs/src}/types/partials/CarePlanActivity.d.ts +0 -0
  383. /package/lib/{src → cjs/src}/types/partials/CarePlanActivity.js +0 -0
  384. /package/lib/{src → cjs/src}/types/partials/CarePlanDetail.d.ts +0 -0
  385. /package/lib/{src → cjs/src}/types/partials/CarePlanDetail.js +0 -0
  386. /package/lib/{src → cjs/src}/types/partials/ClinicalImpressionFinding.d.ts +0 -0
  387. /package/lib/{src → cjs/src}/types/partials/ClinicalImpressionFinding.js +0 -0
  388. /package/lib/{src → cjs/src}/types/partials/ClinicalImpressionInvestigation.d.ts +0 -0
  389. /package/lib/{src → cjs/src}/types/partials/ClinicalImpressionInvestigation.js +0 -0
  390. /package/lib/{src → cjs/src}/types/partials/CodeableConcept.d.ts +0 -0
  391. /package/lib/{src → cjs/src}/types/partials/CodeableConcept.js +0 -0
  392. /package/lib/{src → cjs/src}/types/partials/CodeableReference.d.ts +0 -0
  393. /package/lib/{src → cjs/src}/types/partials/CodeableReference.js +0 -0
  394. /package/lib/{src → cjs/src}/types/partials/Coding.d.ts +0 -0
  395. /package/lib/{src → cjs/src}/types/partials/Coding.js +0 -0
  396. /package/lib/{src → cjs/src}/types/partials/CompositionAttester.d.ts +0 -0
  397. /package/lib/{src → cjs/src}/types/partials/CompositionAttester.js +0 -0
  398. /package/lib/{src → cjs/src}/types/partials/CompositionEvent.d.ts +0 -0
  399. /package/lib/{src → cjs/src}/types/partials/CompositionEvent.js +0 -0
  400. /package/lib/{src → cjs/src}/types/partials/CompositionRelatesTo.d.ts +0 -0
  401. /package/lib/{src → cjs/src}/types/partials/CompositionRelatesTo.js +0 -0
  402. /package/lib/{src → cjs/src}/types/partials/CompositionSection.d.ts +0 -0
  403. /package/lib/{src → cjs/src}/types/partials/CompositionSection.js +0 -0
  404. /package/lib/{src → cjs/src}/types/partials/ConditionEvidence.d.ts +0 -0
  405. /package/lib/{src → cjs/src}/types/partials/ConditionEvidence.js +0 -0
  406. /package/lib/{src → cjs/src}/types/partials/ConditionStage.d.ts +0 -0
  407. /package/lib/{src → cjs/src}/types/partials/ConditionStage.js +0 -0
  408. /package/lib/{src → cjs/src}/types/partials/ConsentActor.d.ts +0 -0
  409. /package/lib/{src → cjs/src}/types/partials/ConsentActor.js +0 -0
  410. /package/lib/{src → cjs/src}/types/partials/ConsentData.d.ts +0 -0
  411. /package/lib/{src → cjs/src}/types/partials/ConsentData.js +0 -0
  412. /package/lib/{src → cjs/src}/types/partials/ConsentPolicy.d.ts +0 -0
  413. /package/lib/{src → cjs/src}/types/partials/ConsentPolicy.js +0 -0
  414. /package/lib/{src → cjs/src}/types/partials/ConsentProvision.d.ts +0 -0
  415. /package/lib/{src → cjs/src}/types/partials/ConsentProvision.js +0 -0
  416. /package/lib/{src → cjs/src}/types/partials/ConsentVerification.d.ts +0 -0
  417. /package/lib/{src → cjs/src}/types/partials/ConsentVerification.js +0 -0
  418. /package/lib/{src → cjs/src}/types/partials/ContactDetail.d.ts +0 -0
  419. /package/lib/{src → cjs/src}/types/partials/ContactDetail.js +0 -0
  420. /package/lib/{src → cjs/src}/types/partials/ContactPoint.d.ts +0 -0
  421. /package/lib/{src → cjs/src}/types/partials/ContactPoint.js +0 -0
  422. /package/lib/{src → cjs/src}/types/partials/Contributor.d.ts +0 -0
  423. /package/lib/{src → cjs/src}/types/partials/Contributor.js +0 -0
  424. /package/lib/{src → cjs/src}/types/partials/DataRequirement.d.ts +0 -0
  425. /package/lib/{src → cjs/src}/types/partials/DataRequirement.js +0 -0
  426. /package/lib/{src → cjs/src}/types/partials/DataRequirementCodeFilter.d.ts +0 -0
  427. /package/lib/{src → cjs/src}/types/partials/DataRequirementCodeFilter.js +0 -0
  428. /package/lib/{src → cjs/src}/types/partials/DataRequirementDateFilter.d.ts +0 -0
  429. /package/lib/{src → cjs/src}/types/partials/DataRequirementDateFilter.js +0 -0
  430. /package/lib/{src → cjs/src}/types/partials/DataRequirementSort.d.ts +0 -0
  431. /package/lib/{src → cjs/src}/types/partials/DataRequirementSort.js +0 -0
  432. /package/lib/{src → cjs/src}/types/partials/DeviceDeviceName.d.ts +0 -0
  433. /package/lib/{src → cjs/src}/types/partials/DeviceDeviceName.js +0 -0
  434. /package/lib/{src → cjs/src}/types/partials/DeviceProperty.d.ts +0 -0
  435. /package/lib/{src → cjs/src}/types/partials/DeviceProperty.js +0 -0
  436. /package/lib/{src → cjs/src}/types/partials/DeviceSpecialization.d.ts +0 -0
  437. /package/lib/{src → cjs/src}/types/partials/DeviceSpecialization.js +0 -0
  438. /package/lib/{src → cjs/src}/types/partials/DeviceUdiCarrier.d.ts +0 -0
  439. /package/lib/{src → cjs/src}/types/partials/DeviceUdiCarrier.js +0 -0
  440. /package/lib/{src → cjs/src}/types/partials/DeviceVersion.d.ts +0 -0
  441. /package/lib/{src → cjs/src}/types/partials/DeviceVersion.js +0 -0
  442. /package/lib/{src → cjs/src}/types/partials/DiagnosticReportMedia.d.ts +0 -0
  443. /package/lib/{src → cjs/src}/types/partials/DiagnosticReportMedia.js +0 -0
  444. /package/lib/{src → cjs/src}/types/partials/Dosage.d.ts +0 -0
  445. /package/lib/{src → cjs/src}/types/partials/Dosage.js +0 -0
  446. /package/lib/{src → cjs/src}/types/partials/DosageDoseAndRate.d.ts +0 -0
  447. /package/lib/{src → cjs/src}/types/partials/DosageDoseAndRate.js +0 -0
  448. /package/lib/{src → cjs/src}/types/partials/Expression.d.ts +0 -0
  449. /package/lib/{src → cjs/src}/types/partials/Expression.js +0 -0
  450. /package/lib/{src → cjs/src}/types/partials/Extension.d.ts +0 -0
  451. /package/lib/{src → cjs/src}/types/partials/Extension.js +0 -0
  452. /package/lib/{src → cjs/src}/types/partials/FamilyMemberHistoryCondition.d.ts +0 -0
  453. /package/lib/{src → cjs/src}/types/partials/FamilyMemberHistoryCondition.js +0 -0
  454. /package/lib/{src → cjs/src}/types/partials/HumanName.d.ts +0 -0
  455. /package/lib/{src → cjs/src}/types/partials/HumanName.js +0 -0
  456. /package/lib/{src → cjs/src}/types/partials/Identifier.d.ts +0 -0
  457. /package/lib/{src → cjs/src}/types/partials/Identifier.js +0 -0
  458. /package/lib/{src → cjs/src}/types/partials/ImmunizationEducation.d.ts +0 -0
  459. /package/lib/{src → cjs/src}/types/partials/ImmunizationEducation.js +0 -0
  460. /package/lib/{src → cjs/src}/types/partials/ImmunizationPerformer.d.ts +0 -0
  461. /package/lib/{src → cjs/src}/types/partials/ImmunizationPerformer.js +0 -0
  462. /package/lib/{src → cjs/src}/types/partials/ImmunizationProtocolApplied.d.ts +0 -0
  463. /package/lib/{src → cjs/src}/types/partials/ImmunizationProtocolApplied.js +0 -0
  464. /package/lib/{src → cjs/src}/types/partials/ImmunizationReaction.d.ts +0 -0
  465. /package/lib/{src → cjs/src}/types/partials/ImmunizationReaction.js +0 -0
  466. /package/lib/{src → cjs/src}/types/partials/MedicationBatch.d.ts +0 -0
  467. /package/lib/{src → cjs/src}/types/partials/MedicationBatch.js +0 -0
  468. /package/lib/{src → cjs/src}/types/partials/MedicationIngredient.d.ts +0 -0
  469. /package/lib/{src → cjs/src}/types/partials/MedicationIngredient.js +0 -0
  470. /package/lib/{src → cjs/src}/types/partials/MedicationRequestDispenseRequest.d.ts +0 -0
  471. /package/lib/{src → cjs/src}/types/partials/MedicationRequestDispenseRequest.js +0 -0
  472. /package/lib/{src → cjs/src}/types/partials/MedicationRequestInitialFill.d.ts +0 -0
  473. /package/lib/{src → cjs/src}/types/partials/MedicationRequestInitialFill.js +0 -0
  474. /package/lib/{src → cjs/src}/types/partials/MedicationRequestSubstitution.d.ts +0 -0
  475. /package/lib/{src → cjs/src}/types/partials/MedicationRequestSubstitution.js +0 -0
  476. /package/lib/{src → cjs/src}/types/partials/Meta.d.ts +0 -0
  477. /package/lib/{src → cjs/src}/types/partials/Meta.js +0 -0
  478. /package/lib/{src → cjs/src}/types/partials/Money.d.ts +0 -0
  479. /package/lib/{src → cjs/src}/types/partials/Money.js +0 -0
  480. /package/lib/{src → cjs/src}/types/partials/Narrative.d.ts +0 -0
  481. /package/lib/{src → cjs/src}/types/partials/Narrative.js +0 -0
  482. /package/lib/{src → cjs/src}/types/partials/ObservationComponent.d.ts +0 -0
  483. /package/lib/{src → cjs/src}/types/partials/ObservationComponent.js +0 -0
  484. /package/lib/{src → cjs/src}/types/partials/ObservationReferenceRange.d.ts +0 -0
  485. /package/lib/{src → cjs/src}/types/partials/ObservationReferenceRange.js +0 -0
  486. /package/lib/{src → cjs/src}/types/partials/OrganizationContact.d.ts +0 -0
  487. /package/lib/{src → cjs/src}/types/partials/OrganizationContact.js +0 -0
  488. /package/lib/{src → cjs/src}/types/partials/ParameterDefinition.d.ts +0 -0
  489. /package/lib/{src → cjs/src}/types/partials/ParameterDefinition.js +0 -0
  490. /package/lib/{src → cjs/src}/types/partials/PatientCommunication.d.ts +0 -0
  491. /package/lib/{src → cjs/src}/types/partials/PatientCommunication.js +0 -0
  492. /package/lib/{src → cjs/src}/types/partials/PatientContact.d.ts +0 -0
  493. /package/lib/{src → cjs/src}/types/partials/PatientContact.js +0 -0
  494. /package/lib/{src → cjs/src}/types/partials/PatientLink.d.ts +0 -0
  495. /package/lib/{src → cjs/src}/types/partials/PatientLink.js +0 -0
  496. /package/lib/{src → cjs/src}/types/partials/Period.d.ts +0 -0
  497. /package/lib/{src → cjs/src}/types/partials/Period.js +0 -0
  498. /package/lib/{src → cjs/src}/types/partials/ProcedureFocalDevice.d.ts +0 -0
  499. /package/lib/{src → cjs/src}/types/partials/ProcedureFocalDevice.js +0 -0
  500. /package/lib/{src → cjs/src}/types/partials/ProcedurePerformer.d.ts +0 -0
  501. /package/lib/{src → cjs/src}/types/partials/ProcedurePerformer.js +0 -0
  502. /package/lib/{src → cjs/src}/types/partials/Quantity.d.ts +0 -0
  503. /package/lib/{src → cjs/src}/types/partials/Quantity.js +0 -0
  504. /package/lib/{src → cjs/src}/types/partials/Range.d.ts +0 -0
  505. /package/lib/{src → cjs/src}/types/partials/Range.js +0 -0
  506. /package/lib/{src → cjs/src}/types/partials/Ratio.d.ts +0 -0
  507. /package/lib/{src → cjs/src}/types/partials/Ratio.js +0 -0
  508. /package/lib/{src → cjs/src}/types/partials/RatioRange.d.ts +0 -0
  509. /package/lib/{src → cjs/src}/types/partials/RatioRange.js +0 -0
  510. /package/lib/{src → cjs/src}/types/partials/Reference.d.ts +0 -0
  511. /package/lib/{src → cjs/src}/types/partials/Reference.js +0 -0
  512. /package/lib/{src → cjs/src}/types/partials/RelatedArtifact.d.ts +0 -0
  513. /package/lib/{src → cjs/src}/types/partials/RelatedArtifact.js +0 -0
  514. /package/lib/{src → cjs/src}/types/partials/SampledData.d.ts +0 -0
  515. /package/lib/{src → cjs/src}/types/partials/SampledData.js +0 -0
  516. /package/lib/{src → cjs/src}/types/partials/Signature.d.ts +0 -0
  517. /package/lib/{src → cjs/src}/types/partials/Signature.js +0 -0
  518. /package/lib/{src → cjs/src}/types/partials/Timing.d.ts +0 -0
  519. /package/lib/{src → cjs/src}/types/partials/Timing.js +0 -0
  520. /package/lib/{src → cjs/src}/types/partials/TimingRepeat.d.ts +0 -0
  521. /package/lib/{src → cjs/src}/types/partials/TimingRepeat.js +0 -0
  522. /package/lib/{src → cjs/src}/types/partials/TriggerDefinition.d.ts +0 -0
  523. /package/lib/{src → cjs/src}/types/partials/TriggerDefinition.js +0 -0
  524. /package/lib/{src → cjs/src}/types/partials/UsageContext.d.ts +0 -0
  525. /package/lib/{src → cjs/src}/types/partials/UsageContext.js +0 -0
  526. /package/lib/{src → cjs/src}/types/resources/AllergyIntolerance.d.ts +0 -0
  527. /package/lib/{src → cjs/src}/types/resources/AllergyIntolerance.js +0 -0
  528. /package/lib/{src → cjs/src}/types/resources/Bundle.d.ts +0 -0
  529. /package/lib/{src → cjs/src}/types/resources/Bundle.js +0 -0
  530. /package/lib/{src → cjs/src}/types/resources/CarePlan.d.ts +0 -0
  531. /package/lib/{src → cjs/src}/types/resources/CarePlan.js +0 -0
  532. /package/lib/{src → cjs/src}/types/resources/ClinicalImpression.d.ts +0 -0
  533. /package/lib/{src → cjs/src}/types/resources/ClinicalImpression.js +0 -0
  534. /package/lib/{src → cjs/src}/types/resources/Composition.d.ts +0 -0
  535. /package/lib/{src → cjs/src}/types/resources/Composition.js +0 -0
  536. /package/lib/{src → cjs/src}/types/resources/Condition.d.ts +0 -0
  537. /package/lib/{src → cjs/src}/types/resources/Condition.js +0 -0
  538. /package/lib/{src → cjs/src}/types/resources/Consent.d.ts +0 -0
  539. /package/lib/{src → cjs/src}/types/resources/Consent.js +0 -0
  540. /package/lib/{src → cjs/src}/types/resources/Device.d.ts +0 -0
  541. /package/lib/{src → cjs/src}/types/resources/Device.js +0 -0
  542. /package/lib/{src → cjs/src}/types/resources/DeviceUseStatement.d.ts +0 -0
  543. /package/lib/{src → cjs/src}/types/resources/DeviceUseStatement.js +0 -0
  544. /package/lib/{src → cjs/src}/types/resources/DiagnosticReport.d.ts +0 -0
  545. /package/lib/{src → cjs/src}/types/resources/DiagnosticReport.js +0 -0
  546. /package/lib/{src → cjs/src}/types/resources/DomainResource.d.ts +0 -0
  547. /package/lib/{src → cjs/src}/types/resources/DomainResource.js +0 -0
  548. /package/lib/{src → cjs/src}/types/resources/FamilyMemberHistory.d.ts +0 -0
  549. /package/lib/{src → cjs/src}/types/resources/FamilyMemberHistory.js +0 -0
  550. /package/lib/{src → cjs/src}/types/resources/Immunization.d.ts +0 -0
  551. /package/lib/{src → cjs/src}/types/resources/Immunization.js +0 -0
  552. /package/lib/{src → cjs/src}/types/resources/Medication.d.ts +0 -0
  553. /package/lib/{src → cjs/src}/types/resources/Medication.js +0 -0
  554. /package/lib/{src → cjs/src}/types/resources/MedicationRequest.d.ts +0 -0
  555. /package/lib/{src → cjs/src}/types/resources/MedicationRequest.js +0 -0
  556. /package/lib/{src → cjs/src}/types/resources/MedicationStatement.d.ts +0 -0
  557. /package/lib/{src → cjs/src}/types/resources/MedicationStatement.js +0 -0
  558. /package/lib/{src → cjs/src}/types/resources/Observation.d.ts +0 -0
  559. /package/lib/{src → cjs/src}/types/resources/Observation.js +0 -0
  560. /package/lib/{src → cjs/src}/types/resources/Organization.d.ts +0 -0
  561. /package/lib/{src → cjs/src}/types/resources/Organization.js +0 -0
  562. /package/lib/{src → cjs/src}/types/resources/Patient.d.ts +0 -0
  563. /package/lib/{src → cjs/src}/types/resources/Patient.js +0 -0
  564. /package/lib/{src → cjs/src}/types/resources/Procedure.d.ts +0 -0
  565. /package/lib/{src → cjs/src}/types/resources/Procedure.js +0 -0
  566. /package/lib/{src → cjs/src}/types/simpleTypes/Base64Binary.d.ts +0 -0
  567. /package/lib/{src → cjs/src}/types/simpleTypes/Base64Binary.js +0 -0
  568. /package/lib/{src → cjs/src}/types/simpleTypes/Canonical.d.ts +0 -0
  569. /package/lib/{src → cjs/src}/types/simpleTypes/Canonical.js +0 -0
  570. /package/lib/{src → cjs/src}/types/simpleTypes/Date.d.ts +0 -0
  571. /package/lib/{src → cjs/src}/types/simpleTypes/Date.js +0 -0
  572. /package/lib/{src → cjs/src}/types/simpleTypes/DateTime.d.ts +0 -0
  573. /package/lib/{src → cjs/src}/types/simpleTypes/DateTime.js +0 -0
  574. /package/lib/{src → cjs/src}/types/simpleTypes/Decimal.d.ts +0 -0
  575. /package/lib/{src → cjs/src}/types/simpleTypes/Decimal.js +0 -0
  576. /package/lib/{src → cjs/src}/types/simpleTypes/Id.d.ts +0 -0
  577. /package/lib/{src → cjs/src}/types/simpleTypes/Id.js +0 -0
  578. /package/lib/{src → cjs/src}/types/simpleTypes/Instant.d.ts +0 -0
  579. /package/lib/{src → cjs/src}/types/simpleTypes/Instant.js +0 -0
  580. /package/lib/{src → cjs/src}/types/simpleTypes/Int.d.ts +0 -0
  581. /package/lib/{src → cjs/src}/types/simpleTypes/Int.js +0 -0
  582. /package/lib/{src → cjs/src}/types/simpleTypes/Markdown.d.ts +0 -0
  583. /package/lib/{src → cjs/src}/types/simpleTypes/Markdown.js +0 -0
  584. /package/lib/{src → cjs/src}/types/simpleTypes/Oid.d.ts +0 -0
  585. /package/lib/{src → cjs/src}/types/simpleTypes/Oid.js +0 -0
  586. /package/lib/{src → cjs/src}/types/simpleTypes/ResourceContainer.d.ts +0 -0
  587. /package/lib/{src → cjs/src}/types/simpleTypes/ResourceContainer.js +0 -0
  588. /package/lib/{src → cjs/src}/types/simpleTypes/Time.d.ts +0 -0
  589. /package/lib/{src → cjs/src}/types/simpleTypes/Time.js +0 -0
  590. /package/lib/{src → cjs/src}/types/simpleTypes/UnsignedInt.d.ts +0 -0
  591. /package/lib/{src → cjs/src}/types/simpleTypes/UnsignedInt.js +0 -0
  592. /package/lib/{src → cjs/src}/types/simpleTypes/Uri.d.ts +0 -0
  593. /package/lib/{src → cjs/src}/types/simpleTypes/Uri.js +0 -0
  594. /package/lib/{src → cjs/src}/types/simpleTypes/Url.d.ts +0 -0
  595. /package/lib/{src → cjs/src}/types/simpleTypes/Url.js +0 -0
  596. /package/lib/{src → cjs/src}/types/simpleTypes/Uuid.d.ts +0 -0
  597. /package/lib/{src → cjs/src}/types/simpleTypes/Uuid.js +0 -0
  598. /package/lib/{src → cjs/src}/types/simpleTypes/Xhtml.d.ts +0 -0
  599. /package/lib/{src → cjs/src}/types/simpleTypes/Xhtml.js +0 -0
  600. /package/lib/{test → cjs/test}/fhir-summary-bundle/fhir-summary-bundle.test.d.ts +0 -0
  601. /package/lib/{test → cjs/test}/fhir-summary-bundle/fhir-summary-bundle.test.js +0 -0
  602. /package/lib/{test → cjs/test}/ips-test/ips.test.d.ts +0 -0
  603. /package/lib/{test → cjs/test}/ips-test/ips.test.js +0 -0
  604. /package/lib/{test → cjs/test}/narrativeGenerator/narrativeGenerator.test.d.ts +0 -0
  605. /package/lib/{test → cjs/test}/narrativeGenerator/narrativeGenerator.test.js +0 -0
  606. /package/lib/{test → cjs/test}/summary.test.d.ts +0 -0
  607. /package/lib/{test → cjs/test}/summary.test.js +0 -0
  608. /package/lib/{test → cjs/test}/utilities/testHelpers.d.ts +0 -0
  609. /package/lib/{test → cjs/test}/utilities/testHelpers.js +0 -0
@@ -0,0 +1,8 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TDateTime } from '../simpleTypes/DateTime';
3
+ export type TPeriod = {
4
+ id?: string;
5
+ extension?: TExtension[];
6
+ start?: TDateTime;
7
+ end?: TDateTime;
8
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,10 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TCodeableConcept } from '../partials/CodeableConcept';
3
+ import { TReference } from '../partials/Reference';
4
+ export type TProcedureFocalDevice = {
5
+ id?: string;
6
+ extension?: TExtension[];
7
+ modifierExtension?: TExtension[];
8
+ action?: TCodeableConcept;
9
+ manipulated: TReference;
10
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,11 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TCodeableConcept } from '../partials/CodeableConcept';
3
+ import { TReference } from '../partials/Reference';
4
+ export type TProcedurePerformer = {
5
+ id?: string;
6
+ extension?: TExtension[];
7
+ modifierExtension?: TExtension[];
8
+ function_?: TCodeableConcept;
9
+ actor: TReference;
10
+ onBehalfOf?: TReference;
11
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,12 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TDecimal } from '../simpleTypes/Decimal';
3
+ import { TUri } from '../simpleTypes/Uri';
4
+ export type TQuantity = {
5
+ id?: string;
6
+ extension?: TExtension[];
7
+ value?: TDecimal;
8
+ comparator?: string;
9
+ unit?: string;
10
+ system?: TUri;
11
+ code?: string;
12
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TQuantity } from '../partials/Quantity';
3
+ export type TRange = {
4
+ id?: string;
5
+ extension?: TExtension[];
6
+ low?: TQuantity;
7
+ high?: TQuantity;
8
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TQuantity } from '../partials/Quantity';
3
+ export type TRatio = {
4
+ id?: string;
5
+ extension?: TExtension[];
6
+ numerator?: TQuantity;
7
+ denominator?: TQuantity;
8
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,9 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TQuantity } from '../partials/Quantity';
3
+ export type TRatioRange = {
4
+ id?: string;
5
+ extension?: TExtension[];
6
+ lowNumerator?: TQuantity;
7
+ highNumerator?: TQuantity;
8
+ denominator?: TQuantity;
9
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,14 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TIdentifier } from '../partials/Identifier';
4
+ export type TReference = {
5
+ id?: string;
6
+ extension?: TExtension[];
7
+ reference?: string;
8
+ type?: TUri;
9
+ identifier?: TIdentifier;
10
+ display?: string;
11
+ _sourceAssigningAuthority?: string;
12
+ _uuid?: string;
13
+ _sourceId?: string;
14
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,16 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TMarkdown } from '../simpleTypes/Markdown';
3
+ import { TUrl } from '../simpleTypes/Url';
4
+ import { TAttachment } from '../partials/Attachment';
5
+ import { TCanonical } from '../simpleTypes/Canonical';
6
+ export type TRelatedArtifact = {
7
+ id?: string;
8
+ extension?: TExtension[];
9
+ type: string;
10
+ label?: string;
11
+ display?: string;
12
+ citation?: TMarkdown;
13
+ url?: TUrl;
14
+ document?: TAttachment;
15
+ resource?: TCanonical;
16
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,15 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TQuantity } from '../partials/Quantity';
3
+ import { TDecimal } from '../simpleTypes/Decimal';
4
+ import { TInt } from '../simpleTypes/Int';
5
+ export type TSampledData = {
6
+ id?: string;
7
+ extension?: TExtension[];
8
+ origin: TQuantity;
9
+ period: TDecimal;
10
+ factor?: TDecimal;
11
+ lowerLimit?: TDecimal;
12
+ upperLimit?: TDecimal;
13
+ dimensions: TInt;
14
+ data?: string;
15
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,16 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TCoding } from '../partials/Coding';
3
+ import { TInstant } from '../simpleTypes/Instant';
4
+ import { TReference } from '../partials/Reference';
5
+ import { TBase64Binary } from '../simpleTypes/Base64Binary';
6
+ export type TSignature = {
7
+ id?: string;
8
+ extension?: TExtension[];
9
+ type: TCoding[];
10
+ when: TInstant;
11
+ who: TReference;
12
+ onBehalfOf?: TReference;
13
+ targetFormat?: string;
14
+ sigFormat?: string;
15
+ data?: TBase64Binary;
16
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,12 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TDateTime } from '../simpleTypes/DateTime';
3
+ import { TTimingRepeat } from '../partials/TimingRepeat';
4
+ import { TCodeableConcept } from '../partials/CodeableConcept';
5
+ export type TTiming = {
6
+ id?: string;
7
+ extension?: TExtension[];
8
+ modifierExtension?: TExtension[];
9
+ event?: TDateTime[];
10
+ repeat?: TTimingRepeat;
11
+ code?: TCodeableConcept;
12
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,30 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TQuantity } from '../partials/Quantity';
3
+ import { TRange } from '../partials/Range';
4
+ import { TPeriod } from '../partials/Period';
5
+ import { TInt } from '../simpleTypes/Int';
6
+ import { TDecimal } from '../simpleTypes/Decimal';
7
+ import { TTime } from '../simpleTypes/Time';
8
+ import { TUnsignedInt } from '../simpleTypes/UnsignedInt';
9
+ export type TTimingRepeat = {
10
+ id?: string;
11
+ extension?: TExtension[];
12
+ modifierExtension?: TExtension[];
13
+ boundsDuration?: TQuantity;
14
+ boundsRange?: TRange;
15
+ boundsPeriod?: TPeriod;
16
+ count?: TInt;
17
+ countMax?: TInt;
18
+ duration?: TDecimal;
19
+ durationMax?: TDecimal;
20
+ durationUnit?: string;
21
+ frequency?: TInt;
22
+ frequencyMax?: TInt;
23
+ period?: TDecimal;
24
+ periodMax?: TDecimal;
25
+ periodUnit?: string;
26
+ dayOfWeek?: string[];
27
+ timeOfDay?: TTime[];
28
+ when?: string[];
29
+ offset?: TUnsignedInt;
30
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,19 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TTiming } from '../partials/Timing';
3
+ import { TReference } from '../partials/Reference';
4
+ import { TDate } from '../simpleTypes/Date';
5
+ import { TDateTime } from '../simpleTypes/DateTime';
6
+ import { TDataRequirement } from '../partials/DataRequirement';
7
+ import { TExpression } from '../partials/Expression';
8
+ export type TTriggerDefinition = {
9
+ id?: string;
10
+ extension?: TExtension[];
11
+ type: string;
12
+ name?: string;
13
+ timingTiming?: TTiming;
14
+ timingReference?: TReference;
15
+ timingDate?: TDate;
16
+ timingDateTime?: TDateTime;
17
+ data?: TDataRequirement[];
18
+ condition?: TExpression;
19
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,15 @@
1
+ import { TExtension } from '../partials/Extension';
2
+ import { TCoding } from '../partials/Coding';
3
+ import { TCodeableConcept } from '../partials/CodeableConcept';
4
+ import { TQuantity } from '../partials/Quantity';
5
+ import { TRange } from '../partials/Range';
6
+ import { TReference } from '../partials/Reference';
7
+ export type TUsageContext = {
8
+ id?: string;
9
+ extension?: TExtension[];
10
+ code: TCoding;
11
+ valueCodeableConcept?: TCodeableConcept;
12
+ valueQuantity?: TQuantity;
13
+ valueRange?: TRange;
14
+ valueReference?: TReference;
15
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,45 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCodeableConcept } from '../partials/CodeableConcept';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TDateTime } from '../simpleTypes/DateTime';
10
+ import { TQuantity } from '../partials/Quantity';
11
+ import { TPeriod } from '../partials/Period';
12
+ import { TRange } from '../partials/Range';
13
+ import { TAnnotation } from '../partials/Annotation';
14
+ import { TAllergyIntoleranceReaction } from '../partials/AllergyIntoleranceReaction';
15
+ export type TAllergyIntolerance = {
16
+ resourceType?: string;
17
+ id?: string;
18
+ meta?: TMeta;
19
+ implicitRules?: TUri;
20
+ language?: string;
21
+ text?: TNarrative;
22
+ contained?: TResourceContainer[];
23
+ extension?: TExtension[];
24
+ modifierExtension?: TExtension[];
25
+ identifier?: TIdentifier[];
26
+ clinicalStatus?: TCodeableConcept;
27
+ verificationStatus?: TCodeableConcept;
28
+ type?: string;
29
+ category?: string[];
30
+ criticality?: string;
31
+ code?: TCodeableConcept;
32
+ patient: TReference;
33
+ encounter?: TReference;
34
+ onsetDateTime?: TDateTime;
35
+ onsetAge?: TQuantity;
36
+ onsetPeriod?: TPeriod;
37
+ onsetRange?: TRange;
38
+ onsetString?: string;
39
+ recordedDate?: TDateTime;
40
+ recorder?: TReference;
41
+ asserter?: TReference;
42
+ lastOccurrence?: TDateTime;
43
+ note?: TAnnotation[];
44
+ reaction?: TAllergyIntoleranceReaction[];
45
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,22 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TIdentifier } from '../partials/Identifier';
4
+ import { TInstant } from '../simpleTypes/Instant';
5
+ import { TUnsignedInt } from '../simpleTypes/UnsignedInt';
6
+ import { TBundleLink } from '../partials/BundleLink';
7
+ import { TBundleEntry } from '../partials/BundleEntry';
8
+ import { TSignature } from '../partials/Signature';
9
+ export type TBundle = {
10
+ resourceType?: string;
11
+ id?: string;
12
+ meta?: TMeta;
13
+ implicitRules?: TUri;
14
+ language?: string;
15
+ identifier?: TIdentifier;
16
+ type: string;
17
+ timestamp?: TInstant;
18
+ total?: TUnsignedInt;
19
+ link?: TBundleLink[];
20
+ entry?: TBundleEntry[];
21
+ signature?: TSignature;
22
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,47 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCanonical } from '../simpleTypes/Canonical';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TCodeableConcept } from '../partials/CodeableConcept';
10
+ import { TPeriod } from '../partials/Period';
11
+ import { TDateTime } from '../simpleTypes/DateTime';
12
+ import { TCarePlanActivity } from '../partials/CarePlanActivity';
13
+ import { TAnnotation } from '../partials/Annotation';
14
+ export type TCarePlan = {
15
+ resourceType?: string;
16
+ id?: string;
17
+ meta?: TMeta;
18
+ implicitRules?: TUri;
19
+ language?: string;
20
+ text?: TNarrative;
21
+ contained?: TResourceContainer[];
22
+ extension?: TExtension[];
23
+ modifierExtension?: TExtension[];
24
+ identifier?: TIdentifier[];
25
+ instantiatesCanonical?: TCanonical[];
26
+ instantiatesUri?: TUri[];
27
+ basedOn?: TReference[];
28
+ replaces?: TReference[];
29
+ partOf?: TReference[];
30
+ status: string;
31
+ intent: string;
32
+ category?: TCodeableConcept[];
33
+ title?: string;
34
+ description?: string;
35
+ subject: TReference;
36
+ encounter?: TReference;
37
+ period?: TPeriod;
38
+ created?: TDateTime;
39
+ author?: TReference;
40
+ contributor?: TReference[];
41
+ careTeam?: TReference[];
42
+ addresses?: TReference[];
43
+ supportingInfo?: TReference[];
44
+ goal?: TReference[];
45
+ activity?: TCarePlanActivity[];
46
+ note?: TAnnotation[];
47
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,45 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCodeableConcept } from '../partials/CodeableConcept';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TDateTime } from '../simpleTypes/DateTime';
10
+ import { TPeriod } from '../partials/Period';
11
+ import { TClinicalImpressionInvestigation } from '../partials/ClinicalImpressionInvestigation';
12
+ import { TClinicalImpressionFinding } from '../partials/ClinicalImpressionFinding';
13
+ import { TAnnotation } from '../partials/Annotation';
14
+ export type TClinicalImpression = {
15
+ resourceType?: string;
16
+ id?: string;
17
+ meta?: TMeta;
18
+ implicitRules?: TUri;
19
+ language?: string;
20
+ text?: TNarrative;
21
+ contained?: TResourceContainer[];
22
+ extension?: TExtension[];
23
+ modifierExtension?: TExtension[];
24
+ identifier?: TIdentifier[];
25
+ status: string;
26
+ statusReason?: TCodeableConcept;
27
+ code?: TCodeableConcept;
28
+ description?: string;
29
+ subject: TReference;
30
+ encounter?: TReference;
31
+ effectiveDateTime?: TDateTime;
32
+ effectivePeriod?: TPeriod;
33
+ date?: TDateTime;
34
+ assessor?: TReference;
35
+ previous?: TReference;
36
+ problem?: TReference[];
37
+ investigation?: TClinicalImpressionInvestigation[];
38
+ protocol?: TUri[];
39
+ summary?: string;
40
+ finding?: TClinicalImpressionFinding[];
41
+ prognosisCodeableConcept?: TCodeableConcept[];
42
+ prognosisReference?: TReference[];
43
+ supportingInfo?: TReference[];
44
+ note?: TAnnotation[];
45
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,39 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCodeableConcept } from '../partials/CodeableConcept';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TDateTime } from '../simpleTypes/DateTime';
10
+ import { TCompositionAttester } from '../partials/CompositionAttester';
11
+ import { TCompositionRelatesTo } from '../partials/CompositionRelatesTo';
12
+ import { TCompositionEvent } from '../partials/CompositionEvent';
13
+ import { TCompositionSection } from '../partials/CompositionSection';
14
+ export type TComposition = {
15
+ resourceType?: string;
16
+ id?: string;
17
+ meta?: TMeta;
18
+ implicitRules?: TUri;
19
+ language?: string;
20
+ text?: TNarrative;
21
+ contained?: TResourceContainer[];
22
+ extension?: TExtension[];
23
+ modifierExtension?: TExtension[];
24
+ identifier?: TIdentifier;
25
+ status: string;
26
+ type: TCodeableConcept;
27
+ category?: TCodeableConcept[];
28
+ subject?: TReference;
29
+ encounter?: TReference;
30
+ date: TDateTime;
31
+ author: TReference[];
32
+ title: string;
33
+ confidentiality?: string;
34
+ attester?: TCompositionAttester[];
35
+ custodian?: TReference;
36
+ relatesTo?: TCompositionRelatesTo[];
37
+ event?: TCompositionEvent[];
38
+ section?: TCompositionSection[];
39
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,51 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCodeableConcept } from '../partials/CodeableConcept';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TDateTime } from '../simpleTypes/DateTime';
10
+ import { TQuantity } from '../partials/Quantity';
11
+ import { TPeriod } from '../partials/Period';
12
+ import { TRange } from '../partials/Range';
13
+ import { TConditionStage } from '../partials/ConditionStage';
14
+ import { TConditionEvidence } from '../partials/ConditionEvidence';
15
+ import { TAnnotation } from '../partials/Annotation';
16
+ export type TCondition = {
17
+ resourceType?: string;
18
+ id?: string;
19
+ meta?: TMeta;
20
+ implicitRules?: TUri;
21
+ language?: string;
22
+ text?: TNarrative;
23
+ contained?: TResourceContainer[];
24
+ extension?: TExtension[];
25
+ modifierExtension?: TExtension[];
26
+ identifier?: TIdentifier[];
27
+ clinicalStatus?: TCodeableConcept;
28
+ verificationStatus?: TCodeableConcept;
29
+ category?: TCodeableConcept[];
30
+ severity?: TCodeableConcept;
31
+ code?: TCodeableConcept;
32
+ bodySite?: TCodeableConcept[];
33
+ subject: TReference;
34
+ encounter?: TReference;
35
+ onsetDateTime?: TDateTime;
36
+ onsetAge?: TQuantity;
37
+ onsetPeriod?: TPeriod;
38
+ onsetRange?: TRange;
39
+ onsetString?: string;
40
+ abatementDateTime?: TDateTime;
41
+ abatementAge?: TQuantity;
42
+ abatementPeriod?: TPeriod;
43
+ abatementRange?: TRange;
44
+ abatementString?: string;
45
+ recordedDate?: TDateTime;
46
+ recorder?: TReference;
47
+ asserter?: TReference;
48
+ stage?: TConditionStage[];
49
+ evidence?: TConditionEvidence[];
50
+ note?: TAnnotation[];
51
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};
@@ -0,0 +1,38 @@
1
+ import { TMeta } from '../partials/Meta';
2
+ import { TUri } from '../simpleTypes/Uri';
3
+ import { TNarrative } from '../partials/Narrative';
4
+ import { TResourceContainer } from '../simpleTypes/ResourceContainer';
5
+ import { TExtension } from '../partials/Extension';
6
+ import { TIdentifier } from '../partials/Identifier';
7
+ import { TCodeableConcept } from '../partials/CodeableConcept';
8
+ import { TReference } from '../partials/Reference';
9
+ import { TDateTime } from '../simpleTypes/DateTime';
10
+ import { TAttachment } from '../partials/Attachment';
11
+ import { TConsentPolicy } from '../partials/ConsentPolicy';
12
+ import { TConsentVerification } from '../partials/ConsentVerification';
13
+ import { TConsentProvision } from '../partials/ConsentProvision';
14
+ export type TConsent = {
15
+ resourceType?: string;
16
+ id?: string;
17
+ meta?: TMeta;
18
+ implicitRules?: TUri;
19
+ language?: string;
20
+ text?: TNarrative;
21
+ contained?: TResourceContainer[];
22
+ extension?: TExtension[];
23
+ modifierExtension?: TExtension[];
24
+ identifier?: TIdentifier[];
25
+ status: string;
26
+ scope: TCodeableConcept;
27
+ category: TCodeableConcept[];
28
+ patient?: TReference;
29
+ dateTime?: TDateTime;
30
+ performer?: TReference[];
31
+ organization?: TReference[];
32
+ sourceAttachment?: TAttachment;
33
+ sourceReference?: TReference;
34
+ policy?: TConsentPolicy[];
35
+ policyRule?: TCodeableConcept;
36
+ verification?: TConsentVerification[];
37
+ provision?: TConsentProvision;
38
+ };
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by generate_types so do not edit manually
2
+ export {};