{ "description": "This operation is used to query for an location and will return the information for that location without following associations to other practitioner, organizations, or locations.", "_filename": "OperationDefinition-bc-entity-location-query.json", "package_name": "fhir.ca-bc.provider", "date": "2025-02-28T00:26:03+00:00", "system": false, "publisher": "BC Ministry of Health", "instance": true, "jurisdiction": [ { "coding": [ { "code": "CA", "system": "urn:iso:std:iso:3166", "display": "Canada" } ] } ], "name": "LocationEntityQuery", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Query for a location without returning associations", "package_version": "1.0.1", "status": "draft", "id": "a16d65ed-6257-4d8c-b974-f7e76a068229", "resource": [ "Location" ], "kind": "query", "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-entity-location-query", "code": "entityQuery", "version": "1.0.0", "contact": [ { "name": "BC Ministry of Health", "telecom": [ { "value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "identifier", "type": "string", "searchType": "string", "documentation": "String, representing the full identifier value with system and value, e.g. identifier=[system]|[value]" }, { "max": "1", "min": 0, "use": "in", "name": "name", "type": "string", "searchType": "string", "documentation": "Search for locations with the specified name." }, { "max": "1", "min": 0, "use": "in", "name": "address-city", "type": "string", "searchType": "string", "documentation": "Search for locations with the specified city." }, { "max": "1", "min": 0, "use": "in", "name": "address-line1", "type": "string", "searchType": "string", "documentation": "Search for locations with a civic address. Supports trailing wild card." }, { "max": "1", "min": 0, "use": "in", "name": "otheraddress-line1", "type": "string", "searchType": "string", "documentation": "Search for locations with an address. Supports trailing wild card. Not implemented yet." }, { "max": "1", "min": 0, "use": "in", "name": "healthAuthority", "type": "string", "searchType": "string", "documentation": "Search for locations within the specified health authority. Only one of healthAuthority, healthServiceDeliveryArea, localHealthArea, communityHealthServiceArea allowed. The full name is required. E.g. Langford/Highlands. See [this site](https://www2.gov.bc.ca/gov/content/data/geographic-data-services/land-use/administrative-boundaries/health-boundaries) for a list of accepteable strings." }, { "max": "1", "min": 0, "use": "in", "name": "healthServiceDeliveryArea", "type": "string", "searchType": "string", "documentation": "Search for locations within the specified health service delivery area. See [this site](https://www2.gov.bc.ca/gov/content/data/geographic-data-services/land-use/administrative-boundaries/health-boundaries) for a list of accepteable strings." }, { "max": "1", "min": 0, "use": "in", "name": "localHealthArea", "type": "string", "searchType": "string", "documentation": "Search for locations within the specified local health area. See [this site](https://www2.gov.bc.ca/gov/content/data/geographic-data-services/land-use/administrative-boundaries/health-boundaries) for a list of accepteable strings." }, { "max": "1", "min": 0, "use": "in", "name": "communityHealthServiceArea", "type": "string", "searchType": "string", "documentation": "Search for locations within the specified local community health service area. See [this site](https://www2.gov.bc.ca/gov/content/data/geographic-data-services/land-use/administrative-boundaries/health-boundaries) for a list of accepteable strings." }, { "max": "1", "min": 0, "use": "in", "name": "primaryCareNetwork", "type": "string", "searchType": "string", "documentation": "Search for locations within the specified Primary Care Network. Not implemented yet." }, { "max": "1", "min": 0, "use": "in", "name": "withHistory", "type": "boolean", "documentation": "true or false, The withHistory parameter instructs PLR to search through historical records for matching attributes. Only the current data is returned." }, { "max": "1", "min": 1, "use": "out", "name": "bundle", "type": "Bundle", "documentation": "The Response Bundle with the OperationOutcome and the list of BCLocationBundle found by the search." } ] }