ESMD FHIR Implementation Guide
1.0.0 - esmd

ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example-BundleSubmission-Error-Response - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "Example-BundleSubmission-Error-Response",
  "meta" : {
    "profile" : [
      🔗 "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-OperationOutcome"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "V"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example Refer Testing page - TC008 Multipayload Response</div>"
  },
  "extension" : [
    {
      "url" : "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-TransactionId",
      "valueString" : "HJG0007228027EC"
    }
  ],
  "issue" : [
    {
      "severity" : "error",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-ErrorOrWarningCodes",
            "code" : "UNIQUE_ID_NOT_MATCHING",
            "display" : "Unique ID received in the bundle request does not match the Unique ID sent in the PreSigned URL."
          }
        ]
      }
    }
  ]
}