PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-extended-organization-query
{
  "description": "This operation is used to query for an organization and will return the information for that organization along with any instances that can be found by following associations to other practitioners, organizations, or locations.",
  "_filename": "OperationDefinition-bc-extended-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": "OrganizationExtendedQuery",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Query for an organization that returns associated resources - FUTURE",
  "package_version": "1.0.1",
  "status": "draft",
  "id": "2cd4c176-4814-4d24-9224-c62516615f0e",
  "resource": [ "Organization" ],
  "kind": "query",
  "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-extended-organization-query",
  "code": "extendedQuery",
  "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."
  } ]
}