fhirId property

  1. @JsonKey(name: 'id')
FhirId? fhirId
inherited

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Implementation

@JsonKey(name: 'id')
FhirId? get fhirId => throw _privateConstructorUsedError;