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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeSearchParameter
IdSearchParameter-task-instantiates.json
FHIR VersionR4
Sourcehttp://koppeltaal.nl/fhir/SearchParameter-task-instantiates.html
URLhttp://koppeltaal.nl/fhir/SearchParameter/task-instantiates
Version0.16.2
Statusactive
Date2023-11-02
NameKT2_SearchInstantiates
Realmnl
DescriptionSearch Tasks based on a (set of) ActivityDefinition which in turn can conform to a specific PublisherId
PurposeSearch Tasks based on the instantiated ActivityDefinition
Typereference

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 task-instantiates

Language: nl-NL

KT2_SearchInstantiates

Parameter instantiates:reference

Search Tasks based on a (set of) ActivityDefinition which in turn can conform to a specific PublisherId

ResourceTask
ExpressionTask.extension('http://vzvz.nl/fhir/StructureDefinition/instantiates')
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
ChainsAllowed: publisherId, topic, participant

Source1

{
  "resourceType": "SearchParameter",
  "id": "task-instantiates",
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://koppeltaal.nl/fhir/SearchParameter/task-instantiates",
  "version": "0.16.2",
  "name": "KT2_SearchInstantiates",
  "status": "active",
  "experimental": false,
  "date": "2023-11-02",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search Tasks based on a (set of) ActivityDefinition which in turn can conform to a specific PublisherId",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "purpose": "Search Tasks based on the instantiated ActivityDefinition",
  "code": "instantiates",
  "base": [
    "Task"
  ],
  "type": "reference",
  "expression": "Task.extension('http://vzvz.nl/fhir/StructureDefinition/instantiates')",
  "target": [
    "ActivityDefinition"
  ],
  "chain": [
    "publisherId",
    "topic",
    "participant"
  ]
}