HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
@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:Resource.id [ fhir:value "XDSRepOperationOutcomeExample01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-operationoutcome-xds-rep> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Issues</h3><table class=\"grid\"><tr><td>-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>*</td><td>error</td><td>duplicate</td><td><span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds XDSRepositoryDuplicateUniqueIdInMessage}\">在同一消息中发现资源标识符重复</span></td><td>在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111</td></tr></table></div>"
];
fhir:OperationOutcome.issue [
fhir:index 0;
fhir:OperationOutcome.issue.severity [ fhir:value "error" ];
fhir:OperationOutcome.issue.code [ fhir:value "duplicate" ];
fhir:OperationOutcome.issue.details [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds" ];
fhir:Coding.code [ fhir:value "XDSRepositoryDuplicateUniqueIdInMessage" ];
fhir:Coding.display [ fhir:value "在同一消息中发现资源标识符重复" ] ] ];
fhir:OperationOutcome.issue.diagnostics [ fhir:value "在提交集消息中两个资源具有同样的id: urn:uuid:11111111-1111-1111-1111-11111111111111" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.