Represents a human that practices medicine -- the stable clinical identity that an EMR user login resolves to.
Practitioner holds identity, demographics, and qualifications, and carries the EMR user-account identifier.
The person's role(s) at organizations/locations are represented by PractitionerRole (0..*), which is the
tenant-scoped role binding -- NOT the EMR user. A person may work at multiple organizations, each represented
by a PractitionerRole.
Every rule in force on a conforming instance. This profile rows are stated here; inherited rows come from the base resource and are listed so that a constraint named on an element is findable. Invariant keys elsewhere on this page link into this table.
Key
Source
Severity
On
Rule
practitioner-name-family-or-given
this profile
error
Practitioner
Practitioner must have at least one name with either a family or given name name.exists(family.exists() or given.exists())
dom-2
inherited
error
Practitioner
If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3
inherited
error
Practitioner
If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference
dom-4
inherited
error
Practitioner
If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5
inherited
error
Practitioner
If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6
inherited
warning
Practitioner
A resource should have narrative for robust management text.div.exists()
ele-1
inherited
error
Practitioner.meta
All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1
inherited
error
Practitioner.meta.extension
Must have either extensions or value[x], not both extension.exists() != value.exists()