Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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