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

: XDSRegOperationOutcomeExample - 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 "XDSRegOperationOutcomeExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-reg"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-reg>     ] )
  ] ; # 
  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>在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7</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 "XDSDuplicateUniqueIdInRegistry" ] ;
fhir:display [ fhir:v "在注册库中发现唯一标识符重复" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "在注册库中两个资源具有同样的标识: urn:oid:1.2.2.3.4.4.5.6.7.7" ]
  ] ) . #