fhirId property

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

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.;

Implementation

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