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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeSearchParameter
IdSearchParameter-participant.json
FHIR VersionR4
Sourcehttp://koppeltaal.nl/fhir/SearchParameter-participant.html
URLhttp://koppeltaal.nl/fhir/SearchParameter/participant
Version0.16.2
Statusactive
Date2024-07-29
NameKT2_SearchParticipant
Realmnl
DescriptionFind the participant of an ActivityDefinition
PurposeSearch ActivityDefinitions based on participant
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 participant

Language: nl-NL

KT2_SearchParticipant

Parameter participant:token

Find the participant of an ActivityDefinition

ResourceActivityDefinition
ExpressionActivityDefinition.participant.type
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": "participant",
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://koppeltaal.nl/fhir/SearchParameter/participant",
  "version": "0.16.2",
  "name": "KT2_SearchParticipant",
  "status": "active",
  "date": "2024-07-29",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Find the participant of an ActivityDefinition",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "purpose": "Search ActivityDefinitions based on participant",
  "code": "participant",
  "base": [
    "ActivityDefinition"
  ],
  "type": "token",
  "expression": "ActivityDefinition.participant.type"
}