Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/ and changes regularly. See the Directory of published versions

: SuppressedBy Search Parameter - JSON Representation

Active as of 2026-07-03

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "suppressed",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter suppressed</b></p><a name=\"suppressed\"> </a><a name=\"hcsuppressed\"> </a><h2>SearchParameterSuppressedBy</h2><p>Parameter <code>suppressed</code>:<code>token</code></p><div><p>Search resources by suppression state using the Suppressed extension.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a>, <a href=\"http://hl7.org/fhir/R4/practitionerrole.html\">PractitionerRole</a>, <a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">HealthcareService</a>, <a href=\"http://hl7.org/fhir/R4/location.html\">Location</a>, <a href=\"http://hl7.org/fhir/R4/endpoint.html\">Endpoint</a>, <a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>extension('http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed').extension.where(url='suppressedBy').value.ofType(CodeableConcept).coding</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a>, <a href=\"http://hl7.org/fhir/R4/practitionerrole.html\">PractitionerRole</a>, <a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">HealthcareService</a>, <a href=\"http://hl7.org/fhir/R4/location.html\">Location</a>, <a href=\"http://hl7.org/fhir/R4/endpoint.html\">Endpoint</a>, <a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://digitalhealth.gov.au/fhir/hcpd/SearchParameter/suppressed",
  "version" : "26.0.0",
  "name" : "SearchParameterSuppressedBy",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-03T05:13:52+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.digitalhealth.gov.au/"
        },
        {
          "system" : "email",
          "value" : "help@digitalhealth.gov.au"
        }
      ]
    },
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.digitalhealth.gov.au",
          "use" : "work"
        },
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Search resources by suppression state using the Suppressed extension.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU",
          "display" : "Australia"
        }
      ]
    }
  ],
  "code" : "suppressed",
  "base" : [
    "Practitioner",
    "PractitionerRole",
    "HealthcareService",
    "Location",
    "Endpoint",
    "Organization"
  ],
  "type" : "token",
  "expression" : "extension('http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed').extension.where(url='suppressedBy').value.ofType(CodeableConcept).coding",
  "target" : [
    "Practitioner",
    "PractitionerRole",
    "HealthcareService",
    "Location",
    "Endpoint",
    "Organization"
  ]
}