archetype (adl_version=1.4; uid=b6ba3d86-c8b5-4d27-8859-26cad137dca3) openEHR-EHR-COMPOSITION.report-procedure.v1 specialise openEHR-EHR-COMPOSITION.report.v1 concept [at0000.1] -- Procedure Report language original_language = <[ISO_639-1::en]> description original_author = < ["name"] = <"Heather Leslie"> ["organisation"] = <"Ocean Informatics"> ["email"] = <"heather.leslie@oceaninformatics.com"> ["date"] = <"2012-12-10"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"Generic container archetype to carry information about any stand-alone procedure or operation performed."> use = <"Use as a generic procedure-related archetype to carry information about any stand-alone procedure or operation performed. It is anticipated that each COMPOSITION.report-procedure archetype will contain at least one ACTION.procedure (or related archetype) but depending on the complexity of the procedure it may contain a variety of other archetypes depending on the nature and complexity of the procedure performed. For example, archetypes to describe the associated anaesthetic or imaging activities carried out during the procedure. Common use cases are: - any procedure that is not recorded as part of a consultation but needs to be carried out recorded as a stand-alone activity; - Endoscopy Report; through to a - complete Operation Report for an laparotomy or joint replacement. Record of the anaesthetic used to cover the procedure will be recorded using purpose-specific archetypes. They can be committed to the health record at the same time as the Procedure report, most likely in one of two ways: - in a separate Anaesthetic report. This is most likely if the anaesthetic is administered by a separate clinician to the one performing the procedure; or - in the same Procedure report as the procedure is recorded. This is most likely if the anaesthetic was administered by the same clinician who performed the procedure. The Sections component has been deliberately left unconstrained to maximise re-use of this archetype."> keywords = <"report", "procedure", "operation"> misuse = <"Not to be used for reports that are not related to a procedure. Use the generic COMPOSITION.report or purpose specific COMPOSITIONs as appropriate. Not to be used for procedures that are recorded as part of a consultation note, for example removal of a skin lesion in a primary care consultation - use a ACTION.procedure archetype inside the COMPOSITION.encouter for this purpose. Not to be used for procedures that are recorded as part of a nursing progress note, for example insertion of a catheter - use an ACTION.procedure archetype inside the COMPOSITION.progress_note."> copyright = <"© openEHR Foundation"> > > lifecycle_state = <"published"> other_contributors = <"Vebjoern Arntzen, Oslo university hospital, Norway", "Silje Ljosland Bakke, Bergen Hospital Trust, Norway (openEHR Editor)", "Sistine Barretto-Daniels, Ocean Informatics, Australia", "Lars Bitsch-Larsen, Haukeland University hospital, Norway", "Heath Frankel, Ocean Informatics, Australia", "Heather Grain, Llewelyn Grain Informatics, Australia", "Sam Heard, Ocean Informatics, Australia", "Lars Karlsen, DIPS ASA, Norway", "Sabine Leh, Haukeland University Hospital, Department of Pathology, Norway", "Heather Leslie, Ocean Informatics, Australia (openEHR Editor)", "Hugh Leslie, Ocean Informatics, Australia", "Ian McNicoll, freshEHR Clinical Informatics, United Kingdom (openEHR Editor)", "Andrej Orel, Marand d.o.o., Slovenia", "Jussara Rotzsch, UNB, Brazil"> 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"] = <"F902F3A23ACE2E727DB3F24DD9D8D65A"> ["build_uid"] = <"f5c8c9fc-1279-4fb8-91ed-109c176e4ee0"> ["revision"] = <"1.0.0"> > definition COMPOSITION[at0000.1] matches { -- Procedure Report category matches { DV_CODED_TEXT matches { defining_code matches {[openehr::433]} } } context matches { EVENT_CONTEXT matches { other_context matches { ITEM_TREE[at0001] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0002] occurrences matches {0..1} matches { -- Report ID value matches { DV_TEXT matches {*} } } ELEMENT[at0005] occurrences matches {0..1} matches { -- Status value matches { DV_TEXT matches {*} } } allow_archetype CLUSTER[at0006] occurrences matches {0..*} matches { -- Extension include archetype_id/value matches {/.*/} } } } } } } } ontology term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"Report"> description = <"Document to communicate information to others, commonly in response to a request from another party."> > ["at0000.1"] = < text = <"Procedure Report"> description = <"Document to communicate information to others about any stand-alone procedure or operation performed."> > ["at0001"] = < text = <"Tree"> description = <"@ internal @"> > ["at0002"] = < text = <"Report ID"> description = <"Identification information about the report."> > ["at0005"] = < text = <"Status"> description = <"The status of the entire report. Note: This is not the status of any of the report components."> > ["at0006"] = < text = <"Extension"> description = <"Additional information required to capture local context or to align with other reference models/formalisms."> comment = <"For example: local information requirements or additional metadata to align with FHIR or CIMI equivalents."> > > > >