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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: XDSRepOperationOutcomeExample - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "XDSRepOperationOutcomeExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Issues</h3><table class=\"grid\"><tr><td>-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>*</td><td>error</td><td>duplicate</td><td><span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds XDSRepositoryDuplicateUniqueIdInMessage}\">在同一消息中发现资源标识符重复</span></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"
    }
  ]
}