PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.aof@2.0.0-beta.4
    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": "OperationDefinition-get-aorta-data.json",
  "package_name": "vzvz.fhir.aof",
  "date": "2026-06-29T16:08:47+02:00",
  "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": "2.0.0-beta.4",
  "status": "active",
  "language": "en",
  "id": "3db717df-a0bc-4b86-b24d-27711864d5a9",
  "affectsState": false,
  "kind": "operation",
  "url": "http://vzvz.nl/fhir/OperationDefinition/get-aorta-data",
  "code": "get-aorta-data",
  "version": "2.0.0-beta.4",
  "contact": [ {
    "name": "VZVZ",
    "telecom": [ {
      "value": "https://www.vzvz.nl",
      "system": "url"
    } ]
  }, {
    "name": "VZVZ",
    "telecom": [ {
      "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": "string",
    "searchType": "token",
    "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": "string",
    "searchType": "token",
    "documentation": "Business identifier of a treatment.\n  E.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": "*",
    "min": 0,
    "use": "in",
    "name": "classifier",
    "type": "string",
    "searchType": "token",
    "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=http://loinc.org|123,http://loinc.org|345,http://loinc.org|3344\n- classifier=http://loinc.org|123&classifier=http://loinc.org|345&classifier=http://loinc.org|3344"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "instance-identifier",
    "type": "string",
    "searchType": "token",
    "documentation": "Business identifier of the resource instance.\n  This 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": "in",
    "name": "lastn-max",
    "type": "positiveInt",
    "documentation": "Number of Observation instances to return\n  Return the most recent [lastn-max] instances of the requested Observation.\n\n  Note: this parameter is passed to the source systems so each will return no more than this number of observations per requested `observation.code`.\n  To be absolutely clear: if the requested type of observations results in multiple `Observation.code` values, for each type a maximum of [lastn-max] observations will be returned per system.\n\n  The total number of observations returned can therefore be more than this number.\n\n  __Examples__\n  - lastn-max=5"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The result of the operation. Usually a Bundle containing relevant resources."
  } ]
}