3) allow_archetype ADDRESS matches {
include
id matches {"br-demographic-ADDRESS.*"}
The problem I have is that there seems inconsistency.
In example 1 is the archetypeid of the archetype-details referred which
has a property value. Thsi seems OK to me
In example 2 is the domain_concept used, which is a property of the
archetype_id but not of the archetypedetails., shouldn't this be:
archetype_id/domain_concept
Example 3 makes to me no sense at all. Both archetypedetails and
archetype_id have a property id
Those archetypes are obsolete. They were abandoned years ago. The
current work on archetypes is in CKM:
I noticed some problems in the abandoned ones. But I skipped skip those
which did not parse well
I do not use archetypes for medical-content, only for technical purposes.
Is het possible to download the CKM-ones as convenient as the abandoned
ones?
Because I didn't find how, it was the reason I skipped them until today.
By the way, I found an example of an archetype-slot
allow_archetype CLUSTER[at0014] occurrences matches {0..*} matches {
-- Cessation attempts
include
archetype_id/value matches
{/openEHR-EHR-CLUSTER\.cessation_attempts\.v1/}
}
This conform my example 1 in my previous question.
If you send me the download link of the CKM archetypes, than maybe I can
answer my previous question myself, or I come back with more specific
question
Hi Bert,
CKM supports download of all archetypes in a single zip archive. That is as convenient as it gets for me
The functionality should be accessable from a menu item, should not be hard to spot.
By the way, I found an example of an archetype-slot
allow_archetype CLUSTER[at0014] occurrences matches {0..*} matches {
-- Cessation attempts
include
archetype_id/value matches
{/openEHR-EHR-CLUSTER\.cessation_attempts\.v1/}
}
This conform my example 1 in my previous question.
Yes, this is from the substance use archetypes in CKM, and is correct.
your previous example 1 had a .v1draft id which deprecated.
Thee is also an Archetype Validation report for each archetype in CKM, where errors such as in your examples 2 and 3 would be reported.
If you send me the download link of the CKM archetypes, than maybe I can
answer my previous question myself, or I come back with more specific
question