fhirId property

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