FHIR IG analytics| Package | de.gematik.vsdm2 |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-VSDMOperationOutcome-UnsupportedMediatype.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
]
}
]
}