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

: TC007-BundlePractitionerResponse - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "TC007-BundlePractitionerResponse",
  "meta" : {
    "profile" : [
      🔗 "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-BundleBatchResponse"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "V"
      }
    ]
  },
  "identifier" : {
    "system" : "https://terminology.esmduat.cms.gov:8099/fhir/StructureDefinition/Esmd-Ext-TransactionId",
    "value" : "KNK0060202369EC"
  },
  "type" : "batch-response",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://terminology.esmduat.cms.gov:8099/fhir"
    }
  ],
  "entry" : [
    {
      "response" : {
        "status" : "202 validation failure",
        "location" : "Practitioner/eaf16fc9-8f01-4f22-9bd4-4cf9927c27f1/_history/1",
        "outcome" : {
          "resourceType" : "OperationOutcome",
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example Refer Testing page - TC008 Multipayload Response</div>"
          },
          "issue" : [
            {
              "severity" : "error",
              "code" : "processing",
              "details" : {
                "coding" : [
                  {
                    "system" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-ErrorOrWarningCodes",
                    "code" : "COMBINATION_HIH_NPI",
                    "display" : "The Action Code Received in the Registration Request is not allowed for NPI as association with the HIH OID does not exist in esMD."
                  }
                ]
              }
            }
          ]
        }
      }
    }
  ]
}