archetype (adl_version=1.4; uid=9da3cfa9-69c5-41be-8d1b-d1b53002db77) openEHR-EHR-ACTION.test.v0 concept [at0000] -- Test language original_language = <[ISO_639-1::en]> description original_author = < ["name"] = <"Heather Leslie"> ["organisation"] = <"Ocean Informatics"> ["email"] = <"heather.leslie@oceaninformatics.com"> ["date"] = <"2015-01-29"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"To record information about the activities required to carry out a specific test, including the planning, scheduling, performance, suspension, cancellation, documentation and completion."> use = <"Use to record information about the activities required to carry out a testing activity, including the planning, scheduling, performance, suspension, cancellation, documentation and completion. This is done by the recording any or all of the data element against appropriate activities, as defined by the 'Pathway' care steps in this archetype. The scope of this archetype encompasses activities for a broad range of simple clinical testing activities performed for evaluative, investigative, screening or diagnostic purposes. Complex testing activities, in particular where there may be more specific pathway steps or additional data elements, should be recorded using specific archetypes for the purpose. Additional structured and detailed information about the test can be captured using purpose-specific archetypes inserted into the 'Test detail' slot, where required. 'End date/time' has not been specifically modelled in this archetype as this is the date/time that is recorded (per the reference model) as each action or care pathway step is completed. Within the context of an test report, this archetype will be used to record only what was done during the test itself. Separate archetypes will be used to record the other required components of the test report, including the actual results (as OBSERVATIONs) and plans for followup (as INSTRUCTIONs). In practice, many tests (for example, in ambulatory care) will occur once and not be ordered in advance. The pathway step, ‘Test completed’ (or ‘Failed attempt’, or 'Test abandoned’) will be recorded and the details added. In some cases a recurring test will be ordered, and in this situation data against the 'Test performed' step will be recorded on each occasion, leaving the instruction in the active state. When the last occurrence is recorded the ‘Test completed’ action is recorded showing that this order is now in the closed state. In other situations there may be a formal order for a test using a corresponding INSTRUCTION archetype. This ACTION archetype can then be used to record the workflow of when and how the order has been carried out."> keywords = <"test", ...> misuse = <""> copyright = <"© openEHR Foundation"> > > lifecycle_state = <"in_development"> other_contributors = <> other_details = < ["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/."> ["custodian_organisation"] = <"Ocean Informatics"> ["current_contact"] = <"Heather Leslie, Ocean Informatics, heather.leslie@oceaninformatics.com"> ["original_namespace"] = <"com.oceaninformatics"> ["original_publisher"] = <"Ocean Informatics"> ["custodian_namespace"] = <"com.oceaninformatics"> ["MD5-CAM-1.0.1"] = <"82F2FC3A3B321DC9A2BFA12DFBF1D719"> ["build_uid"] = <"c2a3b404-093a-4a93-997c-5d5cd634aa8a"> ["revision"] = <"0.0.1-alpha"> > definition ACTION[at0000] matches { -- Test ism_transition matches { ISM_TRANSITION[at0006] matches { -- Test planned current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::526]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0006]} -- Test planned } } } ISM_TRANSITION[at0007] matches { -- Test ordered current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::526]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0007]} -- Test ordered } } } ISM_TRANSITION[at0014] matches { -- Test postponed current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::527]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0014]} -- Test postponed } } } ISM_TRANSITION[at0015] matches { -- Test cancelled current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::528]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0015]} -- Test cancelled } } } ISM_TRANSITION[at0020] matches { -- Test declined current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::528]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0020]} -- Test declined } } } ISM_TRANSITION[at0021] matches { -- Test expired current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::528]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0021]} -- Test expired } } } ISM_TRANSITION[at0008] matches { -- Test scheduled current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::529]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0008]} -- Test scheduled } } } ISM_TRANSITION[at0009] matches { -- Test completed current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::245]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0009]} -- Test completed } } } ISM_TRANSITION[at0013] matches { -- Test suspended current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::530]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0013]} -- Test suspended } } } ISM_TRANSITION[at0016] matches { -- Test abandoned current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::531]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0016]} -- Test abandoned } } } ISM_TRANSITION[at0012] matches { -- Activity completed current_state matches { DV_CODED_TEXT matches { defining_code matches {[openehr::532]} } } careflow_step matches { DV_CODED_TEXT matches { defining_code matches {[local::at0012]} -- Activity completed } } } } description matches { ITEM_TREE[at0001] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0002] occurrences matches {0..1} matches { -- Test name value matches { DV_TEXT matches {*} } } ELEMENT[at0017] occurrences matches {0..1} matches { -- Description value matches { DV_TEXT matches {*} } } allow_archetype CLUSTER[at0018] occurrences matches {0..*} matches { -- Test detail include archetype_id/value matches {/.*/} } ELEMENT[at0003] occurrences matches {0..1} matches { -- DateTime Scheduled value matches { DV_DATE_TIME matches {*} } } ELEMENT[at0004] occurrences matches {0..1} matches { -- Reason value matches { DV_TEXT matches {*} } } ELEMENT[at0005] occurrences matches {0..1} matches { -- Comment value matches { DV_TEXT matches {*} } } } } } protocol matches { ITEM_TREE[at0022] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0023] occurrences matches {0..1} matches { -- Requestor identifier value matches { DV_IDENTIFIER matches {*} } } allow_archetype CLUSTER[at0024] occurrences matches {0..*} matches { -- Requestor include archetype_id/value matches {/.*/} } ELEMENT[at0025] occurrences matches {0..1} matches { -- Receiver identifier value matches { DV_IDENTIFIER matches {*} } } allow_archetype CLUSTER[at0026] occurrences matches {0..*} matches { -- Receiver include archetype_id/value matches {/.*/} } } } } } ontology term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"Test"> description = <"A clinical activity carried out for assessment or testing purposes."> > ["at0001"] = < text = <"Tree"> description = <"@ internal @"> > ["at0002"] = < text = <"Test name"> description = <"The name of the test (to be) performed."> comment = <"Coding of the specific procedure with a terminology is preferred, where possible."> > ["at0003"] = < text = <"DateTime Scheduled"> description = <"The scheduled time of appointment for the test."> comment = <"This data element is only applicable for the 'Test scheduled' pathway step."> > ["at0004"] = < text = <"Reason"> description = <"Reason that the activity or care pathway step for the identified examination was carried out."> comment = <"For example, the reason for the cancellation or suspension of the test. Coding of the specific procedure with a terminology is preferred, where possible. "> > ["at0005"] = < text = <"Comment"> description = <"Additional narrative about the activity or care pathway step not captured in other fields."> > ["at0006"] = < text = <"Test planned"> description = <"The test is recommended or planned, but not implemented in any way."> > ["at0007"] = < text = <"Test ordered"> description = <"The test has been ordered or requested."> > ["at0008"] = < text = <"Test scheduled"> description = <"An appointment has been made for the test."> > ["at0009"] = < text = <"Test completed"> description = <"The test has been carried out and fully completed"> > ["at0012"] = < text = <"Activity completed"> description = <"The entire activity described by the original order or instruction has been completed and closed in the clinical system."> > ["at0013"] = < text = <"Test suspended"> description = <"The test was stopped part way through, without completion."> > ["at0014"] = < text = <"Test postponed"> description = <"The test was postponed to another time, before commencement of the test."> > ["at0015"] = < text = <"Test cancelled"> description = <"The test was cancelled, before commencement of the test."> > ["at0016"] = < text = <"Test abandoned"> description = <"The test was commenced but abandoned without results."> > ["at0017"] = < text = <"Description"> description = <"Narrative description about the identified test (appropriate for the identified pathway step)."> comment = <"For example: a description about the performance and findings from the the examination for the 'Test completed' step; details about the failed attempt for the 'Test failed' step."> > ["at0018"] = < text = <"Test detail"> description = <"Structured information about the test. "> comment = <"Use to capture detailed, structured information against a pathway step. For example the method & technique planned, for 'Test planned', or the method & technique actually carried out for 'Test completed'."> > ["at0020"] = < text = <"Test declined"> description = <"*"> > ["at0021"] = < text = <"Test expired"> description = <"*"> > ["at0022"] = < text = <"Tree"> description = <"@ internal @"> > ["at0023"] = < text = <"Requestor identifier"> description = <"The local ID assigned to the order by the healthcare provider or organisation requesting the service."> comment = <"This can also be referred to as Placer Order Identifier."> > ["at0024"] = < text = <"Requestor"> description = <"Details about the healthcare provider or organisation requesting the service."> > ["at0025"] = < text = <"Receiver identifier"> description = <"The ID assigned to the order by the healthcare provider or organisation receiving the request for the Test."> > ["at0026"] = < text = <"Receiver"> description = <"Details about the healthcare provider or organisation receiving the request for the Test."> > > > >