Practice Location
Practice-Location
Source Object: Practice-Location
The Practice-Location source object contains information related to the various locations of healthcare practices or facilities. This data is valuable for managing practice locations, ensuring accurate contact details, and improving healthcare services.
Overview
The Practice-Location source object stores data associated with different practice locations within the healthcare system. This data typically includes the address, contact information (phone, email, fax), and specific details about the location, such as the name, primary status, and place of service. It also keeps track of the creation and deletion dates, allowing for effective management.
Usage
The Practice-Location source object is essential for several purposes:
- Practice Management: It helps healthcare systems keep track of different practice locations and their specific details.
- Contact Information: The source object provides contact information for each practice location, including addresses, phone numbers, and email addresses.
- Primary Location: The "is_primary" field helps identify the primary practice location, which can be crucial for routing patients and communication.
- Place of Service: The "place_of_service" field categorizes the type of healthcare service offered at each location, such as inpatient, outpatient, or emergency services.
- Data Consistency: It ensures that practice location data remains consistent and up-to-date within the healthcare system.
The Practice-Location source object plays a significant role in managing multiple practice locations and maintaining accurate contact information for each site.
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_line1 | String | Top Level | 0..1 | - | 1234 First Practice Way | - | Location | address.line[1] | - | NA | - | TBD |
address_line2 | String | Top Level | 0..1 | - | - | - | Location | address.line[2] | - | NA | - | TBD |
city | String | Top Level | 0..1 | - | San Francisco | - | Location | address.city | - | NA | - | TBD |
created_date | DateTime | Top Level | 0..1 | - | 2017-08-28T22:46:14.445876Z | - | Location | extension[*].valueString | - | NA | created-date | string |
deleted_date | DateTime | Top Level | 0..1 | - | null | - | Location | extension[*].valueString | - | NA | deleted-date | string |
String | Top Level | 0..1 | - | null | - | Location | telecom[*].value | - | NA | - | TBD | |
fax | String | Top Level | 0..1 | - | 58-039-1261x38850 | - | Location | telecom[*].value | - | NA | - | TBD |
id | Long | Top Level | 0..1 | - | 13631735 | - | Location | id | - | NA | - | TBD |
is_primary | Boolean | Top Level | 0..1 | - | TRUE | - | Location | extension[*].valueString | - | NA | primary | string |
name | String | Top Level | 0..1 | - | Elation North | - | Location | extension[*].valueString | - | NA | name | string |
phone | String | Top Level | 0..1 | - | - | - | Location | telecom[*].value | system == phone | NA | - | TBD |
place_of_service | String | Top Level | 0..1 | - | Office | - | Location | type[*].text | - | NA | - | string |
practice | Integer | Top Level | 0..1 | - | 140758831005700 | - | Location | managingOrganization.reference | - | NA | - | TBD |
state | String | Top Level | 0..1 | - | CA | - | Location | address.state | - | NA | - | TBD |
zip | String | Top Level | 0..1 | - | 94114 | - | Location | address.postalCode | - | NA | - | TBD |