{ "description": "This operation is used to query for an organization and will return the information for that organization without following associations to other providers, organizations, or facilities.", "_filename": "OperationDefinition-bc-entity-organization-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": "OrganizationEntityQuery", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Query for an organization without returning associations", "package_version": "1.0.1", "status": "active", "id": "9b4e328a-2939-4a00-8f5e-893679b86b6a", "resource": [ "Organization" ], "kind": "query", "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-entity-organization-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 organizations with the specified name, mandatory if no identifier specified. May use trailing wildcards, e.g. Clinic*" }, { "max": "1", "min": 0, "use": "in", "name": "description", "type": "string", "searchType": "string", "documentation": "Search for organizations with the specified description, mapping to BCOrganization.alias. May use trailing wildcards, e.g. Clinic*" }, { "max": "1", "min": 0, "use": "in", "name": "type", "type": "string", "searchType": "token", "documentation": "Search for organizations with the specified role type code, mandatory if no identifier specified, mapping to Organization.type" }, { "max": "1", "min": 0, "use": "in", "name": "address-line1", "type": "string", "searchType": "string", "documentation": "Search will run on Physical address, then Mailing address if no match was found on. May use trailing wildcards" }, { "max": "1", "min": 0, "use": "in", "name": "address-city", "type": "string", "searchType": "string", "documentation": "Search for organizations with the specified city." }, { "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 BCOrganizationBundle found by the search." } ] }