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

FHIR IG analytics

Packagede.gematik.ti
Resource TypeOperationOutcome
IdOperationOutcome-468ca07b-7d63-453d-a738-0c35cb9402aa.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "468ca07b-7d63-453d-a738-0c35cb9402aa",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"
    ]
  },
  "issue": [
    {
      "severity": "information",
      "code": "informational",
      "details": {
        "coding": [
          {
            "system": "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
            "code": "OPERATION_SUCCESS",
            "display": "Operation Successfully Completed"
          }
        ]
      }
    }
  ]
}