HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: XDSRepOperationOutcomeExample - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "XDSRepOperationOutcomeExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>ERROR</td><td/><td>Duplicate</td><td>在同一消息中发现资源标识符重复</td><td>在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "duplicate",
      "details" : {
        "coding" : [
          {
            "system" : "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds",
            "code" : "XDSRepositoryDuplicateUniqueIdInMessage",
            "display" : "在同一消息中发现资源标识符重复"
          }
        ]
      },
      "diagnostics" : "在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111"
    }
  ]
}