Draft as of 2025-08-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "epa-audit-event-client"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://gematik.de/fhir/ti/StructureDefinition/ti-capability-statement"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/ti/StructureDefinition/ti-capability-statement> ] )
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "X-Request-ID" ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "string" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "UUID of the request message" ] ] [
fhir:url [ fhir:v "format"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "uuid" ] ] [
fhir:url [ fhir:v "required"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-header"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "x-insurantid" ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "string" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Health Record Identifier" ] ] [
fhir:url [ fhir:v "pattern"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "^[A-Z]{1}\\d{9}$" ] ] [
fhir:url [ fhir:v "required"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-header"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "x-useragent" ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "string" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "user agent information" ] ] [
fhir:url [ fhir:v "pattern"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "^[a-zA-Z0-9]{20}\\/[a-zA-Z0-9\\-\\.]{1,15}$" ] ] [
fhir:url [ fhir:v "required"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-header"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "403" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Requestor not authorized (no user session with valid ID-Token available)" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "invalAuth" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "403" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Requestor has no valid entitlement" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "notEntitled" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "403" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Requestor role is not in the list of allowed user groups" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "invalidOid" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "403" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Device registration does not exist (if requestor role is oid_versicherter only)" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "unregisteredDevice" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "404" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Health record is in state UNKNOWN or INITIALIZED" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "noHealthRecord" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "409" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Health record is in state SUSPENDED or MAINTENANCE" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "statusMismatch" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "500" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Any other error" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "application/json" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "internalError" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-base-url"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "http://epa4all/epa/audit/api/v1/fhir" ]
] ) ; #
fhir:url [ fhir:v "https://gematik.de/fhir/epa/CapabilityStatement/epa-audit-event-client"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0-ballot.1"] ; #
fhir:name [ fhir:v "EPAAuditEventClient"] ; #
fhir:title [ fhir:v "Capability Statement für Clients des ePA Audit Event Service"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-08-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "gematik GmbH"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Dieses Capability Statement legt die Anforderungen an ePA Clients fest, die den Audit Event Service der verwenden. Es definiert die unterstützten Interaktionen, erforderliche HTTP Header sowie erwartete Statuscodes."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ] ] )
] ) ; #
fhir:kind [ fhir:v "requirements"] ; #
fhir:imports ( [
fhir:v "https://gematik.de/fhir/epa/CapabilityStatement/epa-basic-client"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa/CapabilityStatement/epa-basic-client> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] )
] ) ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "application/fhir+json"] [ fhir:v "application/fhir+xml"] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
( fhir:resource [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] ) ;
fhir:type [ fhir:v "AuditEvent" ] ;
fhir:profile [
fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] ) ] ;
( fhir:supportedProfile [
fhir:v "https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent> ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] ) ] ) ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "200" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Successful operation" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "400" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown search parameter" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_PARAM_UNKNOWN" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "400" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Invalid query parameter(s)" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_BAD_SYNTAX" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "400" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Invalid request" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_BAD_FORMAT" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "404" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown resource type" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_UNKNOWN_TYPE" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] ) ;
fhir:code [ fhir:v "search-type" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL" ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "200" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Successful operation" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "400" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Invalid request" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_BAD_FORMAT" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "404" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown resource type" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_UNKNOWN_TYPE" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "statusCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "404" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Resource is not known" ] ] [
fhir:url [ fhir:v "responseType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "TIOperationOutcome" ] ] [
fhir:url [ fhir:v "errorCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "MSG_RESOURCE_ID_FAIL" ] ] ) ;
fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-response-info"^^xsd:anyURI ] ] ) ;
fhir:code [ fhir:v "read" ] ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Resource.id" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Resource.meta.lastUpdated" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "action" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-action"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-action> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "AuditEvent.action" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "altid" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-altid"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-altid> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "AuditEvent.agent.altId" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-date> ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "AuditEvent.recorded" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "outcome" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-outcome> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "AuditEvent.outcome" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "entity-name" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name> ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "AuditEvent.entity.name" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "agent-name" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name> ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "AuditEvent.agent.name" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY" ] ] ) ;
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/AuditEvent-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/AuditEvent-type> ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "AuditEvent.type" ] ] ) ] )
] ) . #
IG © 2025+ gematik GmbH. Paket de.gematik.epa#1.2.0-ballot.1 basierend auf FHIR 4.0.1. Generiert 2025-07-31
Links: Table of Contents |
QA Report