@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MOPED.Auf.Request.Antworten"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: OperationDefinition MOPED.Auf.Request.Antworten

URL: [base]/Composition/[id]/$antworten

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INAntwort1..1Bundle (MOPED Antworten Bundle SV)

Der Antwort Parameter beinhaltet sämtliche Details zur Antwort auf den VAE/ARKRequest oder zusätzlich eingebrachte Kommunikation.

\n
OUTreturn1..1Resource (OperationOutcome)

Der return Parameter gibt Auskunft über den Erfolg der Operation.

\n
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://elga.moped.at/OperationDefinition/MOPED.Auf.Request.Antworten"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MOPED_Auf_Request_Antworten"] ; # fhir:title [ fhir:v "MOPED auf VAERequest oder ARKRequest $antworten"] ; # fhir:status [ fhir:v "draft"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2025-11-27T09:39:09+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ELGA GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "ELGA GmbH" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://elga.gv.at" ] ] ) ] ) ; # fhir:description [ fhir:v "Die $antworten Operation wird aufgerufen, wenn eine Versichertenanspruchserklärung oder eine Kosteninformation beantwortet wird."] ; # fhir:affectsState [ fhir:v true] ; # fhir:code [ fhir:v "antworten"] ; # fhir:resource ( [ fhir:v "Composition"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v false] ; # fhir:instance [ fhir:v true] ; # fhir:parameter ( [ fhir:name [ fhir:v "Antwort" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Der *Antwort* Parameter beinhaltet sämtliche Details zur Antwort auf den VAE/ARKRequest oder zusätzlich eingebrachte Kommunikation." ] ; fhir:type [ fhir:v "Bundle" ] ; fhir:targetProfile ( [ fhir:v "https://elga.moped.at/StructureDefinition/MopedAntwortenBundleSV"^^xsd:anyURI ; fhir:l ] ) ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Der *return* Parameter gibt Auskunft über den Erfolg der Operation." ] ; fhir:type [ fhir:v "Resource" ] ; fhir:targetProfile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/OperationOutcome"^^xsd:anyURI ; fhir:l ] ) ] ) . # # -------------------------------------------------------------------------------------