FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.hcpd
Resource TypeSearchParameter
IdSearchParameter-suppressed-organization.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/SearchParameter-suppressed-organization.html
URLhttp://digitalhealth.gov.au/fhir/hcpd/SearchParameter/suppressed-organization
Version26.0.0
Statusactive
Date2026-07-03T05:13:52+00:00
NameSearchParameterSuppressedOrganization
Realmau
DescriptionSearch suppressed Organization resources using the Suppressed extension.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter suppressed-organization

SearchParameterSuppressedOrganization

Parameter suppressed:token

Search suppressed Organization resources using the Suppressed extension.

ResourceOrganization
ExpressionOrganization.extension.where(url='http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed').extension.where(url='includeSelf').value.where($this=true)
Target ResourcesOrganization
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source1

{
  "resourceType": "SearchParameter",
  "id": "suppressed-organization",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://digitalhealth.gov.au/fhir/hcpd/SearchParameter/suppressed-organization",
  "version": "26.0.0",
  "name": "SearchParameterSuppressedOrganization",
  "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 suppressed Organization resources using the Suppressed extension.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "code": "suppressed",
  "base": [
    "Organization"
  ],
  "type": "token",
  "expression": "Organization.extension.where(url='http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed').extension.where(url='includeSelf').value.where($this=true)",
  "target": [
    "Organization"
  ]
}