Date

Attendees

Goals

Discussion items

TimeItemWhoNotes
 Outstanding action items See meeting notes.
5minAM 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