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

Generated Narrative: OperationDefinition MOPED.Encounter.Abrechnen

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INAbrechnung1..1Bundle (MOPED Abrechnen Bundle KH)

Der Abrechnung Parameter beinhaltet ein Bundle mit sämtlichen Details zur Abrechnung lt. MopedLKFRequest Profil.

\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.Encounter.Abrechnen"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MOPED_Encounter_Abrechnen"] ; # fhir:title [ fhir:v "MOPED Encounter $abrechnen"] ; # 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 $abrechnen Operation wird aufgerufen, wenn ein Fall abgerechnet werden soll."] ; # fhir:affectsState [ fhir:v true] ; # fhir:code [ fhir:v "abrechnen"] ; # 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 "Abrechnung" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Der *Abrechnung* Parameter beinhaltet ein Bundle mit sämtlichen Details zur Abrechnung lt. MopedLKFRequest Profil." ] ; fhir:type [ fhir:v "Bundle" ] ; fhir:targetProfile ( [ fhir:v "https://elga.moped.at/StructureDefinition/MopedAbrechnenBundleKH"^^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 ] ) ] ) . # # -------------------------------------------------------------------------------------