provider
— sourced from 2 FHIR resources| FHIR Resource | Status | Mapped | |
|---|---|---|---|
|
Practitioner
primary
Individual healthcare provider. One FHIR Practitioner maps to one OMOP provider row. The provider table stores identity (name, NPI, gender, year_of_birth) from Practitioner; specialty and care_site are enriched by PractitionerRole. Clinical event tables carry provider_id FK back to this row.
|
documented | 13 fields | detail → |
|
PractitionerRole
primary
when: PractitionerRole.practitioner references an existing Practitioner with a provider row
PractitionerRole enrichment of existing provider row. PractitionerRole does NOT create a new provider row; it adds specialty_concept_id, specialty_source_value, and care_site_id to the row created from the underlying Practitioner resource. One provider row per Practitioner; if multiple PractitionerRoles exist, choose the most recent or most specific.
|
documented | 4 fields | detail → |