Implementation Guide
ePA MHD Service
Version 1.0.0 - release

: EPA MHD Service (Document Consumer - Client) - TTL Representation

Active as of 2025-05-28

Raw ttl | Download

@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-mhd-document-consumer"] ; # 
  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 "Request does not match schema"       ]     ] [
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"       ]     ] [
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"       ]     ] [
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/mhd/api/v1/fhir/"     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-mhd/CapabilityStatement/epa-mhd-document-consumer"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EPAMHDDocumentConsumer"] ; # 
  fhir:title [ fhir:v "EPA MHD Service (Document Consumer - Client)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-05-28"^^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 "CapabilityStatement für den ePA MHD Service (Document Consumer - Client)"] ; # 
  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 "DocumentReference" ] ;
      ( fhir:supportedProfile [
fhir:v "https://gematik.de/fhir/epa-mhd/StructureDefinition/epa-mhd-document-reference"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa-mhd/StructureDefinition/epa-mhd-document-reference> ;
        ( 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:versioning [ fhir:v "versioned-update" ] ;
fhir:readHistory [ fhir:v true ] ;
      ( 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 "Aktenweit eindeutige Kennung des Dokuments auf Basis von DocumentReference.entryUUID" ]       ] [
        ( 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 "_content" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/Resource-content"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Resource-content>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Angaben für inhaltsbasierte Volltextsuche in von DocumentReference referenzierten Dokumenten" ]       ] [
        ( 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 "Änderungszeitpunkt der DocumentReference" ]       ] [
        ( 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 "author.given" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Vorname der dokumenterstellenden Person auf Basis von DocumentReference.author, welcher dem authorPerson-Slot der DocumentEntry.author-Classification entspricht" ]       ] [
        ( 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 "author.family" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Nachname der dokumenterstellenden Person auf Basis von DocumentReference.author, welcher dem authorPerson-Slot der DocumentEntry.author-Classification entspricht" ]       ] [
        ( 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 "author.organization.name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Name der dokumenterstellenden Leistungserbringerinstitution auf Basis von DocumentReference.author, welcher dem authorInstitution-Slot der DocumentEntry.author-Classification entspricht" ]       ] [
        ( 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 "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Grobe Klassifizierung des Dokuments auf Basis von DocumentReference.category" ]       ] [
        ( 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 "contenttype" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "MimeType des Dokuments auf Basis von DocumentReference.content.attachment.contentType" ]       ] [
        ( 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 "creation" ] ;
fhir:definition [
fhir:v "https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Erstellungszeitpunkt des Dokuments auf Basis von DocumentReference.content.attachment.creation" ]       ] [
        ( 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 "https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-date"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Erstellungszeitpunkt der DocumentReference" ]       ] [
        ( 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 "description" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-description"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-description>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Ergänzende Hinweise in Freitext auf Basis von DocumentReference.description" ]       ] [
        ( 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 "event" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-event"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-event>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Die zur Erstellung des Dokuments geführten Ereignisse auf Basis von DocumentReference.context.event" ]       ] [
        ( 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 "facility" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-facility"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-facility>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Die auf Basis von DocumentReference.context.facilityTypeArt benannte Art der Einrichtung des dokumentierenden Ereignisses" ]       ] [
        ( 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 "format" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-format"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-format>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Global eindeutiger Code für das Dokumentenformat  auf Basis von DocumentReference.content.format" ]       ] [
        ( 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 "identifier" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-identifier"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Aktenweit eindeutige Kennung des Dokuments auf Basis von DocumentReference.entryUUID" ]       ] [
        ( 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 "language" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Sprache in der ein Dokument verfasst ist" ]       ] [
        ( 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 "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Aktenkontoinhaber" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient.identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Identifikator des Aktenkontoinhabers" ]       ] [
        ( 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 "period" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-period"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-period>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Zeitraum des dokumentierenden Ereignisses auf Basis von DocumentReference.context.period" ]       ] [
        ( 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 "related" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-related"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-related>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "ID-Liste mit assoziierten Dokumenten auf Basis von DocumentReference.context.related" ]       ] [
        ( 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 "security-label" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-security-label>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Vertraulichkeitskennzeichnung/Datenkategorie des Dokuments auf Basis von DocumentReference.securityLabel" ]       ] [
        ( 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 "setting" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-setting"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-setting>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Art der Fachrichtung der erstellenden Einrichtung auf Basis von DocumentReference.context.practiceSetting" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/DocumentReference-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/DocumentReference-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Status des Dokuments auf Basis von DocumentReference.status" ]       ] [
        ( 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 "title" ] ;
fhir:definition [
fhir:v "https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Titel des Dokuments auf Basis von DocumentReference.content.attachment.title" ]       ] [
        ( 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/clinical-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/clinical-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Art des Dokuments auf Basis von DocumentReference.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:type [ fhir:v "Bundle" ] ;
      ( fhir:supportedProfile [
fhir:v "https://gematik.de/fhir/epa-mhd/StructureDefinition/epa-document-search-result-bundle"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/epa-mhd/StructureDefinition/epa-document-search-result-bundle> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
fhir:versioning [ fhir:v "versioned-update" ] ;
fhir:readHistory [ fhir:v true ]     ] )
  ] ) . #