identifier property

  1. @JsonKey(name: 'Identifier')
List<Identifier?>? identifier
inherited

Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

Implementation

@JsonKey(name: 'Identifier')
List<Identifier?>? get identifier => throw _privateConstructorUsedError;