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-highlighted.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/tewhatuora/fhir-sdhr/SearchParameter-condition-highlighted.html
URLhttps://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-highlighted
Version1.0.0
Statusactive
Date2025-11-27T01:34:11+00:00
NameConditionHighlighted
DescriptionSearch for conditions flagged as highlighted 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-highlighted

ConditionHighlighted

Parameter highlighted:token

Search for conditions flagged as highlighted in the SDHRCondition profile

ResourceCondition
ExpressionCondition.extension('https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/hnz-sdhr-highlighted-extension')
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-highlighted",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/sdhr/SearchParameter/condition-highlighted",
  "version": "1.0.0",
  "name": "ConditionHighlighted",
  "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 flagged as highlighted in the SDHRCondition profile",
  "code": "highlighted",
  "base": [
    "Condition"
  ],
  "type": "token",
  "expression": "Condition.extension('https://fhir-ig.digital.health.nz/sdhr/StructureDefinition/hnz-sdhr-highlighted-extension')",
  "xpathUsage": "normal"
}