The US Core Patient Profile is based upon the core FHIR Patient Resource and designed to meet the applicable patient demographic data elements from the 2015 Edition Common Clinical Data Set.
= Must Support, = Is Modifier, = QiCore defined extension
Field | Card. | Type | Description |
---|---|---|---|
race | 0..1 | Extension | Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories: - American Indian or Alaska Native - Asian - Black or African American - Native Hawaiian or Other Pacific Islander - White. |
ethnicity | 0..1 | Extension | Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino. |
birthsex | 0..1 | Extension | A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). |
religion | 0..1 | Extension | The patient's professed religious affiliations. |
birthPlace | 0..1 | Extension | The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements. |
disability | 0..* | List<Extension> | Value(s) identifying physical or mental condition(s) that limits a person's movements, senses, or activities. |
nationality | 0..* | List<Extension> | The nationality of the patient. |
cadavericDonor | 0..1 | Extension | Flag indicating whether the patient authorized the donation of body parts after death. |
birthTime | 0..1 | Extension | The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively. |
identifier | 1..* | List<Identifier> | An identifier for this patient. |
active | 0..1 | Boolean | Whether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules. It is often used to filter patient lists to exclude inactive patients Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death. |
name | 1..* | List<HumanName> | A name associated with the individual. |
telecom | 0..* | List<ContactPoint> | A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. |
telecom-preferred | 0..1 | Extension | Flag denoting whether parent item is preferred - e.g., a preferred address or telephone number. |
gender | 1..1 | String | Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes. Binding: http://hl7.org/fhir/ValueSet/administrative-gender (required) |
birthDate | 0..1 | DateTime | The date of birth for the individual. |
deceased[x] | 0..1 | Boolean | DateTime | Indicates if the individual is deceased or not. |
address | 0..* | List<Address> | An address for the individual. |
address-preferred | 0..1 | Extension | Flag denoting whether parent item is preferred - e.g., a preferred address or telephone number. |
maritalStatus | 0..1 | Concept | This field contains a patient's most recent marital (civil) status. Binding: The domestic partnership status of a person. (extensible) |
multipleBirth[x] | 0..1 | Boolean | Integer | Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). |
photo | 0..* | List<Attachment> | Image of the patient. |
contact | 0..* | List<contact> | A contact party (e.g. guardian, partner, friend) for the patient. |
communication | 0..* | List<communication> | A language which may be used to communicate with the patient about his or her health. |
generalPractitioner | 0..* | List<QICoreOrganization | QICorePractitioner> | Patient's nominated care provider. |
managingOrganization | 0..1 | QICoreOrganization | Organization that is the custodian of the patient record. |
link | 0..* | List<link> | Link to another patient resource that concerns the same actual patient. |