HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: XDSRepOperationOutcomeExample - 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:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "XDSRepOperationOutcomeExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>ERROR</td><td/><td>Duplicate</td><td>在同一消息中发现资源标识符重复</td><td>在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111</td></tr></table></div>"
] ; #
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 "XDSRepositoryDuplicateUniqueIdInMessage" ] ;
fhir:display [ fhir:v "在同一消息中发现资源标识符重复" ] ] ) ] ;
fhir:diagnostics [ fhir:v "在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111" ]
] ) . #