Properties
| Name | Required | Type | Description |
|---|---|---|---|
| identifier | No | Identifier[] | An identifier for the person as this agent |
| active | No | boolean | Whether this practitioner’s record is in active use |
| name | No | HumanName[] | The name(s) associated with the practitioner |
| telecom | No | ContactPoint[] | A contact detail for the practitioner (that apply to all roles) |
| address | No | Address[] | Address(es) of the practitioner that are not role specific (typically home address) |
| gender | No | code | male / female / other / unknown |
| birthDate | No | date | The date on which the practitioner was born |
| photo | No | Attachment[] | Image of the person |
| qualification | No | PractitionerQualification | Certification, licenses, or training pertaining to the provision of care |
| - id | No | string | Unique id for inter-element referencing |
| - extension | No | Extension[] | Additional content defined by implementations |
| - modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
| - identifier | No | Identifier[] | An identifier for this qualification for the practitioner |
| - code | Yes | CodeableConcept | Coded representation of the qualification |
| - period | No | Period | Period during which the qualification is valid |
| - issuer | No | Reference<Organization> | Organization that regulates and issues the qualification |
| communication | No | CodeableConcept[] | A language the practitioner can use in patient communication |
Search Parameters
| Name | Type | Description | Expression |
|---|---|---|---|
| address | string | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text | Practitioner.address |
| address-city | string | A city specified in an address | Practitioner.address.city |
| address-country | string | A country specified in an address | Practitioner.address.country |
| address-postalcode | string | A postalCode specified in an address | Practitioner.address.postalCode |
| address-state | string | A state specified in an address | Practitioner.address.state |
| address-use | token | A use code specified in an address | Practitioner.address.use |
| token | A value in an email contact | Practitioner.telecom | |
| family | string | A portion of the family name | Practitioner.name.family |
| gender | token | Gender of the practitioner | Practitioner.gender |
| given | string | A portion of the given name | Practitioner.name.given |
| phone | token | A value in a phone contact | Practitioner.telecom |
| phonetic | string | A portion of either family or given name using some kind of phonetic matching algorithm | Practitioner.name |
| telecom | token | The value in any kind of contact | Practitioner.telecom |
| active | token | Whether the practitioner record is active | Practitioner.active |
| communication | token | One of the languages that the practitioner can communicate with | Practitioner.communication |
| identifier | token | A practitioner’s Identifier | Practitioner.identifier |
| name | string | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text | Practitioner.name |
Inherited Properties
| Name | Required | Type | Description |
|---|---|---|---|
| id | No | string | Logical id of this artifact |
| meta | No | Meta | Metadata about the resource |
| implicitRules | No | uri | A set of rules under which this content was created |
| language | No | code | Language of the resource content |
| text | No | Narrative | Text summary of the resource, for human interpretation |
| contained | No | Resource[] | Contained, inline Resources |
| extension | No | Extension[] | Additional content defined by implementations |
| modifierExtension | No | Extension[] | Extensions that cannot be ignored |

