Da Vinci Clinical Data Exchange (CDex)
2.1.0-preview - CI Build United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: CDex Inline OperationOutcome Example 1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "CDex Inline OperationOutcome Example 1"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "OperationOutcome example used to create inline scenarios for this guide"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>The attachments can not be associated with a current claim or prior authorization and are being held for association with a future claim or prior authorization.</p>\n    </div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "details" : {
        "text" : "The attachments can not be associated with a current claim or prior authorization and are being held for association with a future claim or prior authorization."
      }
    }
  ]
}