OpenEHR Apperta Mirror
Name
AOFAS
Description
American Orthopaedic Foot and Ankle Society Score (AOFAS).
Purpose
For the recording of subjective assessment for completion by patient of ankle or hindfoot pain and function.
Use
Use to record patient-reported ankle or hindfoot pain and function assessment.
While openEHR archetypes are all freely available under an open license, the specific content of this archetype may be copyright protected. Any use of this archetype within implementations must be in compliance with the terms established by the copyright owners where a copyright exists.
While openEHR archetypes are all freely available under an open license, the specific content of this archetype may be copyright protected. Any use of this archetype within implementations must be in compliance with the terms established by the copyright owners where a copyright exists.
Misuse
Not to be used unless the terms of copyright have been observed (if a copyright exists).
References
http://www.aofas.org/about/Pages/about.aspx cited 02-Oct-2017
http://www.northlondonfootclinic.co.uk/download.php?download=hindfoot-surgery-assessment-form.pdf cited 02-Oct-2017
Archetype Id
openEHR-EHR-OBSERVATION.aofas.v0
Copyright
© Clinical Models UK
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
Original Author
Hildegard Franke
freshEHR Clinical Informatics Ltd.
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2017-10-02
Name | Card | Type | Description |
---|---|---|---|
Q1 Pain
|
0..1 | DV_ORDINAL |
Patient reported pain assessment.
Constraint for DV_ORDINAL
|
Q2 Activity limitations and support requirements
|
0..1 | DV_ORDINAL |
Patient-reported activity limitations and support requirements.
Constraint for DV_ORDINAL
|
Q3 Walking
|
0..1 | DV_ORDINAL |
Patient-reported maximum walking distance in blocks (1 block = 100-200 yards).
Constraint for DV_ORDINAL
|
Q4 Walking surfaces
|
0..1 | DV_ORDINAL |
Patient-reported assessment of difficulty of walking on various surfaces.
Constraint for DV_ORDINAL
|
Total score
|
0..1 | DV_COUNT |
The total score for the four questions.
Constraint for DV_COUNT
min: >= 0;
max: <= 60
|
Comment
|
0..1 | DV_TEXT |
Narrative comment.
|
Name | Card | Type | Description |
---|---|---|---|
Extension
|
0..* | Slot (Cluster) |
Additional information required to capture local context or to align with other reference models/formalisms.
Comment
e.g. Local hospital departmental infomation or additional metadata to align with HL7 or CDISC equivalents.
Slot
Slot
|
archetype (adl_version=1.4; uid=735a0845-3cfc-4945-9b97-4f60846afb24) openEHR-EHR-OBSERVATION.aofas.v0 concept [at0000] -- AOFAS language original_language = <[ISO_639-1::en]> description original_author = < ["name"] = <"Hildegard Franke"> ["organisation"] = <"freshEHR Clinical Informatics Ltd."> ["email"] = <"hildi@freshehr.com"> ["date"] = <"2017-10-02"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"For the recording of subjective assessment for completion by patient of ankle or hindfoot pain and function."> use = <"Use to record patient-reported ankle or hindfoot pain and function assessment. While openEHR archetypes are all freely available under an open license, the specific content of this archetype may be copyright protected. Any use of this archetype within implementations must be in compliance with the terms established by the copyright owners where a copyright exists. "> misuse = <"Not to be used unless the terms of copyright have been observed (if a copyright exists)."> copyright = <"© Clinical Models UK"> > > lifecycle_state = <"in_development"> other_contributors = <> other_details = < ["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/."> ["custodian_organisation"] = <"UK Clinical Models"> ["references"] = <"http://www.aofas.org/about/Pages/about.aspx cited 02-Oct-2017 http://www.northlondonfootclinic.co.uk/download.php?download=hindfoot-surgery-assessment-form.pdf cited 02-Oct-2017"> ["current_contact"] = <"Hildegard Franke, freshEHR Clinical Informatics Ltd.<hildi@freshehr.com>"> ["original_namespace"] = <"uk.org.clinicalmodels"> ["original_publisher"] = <"UK Clinical Models"> ["custodian_namespace"] = <"uk.org.clinicalmodels"> ["MD5-CAM-1.0.1"] = <"4786E666CAD62860BEE4B008715D3FF8"> ["build_uid"] = <"939b63ed-17f1-4a7a-b731-ece6e9976d32"> ["revision"] = <"0.0.1-alpha"> > definition OBSERVATION[at0000] matches { -- AOFAS data matches { HISTORY[at0001] matches { -- Event Series events cardinality matches {1..*; unordered} matches { POINT_EVENT[at0002] occurrences matches {0..1} matches { -- Point in time data matches { ITEM_TREE[at0003] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0028] occurrences matches {0..1} matches { -- Q1 Pain value matches { 0|[local::at0032], -- Severe pain 20|[local::at0031], -- Moderate or daily 30|[local::at0030], -- Mild or occasional 40|[local::at0029] -- No pain } } ELEMENT[at0033] occurrences matches {0..1} matches { -- Q2 Activity limitations and support requirements value matches { 0|[local::at0037], -- Severe 4|[local::at0036], -- Moderate or daily 7|[local::at0035], -- Mild or occasional 10|[local::at0034] -- None } } ELEMENT[at0038] occurrences matches {0..1} matches { -- Q3 Walking value matches { 0|[local::at0042], -- Less than 1 2|[local::at0041], -- 1 to 3 4|[local::at0040], -- 4 to 6 5|[local::at0039] -- Greater than 6 } } ELEMENT[at0043] occurrences matches {0..1} matches { -- Q4 Walking surfaces value matches { 0|[local::at0046], -- Severe difficulty on uneven surfaces 3|[local::at0045], -- Some difficulty on uneven surfaces 5|[local::at0044] -- No difficulty on any walking surface } } ELEMENT[at0008] occurrences matches {0..1} matches { -- Total score value matches { DV_COUNT matches { magnitude matches {|0..60|} } } } ELEMENT[at0027] occurrences matches {0..1} matches { -- Comment value matches { DV_TEXT matches {*} } } } } } state matches { ITEM_TREE[at0006] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0007] occurrences matches {0..*} matches { -- Confounding factors value matches { DV_TEXT matches {*} } } } } } } } } } protocol matches { ITEM_TREE[at0004] matches { -- Tree items cardinality matches {0..*; unordered} matches { allow_archetype CLUSTER[at0005] occurrences matches {0..*} matches { -- Extension include archetype_id/value matches {/.*/} } } } } } ontology terminologies_available = <"en", ...> term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"AOFAS"> description = <"American Orthopaedic Foot and Ankle Society Score (AOFAS)."> > ["at0001"] = < text = <"Event Series"> description = <"@ internal @"> > ["at0002"] = < text = <"Point in time"> description = <"A specific date and/or time which may be explicitly defined in a template or at run-time."> > ["at0003"] = < text = <"Tree"> description = <"@ internal @"> > ["at0004"] = < text = <"Tree"> description = <"@ internal @"> > ["at0005"] = < text = <"Extension"> description = <"Additional information required to capture local context or to align with other reference models/formalisms."> comment = <"e.g. Local hospital departmental infomation or additional metadata to align with HL7 or CDISC equivalents."> > ["at0006"] = < text = <"Tree"> description = <"@ internal @"> > ["at0007"] = < text = <"Confounding factors"> description = <"Record any issues or factors that may impact on the overall assessment or score."> > ["at0008"] = < text = <"Total score"> description = <"The total score for the four questions."> > ["at0027"] = < text = <"Comment"> description = <"Narrative comment."> > ["at0028"] = < text = <"Q1 Pain"> description = <"Patient reported pain assessment."> > ["at0029"] = < text = <"No pain"> description = <"The patient reports no pain."> > ["at0030"] = < text = <"Mild or occasional"> description = <"The patient reports mild or occasional pain."> > ["at0031"] = < text = <"Moderate or daily"> description = <"The patient reports moderate or daily pain."> > ["at0032"] = < text = <"Severe pain"> description = <"The patient reports severe pain."> > ["at0033"] = < text = <"Q2 Activity limitations and support requirements"> description = <"Patient-reported activity limitations and support requirements."> > ["at0034"] = < text = <"None"> description = <"The patient reports no activity limitations and support requirements."> > ["at0035"] = < text = <"Mild or occasional"> description = <"The patient reports mild or occasional activity limitations and support requirements."> > ["at0036"] = < text = <"Moderate or daily"> description = <"The patient reports moderate or daily activity limitations and support requirements."> > ["at0037"] = < text = <"Severe"> description = <"The patient reports severe activity limitations and support requirements."> > ["at0038"] = < text = <"Q3 Walking"> description = <"Patient-reported maximum walking distance in blocks (1 block = 100-200 yards)."> > ["at0039"] = < text = <"Greater than 6"> description = <"The patient reports a maximum walking distance of greater than 6 blocks."> > ["at0040"] = < text = <"4 to 6"> description = <"The patient reports a maximum walking distance of 4 to 6 blocks."> > ["at0041"] = < text = <"1 to 3"> description = <"The patient reports a maximum walking distance of 1 to 3 blocks."> > ["at0042"] = < text = <"Less than 1"> description = <"The patient reports a walking distance of less than 1 block."> > ["at0043"] = < text = <"Q4 Walking surfaces"> description = <"Patient-reported assessment of difficulty of walking on various surfaces."> > ["at0044"] = < text = <"No difficulty on any walking surface"> description = <"The patient reports no difficulty walking on any surface."> > ["at0045"] = < text = <"Some difficulty on uneven surfaces"> description = <"The patient reports some difficulty walking on uneven terrains, stairs, inclines or ladders."> > ["at0046"] = < text = <"Severe difficulty on uneven surfaces"> description = <"The patient reports severe difficulty walking on uneven terrains, stairs, inclines or ladders."> > > > >