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 0.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/steveswinsburg/HealthConnect/ and changes regularly. See the Directory of published versions

: Availability End Time Search Parameter - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "availability-endtime",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter availability-endtime</b></p><a name=\"availability-endtime\"> </a><a name=\"hcavailability-endtime\"> </a><h2>SearchParameterAvailabilityEndTime <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #ffffe6\" href=\"https://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Informative\">I</a></h2><p>Parameter <code>availability-endtime</code>:<code>string</code></p><div><p>Search HealthcareServices or PractitionerRoles by availability end time.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">HealthcareService</a>, <a href=\"http://hl7.org/fhir/R4/practitionerrole.html\">PractitionerRole</a></td></tr><tr><td>Expression</td><td><code>HealthcareService.availableTime.availableEndTime | PractitionerRole.availableTime.availableEndTime</code></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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://ns.electronichealth.net.au/hc/ImplementationGuide/au.digitalhealth.r4.healthconnect"
          }
        ]
      }
    }
  ],
  "url" : "http://ns.electronichealth.net.au/hc/SearchParameter/availability-endtime",
  "version" : "0.1.0-preview",
  "name" : "SearchParameterAvailabilityEndTime",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-11-20T03:48:09+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        },
        {
          "system" : "email",
          "value" : "help@digitalhealth.gov.au"
        }
      ]
    },
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Search HealthcareServices or PractitionerRoles by availability end time.",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "jurisdiction"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:3166",
            "code" : "AU",
            "display" : "Australia"
          }
        ]
      }
    }
  ],
  "code" : "availability-endtime",
  "base" : [
    "HealthcareService",
    "PractitionerRole"
  ],
  "type" : "string",
  "expression" : "HealthcareService.availableTime.availableEndTime | PractitionerRole.availableTime.availableEndTime"
}