type property

  1. @JsonKey(name: 'Type')
CodeableConcept? type
inherited

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Implementation

@JsonKey(name: 'Type')
CodeableConcept? get type => throw _privateConstructorUsedError;