Properties
| Name | Required | Type | Description |
|---|---|---|---|
| identifier | No | Identifier[] | A human identifier for this person |
| name | No | HumanName[] | A name associated with the person |
| telecom | No | ContactPoint[] | A contact detail for the person |
| gender | No | code | male / female / other / unknown |
| birthDate | No | date | The date on which the person was born |
| address | No | Address[] | One or more addresses for the person |
| photo | No | Attachment | Image of the person |
| managingOrganization | No | Reference<Organization> | The organization that is the custodian of the person record |
| active | No | boolean | This person’s record is in active use |
| link | No | PersonLink | Link to a resource that concerns the same actual person |
| - 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 |
| - target | Yes | Reference<Patient / Practitioner / RelatedPerson / Person> | The resource to which this actual person is associated |
| - assurance | No | code | level1 / level2 / level3 / level4 |
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 | Person.address |
| address-city | string | A city specified in an address | Person.address.city |
| address-country | string | A country specified in an address | Person.address.country |
| address-postalcode | string | A postal code specified in an address | Person.address.postalCode |
| address-state | string | A state specified in an address | Person.address.state |
| address-use | token | A use code specified in an address | Person.address.use |
| birthdate | date | The person’s date of birth | Person.birthDate |
| token | A value in an email contact | Person.telecom | |
| gender | token | The gender of the person | Person.gender |
| phone | token | A value in a phone contact | Person.telecom |
| phonetic | string | A portion of name using some kind of phonetic matching algorithm | Person.name |
| telecom | token | The value in any kind of contact | Person.telecom |
| identifier | token | A person Identifier | Person.identifier |
| link | reference | Any link has this Patient, Person, RelatedPerson or Practitioner reference | Person.link.target |
| 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 | Person.name |
| organization | reference | The organization at which this person record is being managed | Person.managingOrganization |
| patient | reference | The Person links to this Patient | Person.link.target |
| practitioner | reference | The Person links to this Practitioner | Person.link.target |
| relatedperson | reference | The Person links to this RelatedPerson | Person.link.target |
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 |

