@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "XDSRegOperationOutcomeExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-reg"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
SeverityLocationCodeDetailsDiagnostics
ERRORDuplicate在注册库中发现唯一标识符重复在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7
" ] ; # fhir:issue ( [ fhir:severity [ fhir:v "error" ] ; fhir:code [ fhir:v "duplicate" ] ; fhir:details [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds"^^xsd:anyURI ] ; fhir:code [ fhir:v "XDSDuplicateUniqueIdInRegistry" ] ; fhir:display [ fhir:v "在注册库中发现唯一标识符重复" ] ] ) ] ; fhir:diagnostics [ fhir:v "在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7" ] ] ) . # # -------------------------------------------------------------------------------------