Overview
Location Information addresses:- Location HL7® FHIR® resource with US Core Profile 6.1.0
- a name
- Location.status
- Location.name
- Location.telecom
- Location.address
- managingOrganization
Must support elements, mandatory and optional search parameters
Location must support these elements:statusnametelecomaddresslinecitystatepostalCode
managingOrganization
name
name using the name search parameter:
GET [base url]/Location?name=[string]
SHALL support searching location based on text address using the address search parameter:
GET [base url]/Location?address=[string]
The following search parameter combinations SHOULD be supported (optional):
SHOULD support searching using the address-city search parameter:
GET [base url]/Location?address-city=[string]
SHOULD support searching using the address-state search parameter:
GET [base url]/Location?address-state=[string]
SHOULD support searching using the address-postalcode search parameter:
GET [base url]/Location?address-postalcode=[string]
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
Location By Name
Search for Location by location’s name. METHOD GET
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
Location By Address
Search for Location by address string. METHOD GET
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
Location by Address-City
Search for Locations by city name. METHOD GET
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
Location by Address-State
Search for Locations by state. METHOD GET
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
Location by Postal Code
Search for Locations by postal code. METHOD GET
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE: