PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.provider@1.0.1
    http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-extended-practitioner-query
{
  "description": "This operation is used to query for a provider and will return the information for that provider along with any instances that can be found by following associations to other providers, organizations, or facilities.",
  "_filename": "OperationDefinition-bc-extended-practitioner-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": "PractitionerExtendedQuery",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Query for a Practitioner that returns associated resources - FUTURE",
  "package_version": "1.0.1",
  "status": "draft",
  "id": "b1f839fc-6402-4c80-816c-8fc042609b28",
  "resource": [ "Practitioner" ],
  "kind": "query",
  "url": "http://hlth.gov.bc.ca/fhir/provider/OperationDefinition/bc-extended-practitioner-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": "family",
    "type": "string",
    "searchType": "string",
    "documentation": "Search for practitioners with the specified surname. May use trailing wildcards, e.g. Smith*"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "given",
    "type": "string",
    "searchType": "string",
    "documentation": "Search for practitioners with the specified given name. May use trailing wildcards, e.g. Ann*"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "status",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners with a license that has the specified status."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "address-city",
    "type": "string",
    "searchType": "string",
    "documentation": "Search for practitioners with an address that includes the given city."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "gender",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners with the specified gender."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "role",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners that have an associated PractitionerRole code with the specified value (e.g. MD or RN)"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "communication",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners who can communicate with the specified language code. May be a comma separated list of language codes, e.g. F01,E09."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "expertise",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners with a qualification that matches the specified expertise. May be a comma separated list of expertise codes, e.g. AM53,K34."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "status-reason",
    "type": "string",
    "searchType": "token",
    "documentation": "Search for practitioners with a license that has the specified status reason."
  }, {
    "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 BCPractitionerBundle found by the search."
  } ]
}