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

FHIR IG analytics

Packageau.gov.digitalhealth.hcpd
Resource TypeSearchParameter
IdSearchParameter-daysofweek.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/SearchParameter-daysofweek.html
URLhttp://digitalhealth.gov.au/fhir/hcpd/SearchParameter/daysofweek
Version26.0.0
Statusactive
Date2026-07-03T05:13:52+00:00
NameSearchParameterDaysOfWeek
Realmau
DescriptionSearch HealthcareServices or PractitionerRoles by days of week availability. Supports multiple days using OR logic.
Typetoken

Resources that use this resource

CapabilityStatement
au.gov.digitalhealth.hcpd#currenthealth-connect-provider-directory-requesterHealth Connect Provider Directory Requester
au.gov.digitalhealth.hcpd#currenthealth-connect-provider-directory-responderHealth Connect Provider Directory Responder

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter daysofweek

SearchParameterDaysOfWeek

Parameter daysofweek:token

Search HealthcareServices or PractitionerRoles by days of week availability. Supports multiple days using OR logic.

ResourcesHealthcareService, PractitionerRole
Expression(HealthcareService.availableTime.daysOfWeek) | (PractitionerRole.availableTime.daysOfWeek)
Target ResourcesPractitionerRole
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": "daysofweek",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://digitalhealth.gov.au/fhir/hcpd/SearchParameter/daysofweek",
  "version": "26.0.0",
  "name": "SearchParameterDaysOfWeek",
  "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 HealthcareServices or PractitionerRoles by days of week availability. Supports multiple days using OR logic.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "code": "daysofweek",
  "base": [
    "HealthcareService",
    "PractitionerRole"
  ],
  "type": "token",
  "expression": "(HealthcareService.availableTime.daysOfWeek) | (PractitionerRole.availableTime.daysOfWeek)",
  "target": [
    "PractitionerRole"
  ]
}