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

FHIR IG Statistics: SearchParameter/SubscriptionTopic-derived-or-self

Packageihe.iti.dsubm
TypeSearchParameter
IdSubscriptionTopic-derived-or-self
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/DSUBm/https://build.fhir.org/ig/IHE/ITI.DSUBm/SearchParameter-SubscriptionTopic-derived-or-self.html
URLhttps://profiles.ihe.net/ITI/DSUBm/SearchParameter/SubscriptionTopic-derived-or-self
Version1.0.1-current
Statusactive
Date2025-04-28T16:57:25+00:00
NameDerivedOrSelf
Realmuv
Authorityihe
DescriptionA server defined search that matches the url or derivedFrom url
Typeuri

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 SubscriptionTopic-derived-or-self

DerivedOrSelf TU

Parameter derived-or-self:uri

A server defined search that matches the url or derivedFrom url

ResourceBasic
Expression(extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionTopic.url').value.ofType(string)) | (extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionTopic.derivedFrom').value.ofType(string))
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": "SubscriptionTopic-derived-or-self",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "https://profiles.ihe.net/ITI/DSUBm/SearchParameter/SubscriptionTopic-derived-or-self",
  "version": "1.0.1-current",
  "name": "DerivedOrSelf",
  "status": "active",
  "experimental": false,
  "date": "2025-04-28T16:57:25+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "A server defined search that matches the url or derivedFrom url",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "derived-or-self",
  "base": [
    "Basic"
  ],
  "type": "uri",
  "expression": "(extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionTopic.url').value.ofType(string)) | (extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionTopic.derivedFrom').value.ofType(string))"
}