Norwegian openEHR Repository
Name
Cessation attempts
Description
Cease use or consumption of a substance.
Keywords
cessation
withdrawal
substance
tobacco
alcohol
drug
Purpose
Record information about single, or multiple, attempts of the individual to cease use of a substance.
Use
Use to record details about attempts to cease use or consumption of a substance, such as alcohol, tobacco or recreational drugs.
References
openEHR Clinical Knowledge Manager [Internet]. London: openEHR Foundation. Draft CLUSTER archetype: Cessation Attempts; [authored 2009 Jun 22, cited 2011 Aug 25]. Available from: http://www.openehr.org/knowledge/OKM.html#showArchetype_1013.1.364_2.
Archetype Id
openEHR-EHR-CLUSTER.cessation_attempts.v0
Copyright
© Nasjonal IKT HF
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
Original Author
Heather Leslie
Ocean Informatics
Ocean Informatics
Date Originally Authored
2009-06-22
Language | Details |
---|---|
Norwegian Bokmal |
Ingrid Heitmann
NTNU/ Oslo University Hospital
|
Name | Card | Type | Description |
---|---|---|---|
|
0..* | CLUSTER |
Details about cessation attempt/s.
CLUSTER
|
Location
|
0..1 | DV_TEXT |
Place where attempt to cease use occurred eg home or name of institution.
|
Date of attempt
|
0..1 | DV_DATE_TIME |
Date of commencement of cessation attempt.
|
Description
|
0..1 | DV_TEXT |
Description of the attempt.
|
|
0..* | CLUSTER |
Details of therapeutic agent/s used.
CLUSTER
|
Agent
|
0..1 | DV_TEXT |
Name of agent used.
|
Used optimally
|
0..1 | DV_BOOLEAN |
Was the agent used optimally?
|
Comment
|
0..1 | DV_TEXT |
Comment about the effect of the agent on the attempt.
|
Outcome
|
0..1 | DV_CODED_TEXT |
Outcome of attempt.
Constraint for DV_CODED_TEXT
|
archetype (adl_version=1.4; uid=63dfd9a0-9934-4222-90d6-ff6e6cc8703c) openEHR-EHR-CLUSTER.cessation_attempts.v0 concept [at0000] -- Cessation attempts language original_language = <[ISO_639-1::en]> translations = < ["nb"] = < language = <[ISO_639-1::nb]> author = < ["name"] = <"Ingrid Heitmann"> ["organisation"] = <"NTNU/ Oslo University Hospital"> > accreditation = <"Registered nurse and student in health informatics"> > > description original_author = < ["name"] = <"Heather Leslie"> ["organisation"] = <"Ocean Informatics"> ["email"] = <"heather.leslie@oceaninformatics.com"> ["date"] = <"2009-06-22"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"Record information about single, or multiple, attempts of the individual to cease use of a substance."> use = <"Use to record details about attempts to cease use or consumption of a substance, such as alcohol, tobacco or recreational drugs."> keywords = <"cessation", "withdrawal", "substance", "tobacco", "alcohol", "drug"> misuse = <""> copyright = <"© Nasjonal IKT HF"> > ["nb"] = < language = <[ISO_639-1::nb]> purpose = <"Å registrere informasjon om et enkelt, eller flere, forsøk på å avslutte bruk av en substans"> use = <"Registrere detaljer rundt forsøk på avvikling av bruk av en substans, som for eksempel alkohol, tobakk eller narkotiske stoffer."> keywords = <"avvikling av bruk", "forsøk på å slutte", "substans", "tobakk", "alkohol", "narkotiske stoffer"> misuse = <""> copyright = <"© Nasjonal IKT HF"> > > lifecycle_state = <"in_development"> other_contributors = <> other_details = < ["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/."> ["custodian_organisation"] = <"Nasjonal IKT"> ["references"] = <"openEHR Clinical Knowledge Manager [Internet]. London: openEHR Foundation. Draft CLUSTER archetype: Cessation Attempts; [authored 2009 Jun 22, cited 2011 Aug 25]. Available from: http://www.openehr.org/knowledge/OKM.html#showArchetype_1013.1.364_2."> ["original_namespace"] = <"no.nasjonalikt"> ["original_publisher"] = <"Nasjonal IKT"> ["custodian_namespace"] = <"no.nasjonalikt"> ["MD5-CAM-1.0.1"] = <"934F3D3028D58DAECF8DADE65949E41B"> ["build_uid"] = <"525b1a9d-f5f6-4f00-9f05-877482e2f5ff"> ["revision"] = <"0.0.1-alpha"> > definition CLUSTER[at0000] matches { -- Cessation attempts items cardinality matches {1..*; unordered} matches { CLUSTER[at0002] occurrences matches {0..*} matches { -- Attempt details items cardinality matches {1..*; unordered} matches { ELEMENT[at0001] occurrences matches {0..1} matches { -- Location value matches { DV_TEXT matches {*} } } ELEMENT[at0003] occurrences matches {0..1} matches { -- Date of attempt value matches { DV_DATE_TIME matches {*} } } ELEMENT[at0004] occurrences matches {0..1} matches { -- Description value matches { DV_TEXT matches {*} } } CLUSTER[at0005] occurrences matches {0..*} matches { -- Therapeutic intervention items cardinality matches {1..*; unordered} matches { ELEMENT[at0006] occurrences matches {0..1} matches { -- Agent value matches { DV_TEXT matches {*} } } ELEMENT[at0008] occurrences matches {0..1} matches { -- Used optimally value matches { DV_BOOLEAN matches { value matches {True, False} } } } ELEMENT[at0009] occurrences matches {0..1} matches { -- Comment value matches { DV_TEXT matches {*} } } } } ELEMENT[at0010] occurrences matches {0..1} matches { -- Outcome value matches { DV_CODED_TEXT matches { defining_code matches { [local:: at0011, -- Successful at0012, -- Successful but relapsed at0013] -- Failed } } } } } } } } ontology term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"Cessation attempts"> description = <"Cease use or consumption of a substance."> > ["at0001"] = < text = <"Location"> description = <"Place where attempt to cease use occurred eg home or name of institution."> > ["at0002"] = < text = <"Attempt details"> description = <"Details about cessation attempt/s."> > ["at0003"] = < text = <"Date of attempt"> description = <"Date of commencement of cessation attempt."> > ["at0004"] = < text = <"Description"> description = <"Description of the attempt."> > ["at0005"] = < text = <"Therapeutic intervention"> description = <"Details of therapeutic agent/s used."> > ["at0006"] = < text = <"Agent"> description = <"Name of agent used."> > ["at0008"] = < text = <"Used optimally"> description = <"Was the agent used optimally?"> > ["at0009"] = < text = <"Comment"> description = <"Comment about the effect of the agent on the attempt."> > ["at0010"] = < text = <"Outcome"> description = <"Outcome of attempt."> > ["at0011"] = < text = <"Successful"> description = <"Outcome was successful; Use/consumption of substance ceased."> > ["at0012"] = < text = <"Successful but relapsed"> description = <"Outcome was initially successful but use/consumption of substance was resumed."> > ["at0013"] = < text = <"Failed"> description = <"Outcome was not successful; Use/consumption continued."> > > > ["nb"] = < items = < ["at0000"] = < text = <"Forsøk på å slutte"> description = <"Avviklet bruk av en substans"> > ["at0001"] = < text = <"Plassering/sted"> description = <"Sted hvor forsøk på å slutte har blitt foretatt, for eksempel i hjemmet eller navn på institusjon"> > ["at0002"] = < text = <"Detaljer rundt forsøk på å slutte"> description = <"Detaljer som omhandler forsøk på å slutte"> > ["at0003"] = < text = <"Dato for forsøket"> description = <"Dato ved start av forsøket på å slutte"> > ["at0004"] = < text = <"Beskrivelse"> description = <"Beskrivelse av forsøket"> > ["at0005"] = < text = <"Terapeutisk intervensjon"> description = <"Detaljer om terapeut eller metode som ble brukt"> > ["at0006"] = < text = <"Aktør"> description = <"Navn på terapeutisk aktør som ble brukt"> > ["at0008"] = < text = <"Optimal bruk"> description = <"Ble aktøren brukt optimalt?"> > ["at0009"] = < text = <"Kommentar"> description = <"Kommenter om effekten den terapeutiske aktøren hadde på avslutningsforsøket"> > ["at0010"] = < text = <"Resultat"> description = <"Resultat av forsøket"> > ["at0011"] = < text = <"Suksess"> description = <"Resultatet var en suksess; bruk av substans avsluttet"> > ["at0012"] = < text = <"Suksess, men med tilbakefall"> description = <"Resultatet var vellykket i begynnelsen, men det har vært tilbakefall og bruk av substansen har blitt gjenopptatt."> > ["at0013"] = < text = <"Mislykket"> description = <"Resultatet var ikke vellykket; forbruk av substansen vedvarte"> > > > >