vocabularyCodes property

List<String>? vocabularyCodes
getter/setter pair

Vocabulary codes are first-class fields and differentiated from the concept unique identifier (entity_id).

vocabulary_codes contains the representation of this concept in particular vocabularies, such as ICD-10, SNOMED-CT and RxNORM. These are prefixed by the name of the vocabulary, followed by the unique code within that vocabulary. For example, "RXNORM/A10334543".

Implementation

core.List<core.String>? vocabularyCodes;