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-long-term-condition.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/tewhatuora/fhir-sdhr/SearchParameter-condition-long-term-condition.html
URLhttps://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-long-term-condition
Version1.0.0
Statusactive
Date2025-11-27T01:34:11+00:00
NameConditionLongTermCondition
DescriptionSearch for conditions marked as long term in the SDHRCondition profile
Typetoken

Resources that use this resource

CapabilityStatement
SDHRCapabilityStatementNZ 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-long-term-condition

ConditionLongTermCondition

Parameter long-term-condition:token

Search for conditions marked as long term in the SDHRCondition profile

ResourceCondition
ExpressionCondition.extension('http://hl7.org.nz/fhir/StructureDefinition/long-term-condition')
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-long-term-condition",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-long-term-condition",
  "version": "1.0.0",
  "name": "ConditionLongTermCondition",
  "status": "active",
  "date": "2025-11-27T01:34:11+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 for conditions marked as long term in the SDHRCondition profile",
  "code": "long-term-condition",
  "base": [
    "Condition"
  ],
  "type": "token",
  "expression": "Condition.extension('http://hl7.org.nz/fhir/StructureDefinition/long-term-condition')",
  "xpathUsage": "normal"
}