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
{
"resourceType" : "CodeSystem",
"id" : "operationoutcome-code-xds",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryError<a name=\"operationoutcome-code-xds-XDSRepositoryError\"> </a></td><td>文档存储错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryError<a name=\"operationoutcome-code-xds-XDSRegistryError\"> </a></td><td>文档注册错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryMetadataError<a name=\"operationoutcome-code-xds-XDSRepositoryMetadataError\"> </a></td><td>元数据错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryMetadataError<a name=\"operationoutcome-code-xds-XDSRegistryMetadataError\"> </a></td><td>元数据错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSMissingDocument<a name=\"operationoutcome-code-xds-XDSMissingDocument\"> </a></td><td>文档元数据指向的文档未找到</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryDuplicateUniqueIdInMessage<a name=\"operationoutcome-code-xds-XDSRepositoryDuplicateUniqueIdInMessage\"> </a></td><td>在同一消息中发现同样的UniqueId</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSNonIdenticalHash<a name=\"operationoutcome-code-xds-XDSNonIdenticalHash\"> </a></td><td>文档id一样,但Hash值不一样</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSNonIdenticalSize<a name=\"operationoutcome-code-xds-XDSNonIdenticalSize\"> </a></td><td>文档id一样,但Size值不一样</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryNotAvailable<a name=\"operationoutcome-code-xds-XDSRegistryNotAvailable\"> </a></td><td>文档注册服务不可访问</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSUnknownPatientId<a name=\"operationoutcome-code-xds-XDSUnknownPatientId\"> </a></td><td>无法识别的患者标识</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSPatientIdDoesNotMatch<a name=\"operationoutcome-code-xds-XDSPatientIdDoesNotMatch\"> </a></td><td>患者标识不匹配</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSDocumentUniqueIdError<a name=\"operationoutcome-code-xds-XDSDocumentUniqueIdError\"> </a></td><td>文档唯一标识错误</td><td>因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效</td></tr><tr><td style=\"white-space:nowrap\">XDSDuplicateUniqueIdInRegistry<a name=\"operationoutcome-code-xds-XDSDuplicateUniqueIdInRegistry\"> </a></td><td>在注册库唯一标识重复</td><td/></tr></table></div>"
},
"url" : "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds",
"version" : "2024.5.5",
"name" : "XDSOperationOutcomeCode",
"title" : "文档共享服务错误消息代码表",
"status" : "active",
"date" : "2024-05-05T21:11:47+08:00",
"publisher" : "HL7中国",
"contact" : [
{
"name" : "HL7中国",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org.cn"
}
]
}
],
"description" : "文档共享服务错误消息代码表",
"content" : "complete",
"count" : 13,
"concept" : [
{
"code" : "XDSRepositoryError",
"display" : "文档存储错误"
},
{
"code" : "XDSRegistryError",
"display" : "文档注册错误"
},
{
"code" : "XDSRepositoryMetadataError",
"display" : "元数据错误"
},
{
"code" : "XDSRegistryMetadataError",
"display" : "元数据错误"
},
{
"code" : "XDSMissingDocument",
"display" : "文档元数据指向的文档未找到"
},
{
"code" : "XDSRepositoryDuplicateUniqueIdInMessage",
"display" : "在同一消息中发现同样的UniqueId"
},
{
"code" : "XDSNonIdenticalHash",
"display" : "文档id一样,但Hash值不一样"
},
{
"code" : "XDSNonIdenticalSize",
"display" : "文档id一样,但Size值不一样"
},
{
"code" : "XDSRegistryNotAvailable",
"display" : "文档注册服务不可访问"
},
{
"code" : "XDSUnknownPatientId",
"display" : "无法识别的患者标识"
},
{
"code" : "XDSPatientIdDoesNotMatch",
"display" : "患者标识不匹配"
},
{
"code" : "XDSDocumentUniqueIdError",
"display" : "文档唯一标识错误",
"definition" : "因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效"
},
{
"code" : "XDSDuplicateUniqueIdInRegistry",
"display" : "在注册库唯一标识重复"
}
]
}