FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/nzcr-referral-clinic-type

Packagenz.central.ihub.ig
TypeSearchParameter
Idnzcr-referral-clinic-type
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/crih/https://build.fhir.org/ig/tewhatuora/centralRegion-integrationHub-ig/SearchParameter-nzcr-referral-clinic-type.html
URLhttps://fhir-ig.digital.health.nz/crih/SearchParameter/nzcr-referral-clinic-type
Version1.0.12-rc2
Statusactive
Date2025-04-29T22:55:58+00:00
NameNZCentralRegionSearchParamClinicType
Realmnz
Authoritynational
DescriptionThis SearchParameter enables query of referral flavour of ServiceRequest by clinicType to support Subscribers receiving notifcations off a subset of referrals.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter nzcr-referral-clinic-type

NZCentralRegionSearchParamClinicType

Parameter clinicType:token

This SearchParameter enables query of referral flavour of ServiceRequest by clinicType to support Subscribers receiving notifcations off a subset of referrals.

ResourceServiceRequest
ExpressionServiceRequest.extension('https://standards.digital.health.nz/ns/central-region/referral').extension('clinicType')
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

Source

{
  "resourceType": "SearchParameter",
  "id": "nzcr-referral-clinic-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/crih/SearchParameter/nzcr-referral-clinic-type",
  "version": "1.0.12-rc2",
  "name": "NZCentralRegionSearchParamClinicType",
  "status": "active",
  "experimental": false,
  "date": "2025-04-29T22:55:58+00:00",
  "publisher": "Te Whatu Ora, Te Pae Hauora o Ruahine o Tararua, MidCentral",
  "contact": [
    {
      "name": "Te Whatu Ora, Te Pae Hauora o Ruahine o Tararua, MidCentral",
      "telecom": [
        {
          "system": "url",
          "value": "http://https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "description": "This SearchParameter enables query of referral flavour of ServiceRequest by clinicType to support Subscribers receiving notifcations off a subset of referrals.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "code": "clinicType",
  "base": [
    "ServiceRequest"
  ],
  "type": "token",
  "expression": "ServiceRequest.extension('https://standards.digital.health.nz/ns/central-region/referral').extension('clinicType')",
  "xpathUsage": "normal"
}