openehr 1.2.8 → 1.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (369) hide show
  1. checksums.yaml +4 -4
  2. data/lib/openehr.rb +12 -13
  3. data/lib/openehr/am.rb +10 -8
  4. data/lib/openehr/am/archetype.rb +2 -10
  5. data/lib/openehr/am/archetype/constraint_model.rb +0 -5
  6. data/lib/openehr/am/openehr_profile/data_types/basic.rb +3 -3
  7. data/lib/openehr/am/openehr_profile/data_types/quantity.rb +4 -4
  8. data/lib/openehr/am/openehr_profile/data_types/text.rb +3 -3
  9. data/lib/openehr/parser.rb +0 -3
  10. data/lib/openehr/parser/adl_helper.rb +8 -7
  11. data/lib/openehr/parser/adl_parser.rb +2 -1
  12. data/lib/openehr/parser/validator.rb +1 -2
  13. data/lib/openehr/rm.rb +47 -24
  14. data/lib/openehr/rm/common/change_control.rb +3 -3
  15. data/lib/openehr/rm/common/directory.rb +5 -2
  16. data/lib/openehr/rm/common/generic.rb +0 -2
  17. data/lib/openehr/rm/common/resource.rb +1 -0
  18. data/lib/openehr/rm/composition.rb +1 -4
  19. data/lib/openehr/rm/composition/content.rb +1 -7
  20. data/lib/openehr/rm/composition/content/entry.rb +3 -0
  21. data/lib/openehr/rm/composition/content/navigation.rb +1 -2
  22. data/lib/openehr/rm/data_structures.rb +2 -7
  23. data/lib/openehr/rm/data_structures/history.rb +7 -7
  24. data/lib/openehr/rm/data_structures/item_structure.rb +4 -5
  25. data/lib/openehr/rm/data_structures/item_structure/representation.rb +2 -0
  26. data/lib/openehr/rm/data_types/basic.rb +2 -0
  27. data/lib/openehr/rm/data_types/encapsulated.rb +2 -1
  28. data/lib/openehr/rm/data_types/quantity.rb +2 -3
  29. data/lib/openehr/rm/data_types/quantity/date_time.rb +9 -9
  30. data/lib/openehr/rm/data_types/text.rb +1 -1
  31. data/lib/openehr/rm/data_types/time_specification.rb +1 -1
  32. data/lib/openehr/rm/data_types/uri.rb +2 -0
  33. data/lib/openehr/rm/demographic.rb +8 -8
  34. data/lib/openehr/rm/ehr.rb +6 -8
  35. data/lib/openehr/rm/integration.rb +2 -2
  36. data/lib/openehr/rm/support/identification.rb +0 -1
  37. data/lib/openehr/serializer.rb +0 -1
  38. data/lib/openehr/version.rb +1 -1
  39. metadata +3 -334
  40. data/.document +0 -5
  41. data/.gitignore +0 -32
  42. data/.rspec +0 -2
  43. data/.travis.yml +0 -4
  44. data/Gemfile +0 -3
  45. data/Guardfile +0 -22
  46. data/History.txt +0 -62
  47. data/PostInstall.txt +0 -9
  48. data/Rakefile +0 -13
  49. data/features/rmfactory.feature +0 -9
  50. data/features/step_definitions/rmfactory_steps.rb +0 -11
  51. data/features/support/env.rb +0 -10
  52. data/lib/openehr/am/openehr_profile.rb +0 -9
  53. data/lib/openehr/am/openehr_profile/data_types.rb +0 -13
  54. data/lib/openehr/rm/common.rb +0 -19
  55. data/lib/openehr/rm/data_types.rb +0 -22
  56. data/lib/openehr/rm/support.rb +0 -16
  57. data/openehr.gemspec +0 -48
  58. data/spec/lib/openehr/am/archetype/archetype_spec.rb +0 -103
  59. data/spec/lib/openehr/am/archetype/assertion/assertion_spec.rb +0 -60
  60. data/spec/lib/openehr/am/archetype/assertion/assertion_variable_spec.rb +0 -30
  61. data/spec/lib/openehr/am/archetype/assertion/expr_binary_operator.rb +0 -40
  62. data/spec/lib/openehr/am/archetype/assertion/expr_item_spec.rb +0 -28
  63. data/spec/lib/openehr/am/archetype/assertion/expr_leaf_spec.rb +0 -34
  64. data/spec/lib/openehr/am/archetype/assertion/expr_operator_spec.rb +0 -25
  65. data/spec/lib/openehr/am/archetype/assertion/expr_unary_operator_spec.rb +0 -26
  66. data/spec/lib/openehr/am/archetype/assertion/operator_kind_spec.rb +0 -114
  67. data/spec/lib/openehr/am/archetype/constraint_model/archetype_constraint_spec.rb +0 -56
  68. data/spec/lib/openehr/am/archetype/constraint_model/archetype_internal_ref_spec.rb +0 -36
  69. data/spec/lib/openehr/am/archetype/constraint_model/archetype_slot_spec.rb +0 -61
  70. data/spec/lib/openehr/am/archetype/constraint_model/c_attribute_spec.rb +0 -59
  71. data/spec/lib/openehr/am/archetype/constraint_model/c_complex_object_spec.rb +0 -39
  72. data/spec/lib/openehr/am/archetype/constraint_model/c_defined_object_spec.rb +0 -53
  73. data/spec/lib/openehr/am/archetype/constraint_model/c_domain_type_spec.rb +0 -25
  74. data/spec/lib/openehr/am/archetype/constraint_model/c_multiple_attribute_spec.rb +0 -23
  75. data/spec/lib/openehr/am/archetype/constraint_model/c_object_spec.rb +0 -61
  76. data/spec/lib/openehr/am/archetype/constraint_model/c_primitive_object_spec.rb +0 -33
  77. data/spec/lib/openehr/am/archetype/constraint_model/c_reference_object_spec.rb +0 -17
  78. data/spec/lib/openehr/am/archetype/constraint_model/c_single_attribute_spec.rb +0 -22
  79. data/spec/lib/openehr/am/archetype/constraint_model/cardinality_spec.rb +0 -68
  80. data/spec/lib/openehr/am/archetype/constraint_model/constraint_ref_spec.rb +0 -29
  81. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_boolean_spec.rb +0 -57
  82. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_date_spec.rb +0 -52
  83. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_date_time_spec.rb +0 -136
  84. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_duration_spec.rb +0 -41
  85. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_integer_spec.rb +0 -67
  86. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_primitive_spec.rb +0 -41
  87. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_real_spec.rb +0 -19
  88. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_string_spec.rb +0 -73
  89. data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_time_spec.rb +0 -104
  90. data/spec/lib/openehr/am/archetype/ontology/archetype_ontology_spec.rb +0 -97
  91. data/spec/lib/openehr/am/archetype/ontology/archetype_term_spec.rb +0 -43
  92. data/spec/lib/openehr/am/archetype/validity_kind_spec.rb +0 -42
  93. data/spec/lib/openehr/am/openehr_profile/data_types/basic/c_dv_state_spec.rb +0 -34
  94. data/spec/lib/openehr/am/openehr_profile/data_types/basic/non_terminal_state_spec.rb +0 -36
  95. data/spec/lib/openehr/am/openehr_profile/data_types/basic/state_machine_spec.rb +0 -34
  96. data/spec/lib/openehr/am/openehr_profile/data_types/basic/state_spec.rb +0 -26
  97. data/spec/lib/openehr/am/openehr_profile/data_types/basic/terminal_state_spec.rb +0 -18
  98. data/spec/lib/openehr/am/openehr_profile/data_types/basic/transition_spec.rb +0 -62
  99. data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_dv_ordinal_spec.rb +0 -41
  100. data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_dv_quantity_spec.rb +0 -50
  101. data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_quantity_item_spec.rb +0 -48
  102. data/spec/lib/openehr/am/openehr_profile/data_types/text/c_code_phrase_spec.rb +0 -34
  103. data/spec/lib/openehr/assumed_library_types/interval_spec.rb +0 -145
  104. data/spec/lib/openehr/assumed_library_types/iso8601_date_spec.rb +0 -236
  105. data/spec/lib/openehr/assumed_library_types/iso8601_date_time_spec.rb +0 -51
  106. data/spec/lib/openehr/assumed_library_types/iso8601_duration_spec.rb +0 -158
  107. data/spec/lib/openehr/assumed_library_types/iso8601_time_spec.rb +0 -234
  108. data/spec/lib/openehr/assumed_library_types/iso8601_timezone_spec.rb +0 -57
  109. data/spec/lib/openehr/assumed_library_types/time_definitions_spec.rb +0 -136
  110. data/spec/lib/openehr/assumed_library_types/timezone_spec.rb +0 -42
  111. data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.assumed_types.v1.adl +0 -88
  112. data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.basic_types.v1.adl +0 -143
  113. data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.basic_types_fail.v1.adl +0 -50
  114. data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.most_minimal.v1.adl +0 -27
  115. data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.structure_test1.v1.adl +0 -46
  116. data/spec/lib/openehr/parser/adl14/adl-test-SOME_TYPE.generic_type_basic.draft.adl +0 -56
  117. data/spec/lib/openehr/parser/adl14/adl-test-SOME_TYPE.generic_type_use_node.draft.adl +0 -63
  118. data/spec/lib/openehr/parser/adl14/adl-test-car.paths.test.adl +0 -80
  119. data/spec/lib/openehr/parser/adl14/adl-test-car.use_node.test.adl +0 -87
  120. data/spec/lib/openehr/parser/adl14/adl-test-composition.dv_coded_text.test.adl +0 -29
  121. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_bindings.test.adl +0 -47
  122. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_desc_missing_purpose.test.adl +0 -45
  123. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_description.test.adl +0 -61
  124. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_description2.test.adl +0 -45
  125. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_identification.test.adl +0 -26
  126. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_internal_ref.test.adl +0 -36
  127. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_internal_ref2.test.adl +0 -36
  128. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language.test.adl +0 -47
  129. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language_no_accreditation.test.adl +0 -38
  130. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language_order_of_translation_details.test.adl +0 -40
  131. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_ontology.test.adl +0 -25
  132. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_slot.test.adl +0 -40
  133. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_slot.test2.adl +0 -37
  134. data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_uncommonkeys.test.adl +0 -29
  135. data/spec/lib/openehr/parser/adl14/adl-test-entry.basic_types.test.adl +0 -272
  136. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_code_phrase.test.adl +0 -77
  137. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_ordinal.test.adl +0 -66
  138. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_empty.test.adl +0 -46
  139. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full.test.adl +0 -64
  140. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full2.test.adl +0 -64
  141. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full3.test.adl +0 -64
  142. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_item_units_only.test.adl +0 -55
  143. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_list.test.adl +0 -58
  144. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_property.test.adl +0 -47
  145. data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_reversed.test.adl +0 -59
  146. data/spec/lib/openehr/parser/adl14/adl-test-entry.constraint_binding.test.adl +0 -37
  147. data/spec/lib/openehr/parser/adl14/adl-test-entry.constraint_ref.test.adl +0 -43
  148. data/spec/lib/openehr/parser/adl14/adl-test-entry.datetime.test.adl +0 -183
  149. data/spec/lib/openehr/parser/adl14/adl-test-entry.domain_types.test.adl +0 -97
  150. data/spec/lib/openehr/parser/adl14/adl-test-entry.durations.test.adl +0 -112
  151. data/spec/lib/openehr/parser/adl14/adl-test-entry.empty_other_contributors.test.adl +0 -42
  152. data/spec/lib/openehr/parser/adl14/adl-test-entry.missing_language.test.adl +0 -23
  153. data/spec/lib/openehr/parser/adl14/adl-test-entry.mixed_node_types.draft.adl +0 -61
  154. data/spec/lib/openehr/parser/adl14/adl-test-entry.most_minimal.test.adl +0 -23
  155. data/spec/lib/openehr/parser/adl14/adl-test-entry.multi_language.test.adl +0 -52
  156. data/spec/lib/openehr/parser/adl14/adl-test-entry.special_string.test.adl +0 -88
  157. data/spec/lib/openehr/parser/adl14/adl-test-entry.structure_test1.test.adl +0 -45
  158. data/spec/lib/openehr/parser/adl14/adl-test-entry.structure_test2.test.adl +0 -45
  159. data/spec/lib/openehr/parser/adl14/adl-test-entry.term_binding.test.adl +0 -37
  160. data/spec/lib/openehr/parser/adl14/adl-test-entry.term_binding2.test.adl +0 -32
  161. data/spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl +0 -83
  162. data/spec/lib/openehr/parser/adl14/adl-test-entry.translations_author_language.test.adl +0 -34
  163. data/spec/lib/openehr/parser/adl14/adl-test-entry.translations_language_author.test.adl +0 -34
  164. data/spec/lib/openehr/parser/adl14/adl-test-entry.unicode_BOM_support.test.adl +0 -41
  165. data/spec/lib/openehr/parser/adl14/adl-test-entry.unicode_support.test.adl +0 -41
  166. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ACTION.imaging.v1.adl +0 -275
  167. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ACTION.referral.v1.adl +0 -351
  168. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.auscultation-chest.v1.adl +0 -765
  169. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.auscultation.v1.adl +0 -48
  170. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.dimensions-circumference.v1.adl +0 -134
  171. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.dimensions.v1.adl +0 -241
  172. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-abdomen.v1.adl +0 -305
  173. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-chest.v1.adl +0 -379
  174. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-fetus.v1.adl +0 -577
  175. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-joint.v1.adl +0 -146
  176. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-lymphnode.v1.adl +0 -176
  177. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-mass.v1.adl +0 -221
  178. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic.v1.adl +0 -139
  179. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl +0 -116
  180. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterine_cervix.v1.adl +0 -631
  181. data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterus.v1.adl +0 -287
  182. data/spec/lib/openehr/parser/adl14/openEHR-EHR-COMPOSITION.discharge.v1draft.adl +0 -53
  183. data/spec/lib/openehr/parser/adl14/openEHR-EHR-COMPOSITION.encounter.v1draft.adl +0 -45
  184. data/spec/lib/openehr/parser/adl14/openEHR-EHR-EVALUATION.adverse.v1.adl +0 -411
  185. data/spec/lib/openehr/parser/adl14/openEHR-EHR-EVALUATION.columna_vertebral.v1.adl +0 -85
  186. data/spec/lib/openehr/parser/adl14/openEHR-EHR-INSTRUCTION.medication.v1.adl +0 -88
  187. data/spec/lib/openehr/parser/adl14/openEHR-EHR-INSTRUCTION.referral.v1.adl +0 -84
  188. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.Laboratory_request.v1.adl +0 -492
  189. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.follow_up.v1draft.adl +0 -94
  190. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.imaging.v1.adl +0 -127
  191. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.medication-formulation.v1.adl +0 -457
  192. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.medication.v1.adl +0 -869
  193. data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.referral.v1.adl +0 -494
  194. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.apgar.v1.adl +0 -1216
  195. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl +0 -673
  196. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.body_mass_index.v1.adl +0 -166
  197. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.lab_test.v1.adl +0 -376
  198. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.operation_record.v1.adl +0 -454
  199. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.testassumedvalue.v1.adl +0 -99
  200. data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.uterine_contractions.v1.adl +0 -440
  201. data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.findings.v1.adl +0 -47
  202. data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.reason_for_encounter.v1.adl +0 -51
  203. data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.summary.v1.adl +0 -52
  204. data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.vital_signs.v1.adl +0 -54
  205. data/spec/lib/openehr/parser/adl_archetype_internal_ref2_spec.rb +0 -42
  206. data/spec/lib/openehr/parser/adl_archetype_internal_ref_spec.rb +0 -125
  207. data/spec/lib/openehr/parser/adl_archetype_internal_ref_with_generics_spec.rb +0 -258
  208. data/spec/lib/openehr/parser/adl_archetype_ontology_binding_spec.rb +0 -98
  209. data/spec/lib/openehr/parser/adl_archetype_ontology_spec.rb +0 -42
  210. data/spec/lib/openehr/parser/adl_archetype_slot_cluster_spec.rb +0 -101
  211. data/spec/lib/openehr/parser/adl_archetype_slot_spec.rb +0 -193
  212. data/spec/lib/openehr/parser/adl_archetype_uncommon_term_keys_spec.rb +0 -25
  213. data/spec/lib/openehr/parser/adl_description_spec.rb +0 -164
  214. data/spec/lib/openehr/parser/adl_identification_spec.rb +0 -18
  215. data/spec/lib/openehr/parser/adl_language_no_accreditation_spec.rb +0 -66
  216. data/spec/lib/openehr/parser/adl_language_order_spec.rb +0 -68
  217. data/spec/lib/openehr/parser/adl_language_spec.rb +0 -119
  218. data/spec/lib/openehr/parser/adl_language_translation_author_language_spec.rb +0 -50
  219. data/spec/lib/openehr/parser/adl_language_translation_language_author_spec.rb +0 -46
  220. data/spec/lib/openehr/parser/adl_parser_spec.rb +0 -342
  221. data/spec/lib/openehr/parser/adl_path_spec.rb +0 -176
  222. data/spec/lib/openehr/parser/base_spec.rb +0 -19
  223. data/spec/lib/openehr/parser/basic_generic_type_spec.rb +0 -18
  224. data/spec/lib/openehr/parser/basic_type_spec.rb +0 -2922
  225. data/spec/lib/openehr/parser/c_dv_quantity_any_allowed_spec.rb +0 -34
  226. data/spec/lib/openehr/parser/c_dv_quantity_shared_example_for_lacked_items_spec.rb +0 -36
  227. data/spec/lib/openehr/parser/c_dv_quantity_shared_example_spec.rb +0 -134
  228. data/spec/lib/openehr/parser/cdv_ordinal_parse_spec.rb +0 -231
  229. data/spec/lib/openehr/parser/code_phrase_spec.rb +0 -96
  230. data/spec/lib/openehr/parser/constraint_binding_spec.rb +0 -26
  231. data/spec/lib/openehr/parser/constraint_ref_spec.rb +0 -32
  232. data/spec/lib/openehr/parser/date_time_spec.rb +0 -1953
  233. data/spec/lib/openehr/parser/duration_spec.rb +0 -501
  234. data/spec/lib/openehr/parser/dv_coded_text_parse_spec.rb +0 -27
  235. data/spec/lib/openehr/parser/empty_other_contributors_spec.rb +0 -19
  236. data/spec/lib/openehr/parser/empty_use_spec.rb +0 -29
  237. data/spec/lib/openehr/parser/lab_test_parser_spec.rb +0 -14
  238. data/spec/lib/openehr/parser/missing_language_spec.rb +0 -20
  239. data/spec/lib/openehr/parser/missing_purpose_spec.rb +0 -23
  240. data/spec/lib/openehr/parser/mixed_node_types_spec.rb +0 -16
  241. data/spec/lib/openehr/parser/most_minimal_adl_spec.rb +0 -19
  242. data/spec/lib/openehr/parser/multi_language_spec.rb +0 -58
  243. data/spec/lib/openehr/parser/openehr_apgar_spec.rb +0 -16
  244. data/spec/lib/openehr/parser/parser_spec_helper.rb +0 -7
  245. data/spec/lib/openehr/parser/path_based_terminology_binding_spec.rb +0 -30
  246. data/spec/lib/openehr/parser/special_string_spec.rb +0 -20
  247. data/spec/lib/openehr/parser/structure_comment_spec.rb +0 -21
  248. data/spec/lib/openehr/parser/structure_nested_comments_spec.rb +0 -22
  249. data/spec/lib/openehr/parser/structure_spec.rb +0 -205
  250. data/spec/lib/openehr/parser/term_binding_spec.rb +0 -54
  251. data/spec/lib/openehr/parser/unicode_bom_spec.rb +0 -17
  252. data/spec/lib/openehr/parser/unicode_support_spec.rb +0 -46
  253. data/spec/lib/openehr/rm/common/archetyped/archetyped_spec.rb +0 -50
  254. data/spec/lib/openehr/rm/common/archetyped/feeder_audit_details_spec.rb +0 -60
  255. data/spec/lib/openehr/rm/common/archetyped/feeder_audit_spec.rb +0 -51
  256. data/spec/lib/openehr/rm/common/archetyped/link_spec.rb +0 -42
  257. data/spec/lib/openehr/rm/common/archetyped/locatable_spec.rb +0 -89
  258. data/spec/lib/openehr/rm/common/archetyped/pathable_spec.rb +0 -42
  259. data/spec/lib/openehr/rm/common/change_control/contribution_spec.rb +0 -56
  260. data/spec/lib/openehr/rm/common/change_control/imported_version_spec.rb +0 -62
  261. data/spec/lib/openehr/rm/common/change_control/original_version_spec.rb +0 -71
  262. data/spec/lib/openehr/rm/common/change_control/version_spec.rb +0 -91
  263. data/spec/lib/openehr/rm/common/change_control/versioned_object_spec.rb +0 -284
  264. data/spec/lib/openehr/rm/common/directory/folder_spec.rb +0 -26
  265. data/spec/lib/openehr/rm/common/generic/attestation_spec.rb +0 -62
  266. data/spec/lib/openehr/rm/common/generic/audit_details_spec.rb +0 -51
  267. data/spec/lib/openehr/rm/common/generic/participation_spec.rb +0 -36
  268. data/spec/lib/openehr/rm/common/generic/party_identified_spec.rb +0 -64
  269. data/spec/lib/openehr/rm/common/generic/party_proxy_spec.rb +0 -18
  270. data/spec/lib/openehr/rm/common/generic/party_related_spec.rb +0 -24
  271. data/spec/lib/openehr/rm/common/generic/revision_history_item_spec.rb +0 -43
  272. data/spec/lib/openehr/rm/common/generic/revision_history_spec.rb +0 -45
  273. data/spec/lib/openehr/rm/common/resource/authored_resource_spec.rb +0 -68
  274. data/spec/lib/openehr/rm/common/resource/resource_description_item_spec.rb +0 -105
  275. data/spec/lib/openehr/rm/common/resource/resource_description_spec.rb +0 -74
  276. data/spec/lib/openehr/rm/common/resource/translation_details_spec.rb +0 -35
  277. data/spec/lib/openehr/rm/composition/composition_spec.rb +0 -92
  278. data/spec/lib/openehr/rm/composition/content/content_item_spec.rb +0 -14
  279. data/spec/lib/openehr/rm/composition/content/entry/action_spec.rb +0 -69
  280. data/spec/lib/openehr/rm/composition/content/entry/activity_spec.rb +0 -61
  281. data/spec/lib/openehr/rm/composition/content/entry/admin_entry_spec.rb +0 -38
  282. data/spec/lib/openehr/rm/composition/content/entry/care_entry_spec.rb +0 -37
  283. data/spec/lib/openehr/rm/composition/content/entry/entry_spec.rb +0 -95
  284. data/spec/lib/openehr/rm/composition/content/entry/evaluation_spec.rb +0 -37
  285. data/spec/lib/openehr/rm/composition/content/entry/instruction_details_spec.rb +0 -51
  286. data/spec/lib/openehr/rm/composition/content/entry/instruction_spec.rb +0 -62
  287. data/spec/lib/openehr/rm/composition/content/entry/ism_transition_spec.rb +0 -46
  288. data/spec/lib/openehr/rm/composition/content/entry/observation_spec.rb +0 -45
  289. data/spec/lib/openehr/rm/composition/content/navigation/section_spec.rb +0 -34
  290. data/spec/lib/openehr/rm/composition/event_context_spec.rb +0 -88
  291. data/spec/lib/openehr/rm/data_structures/data_structure_spec.rb +0 -21
  292. data/spec/lib/openehr/rm/data_structures/history/event_spec.rb +0 -44
  293. data/spec/lib/openehr/rm/data_structures/history/history_spec.rb +0 -67
  294. data/spec/lib/openehr/rm/data_structures/history/interval_event_spec.rb +0 -43
  295. data/spec/lib/openehr/rm/data_structures/item_structure/item_list_spec.rb +0 -53
  296. data/spec/lib/openehr/rm/data_structures/item_structure/item_single_spec.rb +0 -29
  297. data/spec/lib/openehr/rm/data_structures/item_structure/item_table_spec.rb +0 -147
  298. data/spec/lib/openehr/rm/data_structures/item_structure/item_tree_spec.rb +0 -48
  299. data/spec/lib/openehr/rm/data_structures/item_structure/representation/cluster_spec.rb +0 -26
  300. data/spec/lib/openehr/rm/data_structures/item_structure/representation/element_spec.rb +0 -22
  301. data/spec/lib/openehr/rm/data_types/basic/data_value_spec.rb +0 -17
  302. data/spec/lib/openehr/rm/data_types/basic/dv_boolean_spec.rb +0 -29
  303. data/spec/lib/openehr/rm/data_types/basic/dv_identifier_spec.rb +0 -108
  304. data/spec/lib/openehr/rm/data_types/basic/dv_state_spec.rb +0 -48
  305. data/spec/lib/openehr/rm/data_types/encapsulated/dv_encapsulated_spec.rb +0 -42
  306. data/spec/lib/openehr/rm/data_types/encapsulated/dv_multimedia_spec.rb +0 -79
  307. data/spec/lib/openehr/rm/data_types/encapsulated/dv_parsable_spec.rb +0 -34
  308. data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_date_spec.rb +0 -64
  309. data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_date_time_spec.rb +0 -26
  310. data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_duration_spec.rb +0 -44
  311. data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_temporal_spec.rb +0 -25
  312. data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_time_spec.rb +0 -41
  313. data/spec/lib/openehr/rm/data_types/quantity/dv_absolute_quantity_spec.rb +0 -35
  314. data/spec/lib/openehr/rm/data_types/quantity/dv_amount_spec.rb +0 -105
  315. data/spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb +0 -12
  316. data/spec/lib/openehr/rm/data_types/quantity/dv_interval_spec.rb +0 -17
  317. data/spec/lib/openehr/rm/data_types/quantity/dv_ordered_spec.rb +0 -60
  318. data/spec/lib/openehr/rm/data_types/quantity/dv_ordinal_spec.rb +0 -74
  319. data/spec/lib/openehr/rm/data_types/quantity/dv_proportion_spec.rb +0 -162
  320. data/spec/lib/openehr/rm/data_types/quantity/dv_quantified_spec.rb +0 -36
  321. data/spec/lib/openehr/rm/data_types/quantity/dv_quantity_spec.rb +0 -78
  322. data/spec/lib/openehr/rm/data_types/quantity/proportion_kind_spec.rb +0 -24
  323. data/spec/lib/openehr/rm/data_types/quantity/reference_range_spec.rb +0 -43
  324. data/spec/lib/openehr/rm/data_types/text/code_phrase_spec.rb +0 -23
  325. data/spec/lib/openehr/rm/data_types/text/dv_coded_text_spec.rb +0 -29
  326. data/spec/lib/openehr/rm/data_types/text/dv_paragraph_spec.rb +0 -13
  327. data/spec/lib/openehr/rm/data_types/text/dv_text_spec.rb +0 -79
  328. data/spec/lib/openehr/rm/data_types/text/term_mapping_spec.rb +0 -59
  329. data/spec/lib/openehr/rm/data_types/uri/dv_ehr_uri_spec.rb +0 -21
  330. data/spec/lib/openehr/rm/data_types/uri/dv_uri_spec.rb +0 -36
  331. data/spec/lib/openehr/rm/demographic/actor_spec.rb +0 -79
  332. data/spec/lib/openehr/rm/demographic/address_spec.rb +0 -33
  333. data/spec/lib/openehr/rm/demographic/capability_spec.rb +0 -37
  334. data/spec/lib/openehr/rm/demographic/contact_spec.rb +0 -45
  335. data/spec/lib/openehr/rm/demographic/party_identity_spec.rb +0 -32
  336. data/spec/lib/openehr/rm/demographic/party_relationship_spec.rb +0 -84
  337. data/spec/lib/openehr/rm/demographic/party_spec.rb +0 -131
  338. data/spec/lib/openehr/rm/demographic/role_spec.rb +0 -58
  339. data/spec/lib/openehr/rm/ehr/ehr_access_spec.rb +0 -33
  340. data/spec/lib/openehr/rm/ehr/ehr_spec.rb +0 -139
  341. data/spec/lib/openehr/rm/ehr/ehr_status_spec.rb +0 -52
  342. data/spec/lib/openehr/rm/ehr/versioned_composition_spec.rb +0 -33
  343. data/spec/lib/openehr/rm/factory_spec.rb +0 -189
  344. data/spec/lib/openehr/rm/integration/generic_entry_spec.rb +0 -31
  345. data/spec/lib/openehr/rm/support/identification/access_group_ref_spec.rb +0 -19
  346. data/spec/lib/openehr/rm/support/identification/archetype_id_spec.rb +0 -152
  347. data/spec/lib/openehr/rm/support/identification/generic_id_spec.rb +0 -33
  348. data/spec/lib/openehr/rm/support/identification/hier_object_id_spec.rb +0 -12
  349. data/spec/lib/openehr/rm/support/identification/internet_id_spec.rb +0 -12
  350. data/spec/lib/openehr/rm/support/identification/iso_oid_spec.rb +0 -12
  351. data/spec/lib/openehr/rm/support/identification/locatable_ref_spec.rb +0 -34
  352. data/spec/lib/openehr/rm/support/identification/object_id_spec.rb +0 -24
  353. data/spec/lib/openehr/rm/support/identification/object_ref_spec.rb +0 -33
  354. data/spec/lib/openehr/rm/support/identification/object_version_id_spec.rb +0 -59
  355. data/spec/lib/openehr/rm/support/identification/party_ref_spec.rb +0 -29
  356. data/spec/lib/openehr/rm/support/identification/template_id_spec.rb +0 -12
  357. data/spec/lib/openehr/rm/support/identification/terminology_id_spec.rb +0 -33
  358. data/spec/lib/openehr/rm/support/identification/uid_based_id_spec.rb +0 -50
  359. data/spec/lib/openehr/rm/support/identification/uid_spec.rb +0 -29
  360. data/spec/lib/openehr/rm/support/identification/version_tree_id_spec.rb +0 -104
  361. data/spec/lib/openehr/rm/support/measurement_service_spec.rb +0 -7
  362. data/spec/lib/openehr/serializer/adl-test-entry.most_minimal.test.adl +0 -20
  363. data/spec/lib/openehr/serializer/adl_serializer_spec.rb +0 -47
  364. data/spec/lib/openehr/serializer/openEHR-EHR-SECTION.test.v1.adl +0 -38
  365. data/spec/lib/openehr/serializer/openEHR-EHR-SECTION.test.v1.xml +0 -60
  366. data/spec/lib/openehr/serializer/sample_archetype_spec.rb +0 -44
  367. data/spec/lib/openehr/serializer/xml_serializer_spec.rb +0 -49
  368. data/spec/spec.opts +0 -6
  369. data/spec/spec_helper.rb +0 -58
