Lab Vendor
Lab Vendor
Source Object: Lab Vendor
The Lab Vendor source object is a fundamental component of healthcare data systems, specifically relating to laboratory test orders and results. It serves as a repository for information about different lab vendors, their services, and integrations with healthcare practices.
Overview
Lab Vendors are organizations or entities that provide laboratory testing services, often in partnership with healthcare practices. The Lab Vendor source object is designed to capture and manage essential information about these vendors, including their capabilities, test compendiums, and integration status with healthcare practices.
Usage
The Lab Vendor source object fulfills the following key purposes:
- Vendor Information: It contains basic details about lab vendors, such as the vendor's name and a display name for identification.
- Integration Status: Indicates whether a lab vendor offers integration capabilities with healthcare practices. This includes both orders integration (the ability to receive and process test orders) and results integration (the ability to send test results back to the practice).
- Test Compendiums: Lab vendors typically maintain a compendium of available tests. This source object may include information about these test compendiums, such as codes, names, and last update dates.
- Default Compendium: It may specify a default test compendium offered by the vendor.
Lab vendors play a vital role in the healthcare ecosystem, as they provide essential laboratory testing services required for patient diagnosis and treatment. Healthcare practices often partner with lab vendors to access a broad range of tests. By documenting information about lab vendors, healthcare systems can ensure efficient communication and coordination for ordering and retrieving test results.
Lab Vendor source objects facilitate the integration between healthcare practices and lab vendors, streamlining the process of ordering tests and receiving results. This integration is crucial for providing timely and accurate healthcare services.
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
display_name | String | Top Level | 0..1 | The display name of the Lab Vendor | - | - | Organization | alias | - | NA | - | TBD |
has_order_compendium | Boolean | Top Level | 0..1 | - | - | - | Organization | extension[*].valueBoolean | - | NA | has-order | TBD |
has_test_compendium | Boolean | Top Level | 0..1 | - | - | - | Organization | extension[*].valueBoolean | - | NA | has-test | TBD |
id | Integer | Top Level | 0..1 | Represents id of the lab vendor | - | - | Organization | id | - | NA | - | TBD |
name | String | Top Level | 0..1 | The name of the Lab Vendor | - | - | Organization | name | - | NA | - | TBD |
orders_integration_available | Boolean | Top Level | 0..1 | - | - | - | Organization | extension[*].valueBoolean | - | NA | orders-integration | TBD |
practice_created | Integer | Top Level | 0..1 | The id of the practice that created the test if practice created. | - | - | Organization | extension[*].valueInteger | - | NA | practice-created | TBD |
results_integration_available | Boolean | Top Level | 0..1 | - | - | - | Organization | extension[*].valueBoolean | - | NA | results-integration | TBD |
compendiums | Object | Contained | 0..* | List of Compendium Object | - | - | Composition | - | - | NA | - | TBD |
compendiums.code | String | Contained | 0..1 | - | - | - | Composition | contained[].contained[].extension[*].valueString | - | NA | code | TBD |
compendiums.created_date | DateTime | Contained | 0..1 | - | - | - | Composition | contained[].contained[].extension[*].valueDateTime | - | NA | created-date | TBD |
compendiums.deleted_date | DateTime | Contained | 0..1 | - | - | - | Composition | contained[].contained[].extension[*].valueDateTime | - | NA | deleted-date | TBD |
compendiums.id | Integer | Contained | 0..1 | Represents the id of compendium | - | - | Composition | contained[].contained[].id | - | NA | - | TBD |
compendiums.lab_vendor | Integer | Contained | 0..1 | - | - | - | Composition | contained[].contained[].author.reference | Organization | NA | - | TBD |
compendiums.last_updated | DateTime | Contained | 0..1 | - | - | - | Composition | contained[].contained[].date | - | NA | - | TBD |
compendiums.name | String | Contained | 0..1 | Name of the compendium | - | - | Composition | contained[].contained[].title | - | NA | - | TBD |
default_compendium | Object | Contained | 0..1 | Represents the default compendium | - | Composition | - | - | NA | - | TBD | |
default_compendium.code | String | Contained | 0..1 | - | - | - | Composition | contained[].extension[].valueString | - | NA | code | TBD |
default_compendium.created_date | DateTime | Contained | 0..1 | - | - | - | Composition | contained[].extension[].valueDateTime | - | NA | created-date | TBD |
default_compendium.deleted_date | DateTime | Contained | 0..1 | - | - | - | Composition | contained[].extension[].valueDateTime | - | NA | deleted-date | TBD |
default_compendium.id | Integer | Contained | 0..1 | Represents the id of compendium | - | - | Composition | contained[*].id | - | NA | - | TBD |
default_compendium.lab_vendor | Integer | Contained | 0..1 | - | - | - | Composition | contained[*].author.reference | Organization | NA | - | TBD |
default_compendium.last_updated | DateTime | Contained | 0..1 | - | - | - | Composition | contained[*].date | - | NA | - | TBD |
default_compendium.name | String | Contained | 0..1 | Name of the compendium | - | - | Composition | contained[*].title | - | NA | - | TBD |