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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) 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/connectathon/StructureDefinition/profile-operationoutcome-xds-rep"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome XDSRepOperationOutcomeExample</b></p><a name=\"XDSRepOperationOutcomeExample\"> </a><a name=\"hcXDSRepOperationOutcomeExample\"> </a><a name=\"XDSRepOperationOutcomeExample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-operationoutcome-xds-rep.html\">文档存储错误消息本地化定义</a></p></div><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>在提交集消息中两个资源具有同样的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/connectathon/CodeSystem/operationoutcome-code-xds",
            "code" : "XDSRepositoryDuplicateUniqueIdInMessage",
            "display" : "在同一消息中发现资源标识符重复"
          }
        ]
      },
      "diagnostics" : "在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111"
    }
  ]
}