Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Date

Attendees

Goals

  • Agree timeline for AM 2.x release
  • Agree timeline for BASE 1.x release

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

  • No labels