Preferred Imaging
Source Object: Preferred Imaging
Overview and Usage: The "Preferred Imaging" source object is used in healthcare systems to store information related to preferred imaging centers or facilities. This information is important for ensuring that imaging services are delivered to patients efficiently and according to their preferences. Here's a breakdown of the key components:
- AcceptFax: Indicates whether the imaging center accepts faxes for communication.
- Address1: Specifies the primary address line of the imaging center.
- Address2: Contains a secondary address line, if applicable.
- City: Identifies the city where the imaging center is located.
- ClinicalProviderId: Provides an identifier for the clinical provider associated with the imaging center.
- ClinicalProviderName: Specifies the name of the clinical provider or imaging center.
- FaxNumber: Contains the fax number of the imaging center, which can be used for communication.
- PhoneNumber: Specifies the primary phone number for contacting the imaging center.
- State: Identifies the state or province where the imaging center is situated.
- Zip: Contains the postal or ZIP code associated with the imaging center's location.
The "Preferred Imaging" source object plays a significant role in healthcare systems, as it enables the efficient coordination and communication with preferred imaging centers. This information ensures that patients receive the necessary imaging services in a timely and convenient manner.
Healthcare providers and staff can use this data to streamline the process of scheduling, sending requests, and communicating with imaging centers, ultimately improving patient care and the diagnostic process.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
acceptfax | - | Flag representing if the imaging facility accepts fax | String | 0..1 | Organization | - | - | Top Level | ||
address1 | - | Address line 1 of the imaging facility | String | 0..1 | Organization | address[1].line[1] | - | Top Level | ||
address2 | - | Address line 2 of the imaging facility | String | 0..1 | Organization | address[1].line[2] | - | Top Level | ||
city | - | City of the imaging facility | String | 0..1 | Organization | address[1].city | - | Top Level | ||
clinicalproviderid | - | The athenaNet clinical provider ID. | Integer | 0..1 | Organization | id | - | Top Level | ||
clinicalprovidername | - | The imaging facility name | String | 0..1 | Organization | name | - | Top Level | ||
faxnumber | - | Fax number of the imaging facility | String | 0..1 | Organization | telecom[*].value | system=fax,use=work | - | Top Level | |
phonenumber | - | Phone number of the imaging facility | String | 0..1 | Organization | telecom[*].value | system=phone,use=work | - | Top Level | |
state | - | State of the imaging facility | String | 0..1 | Organization | address[1].state | - | Top Level | ||
zip | - | Zip code of the imaging facility | String | 0..1 | Organization | address[1].postalcode | - | Top Level |