FHIR IG analytics| Package | elga.moped |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-MOPED.Auf.Request.Antworten.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/OperationDefinition-MOPED.Auf.Request.Antworten.html |
| URL | https://elga.moped.at/OperationDefinition/MOPED.Auf.Request.Antworten |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-29T16:14:19+00:00 |
| Name | MOPED_Auf_Request_Antworten |
| Title | MOPED auf VAERequest oder ARKRequest $antworten |
| Description | Die $antworten Operation wird aufgerufen, wenn eine Versichertenanspruchserklärung oder eine Kosteninformation beantwortet wird. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition MOPED.Auf.Request.Antworten
URL: [base]/Composition/[id]/$antworten
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | Antwort | 1..1 | Bundle (MOPED Antworten Bundle SV) | Der Antwort Parameter beinhaltet sämtliche Details zur Antwort auf den VAE/ARKRequest oder zusätzlich eingebrachte Kommunikation. | ||
| OUT | return | 1..1 | Resource (OperationOutcome) | Der return Parameter gibt Auskunft über den Erfolg der Operation. |
{
"resourceType": "OperationDefinition",
"id": "MOPED.Auf.Request.Antworten",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://elga.moped.at/OperationDefinition/MOPED.Auf.Request.Antworten",
"version": "0.1.0",
"name": "MOPED_Auf_Request_Antworten",
"title": "MOPED auf VAERequest oder ARKRequest $antworten",
"status": "draft",
"kind": "operation",
"date": "2026-03-29T16:14:19+00:00",
"publisher": "ELGA GmbH",
"contact": [
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "https://elga.gv.at"
}
]
}
],
"description": "Die $antworten Operation wird aufgerufen, wenn eine Versichertenanspruchserklärung oder eine Kosteninformation beantwortet wird.",
"affectsState": true,
"code": "antworten",
"resource": [
"Composition"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "Antwort",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Der *Antwort* Parameter beinhaltet sämtliche Details zur Antwort auf den VAE/ARKRequest oder zusätzlich eingebrachte Kommunikation.",
"type": "Bundle",
"targetProfile": [
"https://elga.moped.at/StructureDefinition/MopedAntwortenBundleSV"
]
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Der *return* Parameter gibt Auskunft über den Erfolg der Operation.",
"type": "Resource",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/OperationOutcome"
]
}
]
}