Date

Attendees

Goals

Discussion items

TimeItemWhoNotes
20 minOutstanding action itemsallSee meeting notes.
10 minAM 2.x releaseThomas Beale
10 minBASE 1.x releaseThomas Beale

Add Expressions spec

Add Base Types spec

30 minAPIsSee openEHR REST APIs page.

Action items

Notes

AOM2 potential final additions

class TerminologyRef
    value: Uri;
    terminology_id(): String;
    terminology_version(): String;
end


class TerminologyConceptRef
    value: Uri;
    code(): String;
    terminology(): TerminologyRef;
end


class TerminologyValueSetRef
    value: Uri;
    id(): String;
    value_set_version(): String;
    terminology(): TerminologyRef;
end

Other