PractitionerUsCore class

Inheritance
  • Object
  • Resource
  • PractitionerUsCore

Constructors

PractitionerUsCore({String? id, Meta? meta, Narrative? text, required List<Identifier> identifier, required List<HumanName> name, List<Address>? address, List<ContactPoint>? telecom, Code? gender, Date? birthDate, List<PractitionerQualification>? qualification})
factory
PractitionerUsCore.minimum({required Identifier agentIdentifier, required HumanName practitionerName})
factory
PractitionerUsCore.simple({required Identifier agentIdentifier, int? npiNumber, List<Identifier>? identifier, required HumanName practitionerName, required List<HumanName>? name})
factory

Properties

address List<Address>?
no setter
birthDate → Date?
no setter
contained List<Resource>?
getter/setter pairinherited
extension_ List<FhirExtension>?
getter/setter pairinherited
gender → Code?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited-setteroverride-getter
identifier List<Identifier>?
no setter
implicitRules ↔ FhirUri?
getter/setter pairinherited
language ↔ Code?
getter/setter pairinherited
meta ↔ Meta?
getter/setter pairinherited-setteroverride-getter
modifierExtension List<FhirExtension>?
getter/setter pairinherited
name List<HumanName>?
no setter
path String
Local Reference for this Resource, form is "ResourceType/Id"
no setterinherited
qualification List<PractitionerQualification>?
no setter
resourceType ↔ R4ResourceType?
getter/setter pairinherited
resourceTypeString String?
produce a string of the resourceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telecom List<ContactPoint>?
no setter
text ↔ Narrative?
getter/setter pairinherited-setteroverride-getter
thisReference → Reference
Convenience method to return a Reference referring to that Resource
no setterinherited
value → Practitioner
no setter

Methods

newId() → Resource
returns the same resource with a new ID (even if there is already an ID present)
inherited
newIdIfNoId() → Resource
returns the same resource with a new ID if there is no current ID
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map<String, dynamic> of the Resource
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object
inherited
updateVersion({Meta? oldMeta}) → Resource
Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited