openehr 1.2.8 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/openehr.rb +12 -13
- data/lib/openehr/am.rb +10 -8
- data/lib/openehr/am/archetype.rb +2 -10
- data/lib/openehr/am/archetype/constraint_model.rb +0 -5
- data/lib/openehr/am/openehr_profile/data_types/basic.rb +3 -3
- data/lib/openehr/am/openehr_profile/data_types/quantity.rb +4 -4
- data/lib/openehr/am/openehr_profile/data_types/text.rb +3 -3
- data/lib/openehr/parser.rb +0 -3
- data/lib/openehr/parser/adl_helper.rb +8 -7
- data/lib/openehr/parser/adl_parser.rb +2 -1
- data/lib/openehr/parser/validator.rb +1 -2
- data/lib/openehr/rm.rb +47 -24
- data/lib/openehr/rm/common/change_control.rb +3 -3
- data/lib/openehr/rm/common/directory.rb +5 -2
- data/lib/openehr/rm/common/generic.rb +0 -2
- data/lib/openehr/rm/common/resource.rb +1 -0
- data/lib/openehr/rm/composition.rb +1 -4
- data/lib/openehr/rm/composition/content.rb +1 -7
- data/lib/openehr/rm/composition/content/entry.rb +3 -0
- data/lib/openehr/rm/composition/content/navigation.rb +1 -2
- data/lib/openehr/rm/data_structures.rb +2 -7
- data/lib/openehr/rm/data_structures/history.rb +7 -7
- data/lib/openehr/rm/data_structures/item_structure.rb +4 -5
- data/lib/openehr/rm/data_structures/item_structure/representation.rb +2 -0
- data/lib/openehr/rm/data_types/basic.rb +2 -0
- data/lib/openehr/rm/data_types/encapsulated.rb +2 -1
- data/lib/openehr/rm/data_types/quantity.rb +2 -3
- data/lib/openehr/rm/data_types/quantity/date_time.rb +9 -9
- data/lib/openehr/rm/data_types/text.rb +1 -1
- data/lib/openehr/rm/data_types/time_specification.rb +1 -1
- data/lib/openehr/rm/data_types/uri.rb +2 -0
- data/lib/openehr/rm/demographic.rb +8 -8
- data/lib/openehr/rm/ehr.rb +6 -8
- data/lib/openehr/rm/integration.rb +2 -2
- data/lib/openehr/rm/support/identification.rb +0 -1
- data/lib/openehr/serializer.rb +0 -1
- data/lib/openehr/version.rb +1 -1
- metadata +3 -334
- data/.document +0 -5
- data/.gitignore +0 -32
- data/.rspec +0 -2
- data/.travis.yml +0 -4
- data/Gemfile +0 -3
- data/Guardfile +0 -22
- data/History.txt +0 -62
- data/PostInstall.txt +0 -9
- data/Rakefile +0 -13
- data/features/rmfactory.feature +0 -9
- data/features/step_definitions/rmfactory_steps.rb +0 -11
- data/features/support/env.rb +0 -10
- data/lib/openehr/am/openehr_profile.rb +0 -9
- data/lib/openehr/am/openehr_profile/data_types.rb +0 -13
- data/lib/openehr/rm/common.rb +0 -19
- data/lib/openehr/rm/data_types.rb +0 -22
- data/lib/openehr/rm/support.rb +0 -16
- data/openehr.gemspec +0 -48
- data/spec/lib/openehr/am/archetype/archetype_spec.rb +0 -103
- data/spec/lib/openehr/am/archetype/assertion/assertion_spec.rb +0 -60
- data/spec/lib/openehr/am/archetype/assertion/assertion_variable_spec.rb +0 -30
- data/spec/lib/openehr/am/archetype/assertion/expr_binary_operator.rb +0 -40
- data/spec/lib/openehr/am/archetype/assertion/expr_item_spec.rb +0 -28
- data/spec/lib/openehr/am/archetype/assertion/expr_leaf_spec.rb +0 -34
- data/spec/lib/openehr/am/archetype/assertion/expr_operator_spec.rb +0 -25
- data/spec/lib/openehr/am/archetype/assertion/expr_unary_operator_spec.rb +0 -26
- data/spec/lib/openehr/am/archetype/assertion/operator_kind_spec.rb +0 -114
- data/spec/lib/openehr/am/archetype/constraint_model/archetype_constraint_spec.rb +0 -56
- data/spec/lib/openehr/am/archetype/constraint_model/archetype_internal_ref_spec.rb +0 -36
- data/spec/lib/openehr/am/archetype/constraint_model/archetype_slot_spec.rb +0 -61
- data/spec/lib/openehr/am/archetype/constraint_model/c_attribute_spec.rb +0 -59
- data/spec/lib/openehr/am/archetype/constraint_model/c_complex_object_spec.rb +0 -39
- data/spec/lib/openehr/am/archetype/constraint_model/c_defined_object_spec.rb +0 -53
- data/spec/lib/openehr/am/archetype/constraint_model/c_domain_type_spec.rb +0 -25
- data/spec/lib/openehr/am/archetype/constraint_model/c_multiple_attribute_spec.rb +0 -23
- data/spec/lib/openehr/am/archetype/constraint_model/c_object_spec.rb +0 -61
- data/spec/lib/openehr/am/archetype/constraint_model/c_primitive_object_spec.rb +0 -33
- data/spec/lib/openehr/am/archetype/constraint_model/c_reference_object_spec.rb +0 -17
- data/spec/lib/openehr/am/archetype/constraint_model/c_single_attribute_spec.rb +0 -22
- data/spec/lib/openehr/am/archetype/constraint_model/cardinality_spec.rb +0 -68
- data/spec/lib/openehr/am/archetype/constraint_model/constraint_ref_spec.rb +0 -29
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_boolean_spec.rb +0 -57
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_date_spec.rb +0 -52
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_date_time_spec.rb +0 -136
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_duration_spec.rb +0 -41
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_integer_spec.rb +0 -67
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_primitive_spec.rb +0 -41
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_real_spec.rb +0 -19
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_string_spec.rb +0 -73
- data/spec/lib/openehr/am/archetype/constraint_model/primitive/c_time_spec.rb +0 -104
- data/spec/lib/openehr/am/archetype/ontology/archetype_ontology_spec.rb +0 -97
- data/spec/lib/openehr/am/archetype/ontology/archetype_term_spec.rb +0 -43
- data/spec/lib/openehr/am/archetype/validity_kind_spec.rb +0 -42
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/c_dv_state_spec.rb +0 -34
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/non_terminal_state_spec.rb +0 -36
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/state_machine_spec.rb +0 -34
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/state_spec.rb +0 -26
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/terminal_state_spec.rb +0 -18
- data/spec/lib/openehr/am/openehr_profile/data_types/basic/transition_spec.rb +0 -62
- data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_dv_ordinal_spec.rb +0 -41
- data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_dv_quantity_spec.rb +0 -50
- data/spec/lib/openehr/am/openehr_profile/data_types/quantity/c_quantity_item_spec.rb +0 -48
- data/spec/lib/openehr/am/openehr_profile/data_types/text/c_code_phrase_spec.rb +0 -34
- data/spec/lib/openehr/assumed_library_types/interval_spec.rb +0 -145
- data/spec/lib/openehr/assumed_library_types/iso8601_date_spec.rb +0 -236
- data/spec/lib/openehr/assumed_library_types/iso8601_date_time_spec.rb +0 -51
- data/spec/lib/openehr/assumed_library_types/iso8601_duration_spec.rb +0 -158
- data/spec/lib/openehr/assumed_library_types/iso8601_time_spec.rb +0 -234
- data/spec/lib/openehr/assumed_library_types/iso8601_timezone_spec.rb +0 -57
- data/spec/lib/openehr/assumed_library_types/time_definitions_spec.rb +0 -136
- data/spec/lib/openehr/assumed_library_types/timezone_spec.rb +0 -42
- data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.assumed_types.v1.adl +0 -88
- data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.basic_types.v1.adl +0 -143
- data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.basic_types_fail.v1.adl +0 -50
- data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.most_minimal.v1.adl +0 -27
- data/spec/lib/openehr/parser/adl14/adl-test-ENTRY.structure_test1.v1.adl +0 -46
- data/spec/lib/openehr/parser/adl14/adl-test-SOME_TYPE.generic_type_basic.draft.adl +0 -56
- data/spec/lib/openehr/parser/adl14/adl-test-SOME_TYPE.generic_type_use_node.draft.adl +0 -63
- data/spec/lib/openehr/parser/adl14/adl-test-car.paths.test.adl +0 -80
- data/spec/lib/openehr/parser/adl14/adl-test-car.use_node.test.adl +0 -87
- data/spec/lib/openehr/parser/adl14/adl-test-composition.dv_coded_text.test.adl +0 -29
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_bindings.test.adl +0 -47
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_desc_missing_purpose.test.adl +0 -45
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_description.test.adl +0 -61
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_description2.test.adl +0 -45
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_identification.test.adl +0 -26
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_internal_ref.test.adl +0 -36
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_internal_ref2.test.adl +0 -36
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language.test.adl +0 -47
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language_no_accreditation.test.adl +0 -38
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_language_order_of_translation_details.test.adl +0 -40
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_ontology.test.adl +0 -25
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_slot.test.adl +0 -40
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_slot.test2.adl +0 -37
- data/spec/lib/openehr/parser/adl14/adl-test-entry.archetype_uncommonkeys.test.adl +0 -29
- data/spec/lib/openehr/parser/adl14/adl-test-entry.basic_types.test.adl +0 -272
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_code_phrase.test.adl +0 -77
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_ordinal.test.adl +0 -66
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_empty.test.adl +0 -46
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full.test.adl +0 -64
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full2.test.adl +0 -64
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_full3.test.adl +0 -64
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_item_units_only.test.adl +0 -55
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_list.test.adl +0 -58
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_property.test.adl +0 -47
- data/spec/lib/openehr/parser/adl14/adl-test-entry.c_dv_quantity_reversed.test.adl +0 -59
- data/spec/lib/openehr/parser/adl14/adl-test-entry.constraint_binding.test.adl +0 -37
- data/spec/lib/openehr/parser/adl14/adl-test-entry.constraint_ref.test.adl +0 -43
- data/spec/lib/openehr/parser/adl14/adl-test-entry.datetime.test.adl +0 -183
- data/spec/lib/openehr/parser/adl14/adl-test-entry.domain_types.test.adl +0 -97
- data/spec/lib/openehr/parser/adl14/adl-test-entry.durations.test.adl +0 -112
- data/spec/lib/openehr/parser/adl14/adl-test-entry.empty_other_contributors.test.adl +0 -42
- data/spec/lib/openehr/parser/adl14/adl-test-entry.missing_language.test.adl +0 -23
- data/spec/lib/openehr/parser/adl14/adl-test-entry.mixed_node_types.draft.adl +0 -61
- data/spec/lib/openehr/parser/adl14/adl-test-entry.most_minimal.test.adl +0 -23
- data/spec/lib/openehr/parser/adl14/adl-test-entry.multi_language.test.adl +0 -52
- data/spec/lib/openehr/parser/adl14/adl-test-entry.special_string.test.adl +0 -88
- data/spec/lib/openehr/parser/adl14/adl-test-entry.structure_test1.test.adl +0 -45
- data/spec/lib/openehr/parser/adl14/adl-test-entry.structure_test2.test.adl +0 -45
- data/spec/lib/openehr/parser/adl14/adl-test-entry.term_binding.test.adl +0 -37
- data/spec/lib/openehr/parser/adl14/adl-test-entry.term_binding2.test.adl +0 -32
- data/spec/lib/openehr/parser/adl14/adl-test-entry.testtranslations.test.adl +0 -83
- data/spec/lib/openehr/parser/adl14/adl-test-entry.translations_author_language.test.adl +0 -34
- data/spec/lib/openehr/parser/adl14/adl-test-entry.translations_language_author.test.adl +0 -34
- data/spec/lib/openehr/parser/adl14/adl-test-entry.unicode_BOM_support.test.adl +0 -41
- data/spec/lib/openehr/parser/adl14/adl-test-entry.unicode_support.test.adl +0 -41
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ACTION.imaging.v1.adl +0 -275
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ACTION.referral.v1.adl +0 -351
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.auscultation-chest.v1.adl +0 -765
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.auscultation.v1.adl +0 -48
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.dimensions-circumference.v1.adl +0 -134
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.dimensions.v1.adl +0 -241
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-abdomen.v1.adl +0 -305
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-chest.v1.adl +0 -379
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-fetus.v1.adl +0 -577
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-joint.v1.adl +0 -146
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-lymphnode.v1.adl +0 -176
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic-mass.v1.adl +0 -221
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-generic.v1.adl +0 -139
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-nervous_system.v1.adl +0 -116
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterine_cervix.v1.adl +0 -631
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-CLUSTER.exam-uterus.v1.adl +0 -287
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-COMPOSITION.discharge.v1draft.adl +0 -53
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-COMPOSITION.encounter.v1draft.adl +0 -45
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-EVALUATION.adverse.v1.adl +0 -411
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-EVALUATION.columna_vertebral.v1.adl +0 -85
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-INSTRUCTION.medication.v1.adl +0 -88
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-INSTRUCTION.referral.v1.adl +0 -84
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.Laboratory_request.v1.adl +0 -492
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.follow_up.v1draft.adl +0 -94
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.imaging.v1.adl +0 -127
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.medication-formulation.v1.adl +0 -457
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.medication.v1.adl +0 -869
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-ITEM_TREE.referral.v1.adl +0 -494
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.apgar.v1.adl +0 -1216
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl +0 -673
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.body_mass_index.v1.adl +0 -166
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.lab_test.v1.adl +0 -376
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.operation_record.v1.adl +0 -454
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.testassumedvalue.v1.adl +0 -99
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-OBSERVATION.uterine_contractions.v1.adl +0 -440
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.findings.v1.adl +0 -47
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.reason_for_encounter.v1.adl +0 -51
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.summary.v1.adl +0 -52
- data/spec/lib/openehr/parser/adl14/openEHR-EHR-SECTION.vital_signs.v1.adl +0 -54
- data/spec/lib/openehr/parser/adl_archetype_internal_ref2_spec.rb +0 -42
- data/spec/lib/openehr/parser/adl_archetype_internal_ref_spec.rb +0 -125
- data/spec/lib/openehr/parser/adl_archetype_internal_ref_with_generics_spec.rb +0 -258
- data/spec/lib/openehr/parser/adl_archetype_ontology_binding_spec.rb +0 -98
- data/spec/lib/openehr/parser/adl_archetype_ontology_spec.rb +0 -42
- data/spec/lib/openehr/parser/adl_archetype_slot_cluster_spec.rb +0 -101
- data/spec/lib/openehr/parser/adl_archetype_slot_spec.rb +0 -193
- data/spec/lib/openehr/parser/adl_archetype_uncommon_term_keys_spec.rb +0 -25
- data/spec/lib/openehr/parser/adl_description_spec.rb +0 -164
- data/spec/lib/openehr/parser/adl_identification_spec.rb +0 -18
- data/spec/lib/openehr/parser/adl_language_no_accreditation_spec.rb +0 -66
- data/spec/lib/openehr/parser/adl_language_order_spec.rb +0 -68
- data/spec/lib/openehr/parser/adl_language_spec.rb +0 -119
- data/spec/lib/openehr/parser/adl_language_translation_author_language_spec.rb +0 -50
- data/spec/lib/openehr/parser/adl_language_translation_language_author_spec.rb +0 -46
- data/spec/lib/openehr/parser/adl_parser_spec.rb +0 -342
- data/spec/lib/openehr/parser/adl_path_spec.rb +0 -176
- data/spec/lib/openehr/parser/base_spec.rb +0 -19
- data/spec/lib/openehr/parser/basic_generic_type_spec.rb +0 -18
- data/spec/lib/openehr/parser/basic_type_spec.rb +0 -2922
- data/spec/lib/openehr/parser/c_dv_quantity_any_allowed_spec.rb +0 -34
- data/spec/lib/openehr/parser/c_dv_quantity_shared_example_for_lacked_items_spec.rb +0 -36
- data/spec/lib/openehr/parser/c_dv_quantity_shared_example_spec.rb +0 -134
- data/spec/lib/openehr/parser/cdv_ordinal_parse_spec.rb +0 -231
- data/spec/lib/openehr/parser/code_phrase_spec.rb +0 -96
- data/spec/lib/openehr/parser/constraint_binding_spec.rb +0 -26
- data/spec/lib/openehr/parser/constraint_ref_spec.rb +0 -32
- data/spec/lib/openehr/parser/date_time_spec.rb +0 -1953
- data/spec/lib/openehr/parser/duration_spec.rb +0 -501
- data/spec/lib/openehr/parser/dv_coded_text_parse_spec.rb +0 -27
- data/spec/lib/openehr/parser/empty_other_contributors_spec.rb +0 -19
- data/spec/lib/openehr/parser/empty_use_spec.rb +0 -29
- data/spec/lib/openehr/parser/lab_test_parser_spec.rb +0 -14
- data/spec/lib/openehr/parser/missing_language_spec.rb +0 -20
- data/spec/lib/openehr/parser/missing_purpose_spec.rb +0 -23
- data/spec/lib/openehr/parser/mixed_node_types_spec.rb +0 -16
- data/spec/lib/openehr/parser/most_minimal_adl_spec.rb +0 -19
- data/spec/lib/openehr/parser/multi_language_spec.rb +0 -58
- data/spec/lib/openehr/parser/openehr_apgar_spec.rb +0 -16
- data/spec/lib/openehr/parser/parser_spec_helper.rb +0 -7
- data/spec/lib/openehr/parser/path_based_terminology_binding_spec.rb +0 -30
- data/spec/lib/openehr/parser/special_string_spec.rb +0 -20
- data/spec/lib/openehr/parser/structure_comment_spec.rb +0 -21
- data/spec/lib/openehr/parser/structure_nested_comments_spec.rb +0 -22
- data/spec/lib/openehr/parser/structure_spec.rb +0 -205
- data/spec/lib/openehr/parser/term_binding_spec.rb +0 -54
- data/spec/lib/openehr/parser/unicode_bom_spec.rb +0 -17
- data/spec/lib/openehr/parser/unicode_support_spec.rb +0 -46
- data/spec/lib/openehr/rm/common/archetyped/archetyped_spec.rb +0 -50
- data/spec/lib/openehr/rm/common/archetyped/feeder_audit_details_spec.rb +0 -60
- data/spec/lib/openehr/rm/common/archetyped/feeder_audit_spec.rb +0 -51
- data/spec/lib/openehr/rm/common/archetyped/link_spec.rb +0 -42
- data/spec/lib/openehr/rm/common/archetyped/locatable_spec.rb +0 -89
- data/spec/lib/openehr/rm/common/archetyped/pathable_spec.rb +0 -42
- data/spec/lib/openehr/rm/common/change_control/contribution_spec.rb +0 -56
- data/spec/lib/openehr/rm/common/change_control/imported_version_spec.rb +0 -62
- data/spec/lib/openehr/rm/common/change_control/original_version_spec.rb +0 -71
- data/spec/lib/openehr/rm/common/change_control/version_spec.rb +0 -91
- data/spec/lib/openehr/rm/common/change_control/versioned_object_spec.rb +0 -284
- data/spec/lib/openehr/rm/common/directory/folder_spec.rb +0 -26
- data/spec/lib/openehr/rm/common/generic/attestation_spec.rb +0 -62
- data/spec/lib/openehr/rm/common/generic/audit_details_spec.rb +0 -51
- data/spec/lib/openehr/rm/common/generic/participation_spec.rb +0 -36
- data/spec/lib/openehr/rm/common/generic/party_identified_spec.rb +0 -64
- data/spec/lib/openehr/rm/common/generic/party_proxy_spec.rb +0 -18
- data/spec/lib/openehr/rm/common/generic/party_related_spec.rb +0 -24
- data/spec/lib/openehr/rm/common/generic/revision_history_item_spec.rb +0 -43
- data/spec/lib/openehr/rm/common/generic/revision_history_spec.rb +0 -45
- data/spec/lib/openehr/rm/common/resource/authored_resource_spec.rb +0 -68
- data/spec/lib/openehr/rm/common/resource/resource_description_item_spec.rb +0 -105
- data/spec/lib/openehr/rm/common/resource/resource_description_spec.rb +0 -74
- data/spec/lib/openehr/rm/common/resource/translation_details_spec.rb +0 -35
- data/spec/lib/openehr/rm/composition/composition_spec.rb +0 -92
- data/spec/lib/openehr/rm/composition/content/content_item_spec.rb +0 -14
- data/spec/lib/openehr/rm/composition/content/entry/action_spec.rb +0 -69
- data/spec/lib/openehr/rm/composition/content/entry/activity_spec.rb +0 -61
- data/spec/lib/openehr/rm/composition/content/entry/admin_entry_spec.rb +0 -38
- data/spec/lib/openehr/rm/composition/content/entry/care_entry_spec.rb +0 -37
- data/spec/lib/openehr/rm/composition/content/entry/entry_spec.rb +0 -95
- data/spec/lib/openehr/rm/composition/content/entry/evaluation_spec.rb +0 -37
- data/spec/lib/openehr/rm/composition/content/entry/instruction_details_spec.rb +0 -51
- data/spec/lib/openehr/rm/composition/content/entry/instruction_spec.rb +0 -62
- data/spec/lib/openehr/rm/composition/content/entry/ism_transition_spec.rb +0 -46
- data/spec/lib/openehr/rm/composition/content/entry/observation_spec.rb +0 -45
- data/spec/lib/openehr/rm/composition/content/navigation/section_spec.rb +0 -34
- data/spec/lib/openehr/rm/composition/event_context_spec.rb +0 -88
- data/spec/lib/openehr/rm/data_structures/data_structure_spec.rb +0 -21
- data/spec/lib/openehr/rm/data_structures/history/event_spec.rb +0 -44
- data/spec/lib/openehr/rm/data_structures/history/history_spec.rb +0 -67
- data/spec/lib/openehr/rm/data_structures/history/interval_event_spec.rb +0 -43
- data/spec/lib/openehr/rm/data_structures/item_structure/item_list_spec.rb +0 -53
- data/spec/lib/openehr/rm/data_structures/item_structure/item_single_spec.rb +0 -29
- data/spec/lib/openehr/rm/data_structures/item_structure/item_table_spec.rb +0 -147
- data/spec/lib/openehr/rm/data_structures/item_structure/item_tree_spec.rb +0 -48
- data/spec/lib/openehr/rm/data_structures/item_structure/representation/cluster_spec.rb +0 -26
- data/spec/lib/openehr/rm/data_structures/item_structure/representation/element_spec.rb +0 -22
- data/spec/lib/openehr/rm/data_types/basic/data_value_spec.rb +0 -17
- data/spec/lib/openehr/rm/data_types/basic/dv_boolean_spec.rb +0 -29
- data/spec/lib/openehr/rm/data_types/basic/dv_identifier_spec.rb +0 -108
- data/spec/lib/openehr/rm/data_types/basic/dv_state_spec.rb +0 -48
- data/spec/lib/openehr/rm/data_types/encapsulated/dv_encapsulated_spec.rb +0 -42
- data/spec/lib/openehr/rm/data_types/encapsulated/dv_multimedia_spec.rb +0 -79
- data/spec/lib/openehr/rm/data_types/encapsulated/dv_parsable_spec.rb +0 -34
- data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_date_spec.rb +0 -64
- data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_date_time_spec.rb +0 -26
- data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_duration_spec.rb +0 -44
- data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_temporal_spec.rb +0 -25
- data/spec/lib/openehr/rm/data_types/quantity/date_time/dv_time_spec.rb +0 -41
- data/spec/lib/openehr/rm/data_types/quantity/dv_absolute_quantity_spec.rb +0 -35
- data/spec/lib/openehr/rm/data_types/quantity/dv_amount_spec.rb +0 -105
- data/spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb +0 -12
- data/spec/lib/openehr/rm/data_types/quantity/dv_interval_spec.rb +0 -17
- data/spec/lib/openehr/rm/data_types/quantity/dv_ordered_spec.rb +0 -60
- data/spec/lib/openehr/rm/data_types/quantity/dv_ordinal_spec.rb +0 -74
- data/spec/lib/openehr/rm/data_types/quantity/dv_proportion_spec.rb +0 -162
- data/spec/lib/openehr/rm/data_types/quantity/dv_quantified_spec.rb +0 -36
- data/spec/lib/openehr/rm/data_types/quantity/dv_quantity_spec.rb +0 -78
- data/spec/lib/openehr/rm/data_types/quantity/proportion_kind_spec.rb +0 -24
- data/spec/lib/openehr/rm/data_types/quantity/reference_range_spec.rb +0 -43
- data/spec/lib/openehr/rm/data_types/text/code_phrase_spec.rb +0 -23
- data/spec/lib/openehr/rm/data_types/text/dv_coded_text_spec.rb +0 -29
- data/spec/lib/openehr/rm/data_types/text/dv_paragraph_spec.rb +0 -13
- data/spec/lib/openehr/rm/data_types/text/dv_text_spec.rb +0 -79
- data/spec/lib/openehr/rm/data_types/text/term_mapping_spec.rb +0 -59
- data/spec/lib/openehr/rm/data_types/uri/dv_ehr_uri_spec.rb +0 -21
- data/spec/lib/openehr/rm/data_types/uri/dv_uri_spec.rb +0 -36
- data/spec/lib/openehr/rm/demographic/actor_spec.rb +0 -79
- data/spec/lib/openehr/rm/demographic/address_spec.rb +0 -33
- data/spec/lib/openehr/rm/demographic/capability_spec.rb +0 -37
- data/spec/lib/openehr/rm/demographic/contact_spec.rb +0 -45
- data/spec/lib/openehr/rm/demographic/party_identity_spec.rb +0 -32
- data/spec/lib/openehr/rm/demographic/party_relationship_spec.rb +0 -84
- data/spec/lib/openehr/rm/demographic/party_spec.rb +0 -131
- data/spec/lib/openehr/rm/demographic/role_spec.rb +0 -58
- data/spec/lib/openehr/rm/ehr/ehr_access_spec.rb +0 -33
- data/spec/lib/openehr/rm/ehr/ehr_spec.rb +0 -139
- data/spec/lib/openehr/rm/ehr/ehr_status_spec.rb +0 -52
- data/spec/lib/openehr/rm/ehr/versioned_composition_spec.rb +0 -33
- data/spec/lib/openehr/rm/factory_spec.rb +0 -189
- data/spec/lib/openehr/rm/integration/generic_entry_spec.rb +0 -31
- data/spec/lib/openehr/rm/support/identification/access_group_ref_spec.rb +0 -19
- data/spec/lib/openehr/rm/support/identification/archetype_id_spec.rb +0 -152
- data/spec/lib/openehr/rm/support/identification/generic_id_spec.rb +0 -33
- data/spec/lib/openehr/rm/support/identification/hier_object_id_spec.rb +0 -12
- data/spec/lib/openehr/rm/support/identification/internet_id_spec.rb +0 -12
- data/spec/lib/openehr/rm/support/identification/iso_oid_spec.rb +0 -12
- data/spec/lib/openehr/rm/support/identification/locatable_ref_spec.rb +0 -34
- data/spec/lib/openehr/rm/support/identification/object_id_spec.rb +0 -24
- data/spec/lib/openehr/rm/support/identification/object_ref_spec.rb +0 -33
- data/spec/lib/openehr/rm/support/identification/object_version_id_spec.rb +0 -59
- data/spec/lib/openehr/rm/support/identification/party_ref_spec.rb +0 -29
- data/spec/lib/openehr/rm/support/identification/template_id_spec.rb +0 -12
- data/spec/lib/openehr/rm/support/identification/terminology_id_spec.rb +0 -33
- data/spec/lib/openehr/rm/support/identification/uid_based_id_spec.rb +0 -50
- data/spec/lib/openehr/rm/support/identification/uid_spec.rb +0 -29
- data/spec/lib/openehr/rm/support/identification/version_tree_id_spec.rb +0 -104
- data/spec/lib/openehr/rm/support/measurement_service_spec.rb +0 -7
- data/spec/lib/openehr/serializer/adl-test-entry.most_minimal.test.adl +0 -20
- data/spec/lib/openehr/serializer/adl_serializer_spec.rb +0 -47
- data/spec/lib/openehr/serializer/openEHR-EHR-SECTION.test.v1.adl +0 -38
- data/spec/lib/openehr/serializer/openEHR-EHR-SECTION.test.v1.xml +0 -60
- data/spec/lib/openehr/serializer/sample_archetype_spec.rb +0 -44
- data/spec/lib/openehr/serializer/xml_serializer_spec.rb +0 -49
- data/spec/spec.opts +0 -6
- data/spec/spec_helper.rb +0 -58
@@ -1,139 +0,0 @@
|
|
1
|
-
archetype (adl_version=1.4)
|
2
|
-
openEHR-EHR-CLUSTER.exam-generic.v1
|
3
|
-
specialize
|
4
|
-
openEHR-EHR-CLUSTER.exam.v1
|
5
|
-
|
6
|
-
concept
|
7
|
-
[at0000.1] -- Examination of a named body part
|
8
|
-
language
|
9
|
-
original_language = <[ISO_639-1::en]>
|
10
|
-
description
|
11
|
-
original_author = <
|
12
|
-
["name"] = <"unknown">
|
13
|
-
>
|
14
|
-
details = <
|
15
|
-
["en"] = <
|
16
|
-
language = <[ISO_639-1::en]>
|
17
|
-
purpose = <"A generic cluster for recording findings on physical examination.">
|
18
|
-
use = <"">
|
19
|
-
keywords = <"examination", "physical">
|
20
|
-
misuse = <"">
|
21
|
-
>
|
22
|
-
>
|
23
|
-
lifecycle_state = <"Initial">
|
24
|
-
other_contributors = <>
|
25
|
-
|
26
|
-
definition
|
27
|
-
CLUSTER[at0000.1] matches { -- Examination of a named body part
|
28
|
-
items cardinality matches {0..*; unordered} matches {
|
29
|
-
ELEMENT[at0.9] matches { -- Object
|
30
|
-
value matches {
|
31
|
-
DV_TEXT matches {*}
|
32
|
-
}
|
33
|
-
}
|
34
|
-
CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
|
35
|
-
items cardinality matches {0..*; unordered} matches {
|
36
|
-
ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
|
37
|
-
value matches {
|
38
|
-
DV_TEXT matches {*}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
}
|
42
|
-
}
|
43
|
-
ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
|
44
|
-
value matches {
|
45
|
-
DV_TEXT matches {*}
|
46
|
-
}
|
47
|
-
}
|
48
|
-
CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
|
49
|
-
items cardinality matches {0..*; unordered} matches {
|
50
|
-
allow_archetype CLUSTER occurrences matches {0..*} matches {
|
51
|
-
include
|
52
|
-
archetype_id/value matches {/palpation\.v1draft/}
|
53
|
-
archetype_id/value matches {/auscultation\.v1draft/}
|
54
|
-
archetype_id/value matches {/inspection\.v1draft/}
|
55
|
-
archetype_id/value matches {/percussion\.v1draft/}
|
56
|
-
exclude
|
57
|
-
archetype_id/value matches {/.*/}
|
58
|
-
}
|
59
|
-
CLUSTER[at0.1] occurrences matches {0..1} matches { -- Size
|
60
|
-
items cardinality matches {0..*; unordered} matches {
|
61
|
-
allow_archetype CLUSTER occurrences matches {0..1} matches {
|
62
|
-
include
|
63
|
-
archetype_id/value matches {/dimensions\.v1/}
|
64
|
-
archetype_id/value matches {/size\.v1draft/}
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
CLUSTER[at0003] occurrences matches {0..1} matches { -- Detail
|
69
|
-
items cardinality matches {0..*; unordered} matches {
|
70
|
-
allow_archetype CLUSTER occurrences matches {0..1} matches {
|
71
|
-
include
|
72
|
-
archetype_id/value matches {/exam-generic\.v1/}
|
73
|
-
}
|
74
|
-
}
|
75
|
-
}
|
76
|
-
}
|
77
|
-
}
|
78
|
-
ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
|
79
|
-
value matches {
|
80
|
-
DV_MULTIMEDIA matches {
|
81
|
-
media_type matches {
|
82
|
-
[openEHR::
|
83
|
-
426,
|
84
|
-
427,
|
85
|
-
429]
|
86
|
-
}
|
87
|
-
}
|
88
|
-
}
|
89
|
-
}
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
ontology
|
94
|
-
term_definitions = <
|
95
|
-
["en"] = <
|
96
|
-
items = <
|
97
|
-
["at0.1"] = <
|
98
|
-
description = <"Information about the size of the object for examination">
|
99
|
-
text = <"Size">
|
100
|
-
>
|
101
|
-
["at0.9"] = <
|
102
|
-
description = <"The object of examination">
|
103
|
-
text = <"Object">
|
104
|
-
>
|
105
|
-
["at0000"] = <
|
106
|
-
description = <"Generic examination cluster for describing a finding on physical examination">
|
107
|
-
text = <"Examination">
|
108
|
-
>
|
109
|
-
["at0000.1"] = <
|
110
|
-
description = <"Generic examination cluster for describing a finding on physical examination">
|
111
|
-
text = <"Examination of a named body part">
|
112
|
-
>
|
113
|
-
["at0002"] = <
|
114
|
-
description = <"Textural description of the part examined">
|
115
|
-
text = <"Clinical description">
|
116
|
-
>
|
117
|
-
["at0003"] = <
|
118
|
-
description = <"More focused examination findings">
|
119
|
-
text = <"Detail">
|
120
|
-
>
|
121
|
-
["at0004"] = <
|
122
|
-
description = <"A group of statements about the normality of the examination">
|
123
|
-
text = <"Normal statements">
|
124
|
-
>
|
125
|
-
["at0005"] = <
|
126
|
-
description = <"A specific statement of normality">
|
127
|
-
text = <"Normal statement">
|
128
|
-
>
|
129
|
-
["at0006"] = <
|
130
|
-
description = <"Drawing or image of the area examined">
|
131
|
-
text = <"Image">
|
132
|
-
>
|
133
|
-
["at0008"] = <
|
134
|
-
description = <"Clinical findings">
|
135
|
-
text = <"Findings">
|
136
|
-
>
|
137
|
-
>
|
138
|
-
>
|
139
|
-
>
|
@@ -1,116 +0,0 @@
|
|
1
|
-
archetype (adl_version=1.4)
|
2
|
-
openEHR-EHR-CLUSTER.exam-nervous_system.v1
|
3
|
-
specialize
|
4
|
-
openEHR-EHR-CLUSTER.exam.v1
|
5
|
-
|
6
|
-
concept
|
7
|
-
[at0000.1] -- Examination of nervous system
|
8
|
-
language
|
9
|
-
original_language = <[ISO_639-1::en]>
|
10
|
-
description
|
11
|
-
original_author = <
|
12
|
-
["name"] = <"unknown">
|
13
|
-
>
|
14
|
-
details = <
|
15
|
-
["en"] = <
|
16
|
-
language = <[ISO_639-1::en]>
|
17
|
-
purpose = <"A generic cluster for recording findings on physical examination of the nervous system.">
|
18
|
-
use = <"">
|
19
|
-
keywords = <"examination", "physical">
|
20
|
-
misuse = <"">
|
21
|
-
>
|
22
|
-
>
|
23
|
-
lifecycle_state = <"Initial">
|
24
|
-
other_contributors = <>
|
25
|
-
|
26
|
-
definition
|
27
|
-
CLUSTER[at0000.1] matches { -- Examination of nervous system
|
28
|
-
items cardinality matches {0..*; unordered} matches {
|
29
|
-
CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
|
30
|
-
items cardinality matches {0..*; unordered} matches {
|
31
|
-
ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
|
32
|
-
value matches {
|
33
|
-
DV_TEXT matches {*}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
|
-
ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
|
39
|
-
value matches {
|
40
|
-
DV_TEXT matches {*}
|
41
|
-
}
|
42
|
-
}
|
43
|
-
CLUSTER[at0008] occurrences matches {0..1} matches { -- Findings
|
44
|
-
items cardinality matches {0..*; unordered} matches {
|
45
|
-
allow_archetype CLUSTER occurrences matches {0..1} matches {
|
46
|
-
include
|
47
|
-
archetype_id/value matches {/cranial_nerves\.v1draft/}
|
48
|
-
archetype_id/value matches {/coordination\.v1draft/}
|
49
|
-
archetype_id/value matches {/balance\.v1draft/}
|
50
|
-
archetype_id/value matches {/gait\.v1draft/}
|
51
|
-
archetype_id/value matches {/move\.v1/}
|
52
|
-
}
|
53
|
-
CLUSTER[at0003] occurrences matches {0..1} matches { -- Detail
|
54
|
-
items cardinality matches {0..*; unordered} matches {
|
55
|
-
allow_archetype CLUSTER occurrences matches {0..1} matches {
|
56
|
-
include
|
57
|
-
archetype_id/value matches {/exam-generic\.v1/}
|
58
|
-
}
|
59
|
-
}
|
60
|
-
}
|
61
|
-
}
|
62
|
-
}
|
63
|
-
ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
|
64
|
-
value matches {
|
65
|
-
DV_MULTIMEDIA matches {
|
66
|
-
media_type matches {
|
67
|
-
[openEHR::
|
68
|
-
426,
|
69
|
-
427,
|
70
|
-
429]
|
71
|
-
}
|
72
|
-
}
|
73
|
-
}
|
74
|
-
}
|
75
|
-
}
|
76
|
-
}
|
77
|
-
|
78
|
-
ontology
|
79
|
-
term_definitions = <
|
80
|
-
["en"] = <
|
81
|
-
items = <
|
82
|
-
["at0000"] = <
|
83
|
-
description = <"Basic examination cluster for describing findings on physical examination when there is no named focus of examination">
|
84
|
-
text = <"Examination">
|
85
|
-
>
|
86
|
-
["at0000.1"] = <
|
87
|
-
description = <"Basic examination cluster for describing findings on physical examination of the nervous system">
|
88
|
-
text = <"Examination of nervous system">
|
89
|
-
>
|
90
|
-
["at0002"] = <
|
91
|
-
description = <"Textural description of the part examined">
|
92
|
-
text = <"Clinical description">
|
93
|
-
>
|
94
|
-
["at0003"] = <
|
95
|
-
description = <"More focused examination findings">
|
96
|
-
text = <"Detail">
|
97
|
-
>
|
98
|
-
["at0004"] = <
|
99
|
-
description = <"A group of statements about the normality of the examination">
|
100
|
-
text = <"Normal statements">
|
101
|
-
>
|
102
|
-
["at0005"] = <
|
103
|
-
description = <"A specific statement of normality">
|
104
|
-
text = <"Normal statement">
|
105
|
-
>
|
106
|
-
["at0006"] = <
|
107
|
-
description = <"Drawing or image of the area examined">
|
108
|
-
text = <"Image">
|
109
|
-
>
|
110
|
-
["at0008"] = <
|
111
|
-
description = <"Clinical findings">
|
112
|
-
text = <"Findings">
|
113
|
-
>
|
114
|
-
>
|
115
|
-
>
|
116
|
-
>
|
@@ -1,631 +0,0 @@
|
|
1
|
-
archetype (adl_version=1.4)
|
2
|
-
openEHR-EHR-CLUSTER.exam-uterine_cervix.v1
|
3
|
-
specialise
|
4
|
-
openEHR-EHR-CLUSTER.exam.v1
|
5
|
-
|
6
|
-
concept
|
7
|
-
[at0000.1] -- Examination of the cervix
|
8
|
-
language
|
9
|
-
original_language = <[ISO_639-1::en]>
|
10
|
-
translations = <
|
11
|
-
["es-cl"] = <
|
12
|
-
language = <[ISO_639-1::es-cl]>
|
13
|
-
author = <
|
14
|
-
["name"] = <"?">
|
15
|
-
>
|
16
|
-
>
|
17
|
-
>
|
18
|
-
description
|
19
|
-
original_author = <
|
20
|
-
["name"] = <"Heather Leslie">
|
21
|
-
["organisation"] = <"Ocean Informatics, Australia">
|
22
|
-
["email"] = <"heather.leslie@oceaninformatics.com">
|
23
|
-
["date"] = <"02/ 04/2007">
|
24
|
-
>
|
25
|
-
details = <
|
26
|
-
["en"] = <
|
27
|
-
language = <[ISO_639-1::en]>
|
28
|
-
purpose = <"A cluster for recording findings regarding the uterine cervix on physical examination.">
|
29
|
-
use = <"">
|
30
|
-
keywords = <"examination", "physical", "cervix", "uterine">
|
31
|
-
misuse = <"">
|
32
|
-
copyright = <"© openEHR Foundation">
|
33
|
-
>
|
34
|
-
["es-cl"] = <
|
35
|
-
language = <[ISO_639-1::es-cl]>
|
36
|
-
purpose = <"A cluster for recording findings regarding the uterine cervix on physical examination.">
|
37
|
-
use = <"">
|
38
|
-
keywords = <"examination", "physical", "cervix", "uterine">
|
39
|
-
misuse = <"">
|
40
|
-
copyright = <"© openEHR Foundation">
|
41
|
-
>
|
42
|
-
>
|
43
|
-
lifecycle_state = <"AuthorDraft">
|
44
|
-
other_contributors = <>
|
45
|
-
other_details = <
|
46
|
-
["MD5-CAM-1.0.1"] = <"66CB4160984D2B0A3C3B4D04919B4A03">
|
47
|
-
["references"] = <"">
|
48
|
-
>
|
49
|
-
|
50
|
-
definition
|
51
|
-
CLUSTER[at0000.1] matches { -- Examination of the cervix
|
52
|
-
items cardinality matches {1..*; unordered} matches {
|
53
|
-
CLUSTER[at0004] occurrences matches {0..1} matches { -- Normal statements
|
54
|
-
items cardinality matches {1..*; unordered} matches {
|
55
|
-
ELEMENT[at0005] occurrences matches {0..*} matches { -- Normal statement
|
56
|
-
value matches {
|
57
|
-
DV_TEXT matches {*}
|
58
|
-
}
|
59
|
-
}
|
60
|
-
}
|
61
|
-
}
|
62
|
-
ELEMENT[at0002] occurrences matches {0..1} matches { -- Clinical description
|
63
|
-
value matches {
|
64
|
-
DV_TEXT matches {*}
|
65
|
-
}
|
66
|
-
}
|
67
|
-
CLUSTER[at0008.1] occurrences matches {0..1} matches { -- Findings
|
68
|
-
items cardinality matches {1..*; unordered} matches {
|
69
|
-
ELEMENT[at0.8] occurrences matches {0..1} matches { -- Position
|
70
|
-
value matches {
|
71
|
-
DV_CODED_TEXT matches {
|
72
|
-
defining_code matches {
|
73
|
-
[local::
|
74
|
-
at0.9, -- Central
|
75
|
-
at0.10, -- To the right
|
76
|
-
at0.11, -- To the left
|
77
|
-
at0.12, -- Anterior
|
78
|
-
at0.13] -- Posterior
|
79
|
-
}
|
80
|
-
}
|
81
|
-
}
|
82
|
-
}
|
83
|
-
ELEMENT[at0.36] occurrences matches {0..1} matches { -- Consistency
|
84
|
-
value matches {
|
85
|
-
DV_CODED_TEXT matches {
|
86
|
-
defining_code matches {
|
87
|
-
[local::
|
88
|
-
at0.37, -- Soft
|
89
|
-
at0.38] -- Firm
|
90
|
-
}
|
91
|
-
}
|
92
|
-
}
|
93
|
-
}
|
94
|
-
allow_archetype CLUSTER[at0009] occurrences matches {0..*} matches { -- Detail
|
95
|
-
include
|
96
|
-
archetype_id/value matches {/openEHR-EHR-CLUSTER\.exam-generic(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.auscultation(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.inspection(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.palpation(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.percussion(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.physical_properties(-[a-zA-Z0-9_]+)*\.v1/}
|
97
|
-
}
|
98
|
-
allow_archetype CLUSTER[at0.49] occurrences matches {0..1} matches { -- Size
|
99
|
-
include
|
100
|
-
archetype_id/value matches {/openEHR-EHR-CLUSTER\.physical_properties(-[a-zA-Z0-9_]+)*\.v1/}
|
101
|
-
}
|
102
|
-
CLUSTER[at0.48] occurrences matches {0..1} matches { -- Labour-specific findings
|
103
|
-
items cardinality matches {1..*; unordered} matches {
|
104
|
-
ELEMENT[at0.14] occurrences matches {0..1} matches { -- Effacement
|
105
|
-
value matches {
|
106
|
-
0|[local::at0.15], -- Uneffaced
|
107
|
-
5|[local::at0.26], -- Ripe
|
108
|
-
10|[local::at0.16], -- 10% effaced
|
109
|
-
20|[local::at0.17], -- 20% effaced
|
110
|
-
30|[local::at0.18], -- 30% effaced
|
111
|
-
40|[local::at0.19], -- 40% effaced
|
112
|
-
50|[local::at0.20], -- Partially (50%) effaced
|
113
|
-
60|[local::at0.21], -- 60% effaced
|
114
|
-
70|[local::at0.22], -- 70% effaced
|
115
|
-
80|[local::at0.23], -- 80% effaced
|
116
|
-
90|[local::at0.24], -- 90% effaced
|
117
|
-
100|[local::at0.25] -- Fully effaced
|
118
|
-
}
|
119
|
-
}
|
120
|
-
ELEMENT[at0.40] occurrences matches {0..1} matches { -- Thickness
|
121
|
-
value matches {
|
122
|
-
DV_CODED_TEXT matches {
|
123
|
-
defining_code matches {
|
124
|
-
[local::
|
125
|
-
at0.41, -- Thick
|
126
|
-
at0.42, -- Thin
|
127
|
-
at0.43, -- Paper-thin
|
128
|
-
at0.44] -- Oedematous
|
129
|
-
}
|
130
|
-
}
|
131
|
-
}
|
132
|
-
}
|
133
|
-
ELEMENT[at0.45] occurrences matches {0..1} matches { -- Application to presenting part
|
134
|
-
value matches {
|
135
|
-
DV_CODED_TEXT matches {
|
136
|
-
defining_code matches {
|
137
|
-
[local::
|
138
|
-
at0.46, -- Loosely applied
|
139
|
-
at0.47] -- Tightly applied
|
140
|
-
}
|
141
|
-
}
|
142
|
-
}
|
143
|
-
}
|
144
|
-
CLUSTER[at0.27] occurrences matches {0..2} matches { -- Cervical os
|
145
|
-
items cardinality matches {1..*; unordered} matches {
|
146
|
-
ELEMENT[at0.32] occurrences matches {0..1} matches { -- Site
|
147
|
-
value matches {
|
148
|
-
DV_CODED_TEXT matches {
|
149
|
-
defining_code matches {
|
150
|
-
[local::
|
151
|
-
at0.33, -- External os
|
152
|
-
at0.34] -- Internal os
|
153
|
-
}
|
154
|
-
}
|
155
|
-
}
|
156
|
-
}
|
157
|
-
CLUSTER[at0.31] occurrences matches {0..1} matches { -- Dilation
|
158
|
-
items cardinality matches {1..*; unordered} matches {
|
159
|
-
ELEMENT[at0.28] occurrences matches {0..1} matches { -- Estimate
|
160
|
-
value matches {
|
161
|
-
C_DV_QUANTITY <
|
162
|
-
property = <[openehr::122]>
|
163
|
-
list = <
|
164
|
-
["1"] = <
|
165
|
-
units = <"cm">
|
166
|
-
magnitude = <|0.0..10.0|>
|
167
|
-
precision = <|1|>
|
168
|
-
>
|
169
|
-
>
|
170
|
-
>
|
171
|
-
}
|
172
|
-
}
|
173
|
-
ELEMENT[at0.35] occurrences matches {0..1} matches { -- Number of finger tips admitted
|
174
|
-
value matches {
|
175
|
-
DV_COUNT matches {
|
176
|
-
magnitude matches {*}
|
177
|
-
}
|
178
|
-
}
|
179
|
-
}
|
180
|
-
}
|
181
|
-
}
|
182
|
-
ELEMENT[at0.29] occurrences matches {0..1} matches { -- Description
|
183
|
-
value matches {
|
184
|
-
DV_TEXT matches {*}
|
185
|
-
}
|
186
|
-
}
|
187
|
-
}
|
188
|
-
}
|
189
|
-
}
|
190
|
-
}
|
191
|
-
allow_archetype CLUSTER[at0.51] occurrences matches {0..1} matches { -- Vaginal fluid
|
192
|
-
include
|
193
|
-
archetype_id/value matches {/openEHR-EHR-CLUSTER\.bodily_substance(-[a-zA-Z0-9_]+)*\.v1/}
|
194
|
-
}
|
195
|
-
}
|
196
|
-
}
|
197
|
-
ELEMENT[at0006] occurrences matches {0..*} matches { -- Image
|
198
|
-
value matches {
|
199
|
-
DV_MULTIMEDIA matches {
|
200
|
-
media_type matches {
|
201
|
-
[openEHR::
|
202
|
-
426,
|
203
|
-
427,
|
204
|
-
429]
|
205
|
-
}
|
206
|
-
}
|
207
|
-
}
|
208
|
-
}
|
209
|
-
}
|
210
|
-
}
|
211
|
-
|
212
|
-
|
213
|
-
ontology
|
214
|
-
term_definitions = <
|
215
|
-
["en"] = <
|
216
|
-
items = <
|
217
|
-
["at0.10"] = <
|
218
|
-
text = <"To the right">
|
219
|
-
description = <"The cervix is deviated to the right.">
|
220
|
-
>
|
221
|
-
["at0.11"] = <
|
222
|
-
text = <"To the left">
|
223
|
-
description = <"The cervix is deviated to the left.">
|
224
|
-
>
|
225
|
-
["at0.12"] = <
|
226
|
-
text = <"Anterior">
|
227
|
-
description = <"The cervix is anterior near the pubis.">
|
228
|
-
>
|
229
|
-
["at0.13"] = <
|
230
|
-
text = <"Posterior">
|
231
|
-
description = <"The cervix is at the back near the sacrum.">
|
232
|
-
>
|
233
|
-
["at0.14"] = <
|
234
|
-
text = <"Effacement">
|
235
|
-
description = <"The effacement of the uterine cervix in late pregnancy or labour.">
|
236
|
-
>
|
237
|
-
["at0.15"] = <
|
238
|
-
text = <"Uneffaced">
|
239
|
-
description = <"The cervix has not changed its form.">
|
240
|
-
>
|
241
|
-
["at0.16"] = <
|
242
|
-
text = <"10% effaced">
|
243
|
-
description = <"The cervix is effaced to about 10%.">
|
244
|
-
>
|
245
|
-
["at0.17"] = <
|
246
|
-
text = <"20% effaced">
|
247
|
-
description = <"The cervix is effaced to about 20%.">
|
248
|
-
>
|
249
|
-
["at0.18"] = <
|
250
|
-
text = <"30% effaced">
|
251
|
-
description = <"The cervix is effaced to about 30%.">
|
252
|
-
>
|
253
|
-
["at0.19"] = <
|
254
|
-
text = <"40% effaced">
|
255
|
-
description = <"The cervix is effaced to about 40%.">
|
256
|
-
>
|
257
|
-
["at0.20"] = <
|
258
|
-
text = <"Partially (50%) effaced">
|
259
|
-
description = <"The cervix is partially effaced to about 50%.">
|
260
|
-
>
|
261
|
-
["at0.21"] = <
|
262
|
-
text = <"60% effaced">
|
263
|
-
description = <"The cervix is effaced to about 60%.">
|
264
|
-
>
|
265
|
-
["at0.22"] = <
|
266
|
-
text = <"70% effaced">
|
267
|
-
description = <"The cervix is effaced to about 70%.">
|
268
|
-
>
|
269
|
-
["at0.23"] = <
|
270
|
-
text = <"80% effaced">
|
271
|
-
description = <"The cervix is effaced to about 80%.">
|
272
|
-
>
|
273
|
-
["at0.24"] = <
|
274
|
-
text = <"90% effaced">
|
275
|
-
description = <"The cervix is effaced to about 90%.">
|
276
|
-
>
|
277
|
-
["at0.25"] = <
|
278
|
-
text = <"Fully effaced">
|
279
|
-
description = <"The cervix is fully effaced to 100%.">
|
280
|
-
>
|
281
|
-
["at0.26"] = <
|
282
|
-
text = <"Ripe">
|
283
|
-
description = <"The cervix is ripe and beginning to efface.">
|
284
|
-
>
|
285
|
-
["at0.27"] = <
|
286
|
-
text = <"Cervical os">
|
287
|
-
description = <"The outlet of the uterus.">
|
288
|
-
>
|
289
|
-
["at0.28"] = <
|
290
|
-
text = <"Estimate">
|
291
|
-
description = <"The dilation of the os.">
|
292
|
-
>
|
293
|
-
["at0.29"] = <
|
294
|
-
text = <"Description">
|
295
|
-
description = <"Findings about the cervical os.">
|
296
|
-
>
|
297
|
-
["at0.31"] = <
|
298
|
-
text = <"Dilation">
|
299
|
-
description = <"Dilation of cervix.">
|
300
|
-
>
|
301
|
-
["at0.32"] = <
|
302
|
-
text = <"Site">
|
303
|
-
description = <"Identify part of cervix which is being examined.">
|
304
|
-
>
|
305
|
-
["at0.33"] = <
|
306
|
-
text = <"External os">
|
307
|
-
description = <"External opening of the cervix to the vagina.">
|
308
|
-
>
|
309
|
-
["at0.34"] = <
|
310
|
-
text = <"Internal os">
|
311
|
-
description = <"Internal opening of the cervix to the uterus.">
|
312
|
-
>
|
313
|
-
["at0.35"] = <
|
314
|
-
text = <"Number of finger tips admitted">
|
315
|
-
description = <"Number of finger tips that are able to be admitted into the internal or external os.">
|
316
|
-
>
|
317
|
-
["at0.36"] = <
|
318
|
-
text = <"Consistency">
|
319
|
-
description = <"Consistency of cervix.">
|
320
|
-
>
|
321
|
-
["at0.37"] = <
|
322
|
-
text = <"Soft">
|
323
|
-
description = <"Soft.">
|
324
|
-
>
|
325
|
-
["at0.38"] = <
|
326
|
-
text = <"Firm">
|
327
|
-
description = <"Firm.">
|
328
|
-
>
|
329
|
-
["at0.40"] = <
|
330
|
-
text = <"Thickness">
|
331
|
-
description = <"Cervical thickness.">
|
332
|
-
>
|
333
|
-
["at0.41"] = <
|
334
|
-
text = <"Thick">
|
335
|
-
description = <"Thick.">
|
336
|
-
>
|
337
|
-
["at0.42"] = <
|
338
|
-
text = <"Thin">
|
339
|
-
description = <"Thin.">
|
340
|
-
>
|
341
|
-
["at0.43"] = <
|
342
|
-
text = <"Paper-thin">
|
343
|
-
description = <"Very thin.">
|
344
|
-
>
|
345
|
-
["at0.44"] = <
|
346
|
-
text = <"Oedematous">
|
347
|
-
description = <"Thickened and swollen.">
|
348
|
-
>
|
349
|
-
["at0.45"] = <
|
350
|
-
text = <"Application to presenting part">
|
351
|
-
description = <"Application of cervix to fetal presenting part.">
|
352
|
-
>
|
353
|
-
["at0.46"] = <
|
354
|
-
text = <"Loosely applied">
|
355
|
-
description = <"Not moulded to presenting part.">
|
356
|
-
>
|
357
|
-
["at0.47"] = <
|
358
|
-
text = <"Tightly applied">
|
359
|
-
description = <"Moulded to presenting part.">
|
360
|
-
>
|
361
|
-
["at0.48"] = <
|
362
|
-
text = <"Labour-specific findings">
|
363
|
-
description = <"Findings related to labour.">
|
364
|
-
>
|
365
|
-
["at0.49"] = <
|
366
|
-
text = <"Size">
|
367
|
-
description = <"Details of cervical size.">
|
368
|
-
>
|
369
|
-
["at0.51"] = <
|
370
|
-
text = <"Vaginal fluid">
|
371
|
-
description = <"Details of vaginal fluid.">
|
372
|
-
>
|
373
|
-
["at0.8"] = <
|
374
|
-
text = <"Position">
|
375
|
-
description = <"The position in relation to the normal anatomical position.">
|
376
|
-
>
|
377
|
-
["at0.9"] = <
|
378
|
-
text = <"Central">
|
379
|
-
description = <"The cervix is central and in the normal position.">
|
380
|
-
>
|
381
|
-
["at0000"] = <
|
382
|
-
text = <"Examination">
|
383
|
-
description = <"Generic examination cluster for describing a finding on physical examination.">
|
384
|
-
>
|
385
|
-
["at0000.1"] = <
|
386
|
-
text = <"Examination of the cervix">
|
387
|
-
description = <"Examination findings on physical examination of the uterine cervix.">
|
388
|
-
>
|
389
|
-
["at0001"] = <
|
390
|
-
text = <"Object">
|
391
|
-
description = <"The object of the examination.">
|
392
|
-
>
|
393
|
-
["at0002"] = <
|
394
|
-
text = <"Clinical description">
|
395
|
-
description = <"Textural description of the part examined.">
|
396
|
-
>
|
397
|
-
["at0004"] = <
|
398
|
-
text = <"Normal statements">
|
399
|
-
description = <"A group of statements about the normality of the examination.">
|
400
|
-
>
|
401
|
-
["at0005"] = <
|
402
|
-
text = <"Normal statement">
|
403
|
-
description = <"A specific statement of normality.">
|
404
|
-
>
|
405
|
-
["at0006"] = <
|
406
|
-
text = <"Image">
|
407
|
-
description = <"Drawing or image of the area examined.">
|
408
|
-
>
|
409
|
-
["at0008"] = <
|
410
|
-
text = <"Findings">
|
411
|
-
description = <"Clinical findings.">
|
412
|
-
>
|
413
|
-
["at0008.1"] = <
|
414
|
-
text = <"Findings">
|
415
|
-
description = <"Clinical findings.">
|
416
|
-
>
|
417
|
-
["at0009"] = <
|
418
|
-
text = <"Detail">
|
419
|
-
description = <"More focused examination findings.">
|
420
|
-
>
|
421
|
-
>
|
422
|
-
>
|
423
|
-
["es-cl"] = <
|
424
|
-
items = <
|
425
|
-
["at0.10"] = <
|
426
|
-
text = <"A la derecha">
|
427
|
-
description = <"El cuello está desviado a la derecha">
|
428
|
-
>
|
429
|
-
["at0.11"] = <
|
430
|
-
text = <"A la izquierda">
|
431
|
-
description = <"El cuello está desviado a la izquierda">
|
432
|
-
>
|
433
|
-
["at0.12"] = <
|
434
|
-
text = <"Anterior">
|
435
|
-
description = <"El cuello está anterior, cerca del pubis">
|
436
|
-
>
|
437
|
-
["at0.13"] = <
|
438
|
-
text = <"Posterior">
|
439
|
-
description = <"El cuello está posterior, cerca del sacro">
|
440
|
-
>
|
441
|
-
["at0.14"] = <
|
442
|
-
text = <"Borramiento">
|
443
|
-
description = <"El borramiento del cuello uterino en embarazo o trabajo de parto avanzados">
|
444
|
-
>
|
445
|
-
["at0.15"] = <
|
446
|
-
text = <"Largo">
|
447
|
-
description = <"El cuello no ha cambiado su forma">
|
448
|
-
>
|
449
|
-
["at0.16"] = <
|
450
|
-
text = <"10% borrado">
|
451
|
-
description = <"El cuello se ha borrado cerca de un 10%">
|
452
|
-
>
|
453
|
-
["at0.17"] = <
|
454
|
-
text = <"20% borrado">
|
455
|
-
description = <"El cuello se ha borrado cerca de un 20%">
|
456
|
-
>
|
457
|
-
["at0.18"] = <
|
458
|
-
text = <"30% borrado">
|
459
|
-
description = <"El cuello se ha borrado cerca de un 30%">
|
460
|
-
>
|
461
|
-
["at0.19"] = <
|
462
|
-
text = <"40% borrado">
|
463
|
-
description = <"El cuello se ha borrado cerca de un 40%">
|
464
|
-
>
|
465
|
-
["at0.20"] = <
|
466
|
-
text = <"Parcialmente borrado (50%)">
|
467
|
-
description = <"El cuello se ha borrado parcialmente hasta un 50%">
|
468
|
-
>
|
469
|
-
["at0.21"] = <
|
470
|
-
text = <"60% borrado">
|
471
|
-
description = <"El cuello se ha borrado cerca de un 60%">
|
472
|
-
>
|
473
|
-
["at0.22"] = <
|
474
|
-
text = <"70% borrado">
|
475
|
-
description = <"El cuello se ha borrado cerca de un 70%">
|
476
|
-
>
|
477
|
-
["at0.23"] = <
|
478
|
-
text = <"80% borrado">
|
479
|
-
description = <"El cuello se ha borrado cerca de un 80%">
|
480
|
-
>
|
481
|
-
["at0.24"] = <
|
482
|
-
text = <"90% borrado">
|
483
|
-
description = <"El cuello se ha borrado cerca de un 90%">
|
484
|
-
>
|
485
|
-
["at0.25"] = <
|
486
|
-
text = <"Completamente borrado">
|
487
|
-
description = <"El cuello se ha borrado en un 100%">
|
488
|
-
>
|
489
|
-
["at0.26"] = <
|
490
|
-
text = <"Blando">
|
491
|
-
description = <"El cuello está blando y comienza a borrarse">
|
492
|
-
>
|
493
|
-
["at0.27"] = <
|
494
|
-
text = <"Orificio cervical">
|
495
|
-
description = <"La salida del utero">
|
496
|
-
>
|
497
|
-
["at0.28"] = <
|
498
|
-
text = <"Estimado">
|
499
|
-
description = <"La dilatación del orificio cervical">
|
500
|
-
>
|
501
|
-
["at0.29"] = <
|
502
|
-
text = <"*Description(en)">
|
503
|
-
description = <"*Findings about the cervical os.(en)">
|
504
|
-
>
|
505
|
-
["at0.31"] = <
|
506
|
-
text = <"Dilatación">
|
507
|
-
description = <"Dilatación del cuello">
|
508
|
-
>
|
509
|
-
["at0.32"] = <
|
510
|
-
text = <"Lugar">
|
511
|
-
description = <"Identifica la parte del cuello que está siendo examinada">
|
512
|
-
>
|
513
|
-
["at0.33"] = <
|
514
|
-
text = <"OCE">
|
515
|
-
description = <"Orificio cervical externo (se abre a la vagina)">
|
516
|
-
>
|
517
|
-
["at0.34"] = <
|
518
|
-
text = <"OCI">
|
519
|
-
description = <"Orificio cervical interno (se abre al útero)">
|
520
|
-
>
|
521
|
-
["at0.35"] = <
|
522
|
-
text = <"Cantidad de dedos que pasan">
|
523
|
-
description = <"Número de dedos que pasan por el orificio cervical interno o externo">
|
524
|
-
>
|
525
|
-
["at0.36"] = <
|
526
|
-
text = <"Consistencia">
|
527
|
-
description = <"Consistencia del cuello">
|
528
|
-
>
|
529
|
-
["at0.37"] = <
|
530
|
-
text = <"Suave">
|
531
|
-
description = <"Suave">
|
532
|
-
>
|
533
|
-
["at0.38"] = <
|
534
|
-
text = <"Firme">
|
535
|
-
description = <"Firme">
|
536
|
-
>
|
537
|
-
["at0.40"] = <
|
538
|
-
text = <"Grosor">
|
539
|
-
description = <"Grosor cervical">
|
540
|
-
>
|
541
|
-
["at0.41"] = <
|
542
|
-
text = <"Grueso">
|
543
|
-
description = <"Grueso">
|
544
|
-
>
|
545
|
-
["at0.42"] = <
|
546
|
-
text = <"Delgado">
|
547
|
-
description = <"Delgado">
|
548
|
-
>
|
549
|
-
["at0.43"] = <
|
550
|
-
text = <"Muy delgado">
|
551
|
-
description = <"Muy delgado">
|
552
|
-
>
|
553
|
-
["at0.44"] = <
|
554
|
-
text = <"Edematoso">
|
555
|
-
description = <"Engrosado e hinchado">
|
556
|
-
>
|
557
|
-
["at0.45"] = <
|
558
|
-
text = <"Aplicación a polo presentado">
|
559
|
-
description = <"Aplicación del cuello al polo fetal presentado">
|
560
|
-
>
|
561
|
-
["at0.46"] = <
|
562
|
-
text = <"Aplicado libremente">
|
563
|
-
description = <"No moldeado al polo fetal presentado">
|
564
|
-
>
|
565
|
-
["at0.47"] = <
|
566
|
-
text = <"Aplicado firmemente">
|
567
|
-
description = <"Moldeado al polo fetal presentado">
|
568
|
-
>
|
569
|
-
["at0.48"] = <
|
570
|
-
text = <"*Labour-specific findings(en)">
|
571
|
-
description = <"*Findings related to labour.(en)">
|
572
|
-
>
|
573
|
-
["at0.49"] = <
|
574
|
-
text = <"*Size(en)">
|
575
|
-
description = <"*Details of cervical size.(en)">
|
576
|
-
>
|
577
|
-
["at0.51"] = <
|
578
|
-
text = <"*Vaginal fluid(en)">
|
579
|
-
description = <"*Details of vaginal fluid.(en)">
|
580
|
-
>
|
581
|
-
["at0.8"] = <
|
582
|
-
text = <"Posición">
|
583
|
-
description = <"La posición en relación a la posición anatómica normal">
|
584
|
-
>
|
585
|
-
["at0.9"] = <
|
586
|
-
text = <"Central">
|
587
|
-
description = <"El cuello está central y en la posición normal">
|
588
|
-
>
|
589
|
-
["at0000"] = <
|
590
|
-
text = <"Examen">
|
591
|
-
description = <"Grupo genérico de examen para describir un hallazgo en el examen físico">
|
592
|
-
>
|
593
|
-
["at0000.1"] = <
|
594
|
-
text = <"Examen del cuello">
|
595
|
-
description = <"Hallazgos del examen físico del cuello uterino">
|
596
|
-
>
|
597
|
-
["at0001"] = <
|
598
|
-
text = <"Objeto">
|
599
|
-
description = <"El objeto del examen">
|
600
|
-
>
|
601
|
-
["at0002"] = <
|
602
|
-
text = <"Descripción clínica">
|
603
|
-
description = <"Descripción textual de las partes examinadas">
|
604
|
-
>
|
605
|
-
["at0004"] = <
|
606
|
-
text = <"Conclusiones normales">
|
607
|
-
description = <"Un grupo de conclusiones acerca de la normalidad del examen">
|
608
|
-
>
|
609
|
-
["at0005"] = <
|
610
|
-
text = <"Conclusión normal">
|
611
|
-
description = <"Una conclusión específica de normalidad">
|
612
|
-
>
|
613
|
-
["at0006"] = <
|
614
|
-
text = <"Imagen">
|
615
|
-
description = <"Dibujo o imagen del área examinada">
|
616
|
-
>
|
617
|
-
["at0008"] = <
|
618
|
-
text = <"Hallazgos">
|
619
|
-
description = <"Hallazgos clínicos">
|
620
|
-
>
|
621
|
-
["at0008.1"] = <
|
622
|
-
text = <"*Findings(en)">
|
623
|
-
description = <"*Clinical findings.(en)">
|
624
|
-
>
|
625
|
-
["at0009"] = <
|
626
|
-
text = <"*Detail(en)">
|
627
|
-
description = <"*More focused examination findings.(en)">
|
628
|
-
>
|
629
|
-
>
|
630
|
-
>
|
631
|
-
>
|