FHIR IG analytics| Package | vzvz.fhir.aof |
| Resource Type | OperationDefinition |
| Id | get-aorta-data.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=vzvz.fhir.aof@0.16.1&canonical=http://vzvz.nl/fhir/OperationDefinition/get-aorta-data |
| URL | http://vzvz.nl/fhir/OperationDefinition/get-aorta-data |
| Status | active |
| Name | GetAortaData |
| Title | Get Aorta Data |
| Realm | nl |
| Description | Operation to query one or more data sources based on a context for all relevant resources |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "get-aorta-data",
"url": "http://vzvz.nl/fhir/OperationDefinition/get-aorta-data",
"name": "GetAortaData",
"title": "Get Aorta Data",
"status": "active",
"kind": "operation",
"publisher": "VZVZ",
"contact": [
{
"name": "VZVZ",
"telecom": [
{
"system": "email",
"value": "standaardisatie@vzvz.nl",
"use": "work"
}
]
}
],
"description": "Operation to query one or more data sources based on a context for all relevant resources",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NL",
"display": "Netherlands"
}
]
}
],
"code": "get-aorta-data",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "context",
"use": "in",
"min": 1,
"max": "1",
"documentation": "AORTA context that defines why this query is executed\n\n__Examples__\n - context=BGZ\n - context=MEDGEG",
"type": "code",
"binding": {
"strength": "required",
"valueSet": "urn:oid:2.16.840.1.113883.2.4.3.111.15.1"
}
},
{
"name": "destination",
"use": "in",
"min": 0,
"max": "1",
"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",
"type": "uri"
},
{
"name": "effective-time",
"use": "in",
"min": 0,
"max": "2",
"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",
"type": "date"
},
{
"name": "therapy-identifier",
"use": "in",
"min": 0,
"max": "1",
"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",
"type": "Identifier"
},
{
"name": "classifier",
"use": "in",
"min": 0,
"max": "1",
"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",
"type": "Coding"
},
{
"name": "instance-identifier",
"use": "in",
"min": 0,
"max": "1",
"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",
"type": "Identifier"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"documentation": "The result of the operation. Usually a Bundle containing relevant resources.",
"type": "Bundle"
}
]
}