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

FHIR IG analytics

Packagetewhatuora.fhir.nz-shared-digital-health-record
Resource TypeSearchParameter
IdSearchParameter-condition-clientlastupdated.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/tewhatuora/fhir-sdhr/SearchParameter-condition-clientlastupdated.html
URLhttps://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-clientlastupdated
Version1.0.2
Statusactive
Date2026-06-09T00:07:14+00:00
NameConditionClientLastUpdated
DescriptionSearch by the ClientLastUpdated extension on SDHR Condition resources
Typedate

Resources that use this resource

CapabilityStatement
tewhatuora.fhir.nz-shared-digital-health-record#currentSDHRCapabilityStatementNZ Shared Digital Health Record API

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter condition-clientlastupdated

ConditionClientLastUpdated

Parameter clientlastupdated:date

Search by the ClientLastUpdated extension on SDHR Condition resources

ResourceCondition
ExpressionCondition.extension('https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/hnz-sdhr-client-last-updated-extension').value
Processing ModeNormal
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": "condition-clientlastupdated",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-clientlastupdated",
  "version": "1.0.2",
  "name": "ConditionClientLastUpdated",
  "status": "active",
  "date": "2026-06-09T00:07:14+00:00",
  "publisher": "Health New Zealand",
  "contact": [
    {
      "name": "Health New Zealand",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/tewhatuora"
        }
      ]
    },
    {
      "name": "HNZ Integration Team",
      "telecom": [
        {
          "system": "email",
          "value": "integration@tewhatuora.govt.nz",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search by the ClientLastUpdated extension on SDHR Condition resources",
  "code": "clientlastupdated",
  "base": [
    "Condition"
  ],
  "type": "date",
  "expression": "Condition.extension('https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/hnz-sdhr-client-last-updated-extension').value",
  "xpathUsage": "normal"
}