ipa_test_kit 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (413) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement/conformance_support_test.rb +43 -0
  3. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement/fhir_version_test.rb +17 -0
  4. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement/instantiates_ig_test.rb +22 -0
  5. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement/json_support_test.rb +41 -0
  6. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement/profile_support_test.rb +65 -0
  7. data/lib/ipa_test_kit/custom_groups/v1.0.0/capability_statement_group.rb +73 -0
  8. data/lib/ipa_test_kit/custom_groups/v1.0.0/ipa_smart_launch_group.rb +108 -0
  9. data/lib/ipa_test_kit/fhir_resource_navigation.rb +12 -3
  10. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_must_support_test.rb +46 -0
  11. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_patient_clinical_status_search_test.rb +50 -0
  12. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_patient_search_test.rb +63 -0
  13. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_provenance_revinclude_search_test.rb +51 -0
  14. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_read_test.rb +26 -0
  15. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb +42 -0
  16. data/lib/ipa_test_kit/generated/v1.0.0/allergy_intolerance/allergy_intolerance_validation_test.rb +40 -0
  17. data/lib/ipa_test_kit/generated/{allergy_intolerance → v1.0.0/allergy_intolerance}/metadata.yml +88 -58
  18. data/lib/ipa_test_kit/generated/{allergy_intolerance_group.rb → v1.0.0/allergy_intolerance_group.rb} +31 -24
  19. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_must_support_test.rb +47 -0
  20. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_category_clinical_status_search_test.rb +50 -0
  21. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_category_search_test.rb +50 -0
  22. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_clinical_status_search_test.rb +50 -0
  23. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_code_search_test.rb +50 -0
  24. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_onset_date_search_test.rb +49 -0
  25. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_patient_search_test.rb +63 -0
  26. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_provenance_revinclude_search_test.rb +51 -0
  27. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_read_test.rb +26 -0
  28. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_reference_resolution_test.rb +42 -0
  29. data/lib/ipa_test_kit/generated/v1.0.0/condition/condition_validation_test.rb +40 -0
  30. data/lib/ipa_test_kit/generated/v1.0.0/condition/metadata.yml +290 -0
  31. data/lib/ipa_test_kit/generated/{condition_group.rb → v1.0.0/condition_group.rb} +38 -29
  32. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_id_search_test.rb +43 -0
  33. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_must_support_test.rb +56 -0
  34. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_category_date_search_test.rb +48 -0
  35. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_category_search_test.rb +48 -0
  36. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_contenttype_search_test.rb +49 -0
  37. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_search_test.rb +64 -0
  38. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_status_search_test.rb +49 -0
  39. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_type_date_search_test.rb +50 -0
  40. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_type_period_search_test.rb +50 -0
  41. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_patient_type_search_test.rb +48 -0
  42. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_provenance_revinclude_search_test.rb +51 -0
  43. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_read_test.rb +26 -0
  44. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_reference_resolution_test.rb +44 -0
  45. data/lib/ipa_test_kit/generated/v1.0.0/document_reference/document_reference_validation_test.rb +40 -0
  46. data/lib/ipa_test_kit/generated/{document_reference → v1.0.0/document_reference}/metadata.yml +197 -188
  47. data/lib/ipa_test_kit/generated/{document_reference_group.rb → v1.0.0/document_reference_group.rb} +45 -34
  48. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_must_support_test.rb +47 -0
  49. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_patient_date_search_test.rb +49 -0
  50. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_patient_search_test.rb +63 -0
  51. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_patient_status_search_test.rb +49 -0
  52. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_provenance_revinclude_search_test.rb +51 -0
  53. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_read_test.rb +26 -0
  54. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_reference_resolution_test.rb +42 -0
  55. data/lib/ipa_test_kit/generated/v1.0.0/immunization/immunization_validation_test.rb +40 -0
  56. data/lib/ipa_test_kit/generated/v1.0.0/immunization/metadata.yml +245 -0
  57. data/lib/ipa_test_kit/generated/{immunization_group.rb → v1.0.0/immunization_group.rb} +32 -25
  58. data/lib/ipa_test_kit/generated/v1.0.0/ipa_test_suite.rb +113 -0
  59. data/lib/ipa_test_kit/generated/v1.0.0/medication/medication_must_support_test.rb +43 -0
  60. data/lib/ipa_test_kit/generated/v1.0.0/medication/medication_read_test.rb +26 -0
  61. data/lib/ipa_test_kit/generated/v1.0.0/medication/medication_validation_test.rb +39 -0
  62. data/lib/ipa_test_kit/generated/v1.0.0/medication/metadata.yml +52 -0
  63. data/lib/ipa_test_kit/generated/v1.0.0/medication_group.rb +61 -0
  64. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_category_search_test.rb +51 -0
  65. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_code_search_test.rb +50 -0
  66. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_must_support_test.rb +52 -0
  67. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_patient_intent_authoredon_search_test.rb +54 -0
  68. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_patient_intent_search_test.rb +54 -0
  69. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_patient_intent_status_search_test.rb +54 -0
  70. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_patient_search_test.rb +69 -0
  71. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_provenance_revinclude_search_test.rb +51 -0
  72. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_read_test.rb +26 -0
  73. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_reference_resolution_test.rb +46 -0
  74. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_request_validation_test.rb +40 -0
  75. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/medication_validation_test.rb +39 -0
  76. data/lib/ipa_test_kit/generated/v1.0.0/medication_request/metadata.yml +370 -0
  77. data/lib/ipa_test_kit/generated/{medication_request_group.rb → v1.0.0/medication_request_group.rb} +39 -31
  78. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_must_support_test.rb +51 -0
  79. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_patient_search_test.rb +64 -0
  80. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_patient_status_search_test.rb +49 -0
  81. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_provenance_revinclude_search_test.rb +51 -0
  82. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_read_test.rb +26 -0
  83. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_reference_resolution_test.rb +45 -0
  84. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/medication_statement_validation_test.rb +40 -0
  85. data/lib/ipa_test_kit/generated/v1.0.0/medication_statement/metadata.yml +222 -0
  86. data/lib/ipa_test_kit/generated/{medication_statement_group.rb → v1.0.0/medication_statement_group.rb} +31 -31
  87. data/lib/ipa_test_kit/generated/v1.0.0/metadata.yml +2846 -0
  88. data/lib/ipa_test_kit/generated/v1.0.0/observation/metadata.yml +341 -0
  89. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_must_support_test.rb +49 -0
  90. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_patient_category_date_search_test.rb +48 -0
  91. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_patient_category_search_test.rb +65 -0
  92. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_patient_category_status_search_test.rb +50 -0
  93. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_patient_code_date_search_test.rb +50 -0
  94. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_patient_code_search_test.rb +48 -0
  95. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_provenance_revinclude_search_test.rb +52 -0
  96. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_read_test.rb +26 -0
  97. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_reference_resolution_test.rb +42 -0
  98. data/lib/ipa_test_kit/generated/v1.0.0/observation/observation_validation_test.rb +40 -0
  99. data/lib/ipa_test_kit/generated/{observation_group.rb → v1.0.0/observation_group.rb} +40 -29
  100. data/lib/ipa_test_kit/generated/v1.0.0/patient/metadata.yml +260 -0
  101. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_birthdate_family_search_test.rb +45 -0
  102. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_birthdate_name_search_test.rb +45 -0
  103. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_birthdate_search_test.rb +45 -0
  104. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_family_gender_search_test.rb +45 -0
  105. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_family_search_test.rb +45 -0
  106. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_gender_name_search_test.rb +45 -0
  107. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_gender_search_test.rb +45 -0
  108. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_given_search_test.rb +45 -0
  109. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_id_search_test.rb +57 -0
  110. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_identifier_search_test.rb +44 -0
  111. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_must_support_test.rb +49 -0
  112. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_name_search_test.rb +45 -0
  113. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_provenance_revinclude_search_test.rb +51 -0
  114. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_read_test.rb +26 -0
  115. data/lib/ipa_test_kit/generated/v1.0.0/patient/patient_validation_test.rb +40 -0
  116. data/lib/ipa_test_kit/generated/{patient_group.rb → v1.0.0/patient_group.rb} +44 -34
  117. data/lib/ipa_test_kit/generated/v1.0.0/practitioner/metadata.yml +48 -0
  118. data/lib/ipa_test_kit/generated/v1.0.0/practitioner/practitioner_must_support_test.rb +43 -0
  119. data/lib/ipa_test_kit/generated/v1.0.0/practitioner/practitioner_provenance_revinclude_search_test.rb +0 -0
  120. data/lib/ipa_test_kit/generated/v1.0.0/practitioner/practitioner_read_test.rb +26 -0
  121. data/lib/ipa_test_kit/generated/v1.0.0/practitioner/practitioner_validation_test.rb +40 -0
  122. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_group.rb +61 -0
  123. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role/metadata.yml +68 -0
  124. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role/practitioner_role_must_support_test.rb +43 -0
  125. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role/practitioner_role_read_test.rb +26 -0
  126. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role/practitioner_role_reference_resolution_test.rb +42 -0
  127. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role/practitioner_role_validation_test.rb +40 -0
  128. data/lib/ipa_test_kit/generated/v1.0.0/practitioner_role_group.rb +63 -0
  129. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/metadata.yml +299 -0
  130. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_must_support_test.rb +48 -0
  131. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_category_clinical_status_search_test.rb +50 -0
  132. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_category_search_test.rb +50 -0
  133. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_clinical_status_search_test.rb +50 -0
  134. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_code_search_test.rb +50 -0
  135. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_onset_date_search_test.rb +49 -0
  136. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_patient_search_test.rb +63 -0
  137. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_provenance_revinclude_search_test.rb +51 -0
  138. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_read_test.rb +26 -0
  139. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_reference_resolution_test.rb +42 -0
  140. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item/problem_list_item_validation_test.rb +40 -0
  141. data/lib/ipa_test_kit/generated/v1.0.0/problem_list_item_group.rb +100 -0
  142. data/lib/ipa_test_kit/generated/{resource_list.rb → v1.0.0/resource_list.rb} +7 -6
  143. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/metadata.yml +370 -0
  144. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_must_support_test.rb +57 -0
  145. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_patient_category_date_search_test.rb +48 -0
  146. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_patient_category_search_test.rb +65 -0
  147. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_patient_category_status_search_test.rb +50 -0
  148. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_patient_code_date_search_test.rb +50 -0
  149. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_patient_code_search_test.rb +48 -0
  150. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_provenance_revinclude_search_test.rb +52 -0
  151. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_read_test.rb +26 -0
  152. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_reference_resolution_test.rb +42 -0
  153. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns/vitalsigns_validation_test.rb +40 -0
  154. data/lib/ipa_test_kit/generated/v1.0.0/vitalsigns_group.rb +100 -0
  155. data/lib/ipa_test_kit/generator/group_generator.rb +56 -14
  156. data/lib/ipa_test_kit/generator/group_metadata.rb +5 -17
  157. data/lib/ipa_test_kit/generator/group_metadata_extractor.rb +45 -31
  158. data/lib/ipa_test_kit/generator/ig_loader.rb +15 -2
  159. data/lib/ipa_test_kit/generator/ig_metadata.rb +2 -2
  160. data/lib/ipa_test_kit/generator/ig_metadata_extractor.rb +18 -15
  161. data/lib/ipa_test_kit/generator/ig_resources.rb +3 -2
  162. data/lib/ipa_test_kit/generator/must_support_metadata_extractor.rb +245 -35
  163. data/lib/ipa_test_kit/generator/must_support_test_generator.rb +32 -11
  164. data/lib/ipa_test_kit/generator/naming.rb +31 -17
  165. data/lib/ipa_test_kit/generator/provenance_revinclude_search_test_generator.rb +14 -12
  166. data/lib/ipa_test_kit/generator/read_test_generator.rb +12 -7
  167. data/lib/ipa_test_kit/generator/reference_resolution_test_generator.rb +27 -7
  168. data/lib/ipa_test_kit/generator/resource_list_generator.rb +8 -12
  169. data/lib/ipa_test_kit/generator/search_definition_metadata_extractor.rb +36 -74
  170. data/lib/ipa_test_kit/generator/search_metadata_extractor.rb +4 -3
  171. data/lib/ipa_test_kit/generator/search_test_generator.rb +33 -38
  172. data/lib/ipa_test_kit/generator/special_cases.rb +8 -4
  173. data/lib/ipa_test_kit/generator/suite_generator.rb +41 -8
  174. data/lib/ipa_test_kit/generator/terminology_binding_metadata_extractor.rb +18 -3
  175. data/lib/ipa_test_kit/generator/validation_test_generator.rb +29 -17
  176. data/lib/ipa_test_kit/generator/value_extractor.rb +101 -0
  177. data/lib/ipa_test_kit/generator.rb +48 -14
  178. data/lib/ipa_test_kit/igs/ipa_v100/search-parameters.json +65408 -0
  179. data/lib/ipa_test_kit/igs/ipa_v100/vitalsigns.profile.json +3122 -0
  180. data/lib/ipa_test_kit/igs/ipa_v100.tgz +0 -0
  181. data/lib/ipa_test_kit/must_support_test.rb +50 -1
  182. data/lib/ipa_test_kit/provenance_validator.rb +38 -0
  183. data/lib/ipa_test_kit/read_test.rb +1 -1
  184. data/lib/ipa_test_kit/reference_resolution_test.rb +139 -70
  185. data/lib/ipa_test_kit/search_test.rb +253 -224
  186. data/lib/ipa_test_kit/search_test_properties.rb +3 -13
  187. data/lib/ipa_test_kit/validation_test.rb +13 -5
  188. data/lib/ipa_test_kit/version.rb +1 -1
  189. data/lib/ipa_test_kit.rb +3 -2
  190. metadata +173 -236
  191. data/lib/ipa_test_kit/custom_groups/capability_statement/conformance_support_test.rb +0 -41
  192. data/lib/ipa_test_kit/custom_groups/capability_statement/fhir_version_test.rb +0 -15
  193. data/lib/ipa_test_kit/custom_groups/capability_statement/json_support_test.rb +0 -39
  194. data/lib/ipa_test_kit/custom_groups/capability_statement/profile_support_test.rb +0 -76
  195. data/lib/ipa_test_kit/custom_groups/capability_statement_group.rb +0 -64
  196. data/lib/ipa_test_kit/ext/fhir_models.rb +0 -59
  197. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_must_support_test.rb +0 -40
  198. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_patient_clinical_status_search_test.rb +0 -46
  199. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_patient_search_test.rb +0 -60
  200. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_provenance_revinclude_search_test.rb +0 -49
  201. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_read_test.rb +0 -24
  202. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_reference_resolution_test.rb +0 -28
  203. data/lib/ipa_test_kit/generated/allergy_intolerance/allergy_intolerance_validation_test.rb +0 -34
  204. data/lib/ipa_test_kit/generated/bmi/bmi_must_support_test.rb +0 -49
  205. data/lib/ipa_test_kit/generated/bmi/bmi_patient_category_date_search_test.rb +0 -46
  206. data/lib/ipa_test_kit/generated/bmi/bmi_patient_category_search_test.rb +0 -45
  207. data/lib/ipa_test_kit/generated/bmi/bmi_patient_category_status_search_test.rb +0 -47
  208. data/lib/ipa_test_kit/generated/bmi/bmi_patient_code_date_search_test.rb +0 -48
  209. data/lib/ipa_test_kit/generated/bmi/bmi_patient_code_search_test.rb +0 -62
  210. data/lib/ipa_test_kit/generated/bmi/bmi_provenance_revinclude_search_test.rb +0 -51
  211. data/lib/ipa_test_kit/generated/bmi/bmi_read_test.rb +0 -24
  212. data/lib/ipa_test_kit/generated/bmi/bmi_reference_resolution_test.rb +0 -28
  213. data/lib/ipa_test_kit/generated/bmi/bmi_validation_test.rb +0 -34
  214. data/lib/ipa_test_kit/generated/bmi/metadata.yml +0 -322
  215. data/lib/ipa_test_kit/generated/bmi_group.rb +0 -93
  216. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_must_support_test.rb +0 -49
  217. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_patient_category_date_search_test.rb +0 -46
  218. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_patient_category_search_test.rb +0 -45
  219. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_patient_category_status_search_test.rb +0 -47
  220. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_patient_code_date_search_test.rb +0 -48
  221. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_patient_code_search_test.rb +0 -62
  222. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_provenance_revinclude_search_test.rb +0 -51
  223. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_read_test.rb +0 -24
  224. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_reference_resolution_test.rb +0 -28
  225. data/lib/ipa_test_kit/generated/bodyheight/bodyheight_validation_test.rb +0 -34
  226. data/lib/ipa_test_kit/generated/bodyheight/metadata.yml +0 -328
  227. data/lib/ipa_test_kit/generated/bodyheight_group.rb +0 -93
  228. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_must_support_test.rb +0 -49
  229. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_patient_category_date_search_test.rb +0 -46
  230. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_patient_category_search_test.rb +0 -45
  231. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_patient_category_status_search_test.rb +0 -47
  232. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_patient_code_date_search_test.rb +0 -48
  233. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_patient_code_search_test.rb +0 -62
  234. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_provenance_revinclude_search_test.rb +0 -51
  235. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_read_test.rb +0 -24
  236. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_reference_resolution_test.rb +0 -28
  237. data/lib/ipa_test_kit/generated/bodytemp/bodytemp_validation_test.rb +0 -34
  238. data/lib/ipa_test_kit/generated/bodytemp/metadata.yml +0 -328
  239. data/lib/ipa_test_kit/generated/bodytemp_group.rb +0 -93
  240. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_must_support_test.rb +0 -49
  241. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_patient_category_date_search_test.rb +0 -46
  242. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_patient_category_search_test.rb +0 -45
  243. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_patient_category_status_search_test.rb +0 -47
  244. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_patient_code_date_search_test.rb +0 -48
  245. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_patient_code_search_test.rb +0 -62
  246. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_provenance_revinclude_search_test.rb +0 -51
  247. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_read_test.rb +0 -24
  248. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_reference_resolution_test.rb +0 -28
  249. data/lib/ipa_test_kit/generated/bodyweight/bodyweight_validation_test.rb +0 -34
  250. data/lib/ipa_test_kit/generated/bodyweight/metadata.yml +0 -328
  251. data/lib/ipa_test_kit/generated/bodyweight_group.rb +0 -93
  252. data/lib/ipa_test_kit/generated/bp/bp_must_support_test.rb +0 -52
  253. data/lib/ipa_test_kit/generated/bp/bp_patient_category_date_search_test.rb +0 -46
  254. data/lib/ipa_test_kit/generated/bp/bp_patient_category_search_test.rb +0 -45
  255. data/lib/ipa_test_kit/generated/bp/bp_patient_category_status_search_test.rb +0 -47
  256. data/lib/ipa_test_kit/generated/bp/bp_patient_code_date_search_test.rb +0 -48
  257. data/lib/ipa_test_kit/generated/bp/bp_patient_code_search_test.rb +0 -62
  258. data/lib/ipa_test_kit/generated/bp/bp_provenance_revinclude_search_test.rb +0 -51
  259. data/lib/ipa_test_kit/generated/bp/bp_read_test.rb +0 -24
  260. data/lib/ipa_test_kit/generated/bp/bp_reference_resolution_test.rb +0 -28
  261. data/lib/ipa_test_kit/generated/bp/bp_validation_test.rb +0 -34
  262. data/lib/ipa_test_kit/generated/bp/metadata.yml +0 -379
  263. data/lib/ipa_test_kit/generated/bp_group.rb +0 -93
  264. data/lib/ipa_test_kit/generated/condition/condition_must_support_test.rb +0 -39
  265. data/lib/ipa_test_kit/generated/condition/condition_patient_category_search_test.rb +0 -47
  266. data/lib/ipa_test_kit/generated/condition/condition_patient_clinical_status_search_test.rb +0 -46
  267. data/lib/ipa_test_kit/generated/condition/condition_patient_code_search_test.rb +0 -47
  268. data/lib/ipa_test_kit/generated/condition/condition_patient_onset_date_search_test.rb +0 -47
  269. data/lib/ipa_test_kit/generated/condition/condition_patient_search_test.rb +0 -60
  270. data/lib/ipa_test_kit/generated/condition/condition_provenance_revinclude_search_test.rb +0 -49
  271. data/lib/ipa_test_kit/generated/condition/condition_read_test.rb +0 -24
  272. data/lib/ipa_test_kit/generated/condition/condition_reference_resolution_test.rb +0 -28
  273. data/lib/ipa_test_kit/generated/condition/condition_validation_test.rb +0 -34
  274. data/lib/ipa_test_kit/generated/condition/metadata.yml +0 -231
  275. data/lib/ipa_test_kit/generated/document_reference/document_reference_id_search_test.rb +0 -40
  276. data/lib/ipa_test_kit/generated/document_reference/document_reference_must_support_test.rb +0 -49
  277. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_category_date_search_test.rb +0 -46
  278. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_category_search_test.rb +0 -45
  279. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_search_test.rb +0 -61
  280. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_status_search_test.rb +0 -46
  281. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_type_period_search_test.rb +0 -48
  282. data/lib/ipa_test_kit/generated/document_reference/document_reference_patient_type_search_test.rb +0 -45
  283. data/lib/ipa_test_kit/generated/document_reference/document_reference_provenance_revinclude_search_test.rb +0 -50
  284. data/lib/ipa_test_kit/generated/document_reference/document_reference_read_test.rb +0 -24
  285. data/lib/ipa_test_kit/generated/document_reference/document_reference_reference_resolution_test.rb +0 -28
  286. data/lib/ipa_test_kit/generated/document_reference/document_reference_validation_test.rb +0 -34
  287. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_must_support_test.rb +0 -49
  288. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_patient_category_date_search_test.rb +0 -46
  289. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_patient_category_search_test.rb +0 -45
  290. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_patient_category_status_search_test.rb +0 -47
  291. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_patient_code_date_search_test.rb +0 -48
  292. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_patient_code_search_test.rb +0 -62
  293. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_provenance_revinclude_search_test.rb +0 -51
  294. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_read_test.rb +0 -24
  295. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_reference_resolution_test.rb +0 -28
  296. data/lib/ipa_test_kit/generated/head_circumference/head_circumference_validation_test.rb +0 -34
  297. data/lib/ipa_test_kit/generated/head_circumference/metadata.yml +0 -324
  298. data/lib/ipa_test_kit/generated/head_circumference_group.rb +0 -93
  299. data/lib/ipa_test_kit/generated/heartrate/heartrate_must_support_test.rb +0 -49
  300. data/lib/ipa_test_kit/generated/heartrate/heartrate_patient_category_date_search_test.rb +0 -46
  301. data/lib/ipa_test_kit/generated/heartrate/heartrate_patient_category_search_test.rb +0 -45
  302. data/lib/ipa_test_kit/generated/heartrate/heartrate_patient_category_status_search_test.rb +0 -47
  303. data/lib/ipa_test_kit/generated/heartrate/heartrate_patient_code_date_search_test.rb +0 -48
  304. data/lib/ipa_test_kit/generated/heartrate/heartrate_patient_code_search_test.rb +0 -62
  305. data/lib/ipa_test_kit/generated/heartrate/heartrate_provenance_revinclude_search_test.rb +0 -51
  306. data/lib/ipa_test_kit/generated/heartrate/heartrate_read_test.rb +0 -24
  307. data/lib/ipa_test_kit/generated/heartrate/heartrate_reference_resolution_test.rb +0 -28
  308. data/lib/ipa_test_kit/generated/heartrate/heartrate_validation_test.rb +0 -34
  309. data/lib/ipa_test_kit/generated/heartrate/metadata.yml +0 -325
  310. data/lib/ipa_test_kit/generated/heartrate_group.rb +0 -93
  311. data/lib/ipa_test_kit/generated/immunization/immunization_must_support_test.rb +0 -40
  312. data/lib/ipa_test_kit/generated/immunization/immunization_patient_date_search_test.rb +0 -47
  313. data/lib/ipa_test_kit/generated/immunization/immunization_patient_search_test.rb +0 -60
  314. data/lib/ipa_test_kit/generated/immunization/immunization_patient_status_search_test.rb +0 -45
  315. data/lib/ipa_test_kit/generated/immunization/immunization_provenance_revinclude_search_test.rb +0 -50
  316. data/lib/ipa_test_kit/generated/immunization/immunization_read_test.rb +0 -24
  317. data/lib/ipa_test_kit/generated/immunization/immunization_reference_resolution_test.rb +0 -28
  318. data/lib/ipa_test_kit/generated/immunization/immunization_validation_test.rb +0 -34
  319. data/lib/ipa_test_kit/generated/immunization/metadata.yml +0 -210
  320. data/lib/ipa_test_kit/generated/ipa_test_suite.rb +0 -88
  321. data/lib/ipa_test_kit/generated/medication_request/medication_request_must_support_test.rb +0 -44
  322. data/lib/ipa_test_kit/generated/medication_request/medication_request_patient_intent_authoredon_search_test.rb +0 -53
  323. data/lib/ipa_test_kit/generated/medication_request/medication_request_patient_intent_encounter_search_test.rb +0 -52
  324. data/lib/ipa_test_kit/generated/medication_request/medication_request_patient_intent_search_test.rb +0 -68
  325. data/lib/ipa_test_kit/generated/medication_request/medication_request_patient_intent_status_search_test.rb +0 -49
  326. data/lib/ipa_test_kit/generated/medication_request/medication_request_provenance_revinclude_search_test.rb +0 -51
  327. data/lib/ipa_test_kit/generated/medication_request/medication_request_read_test.rb +0 -24
  328. data/lib/ipa_test_kit/generated/medication_request/medication_request_reference_resolution_test.rb +0 -28
  329. data/lib/ipa_test_kit/generated/medication_request/medication_request_validation_test.rb +0 -34
  330. data/lib/ipa_test_kit/generated/medication_request/medication_validation_test.rb +0 -34
  331. data/lib/ipa_test_kit/generated/medication_request/metadata.yml +0 -307
  332. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_must_support_test.rb +0 -43
  333. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_patient_context_search_test.rb +0 -51
  334. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_patient_effective_search_test.rb +0 -52
  335. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_patient_search_test.rb +0 -68
  336. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_patient_status_search_test.rb +0 -49
  337. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_provenance_revinclude_search_test.rb +0 -51
  338. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_read_test.rb +0 -24
  339. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_reference_resolution_test.rb +0 -28
  340. data/lib/ipa_test_kit/generated/medication_statement/medication_statement_validation_test.rb +0 -34
  341. data/lib/ipa_test_kit/generated/medication_statement/medication_validation_test.rb +0 -34
  342. data/lib/ipa_test_kit/generated/medication_statement/metadata.yml +0 -230
  343. data/lib/ipa_test_kit/generated/metadata.yml +0 -6230
  344. data/lib/ipa_test_kit/generated/observation/metadata.yml +0 -1280
  345. data/lib/ipa_test_kit/generated/observation/observation_must_support_test.rb +0 -41
  346. data/lib/ipa_test_kit/generated/observation/observation_patient_category_date_search_test.rb +0 -46
  347. data/lib/ipa_test_kit/generated/observation/observation_patient_category_search_test.rb +0 -62
  348. data/lib/ipa_test_kit/generated/observation/observation_patient_category_status_search_test.rb +0 -47
  349. data/lib/ipa_test_kit/generated/observation/observation_patient_code_date_search_test.rb +0 -48
  350. data/lib/ipa_test_kit/generated/observation/observation_patient_code_search_test.rb +0 -45
  351. data/lib/ipa_test_kit/generated/observation/observation_provenance_revinclude_search_test.rb +0 -51
  352. data/lib/ipa_test_kit/generated/observation/observation_read_test.rb +0 -24
  353. data/lib/ipa_test_kit/generated/observation/observation_reference_resolution_test.rb +0 -28
  354. data/lib/ipa_test_kit/generated/observation/observation_validation_test.rb +0 -34
  355. data/lib/ipa_test_kit/generated/oxygensat/metadata.yml +0 -366
  356. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_must_support_test.rb +0 -65
  357. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_patient_category_date_search_test.rb +0 -46
  358. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_patient_category_search_test.rb +0 -45
  359. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_patient_category_status_search_test.rb +0 -47
  360. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_patient_code_date_search_test.rb +0 -48
  361. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_patient_code_search_test.rb +0 -62
  362. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_provenance_revinclude_search_test.rb +0 -51
  363. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_read_test.rb +0 -24
  364. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_reference_resolution_test.rb +0 -28
  365. data/lib/ipa_test_kit/generated/oxygensat/oxygensat_validation_test.rb +0 -34
  366. data/lib/ipa_test_kit/generated/oxygensat_group.rb +0 -93
  367. data/lib/ipa_test_kit/generated/patient/metadata.yml +0 -320
  368. data/lib/ipa_test_kit/generated/patient/patient_birthdate_family_search_test.rb +0 -41
  369. data/lib/ipa_test_kit/generated/patient/patient_birthdate_name_search_test.rb +0 -39
  370. data/lib/ipa_test_kit/generated/patient/patient_family_gender_search_test.rb +0 -41
  371. data/lib/ipa_test_kit/generated/patient/patient_gender_name_search_test.rb +0 -39
  372. data/lib/ipa_test_kit/generated/patient/patient_id_search_test.rb +0 -53
  373. data/lib/ipa_test_kit/generated/patient/patient_identifier_search_test.rb +0 -40
  374. data/lib/ipa_test_kit/generated/patient/patient_must_support_test.rb +0 -57
  375. data/lib/ipa_test_kit/generated/patient/patient_name_search_test.rb +0 -39
  376. data/lib/ipa_test_kit/generated/patient/patient_provenance_revinclude_search_test.rb +0 -49
  377. data/lib/ipa_test_kit/generated/patient/patient_read_test.rb +0 -24
  378. data/lib/ipa_test_kit/generated/patient/patient_reference_resolution_test.rb +0 -28
  379. data/lib/ipa_test_kit/generated/patient/patient_validation_test.rb +0 -34
  380. data/lib/ipa_test_kit/generated/practitioner/metadata.yml +0 -124
  381. data/lib/ipa_test_kit/generated/practitioner/practitioner_identifier_search_test.rb +0 -40
  382. data/lib/ipa_test_kit/generated/practitioner/practitioner_must_support_test.rb +0 -40
  383. data/lib/ipa_test_kit/generated/practitioner/practitioner_name_search_test.rb +0 -49
  384. data/lib/ipa_test_kit/generated/practitioner/practitioner_read_test.rb +0 -24
  385. data/lib/ipa_test_kit/generated/practitioner/practitioner_reference_resolution_test.rb +0 -28
  386. data/lib/ipa_test_kit/generated/practitioner/practitioner_validation_test.rb +0 -34
  387. data/lib/ipa_test_kit/generated/practitioner_group.rb +0 -84
  388. data/lib/ipa_test_kit/generated/practitioner_role/metadata.yml +0 -141
  389. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_identifier_search_test.rb +0 -40
  390. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_must_support_test.rb +0 -40
  391. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_practitioner_search_test.rb +0 -51
  392. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_read_test.rb +0 -24
  393. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_reference_resolution_test.rb +0 -28
  394. data/lib/ipa_test_kit/generated/practitioner_role/practitioner_role_validation_test.rb +0 -34
  395. data/lib/ipa_test_kit/generated/practitioner_role_group.rb +0 -84
  396. data/lib/ipa_test_kit/generated/provenance/metadata.yml +0 -114
  397. data/lib/ipa_test_kit/generated/provenance/provenance_read_test.rb +0 -24
  398. data/lib/ipa_test_kit/generated/provenance/provenance_reference_resolution_test.rb +0 -28
  399. data/lib/ipa_test_kit/generated/provenance/provenance_validation_test.rb +0 -34
  400. data/lib/ipa_test_kit/generated/provenance_group.rb +0 -53
  401. data/lib/ipa_test_kit/generated/resprate/metadata.yml +0 -325
  402. data/lib/ipa_test_kit/generated/resprate/resprate_must_support_test.rb +0 -49
  403. data/lib/ipa_test_kit/generated/resprate/resprate_patient_category_date_search_test.rb +0 -46
  404. data/lib/ipa_test_kit/generated/resprate/resprate_patient_category_search_test.rb +0 -45
  405. data/lib/ipa_test_kit/generated/resprate/resprate_patient_category_status_search_test.rb +0 -47
  406. data/lib/ipa_test_kit/generated/resprate/resprate_patient_code_date_search_test.rb +0 -48
  407. data/lib/ipa_test_kit/generated/resprate/resprate_patient_code_search_test.rb +0 -62
  408. data/lib/ipa_test_kit/generated/resprate/resprate_provenance_revinclude_search_test.rb +0 -51
  409. data/lib/ipa_test_kit/generated/resprate/resprate_read_test.rb +0 -24
  410. data/lib/ipa_test_kit/generated/resprate/resprate_reference_resolution_test.rb +0 -28
  411. data/lib/ipa_test_kit/generated/resprate/resprate_validation_test.rb +0 -34
  412. data/lib/ipa_test_kit/generated/resprate_group.rb +0 -93
  413. data/lib/ipa_test_kit/igs/package.tgz +0 -0
