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

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

: XDSRegOperationOutcomeExample - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationOutcome",
  "id" : "XDSRegOperationOutcomeExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-reg"
    ]
  },
  "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 XDSDuplicateUniqueIdInRegistry}\">在注册库中发现唯一标识符重复</span></td><td>在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "duplicate",
      "details" : {
        "coding" : [
          {
            "system" : "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds",
            "code" : "XDSDuplicateUniqueIdInRegistry",
            "display" : "在注册库中发现唯一标识符重复"
          }
        ]
      },
      "diagnostics" : "在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7"
    }
  ]
}