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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationOutcome
IdOperationOutcome-FailedHVOOrganizationTransactionBundle.json
FHIR VersionR5

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": "FailedHVOOrganizationTransactionBundle",
  "issue": [
    {
      "details": {
        "coding": [
          {
            "code": "2-34-303",
            "system": "http://electronichealth.se/CodeSystem/error-codes",
            "display": "12345-6789 är ett ogiltigt format för organisationsnummer"
          }
        ]
      },
      "expression": [
        "Bundle.entry[0]"
      ],
      "severity": "error",
      "code": "invalid"
    },
    {
      "details": {
        "coding": [
          {
            "code": "2-34-301",
            "system": "http://electronichealth.se/CodeSystem/error-codes",
            "display": "Organisationsnumret 1234567890 är inte registrerat hos Bolagsverket"
          }
        ]
      },
      "expression": [
        "Bundle.entry[2]"
      ],
      "severity": "error",
      "code": "business-rule"
    }
  ]
}