@@ -0,0 +1,2846 @@
1
+ ---
2
+ :ig_version: v1.0.0
3
+ :groups:
4
+ - :name: ipa_allergyintolerance
5
+ :class_name: Ipav100AllergyintoleranceSequence
6
+ :version: v1.0.0
7
+ :reformatted_version: v100
8
+ :resource: AllergyIntolerance
9
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-allergyintolerance
10
+ :profile_name: IPA-AllergyIntolerance
11
+ :profile_version: 1.0.0
12
+ :title: AllergyIntolerance
13
+ :short_description: Verify support for the server capabilities required by the IPA-AllergyIntolerance.
14
+ :interactions:
15
+ - :code: read
16
+ :expectation: SHALL
17
+ - :code: search-type
18
+ :expectation: SHALL
19
+ :operations: []
20
+ :searches:
21
+ - :names:
22
+ - patient
23
+ :expectation: SHALL
24
+ :names_not_must_support_or_mandatory: []
25
+ :must_support_or_mandatory: true
26
+ - :expectation: SHOULD
27
+ :names:
28
+ - patient
29
+ - clinical-status
30
+ :names_not_must_support_or_mandatory: []
31
+ :must_support_or_mandatory: true
32
+ :search_definitions:
33
+ :patient:
34
+ :paths:
35
+ - patient
36
+ - CarePlan.subject
37
+ - CareTeam.subject
38
+ - ClinicalImpression.subject
39
+ - Composition.subject
40
+ - Condition.subject
41
+ - Consent.patient
42
+ - DetectedIssue.patient
43
+ - DeviceRequest.subject
44
+ - DeviceUseStatement.subject
45
+ - DiagnosticReport.subject
46
+ - DocumentManifest.subject
47
+ - DocumentReference.subject
48
+ - Encounter.subject
49
+ - EpisodeOfCare.patient
50
+ - FamilyMemberHistory.patient
51
+ - Flag.subject
52
+ - Goal.subject
53
+ - ImagingStudy.subject
54
+ - Immunization.patient
55
+ - List.subject
56
+ - MedicationAdministration.subject
57
+ - MedicationDispense.subject
58
+ - MedicationRequest.subject
59
+ - MedicationStatement.subject
60
+ - NutritionOrder.patient
61
+ - Observation.subject
62
+ - Procedure.subject
63
+ - RiskAssessment.subject
64
+ - ServiceRequest.subject
65
+ - SupplyDelivery.patient
66
+ - VisionPrescription.patient
67
+ :full_paths:
68
+ - AllergyIntolerance.patient
69
+ - CarePlan.subject
70
+ - CareTeam.subject
71
+ - ClinicalImpression.subject
72
+ - Composition.subject
73
+ - Condition.subject
74
+ - Consent.patient
75
+ - DetectedIssue.patient
76
+ - DeviceRequest.subject
77
+ - DeviceUseStatement.subject
78
+ - DiagnosticReport.subject
79
+ - DocumentManifest.subject
80
+ - DocumentReference.subject
81
+ - Encounter.subject
82
+ - EpisodeOfCare.patient
83
+ - FamilyMemberHistory.patient
84
+ - Flag.subject
85
+ - Goal.subject
86
+ - ImagingStudy.subject
87
+ - Immunization.patient
88
+ - List.subject
89
+ - MedicationAdministration.subject
90
+ - MedicationDispense.subject
91
+ - MedicationRequest.subject
92
+ - MedicationStatement.subject
93
+ - NutritionOrder.patient
94
+ - Observation.subject
95
+ - Procedure.subject
96
+ - RiskAssessment.subject
97
+ - ServiceRequest.subject
98
+ - SupplyDelivery.patient
99
+ - VisionPrescription.patient
100
+ :comparators: {}
101
+ :values: []
102
+ :type: Reference
103
+ :contains_multiple: false
104
+ :clinical-status:
105
+ :paths:
106
+ - clinicalStatus
107
+ :full_paths:
108
+ - AllergyIntolerance.clinicalStatus
109
+ :comparators: {}
110
+ :values:
111
+ - active
112
+ - inactive
113
+ - resolved
114
+ :type: CodeableConcept
115
+ :contains_multiple: false
116
+ :include_params: []
117
+ :revincludes:
118
+ - Provenance:target
119
+ :required_concepts:
120
+ - clinicalStatus
121
+ - verificationStatus
122
+ :must_supports:
123
+ :extensions: []
124
+ :slices: []
125
+ :elements:
126
+ - :path: clinicalStatus
127
+ - :path: verificationStatus
128
+ - :path: code
129
+ - :path: patient
130
+ :types:
131
+ - Reference
132
+ :mandatory_elements:
133
+ - AllergyIntolerance.code
134
+ - AllergyIntolerance.patient
135
+ - AllergyIntolerance.reaction.manifestation
136
+ :bindings:
137
+ - :type: CodeableConcept
138
+ :strength: required
139
+ :system: http://hl7.org/fhir/ValueSet/allergyintolerance-clinical
140
+ :path: clinicalStatus
141
+ - :type: CodeableConcept
142
+ :strength: required
143
+ :system: http://hl7.org/fhir/ValueSet/allergyintolerance-verification
144
+ :path: verificationStatus
145
+ - :type: code
146
+ :strength: required
147
+ :system: http://hl7.org/fhir/ValueSet/allergy-intolerance-type
148
+ :path: type
149
+ - :type: code
150
+ :strength: required
151
+ :system: http://hl7.org/fhir/ValueSet/allergy-intolerance-category
152
+ :path: category
153
+ - :type: code
154
+ :strength: required
155
+ :system: http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality
156
+ :path: criticality
157
+ - :type: code
158
+ :strength: required
159
+ :system: http://hl7.org/fhir/ValueSet/reaction-event-severity
160
+ :path: reaction.severity
161
+ :references:
162
+ - :path: AllergyIntolerance.patient
163
+ :profiles:
164
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
165
+ - :path: AllergyIntolerance.encounter
166
+ :profiles:
167
+ - http://hl7.org/fhir/StructureDefinition/Encounter
168
+ - :path: AllergyIntolerance.recorder
169
+ :profiles:
170
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
171
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
172
+ - http://hl7.org/fhir/StructureDefinition/Patient
173
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
174
+ - :path: AllergyIntolerance.asserter
175
+ :profiles:
176
+ - http://hl7.org/fhir/StructureDefinition/Patient
177
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
178
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
179
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
180
+ :delayed_references: []
181
+ - :name: ipa_condition
182
+ :class_name: Ipav100ConditionSequence
183
+ :version: v1.0.0
184
+ :reformatted_version: v100
185
+ :resource: Condition
186
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-condition
187
+ :profile_name: IPA-Condition
188
+ :profile_version: 1.0.0
189
+ :title: Condition
190
+ :short_description: Verify support for the server capabilities required by the IPA-Condition.
191
+ :interactions:
192
+ - :code: read
193
+ :expectation: SHALL
194
+ - :code: search-type
195
+ :expectation: SHALL
196
+ :operations: []
197
+ :searches:
198
+ - :names:
199
+ - patient
200
+ :expectation: SHALL
201
+ :names_not_must_support_or_mandatory: []
202
+ :must_support_or_mandatory: true
203
+ - :expectation: SHOULD
204
+ :names:
205
+ - patient
206
+ - clinical-status
207
+ :names_not_must_support_or_mandatory: []
208
+ :must_support_or_mandatory: true
209
+ - :expectation: SHOULD
210
+ :names:
211
+ - patient
212
+ - category
213
+ :names_not_must_support_or_mandatory: []
214
+ :must_support_or_mandatory: true
215
+ - :expectation: SHOULD
216
+ :names:
217
+ - patient
218
+ - category
219
+ - clinical-status
220
+ :names_not_must_support_or_mandatory: []
221
+ :must_support_or_mandatory: true
222
+ - :expectation: SHOULD
223
+ :names:
224
+ - patient
225
+ - code
226
+ :names_not_must_support_or_mandatory: []
227
+ :must_support_or_mandatory: true
228
+ - :expectation: SHOULD
229
+ :names:
230
+ - patient
231
+ - onset-date
232
+ :names_not_must_support_or_mandatory:
233
+ - onset-date
234
+ :must_support_or_mandatory: false
235
+ :search_definitions:
236
+ :patient:
237
+ :paths:
238
+ - AllergyIntolerance.patient
239
+ - CarePlan.subject
240
+ - CareTeam.subject
241
+ - ClinicalImpression.subject
242
+ - Composition.subject
243
+ - subject
244
+ - Consent.patient
245
+ - DetectedIssue.patient
246
+ - DeviceRequest.subject
247
+ - DeviceUseStatement.subject
248
+ - DiagnosticReport.subject
249
+ - DocumentManifest.subject
250
+ - DocumentReference.subject
251
+ - Encounter.subject
252
+ - EpisodeOfCare.patient
253
+ - FamilyMemberHistory.patient
254
+ - Flag.subject
255
+ - Goal.subject
256
+ - ImagingStudy.subject
257
+ - Immunization.patient
258
+ - List.subject
259
+ - MedicationAdministration.subject
260
+ - MedicationDispense.subject
261
+ - MedicationRequest.subject
262
+ - MedicationStatement.subject
263
+ - NutritionOrder.patient
264
+ - Observation.subject
265
+ - Procedure.subject
266
+ - RiskAssessment.subject
267
+ - ServiceRequest.subject
268
+ - SupplyDelivery.patient
269
+ - VisionPrescription.patient
270
+ :full_paths:
271
+ - AllergyIntolerance.patient
272
+ - CarePlan.subject
273
+ - CareTeam.subject
274
+ - ClinicalImpression.subject
275
+ - Composition.subject
276
+ - Condition.subject
277
+ - Consent.patient
278
+ - DetectedIssue.patient
279
+ - DeviceRequest.subject
280
+ - DeviceUseStatement.subject
281
+ - DiagnosticReport.subject
282
+ - DocumentManifest.subject
283
+ - DocumentReference.subject
284
+ - Encounter.subject
285
+ - EpisodeOfCare.patient
286
+ - FamilyMemberHistory.patient
287
+ - Flag.subject
288
+ - Goal.subject
289
+ - ImagingStudy.subject
290
+ - Immunization.patient
291
+ - List.subject
292
+ - MedicationAdministration.subject
293
+ - MedicationDispense.subject
294
+ - MedicationRequest.subject
295
+ - MedicationStatement.subject
296
+ - NutritionOrder.patient
297
+ - Observation.subject
298
+ - Procedure.subject
299
+ - RiskAssessment.subject
300
+ - ServiceRequest.subject
301
+ - SupplyDelivery.patient
302
+ - VisionPrescription.patient
303
+ :comparators: {}
304
+ :values: []
305
+ :type: Reference
306
+ :contains_multiple: false
307
+ :clinical-status:
308
+ :paths:
309
+ - clinicalStatus
310
+ :full_paths:
311
+ - Condition.clinicalStatus
312
+ :comparators: {}
313
+ :values:
314
+ - active
315
+ - recurrence
316
+ - relapse
317
+ - inactive
318
+ - remission
319
+ - resolved
320
+ :type: CodeableConcept
321
+ :contains_multiple: false
322
+ :category:
323
+ :paths:
324
+ - category
325
+ :full_paths:
326
+ - Condition.category
327
+ :comparators: {}
328
+ :values: []
329
+ :type: CodeableConcept
330
+ :contains_multiple: true
331
+ :code:
332
+ :paths:
333
+ - AllergyIntolerance.code
334
+ - AllergyIntolerance.reaction.substance
335
+ - code
336
+ - "(DeviceRequest.codeCodeableConcept"
337
+ - DiagnosticReport.code
338
+ - FamilyMemberHistory.condition.code
339
+ - List.code
340
+ - Medication.code
341
+ - "(MedicationAdministration.medicationCodeableConcept"
342
+ - "(MedicationDispense.medicationCodeableConcept"
343
+ - "(MedicationRequest.medicationCodeableConcept"
344
+ - "(MedicationStatement.medicationCodeableConcept"
345
+ - Observation.code
346
+ - Procedure.code
347
+ - ServiceRequest.code
348
+ :full_paths:
349
+ - AllergyIntolerance.code
350
+ - AllergyIntolerance.reaction.substance
351
+ - Condition.code
352
+ - "(DeviceRequest.codeCodeableConcept"
353
+ - DiagnosticReport.code
354
+ - FamilyMemberHistory.condition.code
355
+ - List.code
356
+ - Medication.code
357
+ - "(MedicationAdministration.medicationCodeableConcept"
358
+ - "(MedicationDispense.medicationCodeableConcept"
359
+ - "(MedicationRequest.medicationCodeableConcept"
360
+ - "(MedicationStatement.medicationCodeableConcept"
361
+ - Observation.code
362
+ - Procedure.code
363
+ - ServiceRequest.code
364
+ :comparators: {}
365
+ :values: []
366
+ :type: CodeableConcept
367
+ :contains_multiple: false
368
+ :onset-date:
369
+ :paths:
370
+ - onsetDateTime
371
+ - onsetPeriod
372
+ :full_paths:
373
+ - Condition.onsetDateTime
374
+ - Condition.onsetPeriod
375
+ :comparators:
376
+ :eq: MAY
377
+ :ne: MAY
378
+ :gt: MAY
379
+ :ge: MAY
380
+ :lt: MAY
381
+ :le: MAY
382
+ :sa: MAY
383
+ :eb: MAY
384
+ :ap: MAY
385
+ :values: []
386
+ :type: date
387
+ :contains_multiple: false
388
+ :include_params: &1 []
389
+ :revincludes: &2
390
+ - Provenance:target
391
+ :required_concepts:
392
+ - clinicalStatus
393
+ - verificationStatus
394
+ :must_supports:
395
+ :extensions: []
396
+ :slices: []
397
+ :elements:
398
+ - :path: clinicalStatus
399
+ - :path: verificationStatus
400
+ - :path: category
401
+ - :path: code
402
+ - :path: subject
403
+ :types:
404
+ - Reference
405
+ :mandatory_elements:
406
+ - Condition.code
407
+ - Condition.subject
408
+ :bindings:
409
+ - :type: CodeableConcept
410
+ :strength: required
411
+ :system: http://hl7.org/fhir/ValueSet/condition-clinical
412
+ :path: clinicalStatus
413
+ - :type: CodeableConcept
414
+ :strength: required
415
+ :system: http://hl7.org/fhir/ValueSet/condition-ver-status
416
+ :path: verificationStatus
417
+ :references:
418
+ - :path: Condition.subject
419
+ :profiles:
420
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
421
+ - :path: Condition.encounter
422
+ :profiles:
423
+ - http://hl7.org/fhir/StructureDefinition/Encounter
424
+ - :path: Condition.recorder
425
+ :profiles:
426
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
427
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
428
+ - http://hl7.org/fhir/StructureDefinition/Patient
429
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
430
+ - :path: Condition.asserter
431
+ :profiles:
432
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
433
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
434
+ - http://hl7.org/fhir/StructureDefinition/Patient
435
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
436
+ - :path: Condition.stage.assessment
437
+ :profiles:
438
+ - http://hl7.org/fhir/StructureDefinition/ClinicalImpression
439
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
440
+ - http://hl7.org/fhir/StructureDefinition/Observation
441
+ - :path: Condition.evidence.detail
442
+ :profiles:
443
+ - http://hl7.org/fhir/StructureDefinition/Resource
444
+ :delayed_references: []
445
+ - :name: ipa_problem_list_item
446
+ :class_name: Ipav100ProblemListItemSequence
447
+ :version: v1.0.0
448
+ :reformatted_version: v100
449
+ :resource: Condition
450
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-problem-list-item
451
+ :profile_name: IPA-problem-list-item
452
+ :profile_version: 1.0.0
453
+ :title: Condition (Problem List Item)
454
+ :short_description: Verify support for the server capabilities required by the IPA-problem-list-item.
455
+ :interactions:
456
+ - :code: read
457
+ :expectation: SHALL
458
+ - :code: search-type
459
+ :expectation: SHALL
460
+ :operations: []
461
+ :searches:
462
+ - :names:
463
+ - patient
464
+ :expectation: SHALL
465
+ :names_not_must_support_or_mandatory: []
466
+ :must_support_or_mandatory: true
467
+ - :expectation: SHOULD
468
+ :names:
469
+ - patient
470
+ - clinical-status
471
+ :names_not_must_support_or_mandatory: []
472
+ :must_support_or_mandatory: true
473
+ - :expectation: SHOULD
474
+ :names:
475
+ - patient
476
+ - category
477
+ :names_not_must_support_or_mandatory: []
478
+ :must_support_or_mandatory: true
479
+ - :expectation: SHOULD
480
+ :names:
481
+ - patient
482
+ - category
483
+ - clinical-status
484
+ :names_not_must_support_or_mandatory: []
485
+ :must_support_or_mandatory: true
486
+ - :expectation: SHOULD
487
+ :names:
488
+ - patient
489
+ - code
490
+ :names_not_must_support_or_mandatory: []
491
+ :must_support_or_mandatory: true
492
+ - :expectation: SHOULD
493
+ :names:
494
+ - patient
495
+ - onset-date
496
+ :names_not_must_support_or_mandatory:
497
+ - onset-date
498
+ :must_support_or_mandatory: false
499
+ :search_definitions:
500
+ :patient:
501
+ :paths:
502
+ - AllergyIntolerance.patient
503
+ - CarePlan.subject
504
+ - CareTeam.subject
505
+ - ClinicalImpression.subject
506
+ - Composition.subject
507
+ - subject
508
+ - Consent.patient
509
+ - DetectedIssue.patient
510
+ - DeviceRequest.subject
511
+ - DeviceUseStatement.subject
512
+ - DiagnosticReport.subject
513
+ - DocumentManifest.subject
514
+ - DocumentReference.subject
515
+ - Encounter.subject
516
+ - EpisodeOfCare.patient
517
+ - FamilyMemberHistory.patient
518
+ - Flag.subject
519
+ - Goal.subject
520
+ - ImagingStudy.subject
521
+ - Immunization.patient
522
+ - List.subject
523
+ - MedicationAdministration.subject
524
+ - MedicationDispense.subject
525
+ - MedicationRequest.subject
526
+ - MedicationStatement.subject
527
+ - NutritionOrder.patient
528
+ - Observation.subject
529
+ - Procedure.subject
530
+ - RiskAssessment.subject
531
+ - ServiceRequest.subject
532
+ - SupplyDelivery.patient
533
+ - VisionPrescription.patient
534
+ :full_paths:
535
+ - AllergyIntolerance.patient
536
+ - CarePlan.subject
537
+ - CareTeam.subject
538
+ - ClinicalImpression.subject
539
+ - Composition.subject
540
+ - Condition.subject
541
+ - Consent.patient
542
+ - DetectedIssue.patient
543
+ - DeviceRequest.subject
544
+ - DeviceUseStatement.subject
545
+ - DiagnosticReport.subject
546
+ - DocumentManifest.subject
547
+ - DocumentReference.subject
548
+ - Encounter.subject
549
+ - EpisodeOfCare.patient
550
+ - FamilyMemberHistory.patient
551
+ - Flag.subject
552
+ - Goal.subject
553
+ - ImagingStudy.subject
554
+ - Immunization.patient
555
+ - List.subject
556
+ - MedicationAdministration.subject
557
+ - MedicationDispense.subject
558
+ - MedicationRequest.subject
559
+ - MedicationStatement.subject
560
+ - NutritionOrder.patient
561
+ - Observation.subject
562
+ - Procedure.subject
563
+ - RiskAssessment.subject
564
+ - ServiceRequest.subject
565
+ - SupplyDelivery.patient
566
+ - VisionPrescription.patient
567
+ :comparators: {}
568
+ :values: []
569
+ :type: Reference
570
+ :contains_multiple: false
571
+ :clinical-status:
572
+ :paths:
573
+ - clinicalStatus
574
+ :full_paths:
575
+ - Condition.clinicalStatus
576
+ :comparators: {}
577
+ :values:
578
+ - active
579
+ - recurrence
580
+ - relapse
581
+ - inactive
582
+ - remission
583
+ - resolved
584
+ :type: CodeableConcept
585
+ :contains_multiple: false
586
+ :category:
587
+ :paths:
588
+ - category
589
+ :full_paths:
590
+ - Condition.category
591
+ :comparators: {}
592
+ :values:
593
+ - problem-list-item
594
+ :type: CodeableConcept
595
+ :contains_multiple: true
596
+ :code:
597
+ :paths:
598
+ - AllergyIntolerance.code
599
+ - AllergyIntolerance.reaction.substance
600
+ - code
601
+ - "(DeviceRequest.codeCodeableConcept"
602
+ - DiagnosticReport.code
603
+ - FamilyMemberHistory.condition.code
604
+ - List.code
605
+ - Medication.code
606
+ - "(MedicationAdministration.medicationCodeableConcept"
607
+ - "(MedicationDispense.medicationCodeableConcept"
608
+ - "(MedicationRequest.medicationCodeableConcept"
609
+ - "(MedicationStatement.medicationCodeableConcept"
610
+ - Observation.code
611
+ - Procedure.code
612
+ - ServiceRequest.code
613
+ :full_paths:
614
+ - AllergyIntolerance.code
615
+ - AllergyIntolerance.reaction.substance
616
+ - Condition.code
617
+ - "(DeviceRequest.codeCodeableConcept"
618
+ - DiagnosticReport.code
619
+ - FamilyMemberHistory.condition.code
620
+ - List.code
621
+ - Medication.code
622
+ - "(MedicationAdministration.medicationCodeableConcept"
623
+ - "(MedicationDispense.medicationCodeableConcept"
624
+ - "(MedicationRequest.medicationCodeableConcept"
625
+ - "(MedicationStatement.medicationCodeableConcept"
626
+ - Observation.code
627
+ - Procedure.code
628
+ - ServiceRequest.code
629
+ :comparators: {}
630
+ :values: []
631
+ :type: CodeableConcept
632
+ :contains_multiple: false
633
+ :onset-date:
634
+ :paths:
635
+ - onsetDateTime
636
+ - onsetPeriod
637
+ :full_paths:
638
+ - Condition.onsetDateTime
639
+ - Condition.onsetPeriod
640
+ :comparators:
641
+ :eq: MAY
642
+ :ne: MAY
643
+ :gt: MAY
644
+ :ge: MAY
645
+ :lt: MAY
646
+ :le: MAY
647
+ :sa: MAY
648
+ :eb: MAY
649
+ :ap: MAY
650
+ :values: []
651
+ :type: date
652
+ :contains_multiple: false
653
+ :include_params: *1
654
+ :revincludes: *2
655
+ :required_concepts:
656
+ - clinicalStatus
657
+ - verificationStatus
658
+ :must_supports:
659
+ :extensions: []
660
+ :slices:
661
+ - :name: Condition.category:problem-list-item
662
+ :path: category
663
+ :discriminator:
664
+ :type: patternCodeableConcept
665
+ :path: ''
666
+ :code: problem-list-item
667
+ :system: http://terminology.hl7.org/CodeSystem/condition-category
668
+ :elements:
669
+ - :path: clinicalStatus
670
+ - :path: verificationStatus
671
+ - :path: category
672
+ - :path: code
673
+ - :path: subject
674
+ :types:
675
+ - Reference
676
+ :mandatory_elements:
677
+ - Condition.category
678
+ - Condition.code
679
+ - Condition.subject
680
+ :bindings:
681
+ - :type: CodeableConcept
682
+ :strength: required
683
+ :system: http://hl7.org/fhir/ValueSet/condition-clinical
684
+ :path: clinicalStatus
685
+ - :type: CodeableConcept
686
+ :strength: required
687
+ :system: http://hl7.org/fhir/ValueSet/condition-ver-status
688
+ :path: verificationStatus
689
+ :references:
690
+ - :path: Condition.subject
691
+ :profiles:
692
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
693
+ - :path: Condition.encounter
694
+ :profiles:
695
+ - http://hl7.org/fhir/StructureDefinition/Encounter
696
+ - :path: Condition.recorder
697
+ :profiles:
698
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
699
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
700
+ - http://hl7.org/fhir/StructureDefinition/Patient
701
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
702
+ - :path: Condition.asserter
703
+ :profiles:
704
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
705
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
706
+ - http://hl7.org/fhir/StructureDefinition/Patient
707
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
708
+ - :path: Condition.stage.assessment
709
+ :profiles:
710
+ - http://hl7.org/fhir/StructureDefinition/ClinicalImpression
711
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
712
+ - http://hl7.org/fhir/StructureDefinition/Observation
713
+ - :path: Condition.evidence.detail
714
+ :profiles:
715
+ - http://hl7.org/fhir/StructureDefinition/Resource
716
+ :delayed_references: []
717
+ - :name: ipa_documentreference
718
+ :class_name: Ipav100DocumentreferenceSequence
719
+ :version: v1.0.0
720
+ :reformatted_version: v100
721
+ :resource: DocumentReference
722
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-documentreference
723
+ :profile_name: IPA-DocumentReference
724
+ :profile_version: 1.0.0
725
+ :title: DocumentReference
726
+ :short_description: Verify support for the server capabilities required by the IPA-DocumentReference.
727
+ :interactions:
728
+ - :code: read
729
+ :expectation: SHALL
730
+ - :code: search-type
731
+ :expectation: SHALL
732
+ :operations:
733
+ - :code: docref
734
+ :expectation: SHALL
735
+ :searches:
736
+ - :names:
737
+ - patient
738
+ :expectation: SHALL
739
+ :names_not_must_support_or_mandatory: []
740
+ :must_support_or_mandatory: true
741
+ - :names:
742
+ - _id
743
+ :expectation: SHALL
744
+ :names_not_must_support_or_mandatory: []
745
+ :must_support_or_mandatory: true
746
+ - :expectation: SHALL
747
+ :names:
748
+ - patient
749
+ - category
750
+ :names_not_must_support_or_mandatory: []
751
+ :must_support_or_mandatory: true
752
+ - :expectation: SHALL
753
+ :names:
754
+ - patient
755
+ - category
756
+ - date
757
+ :names_not_must_support_or_mandatory: []
758
+ :must_support_or_mandatory: true
759
+ - :expectation: SHALL
760
+ :names:
761
+ - patient
762
+ - type
763
+ :names_not_must_support_or_mandatory: []
764
+ :must_support_or_mandatory: true
765
+ - :expectation: SHOULD
766
+ :names:
767
+ - patient
768
+ - contenttype
769
+ :names_not_must_support_or_mandatory: []
770
+ :must_support_or_mandatory: true
771
+ - :expectation: SHOULD
772
+ :names:
773
+ - patient
774
+ - status
775
+ :names_not_must_support_or_mandatory: []
776
+ :must_support_or_mandatory: true
777
+ - :expectation: SHOULD
778
+ :names:
779
+ - patient
780
+ - type
781
+ - date
782
+ :names_not_must_support_or_mandatory: []
783
+ :must_support_or_mandatory: true
784
+ - :expectation: SHOULD
785
+ :names:
786
+ - patient
787
+ - type
788
+ - period
789
+ :names_not_must_support_or_mandatory: []
790
+ :must_support_or_mandatory: true
791
+ :search_definitions:
792
+ :_id:
793
+ :paths:
794
+ - id
795
+ :full_paths:
796
+ - DocumentReference.id
797
+ :comparators: {}
798
+ :values: []
799
+ :type: http://hl7.org/fhirpath/System.String
800
+ :contains_multiple: false
801
+ :patient:
802
+ :paths:
803
+ - AllergyIntolerance.patient
804
+ - CarePlan.subject
805
+ - CareTeam.subject
806
+ - ClinicalImpression.subject
807
+ - Composition.subject
808
+ - Condition.subject
809
+ - Consent.patient
810
+ - DetectedIssue.patient
811
+ - DeviceRequest.subject
812
+ - DeviceUseStatement.subject
813
+ - DiagnosticReport.subject
814
+ - DocumentManifest.subject
815
+ - subject
816
+ - Encounter.subject
817
+ - EpisodeOfCare.patient
818
+ - FamilyMemberHistory.patient
819
+ - Flag.subject
820
+ - Goal.subject
821
+ - ImagingStudy.subject
822
+ - Immunization.patient
823
+ - List.subject
824
+ - MedicationAdministration.subject
825
+ - MedicationDispense.subject
826
+ - MedicationRequest.subject
827
+ - MedicationStatement.subject
828
+ - NutritionOrder.patient
829
+ - Observation.subject
830
+ - Procedure.subject
831
+ - RiskAssessment.subject
832
+ - ServiceRequest.subject
833
+ - SupplyDelivery.patient
834
+ - VisionPrescription.patient
835
+ :full_paths:
836
+ - AllergyIntolerance.patient
837
+ - CarePlan.subject
838
+ - CareTeam.subject
839
+ - ClinicalImpression.subject
840
+ - Composition.subject
841
+ - Condition.subject
842
+ - Consent.patient
843
+ - DetectedIssue.patient
844
+ - DeviceRequest.subject
845
+ - DeviceUseStatement.subject
846
+ - DiagnosticReport.subject
847
+ - DocumentManifest.subject
848
+ - DocumentReference.subject
849
+ - Encounter.subject
850
+ - EpisodeOfCare.patient
851
+ - FamilyMemberHistory.patient
852
+ - Flag.subject
853
+ - Goal.subject
854
+ - ImagingStudy.subject
855
+ - Immunization.patient
856
+ - List.subject
857
+ - MedicationAdministration.subject
858
+ - MedicationDispense.subject
859
+ - MedicationRequest.subject
860
+ - MedicationStatement.subject
861
+ - NutritionOrder.patient
862
+ - Observation.subject
863
+ - Procedure.subject
864
+ - RiskAssessment.subject
865
+ - ServiceRequest.subject
866
+ - SupplyDelivery.patient
867
+ - VisionPrescription.patient
868
+ :comparators: {}
869
+ :values: []
870
+ :type: Reference
871
+ :contains_multiple: false
872
+ :category:
873
+ :paths:
874
+ - category
875
+ :full_paths:
876
+ - DocumentReference.category
877
+ :comparators: {}
878
+ :values: []
879
+ :type: CodeableConcept
880
+ :contains_multiple: true
881
+ :date:
882
+ :paths:
883
+ - date
884
+ :full_paths:
885
+ - DocumentReference.date
886
+ :comparators:
887
+ :eq: MAY
888
+ :ne: MAY
889
+ :gt: MAY
890
+ :ge: MAY
891
+ :lt: MAY
892
+ :le: MAY
893
+ :sa: MAY
894
+ :eb: MAY
895
+ :ap: MAY
896
+ :values: []
897
+ :type: instant
898
+ :contains_multiple: false
899
+ :type:
900
+ :paths:
901
+ - AllergyIntolerance.type
902
+ - Composition.type
903
+ - DocumentManifest.type
904
+ - type
905
+ - Encounter.type
906
+ - EpisodeOfCare.type
907
+ :full_paths:
908
+ - AllergyIntolerance.type
909
+ - Composition.type
910
+ - DocumentManifest.type
911
+ - DocumentReference.type
912
+ - Encounter.type
913
+ - EpisodeOfCare.type
914
+ :comparators: {}
915
+ :values: []
916
+ :type: CodeableConcept
917
+ :contains_multiple: false
918
+ :contenttype:
919
+ :paths:
920
+ - content.attachment.contentType
921
+ :full_paths:
922
+ - DocumentReference.content.attachment.contentType
923
+ :comparators: {}
924
+ :values: []
925
+ :type: code
926
+ :contains_multiple: false
927
+ :status:
928
+ :paths:
929
+ - status
930
+ :full_paths:
931
+ - DocumentReference.status
932
+ :comparators: {}
933
+ :values:
934
+ - current
935
+ - superseded
936
+ - entered-in-error
937
+ :type: code
938
+ :contains_multiple: false
939
+ :period:
940
+ :paths:
941
+ - context.period
942
+ :full_paths:
943
+ - DocumentReference.context.period
944
+ :comparators:
945
+ :eq: MAY
946
+ :ne: MAY
947
+ :gt: MAY
948
+ :ge: MAY
949
+ :lt: MAY
950
+ :le: MAY
951
+ :sa: MAY
952
+ :eb: MAY
953
+ :ap: MAY
954
+ :values: []
955
+ :type: Period
956
+ :contains_multiple: false
957
+ :include_params: []
958
+ :revincludes:
959
+ - Provenance:target
960
+ :required_concepts: []
961
+ :must_supports:
962
+ :extensions: []
963
+ :slices: []
964
+ :elements:
965
+ - :path: status
966
+ - :path: type
967
+ - :path: category
968
+ - :path: subject
969
+ :types:
970
+ - Reference
971
+ - :path: date
972
+ - :path: author
973
+ :types:
974
+ - Reference
975
+ - :path: content
976
+ - :path: content.attachment
977
+ - :path: content.attachment.contentType
978
+ - :path: content.attachment.data
979
+ - :path: content.attachment.url
980
+ - :path: content.format
981
+ - :path: context
982
+ - :path: context.encounter
983
+ :types:
984
+ - Reference
985
+ - :path: context.period
986
+ :choices:
987
+ - :paths:
988
+ - content.attachment.data
989
+ - content.attachment.url
990
+ :mandatory_elements:
991
+ - DocumentReference.status
992
+ - DocumentReference.subject
993
+ - DocumentReference.relatesTo.code
994
+ - DocumentReference.relatesTo.target
995
+ - DocumentReference.content
996
+ - DocumentReference.content.attachment
997
+ - DocumentReference.content.attachment.contentType
998
+ :bindings:
999
+ - :type: code
1000
+ :strength: required
1001
+ :system: http://hl7.org/fhir/ValueSet/document-reference-status
1002
+ :path: status
1003
+ - :type: code
1004
+ :strength: required
1005
+ :system: http://hl7.org/fhir/ValueSet/composition-status
1006
+ :path: docStatus
1007
+ - :type: code
1008
+ :strength: required
1009
+ :system: http://hl7.org/fhir/ValueSet/document-relationship-type
1010
+ :path: relatesTo.code
1011
+ - :type: code
1012
+ :strength: required
1013
+ :system: http://hl7.org/fhir/ValueSet/mimetypes
1014
+ :path: content.attachment.contentType
1015
+ :references:
1016
+ - :path: DocumentReference.subject
1017
+ :profiles:
1018
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1019
+ - :path: DocumentReference.author
1020
+ :profiles:
1021
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
1022
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole
1023
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1024
+ - :path: DocumentReference.authenticator
1025
+ :profiles:
1026
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1027
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1028
+ - http://hl7.org/fhir/StructureDefinition/Organization
1029
+ - :path: DocumentReference.custodian
1030
+ :profiles:
1031
+ - http://hl7.org/fhir/StructureDefinition/Organization
1032
+ - :path: DocumentReference.relatesTo.target
1033
+ :profiles:
1034
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
1035
+ - :path: DocumentReference.context.encounter
1036
+ :profiles:
1037
+ - http://hl7.org/fhir/StructureDefinition/Encounter
1038
+ - http://hl7.org/fhir/StructureDefinition/EpisodeOfCare
1039
+ - :path: DocumentReference.context.sourcePatientInfo
1040
+ :profiles:
1041
+ - http://hl7.org/fhir/StructureDefinition/Patient
1042
+ - :path: DocumentReference.context.related
1043
+ :profiles:
1044
+ - http://hl7.org/fhir/StructureDefinition/Resource
1045
+ :delayed_references:
1046
+ - :path: author
1047
+ :resources:
1048
+ - Practitioner
1049
+ - PractitionerRole
1050
+ - :name: ipa_immunization
1051
+ :class_name: Ipav100ImmunizationSequence
1052
+ :version: v1.0.0
1053
+ :reformatted_version: v100
1054
+ :resource: Immunization
1055
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-immunization
1056
+ :profile_name: IPA-Immunization
1057
+ :profile_version: 1.0.0
1058
+ :title: Immunization
1059
+ :short_description: Verify support for the server capabilities required by the IPA-Immunization.
1060
+ :interactions:
1061
+ - :code: read
1062
+ :expectation: SHALL
1063
+ - :code: search-type
1064
+ :expectation: SHALL
1065
+ :operations: []
1066
+ :searches:
1067
+ - :names:
1068
+ - patient
1069
+ :expectation: SHALL
1070
+ :names_not_must_support_or_mandatory: []
1071
+ :must_support_or_mandatory: true
1072
+ - :expectation: SHOULD
1073
+ :names:
1074
+ - patient
1075
+ - date
1076
+ :names_not_must_support_or_mandatory: []
1077
+ :must_support_or_mandatory: true
1078
+ - :expectation: SHOULD
1079
+ :names:
1080
+ - patient
1081
+ - status
1082
+ :names_not_must_support_or_mandatory: []
1083
+ :must_support_or_mandatory: true
1084
+ :search_definitions:
1085
+ :patient:
1086
+ :paths:
1087
+ - AllergyIntolerance.patient
1088
+ - CarePlan.subject
1089
+ - CareTeam.subject
1090
+ - ClinicalImpression.subject
1091
+ - Composition.subject
1092
+ - Condition.subject
1093
+ - Consent.patient
1094
+ - DetectedIssue.patient
1095
+ - DeviceRequest.subject
1096
+ - DeviceUseStatement.subject
1097
+ - DiagnosticReport.subject
1098
+ - DocumentManifest.subject
1099
+ - DocumentReference.subject
1100
+ - Encounter.subject
1101
+ - EpisodeOfCare.patient
1102
+ - FamilyMemberHistory.patient
1103
+ - Flag.subject
1104
+ - Goal.subject
1105
+ - ImagingStudy.subject
1106
+ - patient
1107
+ - List.subject
1108
+ - MedicationAdministration.subject
1109
+ - MedicationDispense.subject
1110
+ - MedicationRequest.subject
1111
+ - MedicationStatement.subject
1112
+ - NutritionOrder.patient
1113
+ - Observation.subject
1114
+ - Procedure.subject
1115
+ - RiskAssessment.subject
1116
+ - ServiceRequest.subject
1117
+ - SupplyDelivery.patient
1118
+ - VisionPrescription.patient
1119
+ :full_paths:
1120
+ - AllergyIntolerance.patient
1121
+ - CarePlan.subject
1122
+ - CareTeam.subject
1123
+ - ClinicalImpression.subject
1124
+ - Composition.subject
1125
+ - Condition.subject
1126
+ - Consent.patient
1127
+ - DetectedIssue.patient
1128
+ - DeviceRequest.subject
1129
+ - DeviceUseStatement.subject
1130
+ - DiagnosticReport.subject
1131
+ - DocumentManifest.subject
1132
+ - DocumentReference.subject
1133
+ - Encounter.subject
1134
+ - EpisodeOfCare.patient
1135
+ - FamilyMemberHistory.patient
1136
+ - Flag.subject
1137
+ - Goal.subject
1138
+ - ImagingStudy.subject
1139
+ - Immunization.patient
1140
+ - List.subject
1141
+ - MedicationAdministration.subject
1142
+ - MedicationDispense.subject
1143
+ - MedicationRequest.subject
1144
+ - MedicationStatement.subject
1145
+ - NutritionOrder.patient
1146
+ - Observation.subject
1147
+ - Procedure.subject
1148
+ - RiskAssessment.subject
1149
+ - ServiceRequest.subject
1150
+ - SupplyDelivery.patient
1151
+ - VisionPrescription.patient
1152
+ :comparators: {}
1153
+ :values: []
1154
+ :type: Reference
1155
+ :contains_multiple: false
1156
+ :date:
1157
+ :paths:
1158
+ - AllergyIntolerance.recordedDate
1159
+ - CarePlan.period
1160
+ - CareTeam.period
1161
+ - ClinicalImpression.date
1162
+ - Composition.date
1163
+ - Consent.dateTime
1164
+ - DiagnosticReport.effective
1165
+ - Encounter.period
1166
+ - EpisodeOfCare.period
1167
+ - FamilyMemberHistory.date
1168
+ - Flag.period
1169
+ - occurrence
1170
+ - List.date
1171
+ - Observation.effective
1172
+ - Procedure.performed
1173
+ - "(RiskAssessment.occurrenceDateTime"
1174
+ - SupplyRequest.authoredOn
1175
+ :full_paths:
1176
+ - AllergyIntolerance.recordedDate
1177
+ - CarePlan.period
1178
+ - CareTeam.period
1179
+ - ClinicalImpression.date
1180
+ - Composition.date
1181
+ - Consent.dateTime
1182
+ - DiagnosticReport.effective
1183
+ - Encounter.period
1184
+ - EpisodeOfCare.period
1185
+ - FamilyMemberHistory.date
1186
+ - Flag.period
1187
+ - Immunization.occurrence
1188
+ - List.date
1189
+ - Observation.effective
1190
+ - Procedure.performed
1191
+ - "(RiskAssessment.occurrenceDateTime"
1192
+ - SupplyRequest.authoredOn
1193
+ :comparators:
1194
+ :eq: MAY
1195
+ :ne: MAY
1196
+ :gt: MAY
1197
+ :ge: MAY
1198
+ :lt: MAY
1199
+ :le: MAY
1200
+ :sa: MAY
1201
+ :eb: MAY
1202
+ :ap: MAY
1203
+ :values: []
1204
+ :type: date
1205
+ :contains_multiple: false
1206
+ :status:
1207
+ :paths:
1208
+ - status
1209
+ :full_paths:
1210
+ - Immunization.status
1211
+ :comparators: {}
1212
+ :values:
1213
+ - completed
1214
+ - entered-in-error
1215
+ - not-done
1216
+ :type: code
1217
+ :contains_multiple: false
1218
+ :include_params: []
1219
+ :revincludes:
1220
+ - Provenance:target
1221
+ :required_concepts: []
1222
+ :must_supports:
1223
+ :extensions: []
1224
+ :slices: []
1225
+ :elements:
1226
+ - :path: status
1227
+ - :path: statusReason
1228
+ - :path: vaccineCode
1229
+ - :path: patient
1230
+ :types:
1231
+ - Reference
1232
+ - :path: occurrence[x]
1233
+ :mandatory_elements:
1234
+ - Immunization.status
1235
+ - Immunization.vaccineCode
1236
+ - Immunization.patient
1237
+ - Immunization.occurrence[x]
1238
+ - Immunization.performer.actor
1239
+ - Immunization.protocolApplied.doseNumber[x]
1240
+ :bindings:
1241
+ - :type: code
1242
+ :strength: required
1243
+ :system: http://hl7.org/fhir/ValueSet/immunization-status
1244
+ :path: status
1245
+ :references:
1246
+ - :path: Immunization.patient
1247
+ :profiles:
1248
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1249
+ - :path: Immunization.encounter
1250
+ :profiles:
1251
+ - http://hl7.org/fhir/StructureDefinition/Encounter
1252
+ - :path: Immunization.location
1253
+ :profiles:
1254
+ - http://hl7.org/fhir/StructureDefinition/Location
1255
+ - :path: Immunization.manufacturer
1256
+ :profiles:
1257
+ - http://hl7.org/fhir/StructureDefinition/Organization
1258
+ - :path: Immunization.performer.actor
1259
+ :profiles:
1260
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1261
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1262
+ - http://hl7.org/fhir/StructureDefinition/Organization
1263
+ - :path: Immunization.reasonReference
1264
+ :profiles:
1265
+ - http://hl7.org/fhir/StructureDefinition/Condition
1266
+ - http://hl7.org/fhir/StructureDefinition/Observation
1267
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
1268
+ - :path: Immunization.reaction.detail
1269
+ :profiles:
1270
+ - http://hl7.org/fhir/StructureDefinition/Observation
1271
+ - :path: Immunization.protocolApplied.authority
1272
+ :profiles:
1273
+ - http://hl7.org/fhir/StructureDefinition/Organization
1274
+ :delayed_references: []
1275
+ - :name: ipa_medication
1276
+ :class_name: Ipav100MedicationSequence
1277
+ :version: v1.0.0
1278
+ :reformatted_version: v100
1279
+ :resource: Medication
1280
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication
1281
+ :profile_name: IPA-Medication
1282
+ :profile_version: 1.0.0
1283
+ :title: Medication
1284
+ :short_description: Verify support for the server capabilities required by the IPA-Medication.
1285
+ :interactions:
1286
+ - :code: read
1287
+ :expectation: SHALL
1288
+ :operations: []
1289
+ :searches: []
1290
+ :search_definitions: {}
1291
+ :include_params: []
1292
+ :revincludes:
1293
+ - Provenance:target
1294
+ :required_concepts: []
1295
+ :must_supports:
1296
+ :extensions: []
1297
+ :slices: []
1298
+ :elements:
1299
+ - :path: code
1300
+ :mandatory_elements:
1301
+ - Medication.code
1302
+ - Medication.ingredient.item[x]
1303
+ :bindings:
1304
+ - :type: code
1305
+ :strength: required
1306
+ :system: http://hl7.org/fhir/ValueSet/medication-status
1307
+ :path: status
1308
+ :references:
1309
+ - :path: Medication.manufacturer
1310
+ :profiles:
1311
+ - http://hl7.org/fhir/StructureDefinition/Organization
1312
+ - :path: Medication.ingredient.itemReference
1313
+ :profiles:
1314
+ - http://hl7.org/fhir/StructureDefinition/Substance
1315
+ - http://hl7.org/fhir/StructureDefinition/Medication
1316
+ :delayed_references: []
1317
+ - :name: ipa_medicationrequest
1318
+ :class_name: Ipav100MedicationrequestSequence
1319
+ :version: v1.0.0
1320
+ :reformatted_version: v100
1321
+ :resource: MedicationRequest
1322
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest
1323
+ :profile_name: IPA-MedicationRequest
1324
+ :profile_version: 1.0.0
1325
+ :title: MedicationRequest
1326
+ :short_description: Verify support for the server capabilities required by the IPA-MedicationRequest.
1327
+ :interactions:
1328
+ - :code: read
1329
+ :expectation: SHALL
1330
+ - :code: search-type
1331
+ :expectation: SHALL
1332
+ :operations: []
1333
+ :searches:
1334
+ - :names:
1335
+ - patient
1336
+ :expectation: SHALL
1337
+ :names_not_must_support_or_mandatory: []
1338
+ :must_support_or_mandatory: true
1339
+ - :names:
1340
+ - category
1341
+ :expectation: SHOULD
1342
+ :names_not_must_support_or_mandatory:
1343
+ - category
1344
+ :must_support_or_mandatory: false
1345
+ - :names:
1346
+ - code
1347
+ :expectation: SHOULD
1348
+ :names_not_must_support_or_mandatory:
1349
+ - code
1350
+ :must_support_or_mandatory: false
1351
+ - :expectation: SHOULD
1352
+ :names:
1353
+ - patient
1354
+ - intent
1355
+ :names_not_must_support_or_mandatory: []
1356
+ :must_support_or_mandatory: true
1357
+ - :expectation: SHOULD
1358
+ :names:
1359
+ - patient
1360
+ - intent
1361
+ - authoredon
1362
+ :names_not_must_support_or_mandatory: []
1363
+ :must_support_or_mandatory: true
1364
+ - :expectation: SHOULD
1365
+ :names:
1366
+ - patient
1367
+ - intent
1368
+ - status
1369
+ :names_not_must_support_or_mandatory: []
1370
+ :must_support_or_mandatory: true
1371
+ :search_definitions:
1372
+ :category:
1373
+ :paths:
1374
+ - category
1375
+ :full_paths:
1376
+ - MedicationRequest.category
1377
+ :comparators: {}
1378
+ :values: []
1379
+ :type: CodeableConcept
1380
+ :contains_multiple: true
1381
+ :code:
1382
+ :paths:
1383
+ - AllergyIntolerance.code
1384
+ - AllergyIntolerance.reaction.substance
1385
+ - Condition.code
1386
+ - "(DeviceRequest.codeCodeableConcept"
1387
+ - DiagnosticReport.code
1388
+ - FamilyMemberHistory.condition.code
1389
+ - List.code
1390
+ - Medication.code
1391
+ - "(MedicationAdministration.medicationCodeableConcept"
1392
+ - "(MedicationDispense.medicationCodeableConcept"
1393
+ - "(medicationCodeableConcept"
1394
+ - "(MedicationStatement.medicationCodeableConcept"
1395
+ - Observation.code
1396
+ - Procedure.code
1397
+ - ServiceRequest.code
1398
+ :full_paths:
1399
+ - AllergyIntolerance.code
1400
+ - AllergyIntolerance.reaction.substance
1401
+ - Condition.code
1402
+ - "(DeviceRequest.codeCodeableConcept"
1403
+ - DiagnosticReport.code
1404
+ - FamilyMemberHistory.condition.code
1405
+ - List.code
1406
+ - Medication.code
1407
+ - "(MedicationAdministration.medicationCodeableConcept"
1408
+ - "(MedicationDispense.medicationCodeableConcept"
1409
+ - "(MedicationRequest.medicationCodeableConcept"
1410
+ - "(MedicationStatement.medicationCodeableConcept"
1411
+ - Observation.code
1412
+ - Procedure.code
1413
+ - ServiceRequest.code
1414
+ :comparators: {}
1415
+ :values: []
1416
+ :type: token
1417
+ :contains_multiple: false
1418
+ :patient:
1419
+ :paths:
1420
+ - AllergyIntolerance.patient
1421
+ - CarePlan.subject
1422
+ - CareTeam.subject
1423
+ - ClinicalImpression.subject
1424
+ - Composition.subject
1425
+ - Condition.subject
1426
+ - Consent.patient
1427
+ - DetectedIssue.patient
1428
+ - DeviceRequest.subject
1429
+ - DeviceUseStatement.subject
1430
+ - DiagnosticReport.subject
1431
+ - DocumentManifest.subject
1432
+ - DocumentReference.subject
1433
+ - Encounter.subject
1434
+ - EpisodeOfCare.patient
1435
+ - FamilyMemberHistory.patient
1436
+ - Flag.subject
1437
+ - Goal.subject
1438
+ - ImagingStudy.subject
1439
+ - Immunization.patient
1440
+ - List.subject
1441
+ - MedicationAdministration.subject
1442
+ - MedicationDispense.subject
1443
+ - subject
1444
+ - MedicationStatement.subject
1445
+ - NutritionOrder.patient
1446
+ - Observation.subject
1447
+ - Procedure.subject
1448
+ - RiskAssessment.subject
1449
+ - ServiceRequest.subject
1450
+ - SupplyDelivery.patient
1451
+ - VisionPrescription.patient
1452
+ :full_paths:
1453
+ - AllergyIntolerance.patient
1454
+ - CarePlan.subject
1455
+ - CareTeam.subject
1456
+ - ClinicalImpression.subject
1457
+ - Composition.subject
1458
+ - Condition.subject
1459
+ - Consent.patient
1460
+ - DetectedIssue.patient
1461
+ - DeviceRequest.subject
1462
+ - DeviceUseStatement.subject
1463
+ - DiagnosticReport.subject
1464
+ - DocumentManifest.subject
1465
+ - DocumentReference.subject
1466
+ - Encounter.subject
1467
+ - EpisodeOfCare.patient
1468
+ - FamilyMemberHistory.patient
1469
+ - Flag.subject
1470
+ - Goal.subject
1471
+ - ImagingStudy.subject
1472
+ - Immunization.patient
1473
+ - List.subject
1474
+ - MedicationAdministration.subject
1475
+ - MedicationDispense.subject
1476
+ - MedicationRequest.subject
1477
+ - MedicationStatement.subject
1478
+ - NutritionOrder.patient
1479
+ - Observation.subject
1480
+ - Procedure.subject
1481
+ - RiskAssessment.subject
1482
+ - ServiceRequest.subject
1483
+ - SupplyDelivery.patient
1484
+ - VisionPrescription.patient
1485
+ :comparators: {}
1486
+ :values: []
1487
+ :type: Reference
1488
+ :contains_multiple: false
1489
+ :intent:
1490
+ :paths:
1491
+ - intent
1492
+ :full_paths:
1493
+ - MedicationRequest.intent
1494
+ :comparators: {}
1495
+ :values: []
1496
+ :type: code
1497
+ :contains_multiple: false
1498
+ :authoredon:
1499
+ :paths:
1500
+ - authoredOn
1501
+ :full_paths:
1502
+ - MedicationRequest.authoredOn
1503
+ :comparators:
1504
+ :eq: MAY
1505
+ :ne: MAY
1506
+ :gt: MAY
1507
+ :ge: MAY
1508
+ :lt: MAY
1509
+ :le: MAY
1510
+ :sa: MAY
1511
+ :eb: MAY
1512
+ :ap: MAY
1513
+ :values: []
1514
+ :type: dateTime
1515
+ :contains_multiple: false
1516
+ :status:
1517
+ :paths:
1518
+ - MedicationAdministration.status
1519
+ - MedicationDispense.status
1520
+ - status
1521
+ - MedicationStatement.status
1522
+ :full_paths:
1523
+ - MedicationAdministration.status
1524
+ - MedicationDispense.status
1525
+ - MedicationRequest.status
1526
+ - MedicationStatement.status
1527
+ :comparators: {}
1528
+ :values:
1529
+ - active
1530
+ - on-hold
1531
+ - cancelled
1532
+ - completed
1533
+ - entered-in-error
1534
+ - stopped
1535
+ - draft
1536
+ - unknown
1537
+ :type: code
1538
+ :contains_multiple: false
1539
+ :include_params:
1540
+ - MedicationRequest:medication
1541
+ :revincludes:
1542
+ - Provenance:target
1543
+ :required_concepts: []
1544
+ :must_supports:
1545
+ :extensions: []
1546
+ :slices: []
1547
+ :elements:
1548
+ - :path: status
1549
+ - :path: intent
1550
+ - :path: reported[x]
1551
+ :types:
1552
+ - Reference
1553
+ - :path: medication[x]
1554
+ :types:
1555
+ - Reference
1556
+ - :path: subject
1557
+ :types:
1558
+ - Reference
1559
+ - :path: encounter
1560
+ :types:
1561
+ - Reference
1562
+ - :path: authoredOn
1563
+ - :path: requester
1564
+ :types:
1565
+ - Reference
1566
+ - :path: dosageInstruction
1567
+ - :path: dosageInstruction.text
1568
+ :mandatory_elements:
1569
+ - MedicationRequest.status
1570
+ - MedicationRequest.intent
1571
+ - MedicationRequest.medication[x]
1572
+ - MedicationRequest.subject
1573
+ - MedicationRequest.substitution.allowed[x]
1574
+ :bindings:
1575
+ - :type: code
1576
+ :strength: required
1577
+ :system: http://hl7.org/fhir/ValueSet/medicationrequest-status
1578
+ :path: status
1579
+ - :type: code
1580
+ :strength: required
1581
+ :system: http://hl7.org/fhir/ValueSet/medicationrequest-intent
1582
+ :path: intent
1583
+ - :type: code
1584
+ :strength: required
1585
+ :system: http://hl7.org/fhir/ValueSet/request-priority
1586
+ :path: priority
1587
+ :references:
1588
+ - :path: MedicationRequest.reportedReference
1589
+ :profiles:
1590
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1591
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
1592
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole
1593
+ - :path: MedicationRequest.medicationReference
1594
+ :profiles:
1595
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication
1596
+ - :path: MedicationRequest.subject
1597
+ :profiles:
1598
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1599
+ - :path: MedicationRequest.encounter
1600
+ :profiles:
1601
+ - http://hl7.org/fhir/StructureDefinition/Encounter
1602
+ - :path: MedicationRequest.supportingInformation
1603
+ :profiles:
1604
+ - http://hl7.org/fhir/StructureDefinition/Resource
1605
+ - :path: MedicationRequest.requester
1606
+ :profiles:
1607
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
1608
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole
1609
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1610
+ - :path: MedicationRequest.performer
1611
+ :profiles:
1612
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1613
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1614
+ - http://hl7.org/fhir/StructureDefinition/Organization
1615
+ - http://hl7.org/fhir/StructureDefinition/Patient
1616
+ - http://hl7.org/fhir/StructureDefinition/Device
1617
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
1618
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
1619
+ - :path: MedicationRequest.recorder
1620
+ :profiles:
1621
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
1622
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
1623
+ - :path: MedicationRequest.reasonReference
1624
+ :profiles:
1625
+ - http://hl7.org/fhir/StructureDefinition/Condition
1626
+ - http://hl7.org/fhir/StructureDefinition/Observation
1627
+ - :path: MedicationRequest.basedOn
1628
+ :profiles:
1629
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
1630
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
1631
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
1632
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
1633
+ - :path: MedicationRequest.insurance
1634
+ :profiles:
1635
+ - http://hl7.org/fhir/StructureDefinition/Coverage
1636
+ - http://hl7.org/fhir/StructureDefinition/ClaimResponse
1637
+ - :path: MedicationRequest.dispenseRequest.performer
1638
+ :profiles:
1639
+ - http://hl7.org/fhir/StructureDefinition/Organization
1640
+ - :path: MedicationRequest.priorPrescription
1641
+ :profiles:
1642
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
1643
+ - :path: MedicationRequest.detectedIssue
1644
+ :profiles:
1645
+ - http://hl7.org/fhir/StructureDefinition/DetectedIssue
1646
+ - :path: MedicationRequest.eventHistory
1647
+ :profiles:
1648
+ - http://hl7.org/fhir/StructureDefinition/Provenance
1649
+ :delayed_references:
1650
+ - :path: reportedReference
1651
+ :resources:
1652
+ - Practitioner
1653
+ - PractitionerRole
1654
+ - :path: medicationReference
1655
+ :resources:
1656
+ - Medication
1657
+ - :path: requester
1658
+ :resources:
1659
+ - Practitioner
1660
+ - PractitionerRole
1661
+ - :name: ipa_medicationstatement
1662
+ :class_name: Ipav100MedicationstatementSequence
1663
+ :version: v1.0.0
1664
+ :reformatted_version: v100
1665
+ :resource: MedicationStatement
1666
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement
1667
+ :profile_name: IPA-MedicationStatement
1668
+ :profile_version: 1.0.0
1669
+ :title: MedicationStatement
1670
+ :short_description: Verify support for the server capabilities required by the IPA-MedicationStatement.
1671
+ :interactions:
1672
+ - :code: read
1673
+ :expectation: SHALL
1674
+ - :code: search-type
1675
+ :expectation: SHALL
1676
+ :operations: []
1677
+ :searches:
1678
+ - :names:
1679
+ - patient
1680
+ :expectation: SHALL
1681
+ :names_not_must_support_or_mandatory: []
1682
+ :must_support_or_mandatory: true
1683
+ - :expectation: SHOULD
1684
+ :names:
1685
+ - patient
1686
+ - status
1687
+ :names_not_must_support_or_mandatory: []
1688
+ :must_support_or_mandatory: true
1689
+ :search_definitions:
1690
+ :patient:
1691
+ :paths:
1692
+ - AllergyIntolerance.patient
1693
+ - CarePlan.subject
1694
+ - CareTeam.subject
1695
+ - ClinicalImpression.subject
1696
+ - Composition.subject
1697
+ - Condition.subject
1698
+ - Consent.patient
1699
+ - DetectedIssue.patient
1700
+ - DeviceRequest.subject
1701
+ - DeviceUseStatement.subject
1702
+ - DiagnosticReport.subject
1703
+ - DocumentManifest.subject
1704
+ - DocumentReference.subject
1705
+ - Encounter.subject
1706
+ - EpisodeOfCare.patient
1707
+ - FamilyMemberHistory.patient
1708
+ - Flag.subject
1709
+ - Goal.subject
1710
+ - ImagingStudy.subject
1711
+ - Immunization.patient
1712
+ - List.subject
1713
+ - MedicationAdministration.subject
1714
+ - MedicationDispense.subject
1715
+ - MedicationRequest.subject
1716
+ - subject
1717
+ - NutritionOrder.patient
1718
+ - Observation.subject
1719
+ - Procedure.subject
1720
+ - RiskAssessment.subject
1721
+ - ServiceRequest.subject
1722
+ - SupplyDelivery.patient
1723
+ - VisionPrescription.patient
1724
+ :full_paths:
1725
+ - AllergyIntolerance.patient
1726
+ - CarePlan.subject
1727
+ - CareTeam.subject
1728
+ - ClinicalImpression.subject
1729
+ - Composition.subject
1730
+ - Condition.subject
1731
+ - Consent.patient
1732
+ - DetectedIssue.patient
1733
+ - DeviceRequest.subject
1734
+ - DeviceUseStatement.subject
1735
+ - DiagnosticReport.subject
1736
+ - DocumentManifest.subject
1737
+ - DocumentReference.subject
1738
+ - Encounter.subject
1739
+ - EpisodeOfCare.patient
1740
+ - FamilyMemberHistory.patient
1741
+ - Flag.subject
1742
+ - Goal.subject
1743
+ - ImagingStudy.subject
1744
+ - Immunization.patient
1745
+ - List.subject
1746
+ - MedicationAdministration.subject
1747
+ - MedicationDispense.subject
1748
+ - MedicationRequest.subject
1749
+ - MedicationStatement.subject
1750
+ - NutritionOrder.patient
1751
+ - Observation.subject
1752
+ - Procedure.subject
1753
+ - RiskAssessment.subject
1754
+ - ServiceRequest.subject
1755
+ - SupplyDelivery.patient
1756
+ - VisionPrescription.patient
1757
+ :comparators: {}
1758
+ :values: []
1759
+ :type: Reference
1760
+ :contains_multiple: false
1761
+ :status:
1762
+ :paths:
1763
+ - MedicationAdministration.status
1764
+ - MedicationDispense.status
1765
+ - MedicationRequest.status
1766
+ - status
1767
+ :full_paths:
1768
+ - MedicationAdministration.status
1769
+ - MedicationDispense.status
1770
+ - MedicationRequest.status
1771
+ - MedicationStatement.status
1772
+ :comparators: {}
1773
+ :values:
1774
+ - active
1775
+ - completed
1776
+ - entered-in-error
1777
+ - intended
1778
+ - stopped
1779
+ - on-hold
1780
+ - unknown
1781
+ - not-taken
1782
+ :type: code
1783
+ :contains_multiple: false
1784
+ :include_params:
1785
+ - MedicationStatement:medication
1786
+ :revincludes:
1787
+ - Provenance:target
1788
+ :required_concepts: []
1789
+ :must_supports:
1790
+ :extensions: []
1791
+ :slices: []
1792
+ :elements:
1793
+ - :path: status
1794
+ - :path: statusReason
1795
+ - :path: medication[x]
1796
+ :types:
1797
+ - Reference
1798
+ - :path: subject
1799
+ :types:
1800
+ - Reference
1801
+ - :path: context
1802
+ :types:
1803
+ - Reference
1804
+ - :path: effective[x]
1805
+ - :path: informationSource
1806
+ :types:
1807
+ - Reference
1808
+ - :path: dosage
1809
+ - :path: dosage.text
1810
+ :mandatory_elements:
1811
+ - MedicationStatement.status
1812
+ - MedicationStatement.medication[x]
1813
+ - MedicationStatement.subject
1814
+ :bindings:
1815
+ - :type: code
1816
+ :strength: required
1817
+ :system: http://hl7.org/fhir/ValueSet/medication-statement-status
1818
+ :path: status
1819
+ :references:
1820
+ - :path: MedicationStatement.basedOn
1821
+ :profiles:
1822
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
1823
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
1824
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
1825
+ - :path: MedicationStatement.partOf
1826
+ :profiles:
1827
+ - http://hl7.org/fhir/StructureDefinition/MedicationAdministration
1828
+ - http://hl7.org/fhir/StructureDefinition/MedicationDispense
1829
+ - http://hl7.org/fhir/StructureDefinition/MedicationStatement
1830
+ - http://hl7.org/fhir/StructureDefinition/Procedure
1831
+ - http://hl7.org/fhir/StructureDefinition/Observation
1832
+ - :path: MedicationStatement.medicationReference
1833
+ :profiles:
1834
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medication
1835
+ - :path: MedicationStatement.subject
1836
+ :profiles:
1837
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1838
+ - :path: MedicationStatement.context
1839
+ :profiles:
1840
+ - http://hl7.org/fhir/StructureDefinition/Encounter
1841
+ - http://hl7.org/fhir/StructureDefinition/EpisodeOfCare
1842
+ - :path: MedicationStatement.informationSource
1843
+ :profiles:
1844
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
1845
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole
1846
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
1847
+ - http://hl7.org/fhir/StructureDefinition/Organization
1848
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
1849
+ - :path: MedicationStatement.derivedFrom
1850
+ :profiles:
1851
+ - http://hl7.org/fhir/StructureDefinition/Resource
1852
+ - :path: MedicationStatement.reasonReference
1853
+ :profiles:
1854
+ - http://hl7.org/fhir/StructureDefinition/Condition
1855
+ - http://hl7.org/fhir/StructureDefinition/Observation
1856
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
1857
+ :delayed_references:
1858
+ - :path: medicationReference
1859
+ :resources:
1860
+ - Medication
1861
+ - :path: informationSource
1862
+ :resources:
1863
+ - Practitioner
1864
+ - PractitionerRole
1865
+ - :name: ipa_observation
1866
+ :class_name: Ipav100ObservationSequence
1867
+ :version: v1.0.0
1868
+ :reformatted_version: v100
1869
+ :resource: Observation
1870
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation
1871
+ :profile_name: IPA-Observation
1872
+ :profile_version: 1.0.0
1873
+ :title: Observation
1874
+ :short_description: Verify support for the server capabilities required by the IPA-Observation.
1875
+ :interactions:
1876
+ - :code: read
1877
+ :expectation: SHALL
1878
+ - :code: search-type
1879
+ :expectation: SHALL
1880
+ :operations: []
1881
+ :searches:
1882
+ - :expectation: SHALL
1883
+ :names:
1884
+ - patient
1885
+ - category
1886
+ :names_not_must_support_or_mandatory: []
1887
+ :must_support_or_mandatory: true
1888
+ - :expectation: SHALL
1889
+ :names:
1890
+ - patient
1891
+ - code
1892
+ :names_not_must_support_or_mandatory: []
1893
+ :must_support_or_mandatory: true
1894
+ - :expectation: SHALL
1895
+ :names:
1896
+ - patient
1897
+ - category
1898
+ - date
1899
+ :names_not_must_support_or_mandatory: []
1900
+ :must_support_or_mandatory: true
1901
+ - :expectation: SHOULD
1902
+ :names:
1903
+ - patient
1904
+ - category
1905
+ - status
1906
+ :names_not_must_support_or_mandatory: []
1907
+ :must_support_or_mandatory: true
1908
+ - :expectation: SHOULD
1909
+ :names:
1910
+ - patient
1911
+ - code
1912
+ - date
1913
+ :names_not_must_support_or_mandatory: []
1914
+ :must_support_or_mandatory: true
1915
+ :search_definitions:
1916
+ :patient:
1917
+ :paths:
1918
+ - AllergyIntolerance.patient
1919
+ - CarePlan.subject
1920
+ - CareTeam.subject
1921
+ - ClinicalImpression.subject
1922
+ - Composition.subject
1923
+ - Condition.subject
1924
+ - Consent.patient
1925
+ - DetectedIssue.patient
1926
+ - DeviceRequest.subject
1927
+ - DeviceUseStatement.subject
1928
+ - DiagnosticReport.subject
1929
+ - DocumentManifest.subject
1930
+ - DocumentReference.subject
1931
+ - Encounter.subject
1932
+ - EpisodeOfCare.patient
1933
+ - FamilyMemberHistory.patient
1934
+ - Flag.subject
1935
+ - Goal.subject
1936
+ - ImagingStudy.subject
1937
+ - Immunization.patient
1938
+ - List.subject
1939
+ - MedicationAdministration.subject
1940
+ - MedicationDispense.subject
1941
+ - MedicationRequest.subject
1942
+ - MedicationStatement.subject
1943
+ - NutritionOrder.patient
1944
+ - subject
1945
+ - Procedure.subject
1946
+ - RiskAssessment.subject
1947
+ - ServiceRequest.subject
1948
+ - SupplyDelivery.patient
1949
+ - VisionPrescription.patient
1950
+ :full_paths:
1951
+ - AllergyIntolerance.patient
1952
+ - CarePlan.subject
1953
+ - CareTeam.subject
1954
+ - ClinicalImpression.subject
1955
+ - Composition.subject
1956
+ - Condition.subject
1957
+ - Consent.patient
1958
+ - DetectedIssue.patient
1959
+ - DeviceRequest.subject
1960
+ - DeviceUseStatement.subject
1961
+ - DiagnosticReport.subject
1962
+ - DocumentManifest.subject
1963
+ - DocumentReference.subject
1964
+ - Encounter.subject
1965
+ - EpisodeOfCare.patient
1966
+ - FamilyMemberHistory.patient
1967
+ - Flag.subject
1968
+ - Goal.subject
1969
+ - ImagingStudy.subject
1970
+ - Immunization.patient
1971
+ - List.subject
1972
+ - MedicationAdministration.subject
1973
+ - MedicationDispense.subject
1974
+ - MedicationRequest.subject
1975
+ - MedicationStatement.subject
1976
+ - NutritionOrder.patient
1977
+ - Observation.subject
1978
+ - Procedure.subject
1979
+ - RiskAssessment.subject
1980
+ - ServiceRequest.subject
1981
+ - SupplyDelivery.patient
1982
+ - VisionPrescription.patient
1983
+ :comparators: {}
1984
+ :values: []
1985
+ :type: Reference
1986
+ :contains_multiple: false
1987
+ :category:
1988
+ :paths:
1989
+ - category
1990
+ :full_paths:
1991
+ - Observation.category
1992
+ :comparators: {}
1993
+ :values: []
1994
+ :type: CodeableConcept
1995
+ :contains_multiple: true
1996
+ :code:
1997
+ :paths:
1998
+ - AllergyIntolerance.code
1999
+ - AllergyIntolerance.reaction.substance
2000
+ - Condition.code
2001
+ - "(DeviceRequest.codeCodeableConcept"
2002
+ - DiagnosticReport.code
2003
+ - FamilyMemberHistory.condition.code
2004
+ - List.code
2005
+ - Medication.code
2006
+ - "(MedicationAdministration.medicationCodeableConcept"
2007
+ - "(MedicationDispense.medicationCodeableConcept"
2008
+ - "(MedicationRequest.medicationCodeableConcept"
2009
+ - "(MedicationStatement.medicationCodeableConcept"
2010
+ - code
2011
+ - Procedure.code
2012
+ - ServiceRequest.code
2013
+ :full_paths:
2014
+ - AllergyIntolerance.code
2015
+ - AllergyIntolerance.reaction.substance
2016
+ - Condition.code
2017
+ - "(DeviceRequest.codeCodeableConcept"
2018
+ - DiagnosticReport.code
2019
+ - FamilyMemberHistory.condition.code
2020
+ - List.code
2021
+ - Medication.code
2022
+ - "(MedicationAdministration.medicationCodeableConcept"
2023
+ - "(MedicationDispense.medicationCodeableConcept"
2024
+ - "(MedicationRequest.medicationCodeableConcept"
2025
+ - "(MedicationStatement.medicationCodeableConcept"
2026
+ - Observation.code
2027
+ - Procedure.code
2028
+ - ServiceRequest.code
2029
+ :comparators: {}
2030
+ :values: []
2031
+ :type: CodeableConcept
2032
+ :contains_multiple: false
2033
+ :date:
2034
+ :paths:
2035
+ - AllergyIntolerance.recordedDate
2036
+ - CarePlan.period
2037
+ - CareTeam.period
2038
+ - ClinicalImpression.date
2039
+ - Composition.date
2040
+ - Consent.dateTime
2041
+ - DiagnosticReport.effective
2042
+ - Encounter.period
2043
+ - EpisodeOfCare.period
2044
+ - FamilyMemberHistory.date
2045
+ - Flag.period
2046
+ - Immunization.occurrence
2047
+ - List.date
2048
+ - effective
2049
+ - Procedure.performed
2050
+ - "(RiskAssessment.occurrenceDateTime"
2051
+ - SupplyRequest.authoredOn
2052
+ :full_paths:
2053
+ - AllergyIntolerance.recordedDate
2054
+ - CarePlan.period
2055
+ - CareTeam.period
2056
+ - ClinicalImpression.date
2057
+ - Composition.date
2058
+ - Consent.dateTime
2059
+ - DiagnosticReport.effective
2060
+ - Encounter.period
2061
+ - EpisodeOfCare.period
2062
+ - FamilyMemberHistory.date
2063
+ - Flag.period
2064
+ - Immunization.occurrence
2065
+ - List.date
2066
+ - Observation.effective
2067
+ - Procedure.performed
2068
+ - "(RiskAssessment.occurrenceDateTime"
2069
+ - SupplyRequest.authoredOn
2070
+ :comparators:
2071
+ :eq: MAY
2072
+ :ne: MAY
2073
+ :gt: MAY
2074
+ :ge: MAY
2075
+ :lt: MAY
2076
+ :le: MAY
2077
+ :sa: MAY
2078
+ :eb: MAY
2079
+ :ap: MAY
2080
+ :values: []
2081
+ :type: date
2082
+ :contains_multiple: false
2083
+ :status:
2084
+ :paths:
2085
+ - status
2086
+ :full_paths:
2087
+ - Observation.status
2088
+ :comparators: {}
2089
+ :values:
2090
+ - registered
2091
+ - preliminary
2092
+ - final
2093
+ - amended
2094
+ - corrected
2095
+ - cancelled
2096
+ - entered-in-error
2097
+ - unknown
2098
+ :type: code
2099
+ :contains_multiple: false
2100
+ :include_params: &3 []
2101
+ :revincludes: &4
2102
+ - Provenance:target
2103
+ :required_concepts: []
2104
+ :must_supports:
2105
+ :extensions: []
2106
+ :slices: []
2107
+ :elements:
2108
+ - :path: status
2109
+ - :path: category
2110
+ - :path: code
2111
+ - :path: subject
2112
+ :types:
2113
+ - Reference
2114
+ - :path: effective[x]
2115
+ - :path: value[x]
2116
+ - :path: dataAbsentReason
2117
+ :mandatory_elements:
2118
+ - Observation.status
2119
+ - Observation.code
2120
+ - Observation.subject
2121
+ - Observation.component.code
2122
+ :bindings:
2123
+ - :type: code
2124
+ :strength: required
2125
+ :system: http://hl7.org/fhir/ValueSet/observation-status
2126
+ :path: status
2127
+ :references:
2128
+ - :path: Observation.basedOn
2129
+ :profiles:
2130
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
2131
+ - http://hl7.org/fhir/StructureDefinition/DeviceRequest
2132
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
2133
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
2134
+ - http://hl7.org/fhir/StructureDefinition/NutritionOrder
2135
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
2136
+ - :path: Observation.partOf
2137
+ :profiles:
2138
+ - http://hl7.org/fhir/StructureDefinition/MedicationAdministration
2139
+ - http://hl7.org/fhir/StructureDefinition/MedicationDispense
2140
+ - http://hl7.org/fhir/StructureDefinition/MedicationStatement
2141
+ - http://hl7.org/fhir/StructureDefinition/Procedure
2142
+ - http://hl7.org/fhir/StructureDefinition/Immunization
2143
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
2144
+ - :path: Observation.subject
2145
+ :profiles:
2146
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
2147
+ - :path: Observation.focus
2148
+ :profiles:
2149
+ - http://hl7.org/fhir/StructureDefinition/Resource
2150
+ - :path: Observation.encounter
2151
+ :profiles:
2152
+ - http://hl7.org/fhir/StructureDefinition/Encounter
2153
+ - :path: Observation.performer
2154
+ :profiles:
2155
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
2156
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
2157
+ - http://hl7.org/fhir/StructureDefinition/Organization
2158
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
2159
+ - http://hl7.org/fhir/StructureDefinition/Patient
2160
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
2161
+ - :path: Observation.specimen
2162
+ :profiles:
2163
+ - http://hl7.org/fhir/StructureDefinition/Specimen
2164
+ - :path: Observation.device
2165
+ :profiles:
2166
+ - http://hl7.org/fhir/StructureDefinition/Device
2167
+ - http://hl7.org/fhir/StructureDefinition/DeviceMetric
2168
+ - :path: Observation.hasMember
2169
+ :profiles:
2170
+ - http://hl7.org/fhir/StructureDefinition/Observation
2171
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
2172
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
2173
+ - :path: Observation.derivedFrom
2174
+ :profiles:
2175
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
2176
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
2177
+ - http://hl7.org/fhir/StructureDefinition/Media
2178
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
2179
+ - http://hl7.org/fhir/StructureDefinition/Observation
2180
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
2181
+ :delayed_references: []
2182
+ - :name: vitalsigns
2183
+ :class_name: VitalsignsSequence
2184
+ :version: v1.0.0
2185
+ :reformatted_version: v100
2186
+ :resource: Observation
2187
+ :profile_url: http://hl7.org/fhir/StructureDefinition/vitalsigns
2188
+ :profile_name: Vital Signs Profile
2189
+ :profile_version: 4.0.1
2190
+ :title: Observation (Vital Signs Profile)
2191
+ :short_description: Verify support for the server capabilities required by the Vital
2192
+ Signs Profile.
2193
+ :interactions:
2194
+ - :code: read
2195
+ :expectation: SHALL
2196
+ - :code: search-type
2197
+ :expectation: SHALL
2198
+ :operations: []
2199
+ :searches:
2200
+ - :expectation: SHALL
2201
+ :names:
2202
+ - patient
2203
+ - category
2204
+ :names_not_must_support_or_mandatory: []
2205
+ :must_support_or_mandatory: true
2206
+ - :expectation: SHALL
2207
+ :names:
2208
+ - patient
2209
+ - code
2210
+ :names_not_must_support_or_mandatory: []
2211
+ :must_support_or_mandatory: true
2212
+ - :expectation: SHALL
2213
+ :names:
2214
+ - patient
2215
+ - category
2216
+ - date
2217
+ :names_not_must_support_or_mandatory: []
2218
+ :must_support_or_mandatory: true
2219
+ - :expectation: SHOULD
2220
+ :names:
2221
+ - patient
2222
+ - category
2223
+ - status
2224
+ :names_not_must_support_or_mandatory: []
2225
+ :must_support_or_mandatory: true
2226
+ - :expectation: SHOULD
2227
+ :names:
2228
+ - patient
2229
+ - code
2230
+ - date
2231
+ :names_not_must_support_or_mandatory: []
2232
+ :must_support_or_mandatory: true
2233
+ :search_definitions:
2234
+ :patient:
2235
+ :paths:
2236
+ - AllergyIntolerance.patient
2237
+ - CarePlan.subject
2238
+ - CareTeam.subject
2239
+ - ClinicalImpression.subject
2240
+ - Composition.subject
2241
+ - Condition.subject
2242
+ - Consent.patient
2243
+ - DetectedIssue.patient
2244
+ - DeviceRequest.subject
2245
+ - DeviceUseStatement.subject
2246
+ - DiagnosticReport.subject
2247
+ - DocumentManifest.subject
2248
+ - DocumentReference.subject
2249
+ - Encounter.subject
2250
+ - EpisodeOfCare.patient
2251
+ - FamilyMemberHistory.patient
2252
+ - Flag.subject
2253
+ - Goal.subject
2254
+ - ImagingStudy.subject
2255
+ - Immunization.patient
2256
+ - List.subject
2257
+ - MedicationAdministration.subject
2258
+ - MedicationDispense.subject
2259
+ - MedicationRequest.subject
2260
+ - MedicationStatement.subject
2261
+ - NutritionOrder.patient
2262
+ - subject
2263
+ - Procedure.subject
2264
+ - RiskAssessment.subject
2265
+ - ServiceRequest.subject
2266
+ - SupplyDelivery.patient
2267
+ - VisionPrescription.patient
2268
+ :full_paths:
2269
+ - AllergyIntolerance.patient
2270
+ - CarePlan.subject
2271
+ - CareTeam.subject
2272
+ - ClinicalImpression.subject
2273
+ - Composition.subject
2274
+ - Condition.subject
2275
+ - Consent.patient
2276
+ - DetectedIssue.patient
2277
+ - DeviceRequest.subject
2278
+ - DeviceUseStatement.subject
2279
+ - DiagnosticReport.subject
2280
+ - DocumentManifest.subject
2281
+ - DocumentReference.subject
2282
+ - Encounter.subject
2283
+ - EpisodeOfCare.patient
2284
+ - FamilyMemberHistory.patient
2285
+ - Flag.subject
2286
+ - Goal.subject
2287
+ - ImagingStudy.subject
2288
+ - Immunization.patient
2289
+ - List.subject
2290
+ - MedicationAdministration.subject
2291
+ - MedicationDispense.subject
2292
+ - MedicationRequest.subject
2293
+ - MedicationStatement.subject
2294
+ - NutritionOrder.patient
2295
+ - Observation.subject
2296
+ - Procedure.subject
2297
+ - RiskAssessment.subject
2298
+ - ServiceRequest.subject
2299
+ - SupplyDelivery.patient
2300
+ - VisionPrescription.patient
2301
+ :comparators: {}
2302
+ :values: []
2303
+ :type: Reference
2304
+ :contains_multiple: false
2305
+ :category:
2306
+ :paths:
2307
+ - category
2308
+ :full_paths:
2309
+ - Observation.category
2310
+ :comparators: {}
2311
+ :values:
2312
+ - vital-signs
2313
+ :type: CodeableConcept
2314
+ :contains_multiple: true
2315
+ :code:
2316
+ :paths:
2317
+ - AllergyIntolerance.code
2318
+ - AllergyIntolerance.reaction.substance
2319
+ - Condition.code
2320
+ - "(DeviceRequest.codeCodeableConcept"
2321
+ - DiagnosticReport.code
2322
+ - FamilyMemberHistory.condition.code
2323
+ - List.code
2324
+ - Medication.code
2325
+ - "(MedicationAdministration.medicationCodeableConcept"
2326
+ - "(MedicationDispense.medicationCodeableConcept"
2327
+ - "(MedicationRequest.medicationCodeableConcept"
2328
+ - "(MedicationStatement.medicationCodeableConcept"
2329
+ - code
2330
+ - Procedure.code
2331
+ - ServiceRequest.code
2332
+ :full_paths:
2333
+ - AllergyIntolerance.code
2334
+ - AllergyIntolerance.reaction.substance
2335
+ - Condition.code
2336
+ - "(DeviceRequest.codeCodeableConcept"
2337
+ - DiagnosticReport.code
2338
+ - FamilyMemberHistory.condition.code
2339
+ - List.code
2340
+ - Medication.code
2341
+ - "(MedicationAdministration.medicationCodeableConcept"
2342
+ - "(MedicationDispense.medicationCodeableConcept"
2343
+ - "(MedicationRequest.medicationCodeableConcept"
2344
+ - "(MedicationStatement.medicationCodeableConcept"
2345
+ - Observation.code
2346
+ - Procedure.code
2347
+ - ServiceRequest.code
2348
+ :comparators: {}
2349
+ :values: []
2350
+ :type: CodeableConcept
2351
+ :contains_multiple: false
2352
+ :date:
2353
+ :paths:
2354
+ - AllergyIntolerance.recordedDate
2355
+ - CarePlan.period
2356
+ - CareTeam.period
2357
+ - ClinicalImpression.date
2358
+ - Composition.date
2359
+ - Consent.dateTime
2360
+ - DiagnosticReport.effective
2361
+ - Encounter.period
2362
+ - EpisodeOfCare.period
2363
+ - FamilyMemberHistory.date
2364
+ - Flag.period
2365
+ - Immunization.occurrence
2366
+ - List.date
2367
+ - effective
2368
+ - Procedure.performed
2369
+ - "(RiskAssessment.occurrenceDateTime"
2370
+ - SupplyRequest.authoredOn
2371
+ :full_paths:
2372
+ - AllergyIntolerance.recordedDate
2373
+ - CarePlan.period
2374
+ - CareTeam.period
2375
+ - ClinicalImpression.date
2376
+ - Composition.date
2377
+ - Consent.dateTime
2378
+ - DiagnosticReport.effective
2379
+ - Encounter.period
2380
+ - EpisodeOfCare.period
2381
+ - FamilyMemberHistory.date
2382
+ - Flag.period
2383
+ - Immunization.occurrence
2384
+ - List.date
2385
+ - Observation.effective
2386
+ - Procedure.performed
2387
+ - "(RiskAssessment.occurrenceDateTime"
2388
+ - SupplyRequest.authoredOn
2389
+ :comparators:
2390
+ :eq: MAY
2391
+ :ne: MAY
2392
+ :gt: MAY
2393
+ :ge: MAY
2394
+ :lt: MAY
2395
+ :le: MAY
2396
+ :sa: MAY
2397
+ :eb: MAY
2398
+ :ap: MAY
2399
+ :values: []
2400
+ :type: date
2401
+ :contains_multiple: false
2402
+ :status:
2403
+ :paths:
2404
+ - status
2405
+ :full_paths:
2406
+ - Observation.status
2407
+ :comparators: {}
2408
+ :values:
2409
+ - registered
2410
+ - preliminary
2411
+ - final
2412
+ - amended
2413
+ - corrected
2414
+ - cancelled
2415
+ - entered-in-error
2416
+ - unknown
2417
+ :type: code
2418
+ :contains_multiple: false
2419
+ :include_params: *3
2420
+ :revincludes: *4
2421
+ :required_concepts: []
2422
+ :must_supports:
2423
+ :extensions: []
2424
+ :slices:
2425
+ - :name: Observation.category:VSCat
2426
+ :path: category
2427
+ :discriminator:
2428
+ :type: value
2429
+ :values:
2430
+ - :path: coding.code
2431
+ :value: vital-signs
2432
+ - :path: coding.system
2433
+ :value: http://terminology.hl7.org/CodeSystem/observation-category
2434
+ :elements:
2435
+ - :path: status
2436
+ - :path: category
2437
+ - :path: category.coding
2438
+ - :path: category.coding.system
2439
+ :fixed_value: http://terminology.hl7.org/CodeSystem/observation-category
2440
+ - :path: category.coding.code
2441
+ :fixed_value: vital-signs
2442
+ - :path: code
2443
+ - :path: subject
2444
+ :types:
2445
+ - Reference
2446
+ - :path: effective[x]
2447
+ - :path: value[x]
2448
+ - :path: dataAbsentReason
2449
+ - :path: component
2450
+ - :path: component.code
2451
+ - :path: component.value[x]
2452
+ - :path: component.dataAbsentReason
2453
+ :mandatory_elements:
2454
+ - Observation.status
2455
+ - Observation.category
2456
+ - Observation.category.coding
2457
+ - Observation.category.coding.system
2458
+ - Observation.category.coding.code
2459
+ - Observation.code
2460
+ - Observation.subject
2461
+ - Observation.effective[x]
2462
+ - Observation.component.code
2463
+ :bindings:
2464
+ - :type: code
2465
+ :strength: required
2466
+ :system: http://hl7.org/fhir/ValueSet/observation-status
2467
+ :path: status
2468
+ - :type: Quantity
2469
+ :strength: required
2470
+ :system: http://hl7.org/fhir/ValueSet/ucum-vitals-common
2471
+ :path: component.value
2472
+ :references:
2473
+ - :path: Observation.basedOn
2474
+ :profiles:
2475
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
2476
+ - http://hl7.org/fhir/StructureDefinition/DeviceRequest
2477
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
2478
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
2479
+ - http://hl7.org/fhir/StructureDefinition/NutritionOrder
2480
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
2481
+ - :path: Observation.partOf
2482
+ :profiles:
2483
+ - http://hl7.org/fhir/StructureDefinition/MedicationAdministration
2484
+ - http://hl7.org/fhir/StructureDefinition/MedicationDispense
2485
+ - http://hl7.org/fhir/StructureDefinition/MedicationStatement
2486
+ - http://hl7.org/fhir/StructureDefinition/Procedure
2487
+ - http://hl7.org/fhir/StructureDefinition/Immunization
2488
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
2489
+ - :path: Observation.subject
2490
+ :profiles:
2491
+ - http://hl7.org/fhir/StructureDefinition/Patient
2492
+ - :path: Observation.focus
2493
+ :profiles:
2494
+ - http://hl7.org/fhir/StructureDefinition/Resource
2495
+ - :path: Observation.encounter
2496
+ :profiles:
2497
+ - http://hl7.org/fhir/StructureDefinition/Encounter
2498
+ - :path: Observation.performer
2499
+ :profiles:
2500
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
2501
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
2502
+ - http://hl7.org/fhir/StructureDefinition/Organization
2503
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
2504
+ - http://hl7.org/fhir/StructureDefinition/Patient
2505
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
2506
+ - :path: Observation.specimen
2507
+ :profiles:
2508
+ - http://hl7.org/fhir/StructureDefinition/Specimen
2509
+ - :path: Observation.device
2510
+ :profiles:
2511
+ - http://hl7.org/fhir/StructureDefinition/Device
2512
+ - http://hl7.org/fhir/StructureDefinition/DeviceMetric
2513
+ - :path: Observation.hasMember
2514
+ :profiles:
2515
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
2516
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
2517
+ - http://hl7.org/fhir/StructureDefinition/vitalsigns
2518
+ - :path: Observation.derivedFrom
2519
+ :profiles:
2520
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
2521
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
2522
+ - http://hl7.org/fhir/StructureDefinition/Media
2523
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
2524
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
2525
+ - http://hl7.org/fhir/StructureDefinition/vitalsigns
2526
+ :delayed_references: []
2527
+ - :name: ipa_patient
2528
+ :class_name: Ipav100PatientSequence
2529
+ :version: v1.0.0
2530
+ :reformatted_version: v100
2531
+ :resource: Patient
2532
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient
2533
+ :profile_name: IPA-Patient
2534
+ :profile_version: 1.0.0
2535
+ :title: Patient
2536
+ :short_description: Verify support for the server capabilities required by the IPA-Patient.
2537
+ :interactions:
2538
+ - :code: read
2539
+ :expectation: SHALL
2540
+ - :code: search-type
2541
+ :expectation: SHALL
2542
+ :operations: []
2543
+ :searches:
2544
+ - :names:
2545
+ - _id
2546
+ :expectation: SHALL
2547
+ :names_not_must_support_or_mandatory: []
2548
+ :must_support_or_mandatory: true
2549
+ - :names:
2550
+ - birthdate
2551
+ :expectation: SHOULD
2552
+ :names_not_must_support_or_mandatory: []
2553
+ :must_support_or_mandatory: true
2554
+ - :names:
2555
+ - family
2556
+ :expectation: SHOULD
2557
+ :names_not_must_support_or_mandatory:
2558
+ - family
2559
+ :must_support_or_mandatory: false
2560
+ - :names:
2561
+ - gender
2562
+ :expectation: SHOULD
2563
+ :names_not_must_support_or_mandatory: []
2564
+ :must_support_or_mandatory: true
2565
+ - :names:
2566
+ - given
2567
+ :expectation: SHOULD
2568
+ :names_not_must_support_or_mandatory:
2569
+ - given
2570
+ :must_support_or_mandatory: false
2571
+ - :names:
2572
+ - identifier
2573
+ :expectation: SHALL
2574
+ :names_not_must_support_or_mandatory: []
2575
+ :must_support_or_mandatory: true
2576
+ - :names:
2577
+ - name
2578
+ :expectation: SHOULD
2579
+ :names_not_must_support_or_mandatory: []
2580
+ :must_support_or_mandatory: true
2581
+ - :expectation: SHOULD
2582
+ :names:
2583
+ - family
2584
+ - gender
2585
+ :names_not_must_support_or_mandatory:
2586
+ - family
2587
+ :must_support_or_mandatory: false
2588
+ - :expectation: SHOULD
2589
+ :names:
2590
+ - birthdate
2591
+ - family
2592
+ :names_not_must_support_or_mandatory:
2593
+ - family
2594
+ :must_support_or_mandatory: false
2595
+ - :expectation: SHOULD
2596
+ :names:
2597
+ - birthdate
2598
+ - name
2599
+ :names_not_must_support_or_mandatory: []
2600
+ :must_support_or_mandatory: true
2601
+ - :expectation: SHOULD
2602
+ :names:
2603
+ - gender
2604
+ - name
2605
+ :names_not_must_support_or_mandatory: []
2606
+ :must_support_or_mandatory: true
2607
+ :search_definitions:
2608
+ :_id:
2609
+ :paths:
2610
+ - id
2611
+ :full_paths:
2612
+ - Patient.id
2613
+ :comparators: {}
2614
+ :values: []
2615
+ :type: http://hl7.org/fhirpath/System.String
2616
+ :contains_multiple: false
2617
+ :birthdate:
2618
+ :paths:
2619
+ - birthDate
2620
+ - Person.birthDate
2621
+ - RelatedPerson.birthDate
2622
+ :full_paths:
2623
+ - Patient.birthDate
2624
+ - Person.birthDate
2625
+ - RelatedPerson.birthDate
2626
+ :comparators:
2627
+ :eq: MAY
2628
+ :ne: MAY
2629
+ :gt: MAY
2630
+ :ge: MAY
2631
+ :lt: MAY
2632
+ :le: MAY
2633
+ :sa: MAY
2634
+ :eb: MAY
2635
+ :ap: MAY
2636
+ :values: []
2637
+ :type: date
2638
+ :contains_multiple: false
2639
+ :family:
2640
+ :paths:
2641
+ - name.family
2642
+ - Practitioner.name.family
2643
+ :full_paths:
2644
+ - Patient.name.family
2645
+ - Practitioner.name.family
2646
+ :comparators: {}
2647
+ :values: []
2648
+ :type: string
2649
+ :contains_multiple: false
2650
+ :gender:
2651
+ :paths:
2652
+ - gender
2653
+ - Person.gender
2654
+ - Practitioner.gender
2655
+ - RelatedPerson.gender
2656
+ :full_paths:
2657
+ - Patient.gender
2658
+ - Person.gender
2659
+ - Practitioner.gender
2660
+ - RelatedPerson.gender
2661
+ :comparators: {}
2662
+ :values: []
2663
+ :type: code
2664
+ :contains_multiple: false
2665
+ :given:
2666
+ :paths:
2667
+ - name.given
2668
+ - Practitioner.name.given
2669
+ :full_paths:
2670
+ - Patient.name.given
2671
+ - Practitioner.name.given
2672
+ :comparators: {}
2673
+ :values: []
2674
+ :type: string
2675
+ :contains_multiple: false
2676
+ :identifier:
2677
+ :paths:
2678
+ - identifier
2679
+ :full_paths:
2680
+ - Patient.identifier
2681
+ :comparators: {}
2682
+ :values: []
2683
+ :type: Identifier
2684
+ :contains_multiple: true
2685
+ :name:
2686
+ :paths:
2687
+ - name
2688
+ :full_paths:
2689
+ - Patient.name
2690
+ :comparators: {}
2691
+ :values: []
2692
+ :type: HumanName
2693
+ :contains_multiple: true
2694
+ :include_params: []
2695
+ :revincludes:
2696
+ - Provenance:target
2697
+ :required_concepts: []
2698
+ :must_supports:
2699
+ :extensions: []
2700
+ :slices: []
2701
+ :elements:
2702
+ - :path: identifier
2703
+ - :path: identifier.value
2704
+ - :path: active
2705
+ - :path: name
2706
+ - :path: gender
2707
+ - :path: birthDate
2708
+ - :path: link
2709
+ :mandatory_elements:
2710
+ - Patient.identifier
2711
+ - Patient.identifier.value
2712
+ - Patient.name
2713
+ - Patient.communication.language
2714
+ - Patient.link.other
2715
+ - Patient.link.type
2716
+ :bindings:
2717
+ - :type: code
2718
+ :strength: required
2719
+ :system: http://hl7.org/fhir/ValueSet/identifier-use
2720
+ :path: identifier.use
2721
+ - :type: code
2722
+ :strength: required
2723
+ :system: http://hl7.org/fhir/ValueSet/administrative-gender
2724
+ :path: gender
2725
+ - :type: code
2726
+ :strength: required
2727
+ :system: http://hl7.org/fhir/ValueSet/administrative-gender
2728
+ :path: contact.gender
2729
+ - :type: code
2730
+ :strength: required
2731
+ :system: http://hl7.org/fhir/ValueSet/link-type
2732
+ :path: link.type
2733
+ :references:
2734
+ - :path: Patient.identifier.assigner
2735
+ :profiles:
2736
+ - http://hl7.org/fhir/StructureDefinition/Organization
2737
+ - :path: Patient.contact.organization
2738
+ :profiles:
2739
+ - http://hl7.org/fhir/StructureDefinition/Organization
2740
+ - :path: Patient.generalPractitioner
2741
+ :profiles:
2742
+ - http://hl7.org/fhir/StructureDefinition/Organization
2743
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
2744
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
2745
+ - :path: Patient.managingOrganization
2746
+ :profiles:
2747
+ - http://hl7.org/fhir/StructureDefinition/Organization
2748
+ - :path: Patient.link.other
2749
+ :profiles:
2750
+ - http://hl7.org/fhir/StructureDefinition/Patient
2751
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
2752
+ :delayed_references: []
2753
+ - :name: ipa_practitioner
2754
+ :class_name: Ipav100PractitionerSequence
2755
+ :version: v1.0.0
2756
+ :reformatted_version: v100
2757
+ :resource: Practitioner
2758
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
2759
+ :profile_name: IPA-Practitioner
2760
+ :profile_version: 1.0.0
2761
+ :title: Practitioner
2762
+ :short_description: Verify support for the server capabilities required by the IPA-Practitioner.
2763
+ :interactions:
2764
+ - :code: read
2765
+ :expectation: SHALL
2766
+ :operations: []
2767
+ :searches: []
2768
+ :search_definitions: {}
2769
+ :include_params: []
2770
+ :revincludes:
2771
+ - Provenance:target
2772
+ :required_concepts: []
2773
+ :must_supports:
2774
+ :extensions: []
2775
+ :slices: []
2776
+ :elements:
2777
+ - :path: name
2778
+ :mandatory_elements:
2779
+ - Practitioner.name
2780
+ - Practitioner.qualification.code
2781
+ :bindings:
2782
+ - :type: code
2783
+ :strength: required
2784
+ :system: http://hl7.org/fhir/ValueSet/administrative-gender
2785
+ :path: gender
2786
+ :references:
2787
+ - :path: Practitioner.qualification.issuer
2788
+ :profiles:
2789
+ - http://hl7.org/fhir/StructureDefinition/Organization
2790
+ :delayed_references: []
2791
+ - :name: ipa_practitionerrole
2792
+ :class_name: Ipav100PractitionerroleSequence
2793
+ :version: v1.0.0
2794
+ :reformatted_version: v100
2795
+ :resource: PractitionerRole
2796
+ :profile_url: http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole
2797
+ :profile_name: IPA-PractitionerRole
2798
+ :profile_version: 1.0.0
2799
+ :title: PractitionerRole
2800
+ :short_description: Verify support for the server capabilities required by the IPA-PractitionerRole.
2801
+ :interactions:
2802
+ - :code: read
2803
+ :expectation: SHALL
2804
+ :operations: []
2805
+ :searches: []
2806
+ :search_definitions: {}
2807
+ :include_params:
2808
+ - PractitionerRole:endpoint
2809
+ - PractitionerRole:practitioner
2810
+ :revincludes:
2811
+ - Provenance:target
2812
+ :required_concepts: []
2813
+ :must_supports:
2814
+ :extensions: []
2815
+ :slices: []
2816
+ :elements:
2817
+ - :path: practitioner
2818
+ :types:
2819
+ - Reference
2820
+ :mandatory_elements:
2821
+ - PractitionerRole.notAvailable.description
2822
+ :bindings:
2823
+ - :type: code
2824
+ :strength: required
2825
+ :system: http://hl7.org/fhir/ValueSet/days-of-week
2826
+ :path: availableTime.daysOfWeek
2827
+ :references:
2828
+ - :path: PractitionerRole.practitioner
2829
+ :profiles:
2830
+ - http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitioner
2831
+ - :path: PractitionerRole.organization
2832
+ :profiles:
2833
+ - http://hl7.org/fhir/StructureDefinition/Organization
2834
+ - :path: PractitionerRole.location
2835
+ :profiles:
2836
+ - http://hl7.org/fhir/StructureDefinition/Location
2837
+ - :path: PractitionerRole.healthcareService
2838
+ :profiles:
2839
+ - http://hl7.org/fhir/StructureDefinition/HealthcareService
2840
+ - :path: PractitionerRole.endpoint
2841
+ :profiles:
2842
+ - http://hl7.org/fhir/StructureDefinition/Endpoint
2843
+ :delayed_references:
2844
+ - :path: practitioner
2845
+ :resources:
2846
+ - Practitioner