Lab Vendor Patient Site
Lab Vendor Patient Site
Source Object: Lab Vendor Patient Site
The Lab Vendor Patient Site source object contains information related to specific locations or sites affiliated with a lab vendor where patients can go to have laboratory tests performed. These sites may be associated with a particular lab vendor and are commonly used by healthcare providers to send patients for diagnostic testing.
Overview
Lab Vendor Patient Sites represent the physical or operational locations where patients can have laboratory tests conducted. They are managed and operated by lab vendors and are an integral part of the healthcare ecosystem, ensuring that patients can access diagnostic services conveniently.
Usage
The Lab Vendor Patient Site source object serves the following purposes:
- Site Details: It includes information about each patient site, such as its name, address, suite (if applicable), city, state, and zip code. This data helps healthcare providers and patients locate and identify specific sites.
- Contact Information: Contact details such as phone numbers and fax numbers are available, making it easy for healthcare providers to communicate with the site for test scheduling and inquiries.
- Creation and Deletion Timestamps: The timestamps for when a patient site was created and, if applicable, deleted, provide historical context about site management.
- Practice Association: The association with a specific practice is also documented. This indicates the healthcare practice that commonly utilizes the patient site for lab tests.
Lab Vendor Patient Sites are essential for healthcare providers to arrange diagnostic testing for patients. These sites ensure that tests are conducted in a standardized and regulated manner. The details contained in this source object are used to streamline patient test scheduling, communicate with patient sites, and maintain accurate records of testing locations.
Mapping Table
Data Field | Source Field Data Type | Resource Mapping Context | Source Data Field Cardinality | Source Data Field Description | Example Value | Source Data Field Validation Rule | Mapped FHIR Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapped FHIR Data Field Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
address | String | Top Level | 0..1 | The name of the site. | - | - | Location | address.line[1] | - | NA | - | TBD |
city | String | Top Level | 0..1 | - | - | - | Location | address.city | - | NA | - | TBD |
created_date | DateTime | Top Level | 0..1 | - | - | - | Location | extension[*].valueDateTime | - | NA | created-date | TBD |
deleted_date | DateTime | Top Level | 0..1 | - | - | - | Location | extension[*].valueDateTime | - | NA | deleted-date | TBD |
fax | String | Top Level | 0..1 | - | - | - | Location | telecom[*].value | system == fax | NA | - | TBD |
id | Integer | Top Level | 0..1 | - | - | - | Location | id | - | NA | - | TBD |
name | String | Top Level | 0..1 | Represents the name of Lab Vendor Patient Site | - | - | Location | name | - | NA | - | TBD |
phone | String | Top Level | 0..1 | - | - | - | Location | telecom[*].value | system == phone | NA | - | TBD |
practice_created | Integer | Top Level | 0..1 | The id of the practice that created practice. | - | - | Location | extension[*].valueInteger | - | NA | practice-created | TBD |
state | String | Top Level | 0..1 | - | - | - | Location | address.state | - | NA | - | TBD |
suite | String | Top Level | 0..1 | The streetname of the site. | - | - | Location | address.line[2] | - | NA | - | TBD |
vendor | Integer | Top Level | 0..1 | - | - | - | Location | extension[*].valueInteger | - | NA | vendor | TBD |
zip | String | Top Level | 0..1 | - | - | - | Location | address.postalCode | - | NA | - | TBD |