FhirMeta constructor

const FhirMeta({
  1. FhirId? versionId,
  2. @JsonKey(name: '_versionId') Element? versionIdElement,
  3. FhirInstant? lastUpdated,
  4. @JsonKey(name: '_lastUpdated') Element? lastUpdatedElement,
  5. List<FhirUri>? profile,
  6. @JsonKey(name: '_profile') List<Element?>? profileElement,
  7. List<Coding>? security,
  8. List<Coding>? tag,
})

Implementation

const factory FhirMeta({
  FhirId? versionId,
  @JsonKey(name: '_versionId') Element? versionIdElement,
  FhirInstant? lastUpdated,
  @JsonKey(name: '_lastUpdated') Element? lastUpdatedElement,
  List<FhirUri>? profile,
  @JsonKey(name: '_profile') List<Element?>? profileElement,
  List<Coding>? security,
  List<Coding>? tag,
}) = _FhirMeta;