fhirId property

  1. @JsonKey(name: 'id')
String? 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')
String? get fhirId => throw _privateConstructorUsedError;