rubyhealthvault 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (477) hide show
  1. data/LICENSE +52 -0
  2. data/README +19 -0
  3. data/Rakefile +149 -0
  4. data/bin/certs/HelloWorld-SDK_ID-05a059c9-c309-46af-9b86-b06d42510550.pfx +0 -0
  5. data/bin/certs/helloWorld.pem +52 -0
  6. data/bin/example.rb +80 -0
  7. data/bin/hv.log +118 -0
  8. data/lib/application.rb +37 -0
  9. data/lib/code_generation/xsd_parser.rb +376 -0
  10. data/lib/config.rb +28 -0
  11. data/lib/connection.rb +61 -0
  12. data/lib/healthvault.rb +2 -0
  13. data/lib/request.rb +113 -0
  14. data/lib/response.rb +50 -0
  15. data/lib/templates/complex_type_template.erb +64 -0
  16. data/lib/templates/simple_type_template.erb +65 -0
  17. data/lib/templates/thing_class_extension_template.erb +22 -0
  18. data/lib/utils/crypto_utils.rb +69 -0
  19. data/lib/utils/string_utils.rb +35 -0
  20. data/lib/wc_data/complex_type.rb +249 -0
  21. data/lib/wc_data/generated/application/app.rb +217 -0
  22. data/lib/wc_data/generated/application/app_id_and_incr_auth.rb +118 -0
  23. data/lib/wc_data/generated/application/app_large_logo.rb +56 -0
  24. data/lib/wc_data/generated/application/app_large_logo_info.rb +66 -0
  25. data/lib/wc_data/generated/application/app_persistent_tokens.rb +64 -0
  26. data/lib/wc_data/generated/application/app_small_logo.rb +56 -0
  27. data/lib/wc_data/generated/application/app_small_logo_info.rb +66 -0
  28. data/lib/wc_data/generated/application/app_with_logos.rb +291 -0
  29. data/lib/wc_data/generated/application/public_key.rb +43 -0
  30. data/lib/wc_data/generated/application/public_keys.rb +48 -0
  31. data/lib/wc_data/generated/application/statement.rb +30 -0
  32. data/lib/wc_data/generated/application/statement_info.rb +66 -0
  33. data/lib/wc_data/generated/auth/app_record_auth_action.rb +61 -0
  34. data/lib/wc_data/generated/auth/associated_cred_info.rb +70 -0
  35. data/lib/wc_data/generated/auth/auth.rb +44 -0
  36. data/lib/wc_data/generated/auth/auth_session_credential.rb +68 -0
  37. data/lib/wc_data/generated/auth/auth_session_sub_credential.rb +45 -0
  38. data/lib/wc_data/generated/auth/auth_xml.rb +44 -0
  39. data/lib/wc_data/generated/auth/federating_cred.rb +48 -0
  40. data/lib/wc_data/generated/auth/rule.rb +187 -0
  41. data/lib/wc_data/generated/auth/rules.rb +48 -0
  42. data/lib/wc_data/generated/auth/set.rb +70 -0
  43. data/lib/wc_data/generated/auth/simple_card_space_credential.rb +48 -0
  44. data/lib/wc_data/generated/auth/simple_passport_credential.rb +47 -0
  45. data/lib/wc_data/generated/auth/simple_user_pass_credential.rb +48 -0
  46. data/lib/wc_data/generated/auth/textual_permissions.rb +66 -0
  47. data/lib/wc_data/generated/auth/textual_permissions_type.rb +81 -0
  48. data/lib/wc_data/generated/auth/textual_rule.rb +154 -0
  49. data/lib/wc_data/generated/auth/token.rb +90 -0
  50. data/lib/wc_data/generated/auth/user_pass_auth_session_cred.rb +92 -0
  51. data/lib/wc_data/generated/auth/user_pass_cred.rb +70 -0
  52. data/lib/wc_data/generated/dates/approx_date.rb +82 -0
  53. data/lib/wc_data/generated/dates/approx_date_time.rb +62 -0
  54. data/lib/wc_data/generated/dates/date.rb +86 -0
  55. data/lib/wc_data/generated/dates/date_time.rb +82 -0
  56. data/lib/wc_data/generated/dates/day.rb +56 -0
  57. data/lib/wc_data/generated/dates/hour.rb +56 -0
  58. data/lib/wc_data/generated/dates/millisecond.rb +56 -0
  59. data/lib/wc_data/generated/dates/minute.rb +56 -0
  60. data/lib/wc_data/generated/dates/month.rb +56 -0
  61. data/lib/wc_data/generated/dates/second.rb +56 -0
  62. data/lib/wc_data/generated/dates/structured_approx_date.rb +82 -0
  63. data/lib/wc_data/generated/dates/time.rb +102 -0
  64. data/lib/wc_data/generated/dates/year.rb +56 -0
  65. data/lib/wc_data/generated/methods/add_application/info.rb +375 -0
  66. data/lib/wc_data/generated/methods/create_authenticated_session_token/auth_token_info.rb +72 -0
  67. data/lib/wc_data/generated/methods/create_authenticated_session_token/credential.rb +88 -0
  68. data/lib/wc_data/generated/methods/create_authenticated_session_token/info.rb +50 -0
  69. data/lib/wc_data/generated/methods/create_connect_request/info.rb +136 -0
  70. data/lib/wc_data/generated/methods/delete_open_query/info.rb +50 -0
  71. data/lib/wc_data/generated/methods/delete_pending_connect_request/info.rb +49 -0
  72. data/lib/wc_data/generated/methods/get_authorized_connect_requests/info.rb +48 -0
  73. data/lib/wc_data/generated/methods/get_authorized_records/info.rb +52 -0
  74. data/lib/wc_data/generated/methods/get_open_query_info/info.rb +50 -0
  75. data/lib/wc_data/generated/methods/get_person_info/info.rb +48 -0
  76. data/lib/wc_data/generated/methods/get_thing_type/info.rb +118 -0
  77. data/lib/wc_data/generated/methods/get_thing_type/thing_type_section_spec.rb +63 -0
  78. data/lib/wc_data/generated/methods/get_things/info.rb +51 -0
  79. data/lib/wc_data/generated/methods/get_things/thing_filter_spec.rb +296 -0
  80. data/lib/wc_data/generated/methods/get_things/thing_format_spec.rb +75 -0
  81. data/lib/wc_data/generated/methods/get_things/thing_request_group.rb +197 -0
  82. data/lib/wc_data/generated/methods/get_things/thing_section_spec.rb +67 -0
  83. data/lib/wc_data/generated/methods/get_vocabulary/info.rb +48 -0
  84. data/lib/wc_data/generated/methods/get_vocabulary/vocabulary_parameters.rb +73 -0
  85. data/lib/wc_data/generated/methods/put_things/info.rb +51 -0
  86. data/lib/wc_data/generated/methods/query_permissions/info.rb +51 -0
  87. data/lib/wc_data/generated/methods/remove_things/info.rb +52 -0
  88. data/lib/wc_data/generated/methods/response/add_application/info.rb +51 -0
  89. data/lib/wc_data/generated/methods/response/any/info.rb +52 -0
  90. data/lib/wc_data/generated/methods/response/create_authenticated_session_token/app_auth_token_absence_reason.rb +72 -0
  91. data/lib/wc_data/generated/methods/response/create_authenticated_session_token/auth_token_absence_reason.rb +49 -0
  92. data/lib/wc_data/generated/methods/response/create_authenticated_session_token/info.rb +78 -0
  93. data/lib/wc_data/generated/methods/response/create_connect_request/info.rb +52 -0
  94. data/lib/wc_data/generated/methods/response/delete_open_query/info.rb +52 -0
  95. data/lib/wc_data/generated/methods/response/get_application_settings/app_settings.rb +54 -0
  96. data/lib/wc_data/generated/methods/response/get_application_settings/info.rb +70 -0
  97. data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/connect_request.rb +114 -0
  98. data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/info.rb +72 -0
  99. data/lib/wc_data/generated/methods/response/get_authorized_records/info.rb +53 -0
  100. data/lib/wc_data/generated/methods/response/get_people_for_record/info.rb +76 -0
  101. data/lib/wc_data/generated/methods/response/get_person_info/info.rb +52 -0
  102. data/lib/wc_data/generated/methods/response/get_service_definition/configuration_entry.rb +71 -0
  103. data/lib/wc_data/generated/methods/response/get_service_definition/info.rb +141 -0
  104. data/lib/wc_data/generated/methods/response/get_service_definition/platform.rb +98 -0
  105. data/lib/wc_data/generated/methods/response/get_service_definition/sdk_assembly.rb +94 -0
  106. data/lib/wc_data/generated/methods/response/get_service_definition/shell.rb +95 -0
  107. data/lib/wc_data/generated/methods/response/get_service_definition/shell_redirect_token.rb +93 -0
  108. data/lib/wc_data/generated/methods/response/get_service_definition/xml_method.rb +75 -0
  109. data/lib/wc_data/generated/methods/response/get_service_definition/xml_method_version.rb +92 -0
  110. data/lib/wc_data/generated/methods/response/get_thing_type/column.rb +130 -0
  111. data/lib/wc_data/generated/methods/response/get_thing_type/columns.rb +52 -0
  112. data/lib/wc_data/generated/methods/response/get_thing_type/image.rb +71 -0
  113. data/lib/wc_data/generated/methods/response/get_thing_type/info.rb +53 -0
  114. data/lib/wc_data/generated/methods/response/get_thing_type/thing_type_info.rb +232 -0
  115. data/lib/wc_data/generated/methods/response/get_thing_type/transform_source.rb +72 -0
  116. data/lib/wc_data/generated/methods/response/get_thing_type/transforms.rb +52 -0
  117. data/lib/wc_data/generated/methods/response/get_things/info.rb +54 -0
  118. data/lib/wc_data/generated/methods/response/get_things/thing_response_group.rb +118 -0
  119. data/lib/wc_data/generated/methods/response/get_things/unprocessed_thing_key_info.rb +95 -0
  120. data/lib/wc_data/generated/methods/response/get_vocabulary/info.rb +76 -0
  121. data/lib/wc_data/generated/methods/response/put_things/info.rb +53 -0
  122. data/lib/wc_data/generated/methods/response/query_permissions/info.rb +54 -0
  123. data/lib/wc_data/generated/methods/response/query_permissions/permissions.rb +53 -0
  124. data/lib/wc_data/generated/methods/response/query_permissions/thing_type_permission.rb +89 -0
  125. data/lib/wc_data/generated/methods/response/search_vocabulary/info.rb +74 -0
  126. data/lib/wc_data/generated/methods/save_open_query/info.rb +227 -0
  127. data/lib/wc_data/generated/methods/search_vocabulary/info.rb +70 -0
  128. data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_params.rb +69 -0
  129. data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_string.rb +68 -0
  130. data/lib/wc_data/generated/methods/send_insecure_message/info.rb +155 -0
  131. data/lib/wc_data/generated/methods/send_insecure_message_from_application/from_mailbox.rb +71 -0
  132. data/lib/wc_data/generated/methods/send_insecure_message_from_application/info.rb +178 -0
  133. data/lib/wc_data/generated/methods/set_application_settings/app_settings.rb +52 -0
  134. data/lib/wc_data/generated/methods/set_application_settings/info.rb +48 -0
  135. data/lib/wc_data/generated/methods/update_application/info.rb +384 -0
  136. data/lib/wc_data/generated/methods/update_external_id/info.rb +70 -0
  137. data/lib/wc_data/generated/record/active_app_authorization.rb +196 -0
  138. data/lib/wc_data/generated/record/active_person_authorization.rb +290 -0
  139. data/lib/wc_data/generated/record/active_person_authorization_no_ids.rb +250 -0
  140. data/lib/wc_data/generated/record/authorized_record_state.rb +53 -0
  141. data/lib/wc_data/generated/record/non_active_authorization.rb +340 -0
  142. data/lib/wc_data/generated/record/non_active_authorization_no_ids.rb +300 -0
  143. data/lib/wc_data/generated/request/authenticated_session_info.rb +88 -0
  144. data/lib/wc_data/generated/request/header.rb +274 -0
  145. data/lib/wc_data/generated/request/info.rb +48 -0
  146. data/lib/wc_data/generated/request/offline_person_info.rb +46 -0
  147. data/lib/wc_data/generated/request/request.rb +86 -0
  148. data/lib/wc_data/generated/request/xsl.rb +64 -0
  149. data/lib/wc_data/generated/thing/access_avenue.rb +49 -0
  150. data/lib/wc_data/generated/thing/aerobic/aerobic_session.rb +112 -0
  151. data/lib/wc_data/generated/thing/aerobic_profile/aerobic_profile.rb +153 -0
  152. data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone.rb +90 -0
  153. data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone_group.rb +72 -0
  154. data/lib/wc_data/generated/thing/aerobic_profile/max_vo2.rb +68 -0
  155. data/lib/wc_data/generated/thing/aerobic_profile/zone_boundary.rb +68 -0
  156. data/lib/wc_data/generated/thing/aerobic_weekly/aerobic_weekly.rb +72 -0
  157. data/lib/wc_data/generated/thing/allergic_episode/allergic_episode.rb +108 -0
  158. data/lib/wc_data/generated/thing/allergy/allergy.rb +186 -0
  159. data/lib/wc_data/generated/thing/annotation/annotation.rb +144 -0
  160. data/lib/wc_data/generated/thing/application/app_specific.rb +137 -0
  161. data/lib/wc_data/generated/thing/appointment/appointment.rb +166 -0
  162. data/lib/wc_data/generated/thing/audit.rb +150 -0
  163. data/lib/wc_data/generated/thing/audit_action.rb +53 -0
  164. data/lib/wc_data/generated/thing/basic/basic.rb +180 -0
  165. data/lib/wc_data/generated/thing/basic/birthyear.rb +58 -0
  166. data/lib/wc_data/generated/thing/basic/country.rb +45 -0
  167. data/lib/wc_data/generated/thing/basic/firstdow.rb +58 -0
  168. data/lib/wc_data/generated/thing/basic/gender.rb +51 -0
  169. data/lib/wc_data/generated/thing/blood_glucose/blood_glucose.rb +172 -0
  170. data/lib/wc_data/generated/thing/blood_pressure/blood_pressure.rb +133 -0
  171. data/lib/wc_data/generated/thing/cardiac_profile/cardiac_profile.rb +209 -0
  172. data/lib/wc_data/generated/thing/cholesterol_profile/cholesterol_profile.rb +129 -0
  173. data/lib/wc_data/generated/thing/common.rb +126 -0
  174. data/lib/wc_data/generated/thing/concern/concern.rb +71 -0
  175. data/lib/wc_data/generated/thing/condition/condition.rb +127 -0
  176. data/lib/wc_data/generated/thing/contact/contact.rb +49 -0
  177. data/lib/wc_data/generated/thing/contraindication/contraindication.rb +129 -0
  178. data/lib/wc_data/generated/thing/daily_medication_usage/daily_medication_usage.rb +218 -0
  179. data/lib/wc_data/generated/thing/data_other.rb +82 -0
  180. data/lib/wc_data/generated/thing/data_xml.rb +80 -0
  181. data/lib/wc_data/generated/thing/diabetic_profile/diabetic_profile.rb +92 -0
  182. data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone.rb +90 -0
  183. data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone_group.rb +72 -0
  184. data/lib/wc_data/generated/thing/diabetic_profile/zone_boundary.rb +68 -0
  185. data/lib/wc_data/generated/thing/dietary_intake_daily/dietary_intake_daily.rb +249 -0
  186. data/lib/wc_data/generated/thing/directive/directive.rb +343 -0
  187. data/lib/wc_data/generated/thing/discharge_summary/discharge_summary.rb +366 -0
  188. data/lib/wc_data/generated/thing/effective_permissions.rb +66 -0
  189. data/lib/wc_data/generated/thing/emotion/emotion.rb +109 -0
  190. data/lib/wc_data/generated/thing/encounter/encounter.rb +143 -0
  191. data/lib/wc_data/generated/thing/equipment/device.rb +163 -0
  192. data/lib/wc_data/generated/thing/extension.rb +123 -0
  193. data/lib/wc_data/generated/thing/family_history/family_history.rb +203 -0
  194. data/lib/wc_data/generated/thing/family_history_condition/family_history_condition.rb +49 -0
  195. data/lib/wc_data/generated/thing/family_history_person/family_history_person.rb +107 -0
  196. data/lib/wc_data/generated/thing/file/file.rb +90 -0
  197. data/lib/wc_data/generated/thing/guid_and_name.rb +66 -0
  198. data/lib/wc_data/generated/thing/hb_a1_c/hb_a1_c.rb +111 -0
  199. data/lib/wc_data/generated/thing/healthcare_proxy/healthcare_proxy.rb +144 -0
  200. data/lib/wc_data/generated/thing/height/height.rb +71 -0
  201. data/lib/wc_data/generated/thing/immunization/immunization.rb +244 -0
  202. data/lib/wc_data/generated/thing/inhaler/alert.rb +74 -0
  203. data/lib/wc_data/generated/thing/inhaler/asthma_inhaler.rb +272 -0
  204. data/lib/wc_data/generated/thing/inhaler/dow.rb +58 -0
  205. data/lib/wc_data/generated/thing/inhaler/purpose.rb +55 -0
  206. data/lib/wc_data/generated/thing/inhaler_use/asthma_inhaler_use.rb +152 -0
  207. data/lib/wc_data/generated/thing/insulin/insulin_injection.rb +93 -0
  208. data/lib/wc_data/generated/thing/insulin_injection_use/diabetes_insulin_injection_use.rb +114 -0
  209. data/lib/wc_data/generated/thing/lab_test_results/lab_test_results.rb +89 -0
  210. data/lib/wc_data/generated/thing/life_goal/life_goal.rb +68 -0
  211. data/lib/wc_data/generated/thing/link/link.rb +68 -0
  212. data/lib/wc_data/generated/thing/medication/dose_value.rb +107 -0
  213. data/lib/wc_data/generated/thing/medication/medication.rb +491 -0
  214. data/lib/wc_data/generated/thing/microbiology/microbiology_lab_results.rb +186 -0
  215. data/lib/wc_data/generated/thing/password/protected/package/algorithm_name.rb +59 -0
  216. data/lib/wc_data/generated/thing/password/protected/package/package_encryption_type.rb +71 -0
  217. data/lib/wc_data/generated/thing/password/protected/package/password_protected_package.rb +53 -0
  218. data/lib/wc_data/generated/thing/password/protected/package/pbe_parameters_type.rb +97 -0
  219. data/lib/wc_data/generated/thing/payer/payer.rb +265 -0
  220. data/lib/wc_data/generated/thing/personal/personal.rb +303 -0
  221. data/lib/wc_data/generated/thing/personal_image/personal_image.rb +28 -0
  222. data/lib/wc_data/generated/thing/problem/importance.rb +45 -0
  223. data/lib/wc_data/generated/thing/problem/problem.rb +114 -0
  224. data/lib/wc_data/generated/thing/procedure/procedure.rb +125 -0
  225. data/lib/wc_data/generated/thing/radiology_lab_results/radiology_lab_results.rb +106 -0
  226. data/lib/wc_data/generated/thing/related_thing.rb +88 -0
  227. data/lib/wc_data/generated/thing/respiratory_profile/respiratory_profile.rb +109 -0
  228. data/lib/wc_data/generated/thing/sjam/awakening.rb +70 -0
  229. data/lib/wc_data/generated/thing/sjam/sleep_am.rb +195 -0
  230. data/lib/wc_data/generated/thing/sjam/wake_state.rb +58 -0
  231. data/lib/wc_data/generated/thing/sjpm/activity.rb +70 -0
  232. data/lib/wc_data/generated/thing/sjpm/sleep_pm.rb +162 -0
  233. data/lib/wc_data/generated/thing/sjpm/sleepiness.rb +58 -0
  234. data/lib/wc_data/generated/thing/spirometer/spirometer.rb +317 -0
  235. data/lib/wc_data/generated/thing/spirometer/volume_value.rb +69 -0
  236. data/lib/wc_data/generated/thing/thing.rb +213 -0
  237. data/lib/wc_data/generated/thing/thing_key.rb +66 -0
  238. data/lib/wc_data/generated/thing/thing_state.rb +49 -0
  239. data/lib/wc_data/generated/thing/thing_type.rb +64 -0
  240. data/lib/wc_data/generated/thing/types/address.rb +176 -0
  241. data/lib/wc_data/generated/thing/types/aerobic_lap_session.rb +86 -0
  242. data/lib/wc_data/generated/thing/types/aerobic_session.rb +745 -0
  243. data/lib/wc_data/generated/thing/types/aerobic_session_samples.rb +310 -0
  244. data/lib/wc_data/generated/thing/types/altitude_value.rb +70 -0
  245. data/lib/wc_data/generated/thing/types/blood_glucose_value.rb +69 -0
  246. data/lib/wc_data/generated/thing/types/codable_value.rb +74 -0
  247. data/lib/wc_data/generated/thing/types/coded_value.rb +112 -0
  248. data/lib/wc_data/generated/thing/types/communication_type.rb +112 -0
  249. data/lib/wc_data/generated/thing/types/condition.rb +148 -0
  250. data/lib/wc_data/generated/thing/types/contact.rb +97 -0
  251. data/lib/wc_data/generated/thing/types/display_value.rb +90 -0
  252. data/lib/wc_data/generated/thing/types/document_reference_type.rb +112 -0
  253. data/lib/wc_data/generated/thing/types/double_range.rb +70 -0
  254. data/lib/wc_data/generated/thing/types/dow.rb +58 -0
  255. data/lib/wc_data/generated/thing/types/duration_value.rb +69 -0
  256. data/lib/wc_data/generated/thing/types/email.rb +89 -0
  257. data/lib/wc_data/generated/thing/types/flow_value.rb +69 -0
  258. data/lib/wc_data/generated/thing/types/general_measurement.rb +74 -0
  259. data/lib/wc_data/generated/thing/types/goal.rb +86 -0
  260. data/lib/wc_data/generated/thing/types/goal_status.rb +55 -0
  261. data/lib/wc_data/generated/thing/types/insulin_injection_value.rb +69 -0
  262. data/lib/wc_data/generated/thing/types/lab_result_type.rb +149 -0
  263. data/lib/wc_data/generated/thing/types/lab_test_result_type.rb +167 -0
  264. data/lib/wc_data/generated/thing/types/lab_test_result_value_type.rb +99 -0
  265. data/lib/wc_data/generated/thing/types/lab_test_results_group_type.rb +138 -0
  266. data/lib/wc_data/generated/thing/types/lab_test_type.rb +209 -0
  267. data/lib/wc_data/generated/thing/types/language.rb +69 -0
  268. data/lib/wc_data/generated/thing/types/length_value.rb +69 -0
  269. data/lib/wc_data/generated/thing/types/name.rb +148 -0
  270. data/lib/wc_data/generated/thing/types/non_negative_double.rb +45 -0
  271. data/lib/wc_data/generated/thing/types/one_to_five.rb +58 -0
  272. data/lib/wc_data/generated/thing/types/organization.rb +106 -0
  273. data/lib/wc_data/generated/thing/types/pace_value.rb +69 -0
  274. data/lib/wc_data/generated/thing/types/percentage.rb +58 -0
  275. data/lib/wc_data/generated/thing/types/person.rb +146 -0
  276. data/lib/wc_data/generated/thing/types/phone.rb +89 -0
  277. data/lib/wc_data/generated/thing/types/positive_double.rb +45 -0
  278. data/lib/wc_data/generated/thing/types/power_value.rb +69 -0
  279. data/lib/wc_data/generated/thing/types/sample.rb +88 -0
  280. data/lib/wc_data/generated/thing/types/sample_set.rb +116 -0
  281. data/lib/wc_data/generated/thing/types/speed_value.rb +69 -0
  282. data/lib/wc_data/generated/thing/types/structured_measurement.rb +71 -0
  283. data/lib/wc_data/generated/thing/types/temperature_value.rb +69 -0
  284. data/lib/wc_data/generated/thing/types/test_result_range.rb +71 -0
  285. data/lib/wc_data/generated/thing/types/torque_value.rb +69 -0
  286. data/lib/wc_data/generated/thing/types/weight_value.rb +69 -0
  287. data/lib/wc_data/generated/thing/vital_signs/vital_sign_result_type.rb +166 -0
  288. data/lib/wc_data/generated/thing/vital_signs/vital_signs.rb +110 -0
  289. data/lib/wc_data/generated/thing/weight/weight.rb +70 -0
  290. data/lib/wc_data/generated/thing/weight_goal/weight_goal.rb +106 -0
  291. data/lib/wc_data/generated/types/address.rb +162 -0
  292. data/lib/wc_data/generated/types/app_info.rb +66 -0
  293. data/lib/wc_data/generated/types/app_server_cred.rb +70 -0
  294. data/lib/wc_data/generated/types/app_server_cred_info.rb +70 -0
  295. data/lib/wc_data/generated/types/app_settings.rb +50 -0
  296. data/lib/wc_data/generated/types/base64_sha1.rb +56 -0
  297. data/lib/wc_data/generated/types/card_space_cred.rb +50 -0
  298. data/lib/wc_data/generated/types/char2.rb +56 -0
  299. data/lib/wc_data/generated/types/codable_value.rb +72 -0
  300. data/lib/wc_data/generated/types/coded_value.rb +110 -0
  301. data/lib/wc_data/generated/types/culture.rb +64 -0
  302. data/lib/wc_data/generated/types/date_range.rb +62 -0
  303. data/lib/wc_data/generated/types/email.rb +82 -0
  304. data/lib/wc_data/generated/types/email_address.rb +56 -0
  305. data/lib/wc_data/generated/types/gender.rb +49 -0
  306. data/lib/wc_data/generated/types/group.rb +91 -0
  307. data/lib/wc_data/generated/types/groups.rb +50 -0
  308. data/lib/wc_data/generated/types/guid.rb +43 -0
  309. data/lib/wc_data/generated/types/hash_finalized.rb +48 -0
  310. data/lib/wc_data/generated/types/hash_finalized_data.rb +68 -0
  311. data/lib/wc_data/generated/types/hmac_algorithm.rb +48 -0
  312. data/lib/wc_data/generated/types/hmac_algorithm_data.rb +68 -0
  313. data/lib/wc_data/generated/types/hmac_finalized.rb +48 -0
  314. data/lib/wc_data/generated/types/hmac_finalized_data.rb +68 -0
  315. data/lib/wc_data/generated/types/iso3166.rb +1001 -0
  316. data/lib/wc_data/generated/types/iso4217.rb +733 -0
  317. data/lib/wc_data/generated/types/iso639_1.rb +585 -0
  318. data/lib/wc_data/generated/types/language_competency.rb +64 -0
  319. data/lib/wc_data/generated/types/localized_string.rb +64 -0
  320. data/lib/wc_data/generated/types/login_name.rb +56 -0
  321. data/lib/wc_data/generated/types/name_match_type.rb +53 -0
  322. data/lib/wc_data/generated/types/omb_ethnicity.rb +65 -0
  323. data/lib/wc_data/generated/types/open_query_info.rb +149 -0
  324. data/lib/wc_data/generated/types/permission.rb +61 -0
  325. data/lib/wc_data/generated/types/person_info.rb +214 -0
  326. data/lib/wc_data/generated/types/phone.rb +82 -0
  327. data/lib/wc_data/generated/types/positive_long.rb +43 -0
  328. data/lib/wc_data/generated/types/puid.rb +43 -0
  329. data/lib/wc_data/generated/types/rcpt_address.rb +69 -0
  330. data/lib/wc_data/generated/types/rcpt_person.rb +68 -0
  331. data/lib/wc_data/generated/types/rcpt_record.rb +48 -0
  332. data/lib/wc_data/generated/types/record.rb +264 -0
  333. data/lib/wc_data/generated/types/record_state.rb +57 -0
  334. data/lib/wc_data/generated/types/sig.rb +112 -0
  335. data/lib/wc_data/generated/types/string1024.rb +56 -0
  336. data/lib/wc_data/generated/types/string128.rb +56 -0
  337. data/lib/wc_data/generated/types/string16.rb +56 -0
  338. data/lib/wc_data/generated/types/string255.rb +56 -0
  339. data/lib/wc_data/generated/types/string32.rb +56 -0
  340. data/lib/wc_data/generated/types/string512.rb +56 -0
  341. data/lib/wc_data/generated/types/string64.rb +56 -0
  342. data/lib/wc_data/generated/types/stringnz.rb +43 -0
  343. data/lib/wc_data/generated/types/stringz1024.rb +56 -0
  344. data/lib/wc_data/generated/types/stringz128.rb +56 -0
  345. data/lib/wc_data/generated/types/stringz16.rb +56 -0
  346. data/lib/wc_data/generated/types/stringz255.rb +56 -0
  347. data/lib/wc_data/generated/types/stringz32.rb +56 -0
  348. data/lib/wc_data/generated/types/stringz512.rb +56 -0
  349. data/lib/wc_data/generated/types/stringz64.rb +56 -0
  350. data/lib/wc_data/generated/types/url.rb +56 -0
  351. data/lib/wc_data/generated/types/version.rb +56 -0
  352. data/lib/wc_data/generated/vocab/info_xml.rb +46 -0
  353. data/lib/wc_data/generated/vocab/vocabulary_code_item.rb +104 -0
  354. data/lib/wc_data/generated/vocab/vocabulary_code_set.rb +133 -0
  355. data/lib/wc_data/generated/vocab/vocabulary_key.rb +106 -0
  356. data/lib/wc_data/generated/vocab/vocabulary_key_info.rb +26 -0
  357. data/lib/wc_data/init.rb +27 -0
  358. data/lib/wc_data/raw_info_xml.rb +12 -0
  359. data/lib/wc_data/simple_type.rb +16 -0
  360. data/lib/wc_data/thing.rb +78 -0
  361. data/lib/xsd/bootstrap/request.xsd +107 -0
  362. data/lib/xsd/bootstrap/response-getservicedefinition.xsd +119 -0
  363. data/lib/xsd/bootstrap/types.xsd +1117 -0
  364. data/lib/xsd/common/application.xsd +766 -0
  365. data/lib/xsd/common/auth.xsd +1093 -0
  366. data/lib/xsd/common/dates.xsd +510 -0
  367. data/lib/xsd/common/record.xsd +1160 -0
  368. data/lib/xsd/common/request.xsd +524 -0
  369. data/lib/xsd/common/thing.xsd +881 -0
  370. data/lib/xsd/common/types.xsd +3131 -0
  371. data/lib/xsd/common/vocab.xsd +359 -0
  372. data/lib/xsd/requests/method-addapplication.xsd +349 -0
  373. data/lib/xsd/requests/method-createauthenticatedsessiontoken.xsd +216 -0
  374. data/lib/xsd/requests/method-createconnectrequest.xsd +143 -0
  375. data/lib/xsd/requests/method-deleteopenquery.xsd +75 -0
  376. data/lib/xsd/requests/method-deletependingconnectrequest.xsd +77 -0
  377. data/lib/xsd/requests/method-getauthorizedconnectrequests.xsd +78 -0
  378. data/lib/xsd/requests/method-getauthorizedrecords.xsd +82 -0
  379. data/lib/xsd/requests/method-getopenqueryinfo.xsd +74 -0
  380. data/lib/xsd/requests/method-getpersoninfo.xsd +80 -0
  381. data/lib/xsd/requests/method-getthings.xsd +516 -0
  382. data/lib/xsd/requests/method-getthingtype.xsd +201 -0
  383. data/lib/xsd/requests/method-getvocabulary.xsd +135 -0
  384. data/lib/xsd/requests/method-putthings.xsd +80 -0
  385. data/lib/xsd/requests/method-querypermissions.xsd +79 -0
  386. data/lib/xsd/requests/method-removethings.xsd +78 -0
  387. data/lib/xsd/requests/method-saveopenquery.xsd +219 -0
  388. data/lib/xsd/requests/method-searchvocabulary.xsd +222 -0
  389. data/lib/xsd/requests/method-sendinsecuremessage.xsd +185 -0
  390. data/lib/xsd/requests/method-sendinsecuremessagefromapplication.xsd +274 -0
  391. data/lib/xsd/requests/method-setapplicationsettings.xsd +166 -0
  392. data/lib/xsd/requests/method-updateapplication.xsd +357 -0
  393. data/lib/xsd/requests/method-updateexternalid.xsd +84 -0
  394. data/lib/xsd/responses/response-addapplication.xsd +79 -0
  395. data/lib/xsd/responses/response-any.xsd +59 -0
  396. data/lib/xsd/responses/response-createauthenticatedsessiontoken.xsd +167 -0
  397. data/lib/xsd/responses/response-createconnectrequest.xsd +88 -0
  398. data/lib/xsd/responses/response-deleteopenquery.xsd +87 -0
  399. data/lib/xsd/responses/response-getapplicationsettings.xsd +192 -0
  400. data/lib/xsd/responses/response-getauthorizedconnectrequests.xsd +135 -0
  401. data/lib/xsd/responses/response-getauthorizedrecords.xsd +76 -0
  402. data/lib/xsd/responses/response-getopenqueryinfo.xsd +64 -0
  403. data/lib/xsd/responses/response-getpeopleforrecord.xsd +95 -0
  404. data/lib/xsd/responses/response-getpersoninfo.xsd +87 -0
  405. data/lib/xsd/responses/response-getservicedefinition.xsd +515 -0
  406. data/lib/xsd/responses/response-getthings.xsd +198 -0
  407. data/lib/xsd/responses/response-getthingtype.xsd +457 -0
  408. data/lib/xsd/responses/response-getvocabulary.xsd +93 -0
  409. data/lib/xsd/responses/response-putthings.xsd +63 -0
  410. data/lib/xsd/responses/response-querypermissions.xsd +182 -0
  411. data/lib/xsd/responses/response-saveopenquery.xsd +62 -0
  412. data/lib/xsd/responses/response-searchvocabulary.xsd +90 -0
  413. data/lib/xsd/things/Advance Directive.xsd +60 -0
  414. data/lib/xsd/things/Aerobic Exercise Session.xsd +19 -0
  415. data/lib/xsd/things/Aerobic Profile.xsd +143 -0
  416. data/lib/xsd/things/Allergic Episode.xsd +17 -0
  417. data/lib/xsd/things/Allergy.xsd +39 -0
  418. data/lib/xsd/things/Application-Specific Information.xsd +42 -0
  419. data/lib/xsd/things/Appointment.xsd +24 -0
  420. data/lib/xsd/things/Asthma Inhaler Usage.xsd +44 -0
  421. data/lib/xsd/things/Asthma Inhaler.xsd +99 -0
  422. data/lib/xsd/things/Base Thing Type.xsd +1000 -0
  423. data/lib/xsd/things/Basic Demographic Information.xsd +49 -0
  424. data/lib/xsd/things/Blood Glucose Measurement.xsd +28 -0
  425. data/lib/xsd/things/Blood Pressure Measurement.xsd +30 -0
  426. data/lib/xsd/things/Cardiac Profile.xsd +80 -0
  427. data/lib/xsd/things/Cholesterol Profile (Lipid Profile).xsd +38 -0
  428. data/lib/xsd/things/Concern.xsd +17 -0
  429. data/lib/xsd/things/Condition.xsd +28 -0
  430. data/lib/xsd/things/Continuity of Care Record.xsd +3 -0
  431. data/lib/xsd/things/Contraindication.xsd +27 -0
  432. data/lib/xsd/things/Daily Dietary Intake.xsd +51 -0
  433. data/lib/xsd/things/Daily Medication Usage.xsd +41 -0
  434. data/lib/xsd/things/Device.xsd +24 -0
  435. data/lib/xsd/things/Diabetes Insulin Injection Use.xsd +26 -0
  436. data/lib/xsd/things/Diabetic Profile.xsd +92 -0
  437. data/lib/xsd/things/Discharge Summary.xsd +43 -0
  438. data/lib/xsd/things/Emergency or Provider Contact.xsd +11 -0
  439. data/lib/xsd/things/Emotional State.xsd +24 -0
  440. data/lib/xsd/things/Encounter (old).xsd +21 -0
  441. data/lib/xsd/things/Encounter.xsd +19 -0
  442. data/lib/xsd/things/Family History Condition.xsd +12 -0
  443. data/lib/xsd/things/Family History Person.xsd +18 -0
  444. data/lib/xsd/things/Family History.xsd +27 -0
  445. data/lib/xsd/things/File.xsd +28 -0
  446. data/lib/xsd/things/HL7 Continuity of Care Document.xsd +33 -0
  447. data/lib/xsd/things/HbA1C Measurement.xsd +23 -0
  448. data/lib/xsd/things/Healthcare Proxy.xsd +21 -0
  449. data/lib/xsd/things/Height Measurement.xsd +13 -0
  450. data/lib/xsd/things/Immunization.xsd +32 -0
  451. data/lib/xsd/things/Insulin Injection.xsd +30 -0
  452. data/lib/xsd/things/Insurance Plan.xsd +46 -0
  453. data/lib/xsd/things/Lab Test Result.xsd +11 -0
  454. data/lib/xsd/things/Life Goal.xsd +19 -0
  455. data/lib/xsd/things/Link.xsd +12 -0
  456. data/lib/xsd/things/Medical Annotation.xsd +21 -0
  457. data/lib/xsd/things/Medical Problem.xsd +15 -0
  458. data/lib/xsd/things/Medication.xsd +82 -0
  459. data/lib/xsd/things/Microbiology Lab Test Result.xsd +25 -0
  460. data/lib/xsd/things/Password Protected Package.xsd +23 -0
  461. data/lib/xsd/things/Personal Contact Information.xsd +18 -0
  462. data/lib/xsd/things/Personal Demographic Information.xsd +63 -0
  463. data/lib/xsd/things/Personal Image.xsd +13 -0
  464. data/lib/xsd/things/Procedure.xsd +19 -0
  465. data/lib/xsd/things/Radiology Lab Result.xsd +19 -0
  466. data/lib/xsd/things/Respiratory Profile.xsd +33 -0
  467. data/lib/xsd/things/Sleep Related Activity.xsd +45 -0
  468. data/lib/xsd/things/Sleep Session.xsd +51 -0
  469. data/lib/xsd/things/Spirometer Measurement.xsd +113 -0
  470. data/lib/xsd/things/Vital Signs.xsd +31 -0
  471. data/lib/xsd/things/Weekly Aerobic Exercise Goal.xsd +25 -0
  472. data/lib/xsd/things/Weight Goal.xsd +33 -0
  473. data/lib/xsd/things/Weight Measurement.xsd +10 -0
  474. data/spec/connection_spec.rb +17 -0
  475. data/spec/request_spec.rb +42 -0
  476. data/spec/support/test_server.rb +42 -0
  477. metadata +646 -0