@@ -1,1216 +0,0 @@
1
- archetype (adl_version=1.4)
2
- openEHR-EHR-OBSERVATION.apgar.v1
3
-
4
- concept
5
- [at0000] -- Apgar score
6
- language
7
- original_language = <[ISO_639-1::en]>
8
- translations = <
9
- ["fa"] = <
10
- language = <[ISO_639-1::fa]>
11
- author = <
12
- ["name"] = <"Shahla Foozonkhah">
13
- ["organisation"] = <"Ocean Informatics">
14
- ["email"] = <"Shahla.foozonkhah@oceanInformatics.com">
15
- >
16
- >
17
- ["de"] = <
18
- language = <[ISO_639-1::de]>
19
- author = <
20
- ["name"] = <"Jasmin Buck, Sebastian Garde, Thilo Schuler">
21
- ["organisation"] = <"University of Heidelberg, Central Queensland University, Ocean Informatics">
22
- >
23
- >
24
- ["nl"] = <
25
- language = <[ISO_639-1::nl]>
26
- author = <
27
- ["name"] = <"Marja Buur">
28
- ["organisation"] = <"Medisch Centrum Alkmaar">
29
- ["email"] = <"m.buur-krom@mca.nl">
30
- >
31
- accreditation = <"Erna Vreeke">
32
- >
33
- ["ar-sy"] = <
34
- language = <[ISO_639-1::ar-sy]>
35
- author = <
36
- ["name"] = <"Mona Saleh">
37
- >
38
- >
39
- ["es-cl"] = <
40
- language = <[ISO_639-1::es-cl]>
41
- author = <
42
- ["name"] = <"Sergio Carmona">
43
- >
44
- >
45
- ["ru"] = <
46
- language = <[ISO_639-1::ru]>
47
- author = <
48
- ["name"] = <"Igor Lizunov">
49
- ["email"] = <"i.lizunov@infinnity.ru">
50
- >
51
- >
52
- >
53
- description
54
- original_author = <
55
- ["name"] = <"Sam Heard">
56
- ["organisation"] = <"Ocean Informatics">
57
- ["email"] = <"sam.heard@oceaninformatics.com">
58
- ["date"] = <"18/05/2004">
59
- >
60
- details = <
61
- ["es-cl"] = <
62
- language = <[ISO_639-1::es-cl]>
63
- purpose = <"Registrar el índice del Apgar o la valoración del recién nacido. El tiempo inicial de medida de la serie de eventos es siempre la hora de nacimiento.">
64
- use = <"Permite registrar el bienestar del neonato al 1,2,5 y o 10 minutos después del nacimiento. Se puede registrar sólo el total - si es todo lo que está disponible - aúnque se deben completar los cinco valores númericos para que pueda ser calculado el total. El total es la suma de los cinco valores númericos (el mínimo 0, el máximo 10).">
65
- keywords = <"score", "apgar", "index", "recién nacido">
66
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
67
- copyright = <"© openEHR Foundation">
68
- >
69
- ["de"] = <
70
- language = <[ISO_639-1::de]>
71
- purpose = <"Zur Dokumentation des Apgar Wertes als eine einfache, nachvollziehbare Methode zur Dokumentation des Status eines Neugeborenen direkt nach der Geburt. Der zu Grunde liegende Zeitpunkt der Ereignisreihe ist immer die Geburt.">
72
- use = <"Ermöglicht die Dokumentation des Wohlergehens des Säuglings 1, 2, 3, 5 und/oder 10 Minuten nach der Geburt, sowie zu anderen Zeitpunkten bei Bedarf.
73
- Normale Praxis ist es, den Apgar Wert 1 und 5 Minuten nach der Geburt zu dokumentieren, weitere Werte können je nach klinischer Indikation ergänzt werden. Mit diesem Archetype ist es möglich, den Apgar Wert zu jedem Zeitpunkt nach der Geburt zu dokumentieren.
74
- Normale klinische Praxis ist es, alle 5 Parameter und den Gesamtwert zu dokumentieren, jedoch erlaubt dieser Archetyp die Dokumentation einer beliebigen Untermenge, wenn z.B. aus Altdaten nicht mehr verfügbar ist.
75
- Wenn der Gesamtwert errechnet werden soll, müssen Werte für alle 5 Komponenten dokumentiert werden. Der Geamtwert ergibt sich dann aus der Summe der fünf Einzelwerte (minimal: 0, maximal: 10),
76
-
77
- Häufig werden mnemonische Merkhilfen für APGAR gelehrt. Z.B. in Englisch: A für Appearance (Hautfarbe), P für Pulse (Herzfrequenz), G für Grimace (Reflexauslösbarkeit), A für Activity (Muskeltonus), und R für Respiration (Atmung). Da dies nicht generell in allen Sprachen anwendbar ist, wird empfohlen, dass solche Merkhilfen durch Umbenennung innerhalb von Templates erstellt werden können, wenn dies für ein bestimmtes klinisches Szenario erwünscht ist.">
78
- keywords = <"Neugeborenes", "Index", "Score", "Geburt", "Säugling", "neonatal", "Beurteilung">
79
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
80
- copyright = <"© openEHR Foundation">
81
- >
82
- ["en"] = <
83
- language = <[ISO_639-1::en]>
84
- purpose = <"Records the Apgar score as a simple, repeatable method to document the state of the newborn infant immediately after birth.
85
- The root time of the event series is always birth.">
86
- use = <"Allows recording of an assessment of the state of a neonate explicitly as 1, 2, 3, 5 and/or 10 minute events after birth, plus additional events as required.
87
- Usual practice is to document the Apgar score at 1 and 5 minutes; further scores can be recorded as clinically indicated. It is possible to record the Apgar score at any time after birth using this archetype.
88
- Common clinical practice is to record all 5 parameters plus the total, however this archetype allows any partial information to be recorded, if that is all that is available eg from historical data.
89
- If the total is to be calculated, it is necessary for all 5 ordinal values to be recorded. The total is the sum of the five ordinal values (min 0, max 10).
90
-
91
- It is recognised that mnemonic learning aid for APGAR is commonly taught. For example, in English: A for Appearance (skin color), P for Pulse (heart rate), G for Grimace (reflex irritability), A for Activity (muscle tone), and R for Respiration. As this is not universally applicable for all languages, it is suggested that this mnemonic can be applied by renaming the data elements within templates if desired for a specific clinical scenario.">
92
- keywords = <"newborn", "index", "score", "birth", "infant", "neonate", "assessment">
93
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
94
- copyright = <"© openEHR Foundation">
95
- >
96
- ["ru"] = <
97
- language = <[ISO_639-1::ru]>
98
- purpose = <"Запись оценки по шкале Апгар - простой, повторяемый метод оценки состояния новорожденного сразу после рождения.
99
- Первая оценка производится сразу после рождения, далее может быть серия повторных.">
100
- use = <"Позволяет записывать состояние новорожденного по шкале Апгар на 1, 2, 3, 4, 5 и / или 10 минуту после рождения, плюс дополнительно в более поздние сроки, если требуется
101
- Обычно практикуется документирование состояния новорожденного по Апгар на 1 и 5 минуте, друге оценки могут быть записаны по клиническим показаниям.
102
- Этот архетип позволяет записывать оценку по шкале Апгар в любое время после рождения.
103
- В общеклинической практике записывают 5 параметров плюс общую оценку, однако этот архетип позволяет вносить информацию частичное, если требуется, для формирования истории данных.
104
- Если общая оценка считается, то необходимо записать все 5 обычно используемых признаков. Общая оценка получается суммированием 5 обычных значений (мин 0, макс 10).">
105
- keywords = <"новорожденный", "оценка", "балл", "младенец", "оценка состояния">
106
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
107
- copyright = <"© openEHR Foundation">
108
- >
109
- ["nl"] = <
110
- language = <[ISO_639-1::nl]>
111
- purpose = <"Registreren van de Apgar score; een eenvoudige, te herhalen score, om de toestand van de pasgeborene onmiddelijk na de geboorte te documenteren.">
112
- use = <"Staat registratie toe van de beoordeling van de toestand van een pasgeborene, op 1, 2, 3, 5, en/of 10 minuten na de geboorte, plus toegevoegde gebeurtenissen, indien gewenst.
113
- Gewoonlijk wordt de Apgar score na 1 en 5 minuten gedaan, meerdere scores kunnen geregistreerd worden als dat klinisch geïndiceerd is. Het is bij gebruik van dit archetype mogelijk de Apgar score op ieder gewenst moment na de geboorte te registreren.
114
- Algemeen klinische praktijk is om alle 5 parameters plus het totaal te registreren, maar in dit archtype kan iedere gedeeltelijke informatie opgeslagen worden, dat beschikbaar is in b.v. historische data. Als het totaal berekend wordt, is het noodzakelijk dat alle 5 parameters als waarde geregistreerd worden. Het totaal is de som van de 5 waardes (min 0, max 10).
115
- Erkend wordt dat er gewoonlijk een ezelsbruggetje word gebruikt bij het aanleren van de Apgar score. Bijvoorbeeld: Appearance (kleur), Pulse (hartslag), Grimace (reactie op prikkels), Activity (spiertonus) en Respiration (ademhaling). Dit is niet universeel bruikbaar voor alle talen, gesuggereerd wordt dat dit geheugensteuntje kan worden toegepast door het hernoemen van de data elementen binnen templates, indien gewenst voor een specifiek klinisch scenario.">
116
- keywords = <"pasgeborene", "index", "score", "geboorte", "kind", "neonaat", "beoordeling", "baby">
117
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
118
- copyright = <"© openEHR Foundation">
119
- >
120
- ["ar-sy"] = <
121
- language = <[ISO_639-1::ar-sy]>
122
- purpose = <"تسجيل حرز أبغار كطريقة بسيطة متكررة لتوثيق حالة الرضيع حديث الولادة بعد الولادة/ الوضع مباشرة.
123
- الوقت الجذري لهذه السلسة من الوقائع هي دائما الولادة/الوضع">
124
- use = <"يسمح بتسجيل تقييم حالة حديث الولادة بشكل صريح عند وقائع زمنية بالتحديد هي 1, 2, 3, 5 و/أو 10 دقائق بعد الولادة/الوضع, بالإضافة إلى أي وقائع إضافية حسب الحاجة.
125
-
126
- تتضمن الممارسة المعتادة تسجيل حرز أبغار عند 1 و 5 دقائق, و يمكن تسجيل أحراز أخرى حسب الحاجة السريرية. و من الممكن تسجيل حرز أبغار عند أي نقطة زمنية بعد الولادة باستخدام هذا النموذج.
127
-
128
- تقتضي الممارسة السريرية المعتادة تسجيل الـ 5 معايير بالإضافة إلى الإجمالي, إلا أن هذا النموذج يسمح بتسجيل أي معلمات جزئية, إذا كان هذا هو المتاح, مثل التسجيل من بيانات تاريخية.
129
-
130
- إذا كان لابد من حساب الإجمالي, فإنه من الضروري لجميع الـ 5 قيم أن يتم تسجيلها. الإجمالي هو مجموع القيم المنفردة الخمسة - الحد الأدنى هو 0 و الحد الأقصى هو 10
131
-
132
- و من المعروف أن كلمة أبغار تضم الأحرف الأولى للمعايير التي يتم قياسها - باللغة الإنجليزية. و هي تكافئ المظهر (لون الجلد/البشرة), و النبض (معدل القلب), و التكشيرة (التوتر الانعكاسي) و النشاط (توتر العضلات) و التنفس.
133
- و حيث إن ذلك ليس قابلا للتطبيق حرفيا على اللغات الأخرى, فينبغي تطبيق هذا الاختصار بإعادة تسمية العناصر في داخل القوالب إذا كان من المرغوب في سيناريو سريري مُعيَّن.
134
- ">
135
- keywords = <"حديث الولادة", "معامل", "الحرز", "الولادة/الوضع", "الرضيع", "حديث الولادة", "تقييم">
136
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
137
- copyright = <"© openEHR Foundation">
138
- >
139
- ["fa"] = <
140
- language = <[ISO_639-1::fa]>
141
- purpose = <"برای ثبت نمره آپگار به عنوان روشی ساده و قابل تکرار در اسناد حالت نوزاد بلافاصله بعد از تولد بکار می رود
142
- زمان اصلی سری رویدادها همیشه زمان تولد است ">
143
- use = <" ثبت ارزیابی حالت نوزاد را بطور آشکار در دقایق یک ، دو ، سه و پنج و یا ده بعد تولد بعلاوه رویدادهای بیشتر در صورت نیاز را امکان پذیر می کند
144
- عملکرد معمول ثبت نمره آپگار در دقایق یک و پنج است ، نمرات بیشتر را می توان در صورت نیاز بالینی می توان ثبت نمود با این الگو ساز ثبت نمره آپگار در عر لحظه بعد از تولد امگان پذیر است
145
- عملکرد مشترک بالینی ثبت کلیه پنج پارامتر به علاوه کل است اما در صورتی که همه اطلاعات در دسترس باشند، این الگو ساز امکان ثبت هر گونه اطلاعات جزیی را امکان پذیر می کند به عنوان مثال داد های بیمارستانی
146
- در صورتی که کل نمره باید محاسبه شود باید کلیه ارزشها ی ترتیبی ثبت شوند . کل مجموع پنج ارزش ترتیبی حداقل صفرو حداکثر ده می باشد
147
- مشحص شده است که یادگیری حافظه ای آپکار معمولا تدریس می شودبرای مثال در انگلیس حرف \"ا\" برای ظاهر (رنگ پوست)و حرف \"پ\" برای نبض (میزان قلبی) ، حرف \"جی \" برای شکلک(رفلکس تحریک پذیری) ، حرف \"ا\" برای فعالیت (تون عضلانی ) و حرف \"ر\" برای تنفس استفاده می شود.گرچه این مورد برای تمام زبانها و بطور کلی قابل کاربرد نیست ، پیشنهاد می شود که در صورت تمایل در سناریوهای بالینی خاص ،یادگیری حافظه ای می تواند با نامگذاری مجدد عناصر داده ای در داخل الگو بکار رود">
148
- keywords = <"تازه بدنیا آمده", "شاخص", "نمره", "تولد", "شیر خوار", "نوزاد", "ارزیابی">
149
- misuse = <"Completar el score parcialmente y no sumar los 5 valores para dar el total.">
150
- copyright = <"© openEHR Foundation">
151
- >
152
- >
153
- lifecycle_state = <"AuthorDraft">
154
- other_contributors = <"Anneke Goossen, Netherlands", "Pieter Hummel, Netherlands", "Ian McNicoll, Ocean Informatics, Scotland", "Sebastian Garde, Ocean Informatics, Germany", "Heather Leslie, Ocean Informatics, Australia", "Paul Donaldson, Queensland Health, Australia", "Anne Harbison, Australia", "Andrew James, University of Toronto, Canada", "Omer Hotomaroglu, Turkey">
155
- other_details = <
156
- ["MD5-CAM-1.0.1"] = <"E41676AA4DF093268F7C4BADBAE6FBC9">
157
- ["references"] = <"Apgar V. A proposal of a New Method of Evaluation of the Newborn Infant. Curr Res Anesth Analg. 1953 Jul-Aug;32(4):260-7.
158
-
159
- Apgar V, Holaday DA, James LS, Weisbrod IM, and Berrien C. Evaluation of the newborn infant; second report. J Am Med Assoc. 1958 Dec 13;168(15):1985-8.
160
-
161
- Apgar V. The newborn (Apgar) scoring system. Pediatr Clin North Am. 1966 Aug;13(3):645-50.
162
-
163
- Whaley LF, Wong DL (1979). Nursing Care of Infants and Children. St. Louis, Toronto, London, The C.V. Mosby Company.
164
-
165
- http://en.wikipedia.org/wiki/Apgar_score">
166
- >
167
-
168
- definition
169
- OBSERVATION[at0000] matches { -- Шкала Апгар
170
- data matches {
171
- HISTORY[at0002] matches { -- *history(en)
172
- events cardinality matches {1..*; unordered} matches {
173
- POINT_EVENT[at0003] occurrences matches {0..1} matches { -- 1 минута
174
- offset matches {
175
- DV_DURATION matches {
176
- value matches {|PT1M|}
177
- }
178
- }
179
- data matches {
180
- ITEM_LIST[at0001] matches { -- *structure(en)
181
- items cardinality matches {1..6; ordered} matches {
182
- ELEMENT[at0009] occurrences matches {0..1} matches { -- Дыхание
183
- value matches {
184
- 0|[local::at0010], -- Отсутствует
185
- 1|[local::at0011], -- Слабое или нерегулярное
186
- 2|[local::at0012] -- Нормальное.
187
- }
188
- }
189
- ELEMENT[at0005] occurrences matches {0..1} matches { -- Сердцебиение
190
- value matches {
191
- 0|[local::at0006], -- Отсутствует
192
- 1|[local::at0007], -- <100 ударов в минуту
193
- 2|[local::at0008] -- ≥100 ударов в минуту
194
- }
195
- }
196
- ELEMENT[at0013] occurrences matches {0..1} matches { -- Мышечный тонус
197
- value matches {
198
- 0|[local::at0014], -- Вялый
199
- 1|[local::at0015], -- Тонус ослаблен
200
- 2|[local::at0016] -- Нормальный тонус
201
- }
202
- }
203
- ELEMENT[at0017] occurrences matches {0..1} matches { -- Рефлексы на раздражение
204
- value matches {
205
- 0|[local::at0018], -- Нет реакции
206
- 1|[local::at0019], -- Реакция ослаблена
207
- 2|[local::at0020] -- Нормальная реакция
208
- }
209
- }
210
- ELEMENT[at0021] occurrences matches {0..1} matches { -- Цвет кожи
211
- value matches {
212
- 0|[local::at0022], -- Общий цианоз
213
- 1|[local::at0023], -- Акрозианоз, цианоз конечностей
214
- 2|[local::at0024] -- Цианоза нет
215
- }
216
- }
217
- ELEMENT[at0025] occurrences matches {0..1} matches { -- Общая оценка
218
- value matches {
219
- DV_COUNT matches {
220
- magnitude matches {|0..10|}
221
- }
222
- }
223
- }
224
- }
225
- }
226
- }
227
- }
228
- POINT_EVENT[at0026] occurrences matches {0..1} matches { -- 2 минута
229
- offset matches {
230
- DV_DURATION matches {
231
- value matches {|PT2M|}
232
- }
233
- }
234
- data matches {
235
- use_node ITEM_LIST /data[at0002]/events[at0003]/data[at0001] -- /data[*history(en)]/events[1 минута]/data[*structure(en)]
236
- }
237
- }
238
- POINT_EVENT[at0027] occurrences matches {0..1} matches { -- 3 минута
239
- offset matches {
240
- DV_DURATION matches {
241
- value matches {|PT3M|}
242
- }
243
- }
244
- data matches {
245
- use_node ITEM_LIST /data[at0002]/events[at0003]/data[at0001] -- /data[*history(en)]/events[1 минута]/data[*structure(en)]
246
- }
247
- }
248
- POINT_EVENT[at0028] occurrences matches {0..1} matches { -- 5 минута
249
- offset matches {
250
- DV_DURATION matches {
251
- value matches {|PT5M|}
252
- }
253
- }
254
- data matches {
255
- use_node ITEM_LIST /data[at0002]/events[at0003]/data[at0001] -- /data[*history(en)]/events[1 минута]/data[*structure(en)]
256
- }
257
- }
258
- POINT_EVENT[at0031] occurrences matches {0..1} matches { -- 10 минута
259
- offset matches {
260
- DV_DURATION matches {
261
- value matches {|PT10M|}
262
- }
263
- }
264
- data matches {
265
- use_node ITEM_LIST /data[at0002]/events[at0003]/data[at0001] -- /data[*history(en)]/events[1 минута]/data[*structure(en)]
266
- }
267
- }
268
- EVENT[at0037] occurrences matches {0..*} matches { -- Любое время
269
- data matches {
270
- use_node ITEM_LIST /data[at0002]/events[at0003]/data[at0001] -- /data[*history(en)]/events[1 минута]/data[*structure(en)]
271
- }
272
- }
273
- }
274
- }
275
- }
276
- protocol matches {
277
- ITEM_LIST[at0029] matches { -- *List(en)
278
- items cardinality matches {0..*; unordered} matches {
279
- ELEMENT[at0030] occurrences matches {0..1} matches { -- Примечания по измерению
280
- value matches {
281
- DV_TEXT matches {*}
282
- }
283
- }
284
- }
285
- }
286
- }
287
- }
288
-
289
-
290
- ontology
291
- term_definitions = <
292
- ["nl"] = <
293
- items = <
294
- ["at0000"] = <
295
- text = <"Apgar score">
296
- description = <"Score die bereikt wordt door beoordeling van ademhalingsinspanning, hartslag, reflexen, spiertonus en kleur.">
297
- >
298
- ["at0001"] = <
299
- text = <"*structure(en)">
300
- description = <"*@ internal @(en)">
301
- >
302
- ["at0002"] = <
303
- text = <"*history(en)">
304
- description = <"*@ internal @(en)">
305
- >
306
- ["at0003"] = <
307
- text = <"1 minuut">
308
- description = <"Apgar score 1 minuut na de geboorte.">
309
- >
310
- ["at0005"] = <
311
- text = <"Hartslag">
312
- description = <"Opnemen van de hartslag van het kind.">
313
- >
314
- ["at0006"] = <
315
- text = <"Afwezig">
316
- description = <"Er is geen hartslag te zien, voelen of horen.">
317
- >
318
- ["at0007"] = <
319
- text = <"<100 slagen per minuut">
320
- description = <"Hartfrequentie minder dan 100 slagen per minuut.">
321
- >
322
- ["at0008"] = <
323
- text = <"≥100 slagen per minuut">
324
- description = <"Hartslag hoger of gelijk aan 100 slagen per minuut.">
325
- >
326
- ["at0009"] = <
327
- text = <"Ademhalingsinspanning">
328
- description = <"Observatie van de ademhalingsinspanning van het kind.">
329
- >
330
- ["at0010"] = <
331
- text = <"Afwezig">
332
- description = <"Geen ademhalingsinspanning.">
333
- >
334
- ["at0011"] = <
335
- text = <"Matig of onregelmatig">
336
- description = <"Enige ademhalingsinspanning, beweging van de borst.">
337
- >
338
- ["at0012"] = <
339
- text = <"Normaal">
340
- description = <"Normale ademhaling of huilend.">
341
- >
342
- ["at0013"] = <
343
- text = <"Spiertonus">
344
- description = <"Observatie van de spiertonus van het kind.">
345
- >
346
- ["at0014"] = <
347
- text = <"Slap">
348
- description = <"Geen spontane bewegingen.">
349
- >
350
- ["at0015"] = <
351
- text = <"Verminderde tonus">
352
- description = <"Enige flexie van de ledematen.">
353
- >
354
- ["at0016"] = <
355
- text = <"Normale tonus">
356
- description = <"Normale, krachtige bewegingen.">
357
- >
358
- ["at0017"] = <
359
- text = <"Reactie op prikkels">
360
- description = <"Observatie van de reactie van het kind op een irritante prikkeling, bijvoorbeeld het uitzuigen van de keel en neus met een zachte rubberen katheter.">
361
- >
362
- ["at0018"] = <
363
- text = <"Geen reactie">
364
- description = <"Geen reactie op prikkeling.">
365
- >
366
- ["at0019"] = <
367
- text = <"Verminderde reactie">
368
- description = <"Grimas of zwak huilen bij prikkeling.">
369
- >
370
- ["at0020"] = <
371
- text = <"Normale reactie">
372
- description = <"Grimas en niezen, hoesten of terugtrekken bij prikkeling.">
373
- >
374
- ["at0021"] = <
375
- text = <"Huidskleur">
376
- description = <"Observatie van de huidskleur van het kind.">
377
- >
378
- ["at0022"] = <
379
- text = <"Helemaal blauw">
380
- description = <"Lichaam en extremiteiten zijn blauw.">
381
- >
382
- ["at0023"] = <
383
- text = <"Lichaam is roze, extremiteiten blauw">
384
- description = <"Het lichaam van het kind is roze, de extremiteiten zijn blauw.">
385
- >
386
- ["at0024"] = <
387
- text = <"Helemaal roze">
388
- description = <"Lichaam en eztremiteiten zijn roze, geen cyanose.">
389
- >
390
- ["at0025"] = <
391
- text = <"Totaal">
392
- description = <"De som van de 5 afzonderlijke scores van iedere observatie.">
393
- >
394
- ["at0026"] = <
395
- text = <"2 minuten">
396
- description = <"Apgar score 2 minuten na de geboorte.">
397
- >
398
- ["at0027"] = <
399
- text = <"3 minuten">
400
- description = <"Apgar score 3 minuten na de geboorte.">
401
- >
402
- ["at0028"] = <
403
- text = <"5 minuten">
404
- description = <"Apgar score 5 minuten na de geboorte.">
405
- >
406
- ["at0029"] = <
407
- text = <"*List(en)">
408
- description = <"*@ internal @(en)">
409
- >
410
- ["at0030"] = <
411
- text = <"Opmerkingen over de meting">
412
- description = <"Opmerkingen over de meting van de Apgar score.">
413
- >
414
- ["at0031"] = <
415
- text = <"10 minuten">
416
- description = <"Apgar score 10 minuten na de geboorte.">
417
- >
418
- ["at0037"] = <
419
- text = <"Any event">
420
- description = <"Apgar score op elk toe te voegen tijdstip, indien nodig">
421
- >
422
- >
423
- >
424
- ["en"] = <
425
- items = <
426
- ["at0000"] = <
427
- text = <"Apgar score">
428
- description = <"Clinical score derived from assessment of respiratory effort, heart rate, reflex irritability, muscle tone and skin colour.">
429
- >
430
- ["at0001"] = <
431
- text = <"structure">
432
- description = <"@ internal @">
433
- >
434
- ["at0002"] = <
435
- text = <"history">
436
- description = <"@ internal @">
437
- >
438
- ["at0003"] = <
439
- text = <"1 minute">
440
- description = <"Apgar score 1 minute after birth.">
441
- >
442
- ["at0005"] = <
443
- text = <"Heart Rate">
444
- description = <"Recording of the infant's heart rate.">
445
- >
446
- ["at0006"] = <
447
- text = <"Absent">
448
- description = <"No heart beat is seen, felt or heard.">
449
- >
450
- ["at0007"] = <
451
- text = <"<100 beats per minute">
452
- description = <"Heart rate less than 100 beats per minute.">
453
- >
454
- ["at0008"] = <
455
- text = <"≥100 beats per minute">
456
- description = <"Heart rate greater than or equal to 100 beats per minute.">
457
- >
458
- ["at0009"] = <
459
- text = <"Respiratory effort">
460
- description = <"Observation of the infant's respiratory effort.">
461
- >
462
- ["at0010"] = <
463
- text = <"Absent">
464
- description = <"No effort to breath.">
465
- >
466
- ["at0011"] = <
467
- text = <"Weak or irregular">
468
- description = <"Some effort to breath, moving chest.">
469
- >
470
- ["at0012"] = <
471
- text = <"Normal">
472
- description = <"Breathing normally or crying.">
473
- >
474
- ["at0013"] = <
475
- text = <"Muscle tone">
476
- description = <"Observation of the infant's muscle tone.">
477
- >
478
- ["at0014"] = <
479
- text = <"Limp or flaccid">
480
- description = <"No spontaneous movement.">
481
- >
482
- ["at0015"] = <
483
- text = <"Reduced tone">
484
- description = <"Some flexion of extremities.">
485
- >
486
- ["at0016"] = <
487
- text = <"Normal tone">
488
- description = <"Normal, vigorous movements.">
489
- >
490
- ["at0017"] = <
491
- text = <"Reflex irritability">
492
- description = <"Observation of the response of the infant to an irritant stimulation, for example, suctioning the oropharynx and nares with a soft rubber catheter.">
493
- >
494
- ["at0018"] = <
495
- text = <"No response">
496
- description = <"No response to stimulation.">
497
- >
498
- ["at0019"] = <
499
- text = <"Reduced response">
500
- description = <"Grimace or feeble cry when stimulated.">
501
- >
502
- ["at0020"] = <
503
- text = <"Normal response">
504
- description = <"Grimace, sneeze, cough or pulls away when stimulated.">
505
- >
506
- ["at0021"] = <
507
- text = <"Skin colour">
508
- description = <"Observation of the skin colour of the infant.">
509
- >
510
- ["at0022"] = <
511
- text = <"Completely blue">
512
- description = <"Body and extremities are blue.">
513
- >
514
- ["at0023"] = <
515
- text = <"Body pink; extremities blue">
516
- description = <"Body is pink; extremities are blue.">
517
- >
518
- ["at0024"] = <
519
- text = <"Completely pink">
520
- description = <"Body and extremities are pink; no cyanosis.">
521
- >
522
- ["at0025"] = <
523
- text = <"Total">
524
- description = <"The sum of the 5 ordinal scores for each component parameter.">
525
- >
526
- ["at0026"] = <
527
- text = <"2 minute">
528
- description = <"Apgar score 2 minutes after birth.">
529
- >
530
- ["at0027"] = <
531
- text = <"3 minute">
532
- description = <"Apgar score 3 minutes after birth.">
533
- >
534
- ["at0028"] = <
535
- text = <"5 minute">
536
- description = <"Apgar score 5 minutes after birth.">
537
- >
538
- ["at0029"] = <
539
- text = <"List">
540
- description = <"@ internal @">
541
- >
542
- ["at0030"] = <
543
- text = <"Notes on measurement">
544
- description = <"Notes on measurement of the Apgar score.">
545
- >
546
- ["at0031"] = <
547
- text = <"10 minute">
548
- description = <"Apgar score 10 minutes after birth.">
549
- >
550
- ["at0037"] = <
551
- text = <"Any event">
552
- description = <"Apgar score at any additional time, as required.">
553
- >
554
- >
555
- >
556
- ["de"] = <
557
- items = <
558
- ["at0000"] = <
559
- text = <"Apgar-Score">
560
- description = <"Klinischer Score, abgeleitet von der Beurteilung des Atemantriebs, Herzfrequenz, Reflexauslösbarkeit, Muskeltonus und Hautfarbe.">
561
- >
562
- ["at0001"] = <
563
- text = <"Structure">
564
- description = <"@ internal @">
565
- >
566
- ["at0002"] = <
567
- text = <"History">
568
- description = <"@ internal @">
569
- >
570
- ["at0003"] = <
571
- text = <"1 Minute">
572
- description = <"Apgar-Score 1 Minute nach Geburt.">
573
- >
574
- ["at0005"] = <
575
- text = <"Herzfrequenz">
576
- description = <"Beurteilung der Herzfrequenz des Neubegorenen.">
577
- >
578
- ["at0006"] = <
579
- text = <"Kein Herzschlag">
580
- description = <"Kein Herzschlag gesehen, gefühlt oder gehört.">
581
- >
582
- ["at0007"] = <
583
- text = <"<100 Schläge pro Minute">
584
- description = <"Herzfrequenz von weniger als 100 Schlägen pro Minute.">
585
- >
586
- ["at0008"] = <
587
- text = <"≥100 Schläge pro Minute">
588
- description = <"Herzfrequenz von mehr als oder genau 100 Schlägen pro Minute.">
589
- >
590
- ["at0009"] = <
591
- text = <"Atemantrieb">
592
- description = <"Beurteilung des Atemantriebs des Neugeborenen.">
593
- >
594
- ["at0010"] = <
595
- text = <"Kein Bestreben">
596
- description = <"Kein Bestreben zu atmen.">
597
- >
598
- ["at0011"] = <
599
- text = <"Schwaches oder unregelmäßiges Bestreben">
600
- description = <"Etwas bestrebt zu atmen, Brustkorb bewegt sich.">
601
- >
602
- ["at0012"] = <
603
- text = <"Normal">
604
- description = <"Normale Atmung oder Schreien.">
605
- >
606
- ["at0013"] = <
607
- text = <"Muskeltonus">
608
- description = <"Beobachtung des Musketonus des Neugeborenen.">
609
- >
610
- ["at0014"] = <
611
- text = <"Schlaff">
612
- description = <"Keine spontane Bewegung.">
613
- >
614
- ["at0015"] = <
615
- text = <"Reduzierter Tonus">
616
- description = <"Geringe Flexion der Extremitäten.">
617
- >
618
- ["at0016"] = <
619
- text = <"Normaler Tonus">
620
- description = <"Normale, kraftvolle Bewegung der Extremitäten.">
621
- >
622
- ["at0017"] = <
623
- text = <"Reflexauslösbarkeit">
624
- description = <"Beobachtung der Antwort des Neugeborens auf eine Reizstimulation, z.B. Absaugen des Oropharynxs und der Nasenlöcher mit einem weichem Gummikatheter.">
625
- >
626
- ["at0018"] = <
627
- text = <"Keine Reaktion">
628
- description = <"Keine Reaktion auf die Stimulation.">
629
- >
630
- ["at0019"] = <
631
- text = <"Reduzierte Reaktion">
632
- description = <"Grimassieren oder schwaches Schreien als Reaktion auf die Stimulation.">
633
- >
634
- ["at0020"] = <
635
- text = <"Normale Reaktion">
636
- description = <"Grimassieren, Niesen, Husten oder Wegziehen als Reaktion auf die Stimulation.">
637
- >
638
- ["at0021"] = <
639
- text = <"Hautfarbe">
640
- description = <"Beobachtung der Hautfarbe des Neugeborenen.">
641
- >
642
- ["at0022"] = <
643
- text = <"Komplett blau">
644
- description = <"Körper und Extremitäten sind blau.">
645
- >
646
- ["at0023"] = <
647
- text = <"Akrozyanotisch">
648
- description = <"Stamm ist rosig, Extremitäten sind blau.">
649
- >
650
- ["at0024"] = <
651
- text = <"Komplett rosig">
652
- description = <"Stamm und Extremitäten sind rosig; keine Zyanose.">
653
- >
654
- ["at0025"] = <
655
- text = <"Gesamtwert">
656
- description = <"Die Summe der Zahlenwerte aller 5 Komponenten.">
657
- >
658
- ["at0026"] = <
659
- text = <"2 Minuten">
660
- description = <"Apgar-Score 2 Minuten nach der Geburt.">
661
- >
662
- ["at0027"] = <
663
- text = <"3 Minuten">
664
- description = <"Apgar-Score 3 Minuten nach der Geburt.">
665
- >
666
- ["at0028"] = <
667
- text = <"5 Minuten">
668
- description = <"Apgar-Score 5 Minuten nach der Geburt.">
669
- >
670
- ["at0029"] = <
671
- text = <"List">
672
- description = <"@ internal @">
673
- >
674
- ["at0030"] = <
675
- text = <"Anmerkungen zur Messung">
676
- description = <"Anmerkungen zur Messung des Apgar-Scores.">
677
- >
678
- ["at0031"] = <
679
- text = <"10 Minuten">
680
- description = <"Apgar-Score 10 Minuten nach der Geburt">
681
- >
682
- ["at0037"] = <
683
- text = <"Beliebiges Ereignis">
684
- description = <"Apgar-Score zu beliebigen Zeitpunkten, je nach Bedarf.">
685
- >
686
- >
687
- >
688
- ["es-cl"] = <
689
- items = <
690
- ["at0000"] = <
691
- text = <"*Apgar score(en)">
692
- description = <"*Clinical score derived from assessment of respiratory effort, heart rate, reflex irritability, muscle tone and skin colour.(en)">
693
- >
694
- ["at0001"] = <
695
- text = <"Estructura ">
696
- description = <"*@ internal @">
697
- >
698
- ["at0002"] = <
699
- text = <"Historia">
700
- description = <"*@ internal @">
701
- >
702
- ["at0003"] = <
703
- text = <"*1 minute(en)">
704
- description = <"*Apgar score 1 minute after birth(en)">
705
- >
706
- ["at0005"] = <
707
- text = <"Frecuencia cardíaca">
708
- description = <"Valoración de la función cardíaca en el recién nacido.">
709
- >
710
- ["at0006"] = <
711
- text = <"Sin latido cardíaco">
712
- description = <"No presenta latidos cardíacos (palpación en la base del cordón umbilical).">
713
- >
714
- ["at0007"] = <
715
- text = <"Menos de 100 latidos por minuto">
716
- description = <"Frecuencia cardíaca menor a 100 latidos por minuto.">
717
- >
718
- ["at0008"] = <
719
- text = <"Mayor o igual a 100 latidos por minutos">
720
- description = <"Frecuencia cardíaca mayor o igual a 100 latidos por minuto.">
721
- >
722
- ["at0009"] = <
723
- text = <"Respiración">
724
- description = <"Valoración del esfuerzo respiratorio del neonato.">
725
- >
726
- ["at0010"] = <
727
- text = <"Sin esfuerzo">
728
- description = <"Sin esfuerzo respiratorio.">
729
- >
730
- ["at0011"] = <
731
- text = <"Esfuerzo moderado">
732
- description = <"Esfuerzo respiratorio debil e irregular.">
733
- >
734
- ["at0012"] = <
735
- text = <"Llorando">
736
- description = <"Llorando o respirando normalmente.">
737
- >
738
- ["at0013"] = <
739
- text = <"*Muscle tone(en)">
740
- description = <"*Observation of the infant's muscle tone(en)">
741
- >
742
- ["at0014"] = <
743
- text = <"Flacido">
744
- description = <"Flacido y sin movimientos espontáneos.">
745
- >
746
- ["at0015"] = <
747
- text = <"*Reduced tone(en)">
748
- description = <"*Some flexion of extremities(en)">
749
- >
750
- ["at0016"] = <
751
- text = <"*Normal tone(en)">
752
- description = <"*Normal, vigorous movements(en)">
753
- >
754
- ["at0017"] = <
755
- text = <"*Reflex irritability(en)">
756
- description = <"*Observation of the response of the infant to an irritant stimulation, for example, suctioning the oropharynx and nares with a soft rubber catheter.(en)">
757
- >
758
- ["at0018"] = <
759
- text = <"Ninguna respuesta a la aspiración de la vía aérea ">
760
- description = <"Ninguna mueca o respuesta a la aspiración de la vía aérea.">
761
- >
762
- ["at0019"] = <
763
- text = <"Mueca durante aspiración de la vía aérea">
764
- description = <"Sólo mueca como reacción a la aspiración de la vía aérea.">
765
- >
766
- ["at0020"] = <
767
- text = <"Mueca y tos/estornudo durante la aspiración de la vía aérea">
768
- description = <"Mueca y tos, estornudo o gag como respuesta a la aspiración de la vía aérea.">
769
- >
770
- ["at0021"] = <
771
- text = <"*Skin colour(en)">
772
- description = <"*Observation of the skin colour of the infant(en)">
773
- >
774
- ["at0022"] = <
775
- text = <"*Completely blue(en)">
776
- description = <"*Body and extremities are blue(en)">
777
- >
778
- ["at0023"] = <
779
- text = <"*Body pink; extremities blue(en)">
780
- description = <"*Body is pink; extremities are blue(en)">
781
- >
782
- ["at0024"] = <
783
- text = <"*Completely pink(en)">
784
- description = <"*Body and extremities are pink; no cyanosis(en)">
785
- >
786
- ["at0025"] = <
787
- text = <"Total">
788
- description = <"El total es la suma de los puntajes de cada parámetro.">
789
- >
790
- ["at0026"] = <
791
- text = <"*2 minute(en)">
792
- description = <"*Apgar score 2 minutes after birth(en)">
793
- >
794
- ["at0027"] = <
795
- text = <"*3 minute(en)">
796
- description = <"*Apgar score 3 minutes after birth(en)">
797
- >
798
- ["at0028"] = <
799
- text = <"*5 minute(en)">
800
- description = <"*Apgar score 5 minutes after birth(en)">
801
- >
802
- ["at0029"] = <
803
- text = <"Lista">
804
- description = <"*@ internal @">
805
- >
806
- ["at0030"] = <
807
- text = <"Notas de medición ">
808
- description = <"Notas sobre la medida del Apgar.">
809
- >
810
- ["at0031"] = <
811
- text = <"*10 minute(en)">
812
- description = <"*Apgar score 10 minutes after birth(en)">
813
- >
814
- ["at0037"] = <
815
- text = <"*Any event(en)">
816
- description = <"*Apgar score at any additional time, as required.(en)">
817
- >
818
- >
819
- >
820
- ["ru"] = <
821
- items = <
822
- ["at0000"] = <
823
- text = <"Шкала Апгар">
824
- description = <"Клиническая оценка полученная из оценки дыхания, частоты сердечных сокращений, рефлекторной возбудимости, мышечного тонуса и цвета кожи.">
825
- >
826
- ["at0001"] = <
827
- text = <"*structure(en)">
828
- description = <"*@ internal @(en)">
829
- >
830
- ["at0002"] = <
831
- text = <"*history(en)">
832
- description = <"*@ internal @(en)">
833
- >
834
- ["at0003"] = <
835
- text = <"1 минута">
836
- description = <"Оценка по Апгар в 1 минуту после рождения.">
837
- >
838
- ["at0005"] = <
839
- text = <"Сердцебиение">
840
- description = <"Запись о ЧСС младенца.">
841
- >
842
- ["at0006"] = <
843
- text = <"Отсутствует">
844
- description = <"Нет дыхательных движений.">
845
- >
846
- ["at0007"] = <
847
- text = <"<100 ударов в минуту">
848
- description = <"ЧСС меньше 100 ударов в минуту.">
849
- >
850
- ["at0008"] = <
851
- text = <"≥100 ударов в минуту">
852
- description = <"ЧСС более 100 ударов в минуту.">
853
- >
854
- ["at0009"] = <
855
- text = <"Дыхание">
856
- description = <"Наблюдается за дыханием.">
857
- >
858
- ["at0010"] = <
859
- text = <"Отсутствует">
860
- description = <"Сердцебиение не видно, не слышно и не ощутимо.">
861
- >
862
- ["at0011"] = <
863
- text = <"Слабое или нерегулярное">
864
- description = <"Некоторые дыхательные движения, движения грудной клетки.">
865
- >
866
- ["at0012"] = <
867
- text = <"Нормальное.">
868
- description = <"Дыхание нормальное или крик.">
869
- >
870
- ["at0013"] = <
871
- text = <"Мышечный тонус">
872
- description = <"Оценка мышечного тонуса младенца.">
873
- >
874
- ["at0014"] = <
875
- text = <"Вялый">
876
- description = <"Нет спонтанных движений.">
877
- >
878
- ["at0015"] = <
879
- text = <"Тонус ослаблен">
880
- description = <"Слабое сгибание конечностей.">
881
- >
882
- ["at0016"] = <
883
- text = <"Нормальный тонус">
884
- description = <"Нормальные, энергичные движения.">
885
- >
886
- ["at0017"] = <
887
- text = <"Рефлексы на раздражение">
888
- description = <"Наблюдение за реакцией ребенка на раздражающее стимуляции, например, очищения ротоглотки и носовых отверстий мягким резиновым катетером.">
889
- >
890
- ["at0018"] = <
891
- text = <"Нет реакции">
892
- description = <"Нет реакци на стимуляцию.">
893
- >
894
- ["at0019"] = <
895
- text = <"Реакция ослаблена">
896
- description = <"Гримаса или слабый крик при стимуляции.">
897
- >
898
- ["at0020"] = <
899
- text = <"Нормальная реакция">
900
- description = <"Гримаса, чихание, кашель или отстранение при стимуляции.">
901
- >
902
- ["at0021"] = <
903
- text = <"Цвет кожи">
904
- description = <"Оценка цвета кожи младенца.">
905
- >
906
- ["at0022"] = <
907
- text = <"Общий цианоз">
908
- description = <"Цианоз туловища и конечностей.">
909
- >
910
- ["at0023"] = <
911
- text = <"Акрозианоз, цианоз конечностей">
912
- description = <"Туловище розовое, цианоз конечностей.">
913
- >
914
- ["at0024"] = <
915
- text = <"Цианоза нет">
916
- description = <"Туловище и конечности розовые. Цианоза нет">
917
- >
918
- ["at0025"] = <
919
- text = <"Общая оценка">
920
- description = <"Сумма баллов по 5 параметрам.">
921
- >
922
- ["at0026"] = <
923
- text = <"2 минута">
924
- description = <"Оценка по Апгар во 2 минуту после рождения.">
925
- >
926
- ["at0027"] = <
927
- text = <"3 минута">
928
- description = <"Оценка по Апгар в 3 минуту после рождения.">
929
- >
930
- ["at0028"] = <
931
- text = <"5 минута">
932
- description = <"Оценка по Апгар на 5 минуту после рождения.">
933
- >
934
- ["at0029"] = <
935
- text = <"*List(en)">
936
- description = <"*@ internal @(en)">
937
- >
938
- ["at0030"] = <
939
- text = <"Примечания по измерению">
940
- description = <"Примечания по измерению по шкале Апгар.">
941
- >
942
- ["at0031"] = <
943
- text = <"10 минута">
944
- description = <"Оценка по Апгар в 10 минуту после рождения.">
945
- >
946
- ["at0037"] = <
947
- text = <"Любое время">
948
- description = <"Оценка по Апгар в дополнительное время, если требуется.">
949
- >
950
- >
951
- >
952
- ["ar-sy"] = <
953
- items = <
954
- ["at0000"] = <
955
- text = <"حرز أبغار">
956
- description = <"الحرز السريري المشتق من تقييم المجهود التنفسي, معدل القلب, التوتر المنعكس, توتر العضلة و لون الجلد">
957
- >
958
- ["at0001"] = <
959
- text = <"*structure(en)">
960
- description = <"*@ internal @(en)">
961
- >
962
- ["at0002"] = <
963
- text = <"*history(en)">
964
- description = <"*@ internal @(en)">
965
- >
966
- ["at0003"] = <
967
- text = <"دقيقة واحدة">
968
- description = <"حرز أبغار بعد دقيقة واحدة من الولادة/الوضع">
969
- >
970
- ["at0005"] = <
971
- text = <"معدل القلب">
972
- description = <"تسجيل معدل قلب الرضيع">
973
- >
974
- ["at0006"] = <
975
- text = <"غائب">
976
- description = <"لا يمكن سماع, رؤية أو الشعور بضربات القلب">
977
- >
978
- ["at0007"] = <
979
- text = <"أقل من 100 ضربة في الدقيقة">
980
- description = <"معدل القلب أقل من 100 ضربة في الدقيقة">
981
- >
982
- ["at0008"] = <
983
- text = <"أكثر من أو يساوي 100 ضربة في الدقيقة">
984
- description = <"معدل القلب أكبر من أو يساوي 100 ضربة في الدقيقة">
985
- >
986
- ["at0009"] = <
987
- text = <"المجهود التنفسي">
988
- description = <"ملاحظة المجهود التنفسي لدى الرضيع">
989
- >
990
- ["at0010"] = <
991
- text = <"غائب">
992
- description = <"لا يوجد بذل مجهود للتنفس">
993
- >
994
- ["at0011"] = <
995
- text = <"ضعيف أو غير منتظم">
996
- description = <"يوجد بعض المجهود للتنفس, الصدر يتحرك">
997
- >
998
- ["at0012"] = <
999
- text = <"طبيعي">
1000
- description = <"يتنفس بشكل طبيعي أو يبكي">
1001
- >
1002
- ["at0013"] = <
1003
- text = <"توتر العضلة">
1004
- description = <"ملاحظة توتر عضلات الرضيع">
1005
- >
1006
- ["at0014"] = <
1007
- text = <"مرتخٍ/أعرج">
1008
- description = <"لا يوجد حركة تلقائية">
1009
- >
1010
- ["at0015"] = <
1011
- text = <"توتر منخفض">
1012
- description = <"يوجد بعض الثني للأطراف">
1013
- >
1014
- ["at0016"] = <
1015
- text = <"توتر طبيعي">
1016
- description = <"حركات طبيعية قوية">
1017
- >
1018
- ["at0017"] = <
1019
- text = <"التوتر الانعكاسي">
1020
- description = <"ملاحظة استجابة الرضيع لتحفيز مُهَيَّج, مثلا, مص محتويات البلعوم الفمي و فتحات الأنف باستخدام قثطار مطاطي ناعم.">
1021
- >
1022
- ["at0018"] = <
1023
- text = <"لا توجد استجابة">
1024
- description = <"لا يوجد استجابة للتحفيز">
1025
- >
1026
- ["at0019"] = <
1027
- text = <"استجابة منخفضة">
1028
- description = <"تكشيرة أو بكاء ضعيف عند التحفيز">
1029
- >
1030
- ["at0020"] = <
1031
- text = <"استجابة طبيعية">
1032
- description = <"تكشيرة, عُطاس, سعال, أو يتعبد عند تحفيزه">
1033
- >
1034
- ["at0021"] = <
1035
- text = <"لون الجلد/البشرة">
1036
- description = <"ملاحظة لون بشرة/جلد الرضيع">
1037
- >
1038
- ["at0022"] = <
1039
- text = <"أزرق تماما">
1040
- description = <"الجسم و الأطراف زرقاء اللون">
1041
- >
1042
- ["at0023"] = <
1043
- text = <"الجسم متورد و الأطراف زرقاء">
1044
- description = <"الجسم متورد و الأطراف زرقاء">
1045
- >
1046
- ["at0024"] = <
1047
- text = <"متورد تماما">
1048
- description = <"الجسم و الأطراف متوردة, لا يوجد ازرقاق">
1049
- >
1050
- ["at0025"] = <
1051
- text = <"الإجمالي">
1052
- description = <"مجموع الأحراز الخمسة المنفردة ">
1053
- >
1054
- ["at0026"] = <
1055
- text = <"عند دقيقتين">
1056
- description = <"حرز أبغار عند دقيقتين من الولادة/الوضع">
1057
- >
1058
- ["at0027"] = <
1059
- text = <"عند ثلاث دقائق">
1060
- description = <"حرز أبغار بعد ثلاث دقائق من الولادة/الوضع">
1061
- >
1062
- ["at0028"] = <
1063
- text = <"بعد خمس دقائق">
1064
- description = <"حرز أبغار بعد 5 دقائق من الولادة/الوضع">
1065
- >
1066
- ["at0029"] = <
1067
- text = <"*List(en)">
1068
- description = <"*@ internal @(en)">
1069
- >
1070
- ["at0030"] = <
1071
- text = <"ملاحظات حول القياس">
1072
- description = <"ملاحظات حول قياس حرز أبغار">
1073
- >
1074
- ["at0031"] = <
1075
- text = <"بعد 10 دقائق">
1076
- description = <"حرز أبغار بعد 10 دقائق من الولادة/الوضع">
1077
- >
1078
- ["at0037"] = <
1079
- text = <"إحدى الوقائع">
1080
- description = <"حرز أبغار عند أي وقت إضافي, حسب الحاجة">
1081
- >
1082
- >
1083
- >
1084
- ["fa"] = <
1085
- items = <
1086
- ["at0000"] = <
1087
- text = <"نمره آپگار">
1088
- description = <"نمره بالینی استخراج شده از ارزیابی تلاش تنفسی ، ضربان قلب ، رفلکس تحریک پذیری ، تون عضلانی و رنگ پوست">
1089
- >
1090
- ["at0001"] = <
1091
- text = <"*structure(en)">
1092
- description = <"*@ internal @(en)">
1093
- >
1094
- ["at0002"] = <
1095
- text = <"*history(en)">
1096
- description = <"*@ internal @(en)">
1097
- >
1098
- ["at0003"] = <
1099
- text = <"دقیقه اول">
1100
- description = <"نمره آپگار یک دقیقه بعد از تولد">
1101
- >
1102
- ["at0005"] = <
1103
- text = <"ضربان قلب">
1104
- description = <"ثبت ضربان قلب نوزاد">
1105
- >
1106
- ["at0006"] = <
1107
- text = <"عدم وجود">
1108
- description = <"ضربان قلبی مشاهده ، احساس یا شنیده نمی شود">
1109
- >
1110
- ["at0007"] = <
1111
- text = <"ضربان کمتر از 100 در هر دقیقه">
1112
- description = <"ضربان قلب کمتر از 100 ضربه در هر دقیقه است">
1113
- >
1114
- ["at0008"] = <
1115
- text = <"ضربان بیشتر یا مساوی 100 در هر دقیقه">
1116
- description = <"ضربان قلب بیشتریا برابر 100 ضربه در هر دقیقه است">
1117
- >
1118
- ["at0009"] = <
1119
- text = <"تلاش تنفسی">
1120
- description = <"مشاهده تلاش تنفسی نوزاد">
1121
- >
1122
- ["at0010"] = <
1123
- text = <"غیر موجود">
1124
- description = <"برای تنفس تلاش نمی کند">
1125
- >
1126
- ["at0011"] = <
1127
- text = <"ضعیف یا نا منظم">
1128
- description = <" برای تنفس تلاش می کند ، سینه حرکت می کند">
1129
- >
1130
- ["at0012"] = <
1131
- text = <"ظبیعی">
1132
- description = <"تنفس طبیعی یا گریه کردن">
1133
- >
1134
- ["at0013"] = <
1135
- text = <"تون عضلانی">
1136
- description = <"مشاهده تلون عضلانی نوزاد">
1137
- >
1138
- ["at0014"] = <
1139
- text = <"مشاهده تلون عضلانی نوزاد">
1140
- description = <"حرکات خودبخودی وجود ندارد">
1141
- >
1142
- ["at0015"] = <
1143
- text = <"تون کاهش یافته">
1144
- description = <"برخی رفلکسها یا خمیدگی ها وجود دارد">
1145
- >
1146
- ["at0016"] = <
1147
- text = <"تون طبیعی">
1148
- description = <"طبیعی ، حرکات نیرومند">
1149
- >
1150
- ["at0017"] = <
1151
- text = <"رفلکس تحریک پذیری">
1152
- description = <"مشاهده پاسخ نوزاد به تحریکات محرک به عنوان مثال مکش دهانی حلقی و سوراخ بینی با کاتتر لاستیکی نرم ">
1153
- >
1154
- ["at0018"] = <
1155
- text = <"پاسخ نمی دهد">
1156
- description = <"عدم پاسخ به تحریکات">
1157
- >
1158
- ["at0019"] = <
1159
- text = <"کاهش پاسخ">
1160
- description = <"گریه شکلکی یا ضعیف در زمان تحریک">
1161
- >
1162
- ["at0020"] = <
1163
- text = <"پاسخ طبیعی">
1164
- description = <"شکلک ، عطسه ف سرفه یا عقب کشیدن در زمان تحریک">
1165
- >
1166
- ["at0021"] = <
1167
- text = <"رنگ پوست">
1168
- description = <"مشاهده رنگ پوست نوزاد">
1169
- >
1170
- ["at0022"] = <
1171
- text = <"کاملا آبی">
1172
- description = <"دن و دستها و پاها آبی هستند">
1173
- >
1174
- ["at0023"] = <
1175
- text = <"بدن صورتی ، دستها و پاها آبی">
1176
- description = <"بدن صورتی ، دستها و پاها آبی هستند">
1177
- >
1178
- ["at0024"] = <
1179
- text = <"کاملا صورتی">
1180
- description = <"دن و دستها و پاها کاملا صورتی هستند هیچ سیانوزی وجود ندارد">
1181
- >
1182
- ["at0025"] = <
1183
- text = <"مجموع">
1184
- description = <"مجموع پنج نمره ترتیبی برای هر پارامتر جز ">
1185
- >
1186
- ["at0026"] = <
1187
- text = <"دقیقه دو">
1188
- description = <"نمره آپگار دودقیقه بعد از تولد">
1189
- >
1190
- ["at0027"] = <
1191
- text = <"دقیقه سه">
1192
- description = <"نمره آپگار سه دقیقه بعد از تولد">
1193
- >
1194
- ["at0028"] = <
1195
- text = <"دقیقه پنج">
1196
- description = <"نمره آپگار پنج دقیقه بعد از تولد">
1197
- >
1198
- ["at0029"] = <
1199
- text = <"*List(en)">
1200
- description = <"*@ internal @(en)">
1201
- >
1202
- ["at0030"] = <
1203
- text = <"یادداشتهایی در مورد اندازه گیری">
1204
- description = <"یادداشتهایی در مورد اندازه گیری نمره آپگار">
1205
- >
1206
- ["at0031"] = <
1207
- text = <"دقیقه ده">
1208
- description = <"نمره آپگار ده دقیقه بعد از تولد">
1209
- >
1210
- ["at0037"] = <
1211
- text = <"هر رویداد">
1212
- description = <"نمره آپگار در هر زمان ممکن و در صورت نیاز">
1213
- >
1214
- >
1215
- >
1216
- >