FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.vsdm2
Resource TypeOperationOutcome
IdOperationOutcome-VSDMOperationOutcome-UnsupportedMediatype.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Die Abfrage der Versichertenstammdaten war technisch fehlerhaft. Bitte wenden Sie sich an Ihren Systemhersteller.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "VSDMOperationOutcome-UnsupportedMediatype",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMOperationOutcome|1.0.0-rc7"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "value",
      "details": {
        "coding": [
          {
            "code": "SERVICE_UNSUPPORTED_MEDIATYPE",
            "system": "https://gematik.de/fhir/vsdm2/CodeSystem/VSDMErrorcodeCS",
            "display": "DAs vom Clientsystem angefragte Datenformat [media type] wird nicht unterstützt."
          }
        ],
        "text": "Das vom Clientsystem angefragte Datenformat application/morse-code wird nicht unterstützt."
      },
      "diagnostics": "Das im HTTP Header Accept angeforderte Datenformat wird vom VSDM 2.0-Fachdienst nicht unterstützt.\nHierbei handelt es sich in der Regel um einen Implementierungsfehler im Clientsystem.\nEs sind nur die Formate application/fhir+xml und application/fhir+json erlaubt.\nStellen Sie sicher, dass nur die genannten Formate verwendet werden.",
      "expression": [
        "http.Accept"
      ]
    }
  ]
}