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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeSearchParameter
IdSearchParameter-publisherId-extension.json
FHIR VersionR4
Sourcehttp://koppeltaal.nl/fhir/SearchParameter-publisherId-extension.html
URLhttp://koppeltaal.nl/fhir/SearchParameter/publisherId-extension
Version0.16.2
Statusactive
Date2023-01-24
NameKT2_SearchPublisherId
Realmnl
DescriptionSearch by publisherId for an ActivityDefinition
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 publisherId-extension

version: 2; Last updated: 2023-01-24 13:07:26+0000; Language: nl-NL

KT2_SearchPublisherId

Parameter publisherId:token

Search by publisherId for an ActivityDefinition

ResourceActivityDefinition
ExpressionActivityDefinition.extension('http://koppeltaal.nl/fhir/StructureDefinition/KT2PublisherId')
Processing ModeNormal
Target ResourcesActivityDefinition
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": "publisherId-extension",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2023-01-24T13:07:26.3087273+00:00"
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://koppeltaal.nl/fhir/SearchParameter/publisherId-extension",
  "version": "0.16.2",
  "name": "KT2_SearchPublisherId",
  "status": "active",
  "experimental": false,
  "date": "2023-01-24",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search by publisherId for an ActivityDefinition",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "code": "publisherId",
  "base": [
    "ActivityDefinition"
  ],
  "type": "token",
  "expression": "ActivityDefinition.extension('http://koppeltaal.nl/fhir/StructureDefinition/KT2PublisherId')",
  "xpathUsage": "normal",
  "target": [
    "ActivityDefinition"
  ]
}