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

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

: 文档注册库错误消息代码表 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "operationoutcome-code-xds-reg"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-operationoutcome-code-xds.html\"><code>http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRegistryMetadataError\">XDSRegistryMetadataError</a></td><td style=\"color: #cccccc\">元数据错误</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRegistryError\">XDSRegistryError</a></td><td style=\"color: #cccccc\">文档注册错误</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSUnknownPatientId\">XDSUnknownPatientId</a></td><td style=\"color: #cccccc\">无法识别的患者标识</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSPatientIdDoesNotMatch\">XDSPatientIdDoesNotMatch</a></td><td style=\"color: #cccccc\">患者标识不匹配</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalHash\">XDSNonIdenticalHash</a></td><td style=\"color: #cccccc\">文档id一样,但Hash值不一样</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalSize\">XDSNonIdenticalSize</a></td><td style=\"color: #cccccc\">文档id一样,但Size值不一样</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSDuplicateUniqueIdInRegistry\">XDSDuplicateUniqueIdInRegistry</a></td><td style=\"color: #cccccc\">在注册库唯一标识重复</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSDocumentUniqueIdError\">XDSDocumentUniqueIdError</a></td><td style=\"color: #cccccc\">文档唯一标识错误</td><td>因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir/ValueSet/operationoutcome-code-xds-reg"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2024.4.23"] ; # 
  fhir:name [ fhir:v "VSXDSRegOperationOutcomeCode"] ; # 
  fhir:title [ fhir:v "文档注册库错误消息代码表"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-04-23T21:03:23+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7中国"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7中国" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.cn" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "文档注册库错误消息代码表"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "XDSRegistryMetadataError" ]       ] [
fhir:code [ fhir:v "XDSRegistryError" ]       ] [
fhir:code [ fhir:v "XDSUnknownPatientId" ]       ] [
fhir:code [ fhir:v "XDSPatientIdDoesNotMatch" ]       ] [
fhir:code [ fhir:v "XDSNonIdenticalHash" ]       ] [
fhir:code [ fhir:v "XDSNonIdenticalSize" ]       ] [
fhir:code [ fhir:v "XDSDuplicateUniqueIdInRegistry" ]       ] [
fhir:code [ fhir:v "XDSDocumentUniqueIdError" ]       ] )     ] )
  ] . #