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 7 Next »

Date

Attendees

Goals

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

Discussion items

TimeItemWhoNotes
 Outstanding action items See meeting notes.
AM 2.x releaseThomas Beale
 BASE 1.x releaseThomas Beale 

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