description: This table serves as the central identity management for all Persons in the database. It contains records that uniquely identify each person or patient, and some demographic information. package_name: hl7.fhir.uv.omop derivation: specialization name: Person type: http://hl7.org/fhir/uv/omop/StructureDefinition/Person elements: person_source_value: {type: string, short: Person Identifier Source Value, index: 11} race_source_concept_id: {type: code, short: Race Source Concept, index: 15} gender_concept_id: {type: code, short: Gender, index: 1} birth_datetime: {type: dateTime, short: Birth Datetime, index: 5} month_of_birth: {type: integer, short: Month of Birth, index: 3} location_id: type: Reference short: Location refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Location'] index: 8 person_id: {type: integer, short: Person Identifier, index: 0} day_of_birth: {type: integer, short: Day of Birth, index: 4} provider_id: type: Reference short: Provider refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Provider'] index: 9 race_source_value: {type: string, short: Race Source Value, index: 14} ethnicity_concept_id: {type: code, short: Ethnicity, index: 7} ethnicity_source_concept_id: {type: code, short: Ethnicity Source Concept, index: 17} gender_source_concept_id: {type: code, short: Gender Source Concept, index: 13} race_concept_id: {type: code, short: Race, index: 6} ethnicity_source_value: {type: string, short: Ethnicity Source Value, index: 16} care_site_id: type: Reference short: Care Site refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/CareSite'] index: 10 year_of_birth: {type: integer, short: Year of Birth, index: 2} gender_source_value: {type: string, short: Gender Source Value, index: 12} package_version: 1.0.0-ballot class: logical kind: logical url: http://hl7.org/fhir/uv/omop/StructureDefinition/Person base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0-ballot required: [ethnicity_concept_id, gender_concept_id, person_id, race_concept_id, year_of_birth]