@@ -0,0 +1,46 @@
1
+ <schema xmlns:payer="urn:com.microsoft.wc.thing.payer" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.payer"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>9366440c-ec81-4b89-b231-308a4c4d70ed</type-id><type-name>Insurance Plan</type-name><summary>
2
+ Information about the person or organization that pays
3
+ for health and medical related bills.
4
+ </summary></documentation></annotation><element name="payer"><complexType><annotation><documentation><summary>
5
+ Information about the person or organization that pays
6
+ for health and medical related bills.
7
+ </summary></documentation></annotation><sequence><element name="plan-name" type="string" minOccurs="1" maxOccurs="1"><annotation><documentation><summary>
8
+ The display name for the plan.
9
+ </summary><remarks>
10
+ For example, 'Premera Blue Cross'.
11
+ </remarks></documentation></annotation></element><element name="coverage-type" type="t:codable-value" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
12
+ The type of coverage the plan provides.
13
+ </summary><remarks>
14
+ For example, 'medical', 'dental', etc.
15
+ </remarks><preferred-vocabulary>coverage-types</preferred-vocabulary></documentation></annotation></element><element name="carrier-id" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
16
+ The carrier identifier.
17
+ </summary><remarks>
18
+ For example, 'BCBS430'.
19
+ </remarks></documentation></annotation></element><element name="group-num" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
20
+ The group number in the plan.
21
+ </summary></documentation></annotation></element><element name="plan-code" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
22
+ The plan code or prefix.
23
+ </summary><remarks>
24
+ For example, 'MSJ'.
25
+ </remarks></documentation></annotation></element><element name="subscriber-id" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
26
+ The identifier for the insurance subscriber.
27
+ </summary></documentation></annotation></element><element name="person-code" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
28
+ The person's code in the plan or suffix.
29
+ </summary><remarks>
30
+ For example, 01 = subscriber, etc.
31
+ </remarks></documentation></annotation></element><element name="subscriber-name" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
32
+ The name of the subscriber.
33
+ </summary></documentation></annotation></element><element name="subscriber-dob" type="d:date-time" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
34
+ The subscriber's date of birth.
35
+ </summary></documentation></annotation></element><element name="is-primary" type="boolean" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
36
+ States whether this is the primary coverage
37
+ for the person.
38
+ </summary><remarks>
39
+ If true, this is the primary coverage for the
40
+ person. If false, the person may have other
41
+ coverage.
42
+ </remarks></documentation></annotation></element><element name="expiration-date" type="d:date-time" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
43
+ The date the coverage expires.
44
+ </summary></documentation></annotation></element><element name="contact" type="t:contact" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
45
+ Contact information for the plan.
46
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,11 @@
1
+ <schema xmlns:lab="urn:com.microsoft.wc.thing.lab-test-results" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.lab-test-results"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>F57746AF-9631-49DC-944E-2C92BEE0D1E9</type-id><type-name>Lab Test Result</type-name><summary>
2
+ A series of lab test results.
3
+ </summary><effective-date-element>when</effective-date-element></documentation></annotation><element name="lab-test-results"><complexType><annotation><documentation><summary>
4
+ A series of lab test results.
5
+ </summary></documentation></annotation><sequence><element name="when" type="d:approx-date-time" minOccurs="0"><annotation><documentation><summary>
6
+ The date and time of the results.
7
+ </summary></documentation></annotation></element><element name="lab-group" type="t:lab-test-results-group-type" maxOccurs="unbounded"><annotation><documentation><summary>
8
+ A set of lab results.
9
+ </summary></documentation></annotation></element><element name="ordered-by" type="t:Organization" minOccurs="0"><annotation><documentation><summary>
10
+ The person or organization that ordered the lab tests.
11
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,19 @@
1
+ <schema xmlns:lg="urn:com.microsoft.wc.thing.life-goal" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.life-goal"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><annotation><documentation><type-id>609319bf-35cc-40a4-b9d7-1b329679baaa</type-id><type-name>Life Goal</type-name><summary>
2
+ An unmeasurable "checklist" goal of the type you might
3
+ stick up on the fridge as a New Year's resolution.
4
+ </summary><remarks>
5
+ The effective-date implies the date on which this goal
6
+ was initiated.
7
+ </remarks></documentation></annotation><element name="life-goal"><complexType><annotation><documentation><summary>
8
+ An unmeasurable "checklist" goal of the type you might
9
+ stick up on the fridge as a New Year's resolution.
10
+ </summary><remarks>
11
+ The effective-date implies the date on which this goal
12
+ was initiated.
13
+ </remarks></documentation></annotation><sequence><element name="description" minOccurs="1" maxOccurs="1" type="string"><annotation><documentation><summary>
14
+ Free-form description of the goal.
15
+ </summary></documentation></annotation></element><element name="goal-info" minOccurs="0" maxOccurs="1" type="t:goal"><annotation><documentation><summary>
16
+ General information about the goal such as
17
+ the start date, completion date, and current
18
+ status.
19
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,12 @@
1
+ <schema xmlns:l="urn:com.microsoft.wc.thing.link" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.link"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><annotation><documentation><type-id>d4b48e6b-50fa-4ba8-ac73-7d64a68dc328</type-id><type-name>Link</type-name><summary>
2
+ Defines the schema for a web link saved as a favorite in the
3
+ Microsoft Health Service.
4
+ </summary></documentation></annotation><element name="link"><annotation><documentation><summary>
5
+ Defines the schema for a web link saved as a favorite in the
6
+ Microsoft Health Service.
7
+ </summary></documentation></annotation><complexType><sequence><element name="url" type="string"><annotation><documentation><summary>
8
+ The full URL for the link, including the
9
+ scheme and full site name.
10
+ </summary></documentation></annotation></element><element name="title" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>
11
+ Optional friendly name for the link.
12
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,21 @@
1
+ <schema xmlns:ann="urn:com.microsoft.wc.thing.annotation" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.annotation"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>7AB3E662-CC5B-4BE2-BF38-78F8AAD5B161</type-id><type-name>Medical Annotation</type-name><summary>
2
+ Information related to a medical annotation.
3
+ </summary><remarks>
4
+ This thing type describes the medical annotation results of a person.
5
+ </remarks><effective-date-element>when</effective-date-element></documentation></annotation><element name="annotation"><complexType><annotation><documentation><summary>
6
+ Information related to a medical annotation.
7
+ </summary><remarks>
8
+ This thing type describes the medical annotation results of a person.
9
+ </remarks></documentation></annotation><sequence><element name="when" type="d:date-time"><annotation><documentation><summary>
10
+ The date and time of the annotation.
11
+ </summary></documentation></annotation></element><element name="content" type="string" minOccurs="0"><annotation><documentation><summary>
12
+ The text content of this medical annotation.
13
+ </summary></documentation></annotation></element><element name="author" type="t:person" minOccurs="0"><annotation><documentation><summary>
14
+ The author of this medical annotation.
15
+ </summary></documentation></annotation></element><element name="classification" type="string" minOccurs="0"><annotation><documentation><summary>
16
+ A classification for this medical annotation.
17
+ </summary></documentation></annotation></element><element name="index" type="string" minOccurs="0"><annotation><documentation><summary>
18
+ A document index for this medical annotation.
19
+ </summary></documentation></annotation></element><element name="version" type="string" minOccurs="0"><annotation><documentation><summary>
20
+ A document version for this medical annotation.
21
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,15 @@
1
+ <schema xmlns:prob="urn:com.microsoft.wc.thing.problem" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.problem"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>5E2C027E-3417-4CFC-BD10-5A6F2E91AD23</type-id><type-name>Medical Problem</type-name><summary>
2
+ Information related to a medical problem.
3
+ </summary><remarks>
4
+ This thing type describes the medical problem of a person.
5
+ </remarks><effective-date-element>when</effective-date-element></documentation></annotation><element name="problem"><complexType><annotation><documentation><summary>
6
+ Information related to a medical problem.
7
+ </summary><remarks>
8
+ This thing type describes the medical problem of a person.
9
+ </remarks></documentation></annotation><sequence><element name="when" type="d:date-time"><annotation><documentation><summary>
10
+ The date and time of the medical problem.
11
+ </summary></documentation></annotation></element><element name="diagnosis" type="t:codable-value" minOccurs="0" maxOccurs="unbounded"><annotation><documentation><summary>
12
+ Medical diagnosis.
13
+ </summary><preferred-vocabulary>icd9cm</preferred-vocabulary></documentation></annotation></element><element name="duration" type="t:duration-value" minOccurs="0" maxOccurs="unbounded"><annotation><documentation><summary>
14
+ Duration for a medical problem.
15
+ </summary></documentation></annotation></element><element name="importance" minOccurs="0"><simpleType><restriction base="positiveInteger"><maxInclusive value="5" /></restriction></simpleType></element></sequence></complexType></element></schema>
@@ -0,0 +1,82 @@
1
+ <schema xmlns:med="urn:com.microsoft.wc.thing.medication" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.medication"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>5C5F1223-F63C-4464-870C-3E36BA471DEF</type-id><type-name>Medication</type-name><summary>
2
+ Information related to a medication.
3
+ </summary><remarks>
4
+ This thing type describes a medication a person has.
5
+ </remarks></documentation></annotation><complexType name="DoseValue"><annotation><documentation><summary>
6
+ Defines a medication dosage.
7
+ </summary><remarks>
8
+ The dose taken may be a fixed amount, like 2 (meaning
9
+ 2 capsules, 2 tablets, etc.), or it may be a range, like
10
+ 1/2 - 1, and it may also include free-form text.
11
+ </remarks></documentation></annotation><sequence><element name="description" type="string" minOccurs="0"><annotation><documentation><summary>
12
+ Free form text describing the dose that should be
13
+ taken.
14
+ </summary></documentation></annotation></element><element name="exact-dose" type="t:positiveDouble" minOccurs="0"><annotation><documentation><summary>
15
+ The dose value as an exact dose value.
16
+ </summary><remarks>
17
+ The dosage to be taken is exactly specified.
18
+ </remarks></documentation></annotation></element><element name="min-dose" type="t:positiveDouble" minOccurs="0"><annotation><documentation><summary>
19
+ The minimum dosage that should be taken.
20
+ </summary><remarks>
21
+ The dosage to be taken is specified as a range
22
+ with this value indicating the minimum dosage
23
+ that should be taken.
24
+ </remarks></documentation></annotation></element><element name="max-dose" type="t:positiveDouble" minOccurs="0"><annotation><documentation><summary>
25
+ The maximum dosage that should be taken.
26
+ </summary><remarks>
27
+ The dosage to be taken is specified as a range
28
+ with this value indicating the maximum dosage
29
+ that should be taken.
30
+ </remarks></documentation></annotation></element></sequence></complexType><element name="medication"><complexType><annotation><documentation><summary>
31
+ Information related to a medication.
32
+ </summary><remarks>
33
+ This thing type describes a medication a person has.
34
+ </remarks></documentation></annotation><sequence><element name="name" type="string" minOccurs="0"><annotation><documentation><summary>
35
+ Name of medication.
36
+ </summary></documentation></annotation></element><!-- National Drug Code or Generic Sequence Number --><element name="code" type="nonNegativeInteger" minOccurs="0" maxOccurs="unbounded"><annotation><documentation><summary>
37
+ Clinical code for medication.
38
+ </summary></documentation></annotation></element><element name="date-discontinued" type="d:approx-date-time" minOccurs="0"><annotation><documentation><summary>
39
+ Date medication was discontinued.
40
+ </summary></documentation></annotation></element><element name="date-filled" type="d:approx-date-time" minOccurs="0"><annotation><documentation><summary>
41
+ Date medication prescription was filled.
42
+ </summary></documentation></annotation></element><element name="date-prescribed" type="d:approx-date-time" minOccurs="0"><annotation><documentation><summary>
43
+ Date medication was prescribed.
44
+ </summary></documentation></annotation></element><element name="is-prescribed" type="boolean" minOccurs="0"><annotation><documentation><summary>
45
+ True if medication was prescribed.
46
+ </summary></documentation></annotation></element><element name="indication" type="string" minOccurs="0"><annotation><documentation><summary>
47
+ Free form indication for medication.
48
+ </summary></documentation></annotation></element><element name="amount-prescribed" type="string" minOccurs="0"><annotation><documentation><summary>
49
+ Free form amount prescribed for medication.
50
+ </summary></documentation></annotation></element><element name="dose-value" type="med:DoseValue" minOccurs="0"><annotation><documentation><summary>
51
+ Doses of medication.
52
+ </summary></documentation></annotation></element><element name="dose-unit" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
53
+ Dose unit of medication.
54
+ </summary><preferred-vocabulary>x12-de-1330</preferred-vocabulary></documentation></annotation></element><element name="strength-value" type="nonNegativeInteger" minOccurs="0"><annotation><documentation><summary>
55
+ Strength of medication.
56
+ </summary></documentation></annotation></element><element name="strength-unit" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
57
+ Free form strength unit of medication.
58
+ </summary><preferred-vocabulary>x12-de-355</preferred-vocabulary></documentation></annotation></element><element name="frequency" type="string" minOccurs="0"><annotation><documentation><summary>
59
+ Free form frequency of medication.
60
+ </summary></documentation></annotation></element><element name="route" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
61
+ Route of medication.
62
+ </summary><preferred-vocabulary>medication-routes</preferred-vocabulary></documentation></annotation></element><element name="duration" type="string" minOccurs="0"><annotation><documentation><summary>
63
+ Free form duration of medication.
64
+ </summary></documentation></annotation></element><element name="duration-unit" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
65
+ Free form duration units of medication.
66
+ </summary></documentation></annotation></element><element name="refills" type="nonNegativeInteger" minOccurs="0"><annotation><documentation><summary>
67
+ Number of medication refills.
68
+ </summary></documentation></annotation></element><element name="refills-left" type="nonNegativeInteger" minOccurs="0"><annotation><documentation><summary>
69
+ Number of medication refills left.
70
+ </summary></documentation></annotation></element><element name="days-supply" type="nonNegativeInteger" minOccurs="0"><annotation><documentation><summary>
71
+ Number of days supply of medication.
72
+ </summary></documentation></annotation></element><element name="prescription-duration" type="t:duration-value" minOccurs="0"><annotation><documentation><summary>
73
+ Duration of prescription.
74
+ </summary></documentation></annotation></element><element name="instructions" type="string" minOccurs="0"><annotation><documentation><summary>
75
+ Free form medication instructions.
76
+ </summary></documentation></annotation></element><element name="substitution-permitted" type="boolean" minOccurs="0"><annotation><documentation><summary>
77
+ True of substitution is permitted.
78
+ </summary></documentation></annotation></element><element name="pharmacy" type="t:contact" minOccurs="0"><annotation><documentation><summary>
79
+ Pharmacy.
80
+ </summary></documentation></annotation></element><element name="prescription-number" type="string" minOccurs="0"><annotation><documentation><summary>
81
+ Free form prescription number.
82
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,25 @@
1
+ <schema xmlns:mic="urn:com.microsoft.wc.thing.microbiology" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.microbiology"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>B8FCB138-F8E6-436A-A15D-E3A2D6916094</type-id><type-name>Microbiology Lab Test Result</type-name><summary>
2
+ Information related to a microbiology lab test.
3
+ </summary><remarks>
4
+ This thing type describes the microbiology lab test results of a person.
5
+ </remarks><effective-date-element>when</effective-date-element></documentation></annotation><element name="microbiology-lab-results"><complexType><annotation><documentation><summary>
6
+ Information related to a microbiology lab test.
7
+ </summary><remarks>
8
+ This thing type describes the microbiology lab test results of a person.
9
+ </remarks></documentation></annotation><sequence><element name="when" type="d:date-time"><annotation><documentation><summary>
10
+ The date and time of the report.
11
+ </summary></documentation></annotation></element><element name="lab-tests" type="t:lab-test-type" minOccurs="0" maxOccurs="unbounded"><annotation><documentation><summary>
12
+ Type of microbiology lab test.
13
+ </summary></documentation></annotation></element><element name="sensitivity-agent" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
14
+ Free form description of agent for a sensitivity type.
15
+ </summary></documentation></annotation></element><element name="sensitivity-value" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
16
+ Free form description of value for a sensitivity type.
17
+ </summary></documentation></annotation></element><element name="sensitivity-interpretation" type="string" minOccurs="0"><annotation><documentation><summary>
18
+ Free form description of interpretation for a sensitivity type.
19
+ </summary></documentation></annotation></element><element name="specimen-type" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
20
+ Free form description of specimen type for a microbiology lab test.
21
+ </summary></documentation></annotation></element><element name="organism-name" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
22
+ Free form description of organism name for a microbiology lab test.
23
+ </summary></documentation></annotation></element><element name="organism-comment" type="string" minOccurs="0"><annotation><documentation><summary>
24
+ Free form organism comment for a microbiology lab test.
25
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,23 @@
1
+ <schema xmlns:package="urn:com.microsoft.wc.thing.password.protected.package" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.password.protected.package"><annotation><documentation><type-id>c9287326-bb43-4194-858c-8b60768f000f</type-id><type-name>Password Protected Package</type-name><uses-blob-store>true</uses-blob-store><summary>
2
+ Defines the schema for a package that can contain a pkcs5v2 encrypted blob.
3
+ </summary></documentation></annotation><complexType name="PbeParametersType"><sequence><element name="salt" type="string"><annotation><documentation><summary>
4
+ Salt used when hashing the value.
5
+ </summary><remarks>
6
+ The value for this element is application dependent,
7
+ but to support consistency we suggest that the salt
8
+ be a base64 encoded series of bytes matching the
9
+ length requirement of the algorithm. For instance,
10
+ 64 bytes for sha1 and sha256.
11
+ </remarks></documentation></annotation></element><element name="iteration-count" type="int" default="20000"><annotation><documentation><summary>
12
+ The number of iterations used when hashing the data.
13
+ </summary></documentation></annotation></element><element name="key-length" type="int"><annotation><documentation><summary>
14
+ The key length in bits used.
15
+ </summary><remarks>
16
+ The value depends on encryption algorithm.
17
+ The default is 168 for 3DES and 256 for aes256.
18
+ </remarks></documentation></annotation></element></sequence></complexType><complexType name="PackageEncryptionType"><sequence><element name="algorithm-name"><simpleType><annotation><documentation><summary>Algorithm used for the encryption.</summary></documentation></annotation><restriction base="string"><enumeration value="none"><annotation><documentation><summary>No encryption was used.</summary></documentation></annotation></enumeration><enumeration value="hmac-sha1-3des"><annotation><documentation><summary>Encrypted using the hmac-sha1 pseudorandom and the
19
+ 3DES encryption function</summary></documentation></annotation></enumeration><enumeration value="hmac-sha256-aes256"><annotation><documentation><summary>
20
+ Encrypted using the hmac-sha2 pseudorandom and the AES256 encryption function.
21
+ </summary></documentation></annotation></enumeration></restriction></simpleType></element><element name="parameters" type="package:PbeParametersType" minOccurs="0" maxOccurs="1"><annotation><documentation><summary>Parameters used by the algorithm for the encryption.</summary></documentation></annotation></element></sequence></complexType><element name="password-protected-package"><annotation><documentation><summary>
22
+ Defines the schema for a package that can contain a password encrypted blob.
23
+ </summary></documentation></annotation><complexType><sequence><element name="encrypt-algorithm" type="package:PackageEncryptionType"><annotation><documentation><summary>Algorithm used in the encryption</summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,18 @@
1
+ <schema xmlns:contact="urn:com.microsoft.wc.thing.contact" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.contact"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><annotation><documentation><type-id>162dd12d-9859-4a66-b75f-96760d67072b</type-id><type-name>Personal Contact Information</type-name><summary>
2
+ This is the contact information for the person owning
3
+ a health record in the Microsoft Health Service.
4
+ </summary><remarks>
5
+ This data should not be confused with the 'person'
6
+ type which is contact information for an emergency
7
+ contact or someone else related to the health record.
8
+ </remarks><singleton /></documentation></annotation><element name="contact"><complexType><annotation><documentation><summary>
9
+ This is the contact information for the person owning
10
+ a health record in the Microsoft Health Service.
11
+ </summary><remarks>
12
+ This data should not be confused with the 'person'
13
+ type which is contact information for an emergency
14
+ contact or someone else related to the health record.
15
+ </remarks></documentation></annotation><sequence><element name="contact" minOccurs="1" maxOccurs="1" type="t:contact"><annotation><documentation><summary>
16
+ Contact information for the person owning the
17
+ health record in the Microsoft Health Service.
18
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,63 @@
1
+ <schema xmlns:personal="urn:com.microsoft.wc.thing.personal" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.personal"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>92ba621e-66b3-4a01-bd73-74844aed4f5b</type-id><type-name>Personal Demographic Information</type-name><summary>
2
+ Personal demographic information this is more sensitve in
3
+ nature.
4
+ </summary><remarks>
5
+ This data is more sensitive than the "basic" thing type
6
+ data and may not be disclosed as freely as the "basic"
7
+ thing type.
8
+ </remarks><singleton /></documentation></annotation><element name="personal"><complexType><annotation><documentation><summary>
9
+ Personal demographic information this is more sensitve in
10
+ nature.
11
+ </summary><remarks>
12
+ This data is more sensitive than the "basic" thing type
13
+ data and may not be disclosed as freely as the "basic"
14
+ thing type.
15
+ </remarks><singleton /></documentation></annotation><sequence><element name="name" type="t:name" minOccurs="0"><annotation><documentation><summary>
16
+ A more complete representation of the person's
17
+ name.
18
+ </summary></documentation></annotation></element><element name="birthdate" type="d:date-time" minOccurs="0"><annotation><documentation><summary>
19
+ The date and time of the person's birth, or
20
+ as close as possible.
21
+ </summary></documentation></annotation></element><element name="blood-type" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
22
+ ABO and Rhesus +/- blood type.
23
+ </summary><remarks>
24
+ Or as much as is known about the blood type.
25
+ </remarks></documentation></annotation></element><element name="ethnicity" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
26
+ The person's ethnicity.
27
+ </summary><remarks>
28
+ This value should come from the Microsoft
29
+ Health Lexicon vocabulary 'ethnicity-types'.
30
+ </remarks><preferred-vocabulary>ethnicity</preferred-vocabulary></documentation></annotation></element><element name="ssn" type="string" minOccurs="0"><annotation><documentation><summary>
31
+ The United States Social Security Number if
32
+ available.
33
+ </summary></documentation></annotation></element><element name="marital-status" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
34
+ A person's marital status.
35
+ </summary><remarks>
36
+ This value should come from the Microsoft
37
+ Health Lexicon vocabulary 'marital-status'.
38
+ </remarks><preferred-vocabulary>marital-status</preferred-vocabulary></documentation></annotation></element><element name="employment-status" type="string" minOccurs="0"><annotation><documentation><summary>
39
+ A free-form representation of the person's
40
+ employment status.
41
+ </summary></documentation></annotation></element><element name="is-deceased" type="boolean" minOccurs="0"><annotation><documentation><summary>
42
+ True if person is deceased.
43
+ </summary></documentation></annotation></element><element name="date-of-death" type="d:approx-date-time" minOccurs="0"><annotation><documentation><summary>
44
+ A date and time of death, if deceased.
45
+ </summary></documentation></annotation></element><element name="religion" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
46
+ A person's religion.
47
+ </summary><remarks>
48
+ This value should come from the Microsoft
49
+ Health Lexicon vocabulary 'religion'.
50
+ </remarks><preferred-vocabulary>religion</preferred-vocabulary></documentation></annotation></element><element name="is-veteran" type="boolean" minOccurs="0"><annotation><documentation><summary>
51
+ True if person is veteran.
52
+ </summary></documentation></annotation></element><element name="highest-education-level" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
53
+ A free-form representation of the person's
54
+ highest level of education.
55
+ </summary><remarks>
56
+ This value should come from the Microsoft
57
+ Health Lexicon vocabulary 'education-level'.
58
+ </remarks><preferred-vocabulary>education-level</preferred-vocabulary></documentation></annotation></element><element name="is-disabled" type="boolean" minOccurs="0"><annotation><documentation><summary>
59
+ True if person has a disability.
60
+ </summary></documentation></annotation></element><element name="organ-donor" type="string" minOccurs="0"><annotation><documentation><summary>
61
+ A free-form representation of the person's
62
+ organ donor status.
63
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,13 @@
1
+ <schema xmlns:pi="urn:com.microsoft.wc.thing.personal-image" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.personal-image"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><annotation><documentation><type-id>a5294488-f865-4ce3-92fa-187cd3b58930</type-id><type-name>Personal Image</type-name><uses-blob-store>true</uses-blob-store><summary>
2
+ An image that represents the person.
3
+ </summary><remarks>
4
+ This type has no XML data associated with it. All data
5
+ is stored as base64 encoded binary data in the "other
6
+ data" section of the thing.
7
+ </remarks><singleton /></documentation></annotation><element name="personal-image"><complexType><annotation><documentation><summary>
8
+ An image that represents the person.
9
+ </summary><remarks>
10
+ This type has no XML data associated with it. All data
11
+ is stored as base64 encoded binary data in the "other
12
+ data" section of the thing.
13
+ </remarks></documentation></annotation><sequence /></complexType></element></schema>
@@ -0,0 +1,19 @@
1
+ <schema xmlns:proc="urn:com.microsoft.wc.thing.procedure" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.procedure"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>0A5F9A43-DC88-4E9F-890F-1F9159B76E7B</type-id><type-name>procedure</type-name><summary>
2
+ Information related to a procedure.
3
+ </summary><remarks>
4
+ This thing type describes the procedure results of a person.
5
+ </remarks><effective-date-element>when</effective-date-element></documentation></annotation><element name="procedure"><complexType><annotation><documentation><summary>
6
+ Information related to a procedure.
7
+ </summary><remarks>
8
+ This thing type describes the procedure results of a person.
9
+ </remarks></documentation></annotation><sequence><element name="when" type="d:date-time"><annotation><documentation><summary>
10
+ The date and time the procedure.
11
+ </summary></documentation></annotation></element><element name="title" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
12
+ Title of medical procedure.
13
+ </summary></documentation></annotation></element><element name="primary-provider" type="t:person" minOccurs="0"><annotation><documentation><summary>
14
+ Primary provider for a medical procedure.
15
+ </summary></documentation></annotation></element><element name="anatomic-location" type="t:codable-value" minOccurs="0"><annotation><documentation><summary>
16
+ Anatomic location of the medical procedure.
17
+ </summary></documentation></annotation></element><element name="secondary-provider" type="t:person" minOccurs="0"><annotation><documentation><summary>
18
+ Secondary provider for a medical procedure.
19
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,19 @@
1
+ <schema xmlns:lab="urn:com.microsoft.wc.thing.radiology-lab-results" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.radiology-lab-results"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>E4911BD3-61BF-4E10-AE78-9C574B888B8F</type-id><type-name>Radiology Lab Result</type-name><summary>
2
+ Information related to a radiology lab results.
3
+ </summary><remarks>
4
+ This thing type describes the radiology lab results a person
5
+ has.
6
+ </remarks><effective-date-element>when</effective-date-element></documentation></annotation><element name="radiology-lab-results"><complexType><annotation><documentation><summary>
7
+ Information related to a radiology lab-results.
8
+ </summary><remarks>
9
+ This thing type describes the radiology lab results a
10
+ person has.
11
+ </remarks></documentation></annotation><sequence><element name="when" type="d:date-time"><annotation><documentation><summary>
12
+ The date and time the lab results.
13
+ </summary></documentation></annotation></element><element name="title" type="string" minOccurs="0"><annotation><documentation><summary>
14
+ Free form title for radiology lab results.
15
+ </summary></documentation></annotation></element><element name="anatomic-site" type="string" minOccurs="0"><annotation><documentation><summary>
16
+ The anatomic site description in a radiology lab results.
17
+ </summary></documentation></annotation></element><element name="result-text" type="string" minOccurs="0"><annotation><documentation><summary>
18
+ The textual content for radiology lab results.
19
+ </summary></documentation></annotation></element></sequence></complexType></element></schema>
@@ -0,0 +1,33 @@
1
+ <schema xmlns:a="urn:com.microsoft.wc.thing.respiratory-profile" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.respiratory-profile"><import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" /><import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" /><annotation><documentation><type-id>5fd15cb7-b717-4b1c-89e0-1dbcf7f815dd</type-id><type-name>Respiratory Profile</type-name><effective-date-element>when</effective-date-element><summary>
2
+ A summary of a person's respiratory condition.
3
+ </summary><remarks>
4
+ A person's respiratory profile is made up of a set of
5
+ answers to common questions and measurements that indicate the
6
+ respiratory condition of the person.
7
+ </remarks></documentation></annotation><element name="respiratory-profile"><complexType><annotation><documentation><summary>
8
+ A summary of a person's respiratory condition.
9
+ </summary><remarks>
10
+ A person's respiratory profile is made up of a set of
11
+ answers to common questions and measurements that indicate the
12
+ respiratory condition of the person.
13
+ </remarks></documentation></annotation><sequence><element name="when" minOccurs="1" maxOccurs="1" type="d:date-time"><annotation><documentation><summary>
14
+ The date/time when the respiratory profile
15
+ answers and measurements were taken.
16
+ </summary></documentation></annotation></element><element name="expiratory-flow-red-zone-upper-boundary" type="t:flow-value" minOccurs="0"><annotation><documentation><summary>
17
+ The upper zone boundary for the red zone.
18
+ </summary><remarks>
19
+ This zone covers flow between 0 and the
20
+ specified value (measured in L/s).
21
+ </remarks></documentation></annotation></element><element name="expiratory-flow-orange-zone-upper-boundary" type="t:flow-value" minOccurs="0"><annotation><documentation><summary>
22
+ The upper zone boundary for the orange zone.
23
+ </summary><remarks>
24
+ This zone covers flow between the red zone
25
+ upper boundary and the
26
+ specified value (measured in L/s).
27
+ </remarks></documentation></annotation></element><element name="expiratory-flow-yellow-zone-upper-boundary" type="t:flow-value" minOccurs="0"><annotation><documentation><summary>
28
+ The upper zone boundary for the yellow zone.
29
+ </summary><remarks>
30
+ This zone covers flow between the orange zone
31
+ upper boundary and the
32
+ specified value (measured in L/s).
33
+ </remarks></documentation></annotation></element></sequence></complexType></element></schema>