Hi,
Then, if I'd like to express it without any simplification, I could do
it as follows:
ELEMENT[at0.17] occurrences matches {0..1} matches {
value matches {
DV_ORDINAL matches {
value matches {0}
symbol matches {
DV_CODED_TEXT matches {
defining_code matches {[local::at0014]} -- no heartbeat
}
}
}
DV_ORDINAL matches {
value matches {1}
symbol matches {
DV_CODED_TEXT matches {
defining_code matches {[local::at0015]} -- less than 100 bpm
}
}
}
.....
....
}
After that, I have another question :), the property "value" of
"ELEMENT" according to the OpenEHR is of type DATA_VALUE but with
occurrences {0..1} and here I have more than one occurrence of type
DV_ORDINAL... Should I change the occurrence to {0..*} for my
implementation?
Thank you again.
Cati,
Have a look at http://www.openehr.org/releases/1.0.1/architecture/am/openehr_archetype_profile.pdf section 5
- thomas beale
Cati Martínez wrote:
Hi everybody,
I'm working with OpenEHR archetypes from this site
MailScanner has detected a possible fraud attempt from
"www.openehr.org" claiming to be
"http://www.openehr.org/svn/knowledge/archetypes/dev/html/index_en.html",
and I can't interpret the following section:
ELEMENT[at0.17] occurrences matches {0..1} matches { -- Volume
value matches {
0|[local::at0.18], -- Not heard
1|[local::at0.19], -- Variable
2|[local::at0.20], -- Soft
3|[local::at0.21], -- Normal
4|[local::at0.22]; -- Loud
0 -- assumed value
}
}
The problem is that an openehr_ELEMENT, has the property "value", and
according to OpenEHR specification, it can only take a value of type
DATA_VALUE, so, I don't understand why at this example this property
take as value a C_ORDINAL.
How should it be?
Maybe..
ELEMENT[at0.17] occurrences matches {0..1} matches { -- Volume
value matches {
DV_ORDINAL matches {
Property…
Thank you for your help!