PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.aof@0.16.1
    http://vzvz.nl/fhir/OperationDefinition/get-aorta-data
{
  "description": "Operation to query one or more data sources based on a context for all relevant resources",
  "_filename": "get-aorta-data.json",
  "package_name": "vzvz.fhir.aof",
  "date": null,
  "system": true,
  "publisher": "VZVZ",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "NL",
      "system": "urn:iso:std:iso:3166",
      "display": "Netherlands"
    } ]
  } ],
  "name": "GetAortaData",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Get Aorta Data",
  "package_version": "0.16.1",
  "status": "active",
  "id": "5c2e5260-81e1-4084-8601-73eda397d4a2",
  "kind": "operation",
  "url": "http://vzvz.nl/fhir/OperationDefinition/get-aorta-data",
  "code": "get-aorta-data",
  "version": null,
  "contact": [ {
    "name": "VZVZ",
    "telecom": [ {
      "use": "work",
      "value": "standaardisatie@vzvz.nl",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "context",
    "type": "code",
    "binding": {
      "strength": "required",
      "valueSet": "urn:oid:2.16.840.1.113883.2.4.3.111.15.1"
    },
    "documentation": "AORTA context that defines why this query is executed\n\n__Examples__\n  - context=BGZ\n  - context=MEDGEG"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "destination",
    "type": "uri",
    "documentation": "URA of the provider or application-id of the endpoint to query\nIf absent, all data sources with consent will be queried\n\n__Examples__\n- _ura as url_: destination=http://fhir.nl/fhir/NamingSystem/ura|12345\n- _ura as oid_: destination=urn:oid:2.16.528.1.1007.3.3|12345\n- _app-id as url_: destination=http://fhir.nl/fhir/NamingSystem/aorta-app-id|12345678\n- _app-id as oid_: destination=urn:oid:2.16.840.1.113883.2.4.6.6|12345678"
  }, {
    "max": "2",
    "min": 0,
    "use": "in",
    "name": "effective-time",
    "type": "date",
    "documentation": "The period during which the resource is relevant, \ne.g. start and end date falls (partially) within this period\n\n__Examples__\n  - effective-time=ge2025-07-01 \n  - effective-time=ge2010-01-01&effective-time=le2011-12-31"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "therapy-identifier",
    "type": "Identifier",
    "documentation": "Business identifier of a treatment.\nE.g. in Medication Process this refers to the MBH-id\n\n__Examples__\n- therapy-identifier=urn:oid:2.16.840.1.113883.2.4.3.11.999.77.1.1|MBH_920_mg_example-2\n- therapy-identifier=urn:oid:2.16.840.1.113883.2.4.3.139.1.110.48|7db2e893-e13f-4a70-949b-7b7cd7a2da6d"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "classifier",
    "type": "Coding",
    "documentation": "Classification of the resource, \ne.g. type of medication, type of problem\n\n__Examples__\n- classifier=urn:oid:2.16.840.1.113883.2.4.4.8|13610554\n- classifier=loinc|123,loinc|345,loinc|3344"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "instance-identifier",
    "type": "Identifier",
    "documentation": "Business identifier of the resource instance.\nThis parameter is prefixed with 'instance' to more clearly distinguish the difference with the therapy identifier.\n\n__Examples__\n- instance-identifier=urn:oid:urn:oid:2.16.840.1.113883.2.4.3.132.1003.13|015dcd59-4c0a-4240-aa82-bdc819b392c1\n- instance-identifier=http://fhir.nl/fhir/NamingSystem/ura|12345"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The result of the operation. Usually a Bundle containing relevant resources."
  } ]
}