HL7中国发布订阅框架实施指南
2025.03.10 - release

HL7中国发布订阅框架实施指南 - Local Development build (v2025.03.10) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SubscribeOperationOutcomeExample01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "SubscribeOperationOutcomeExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-operationoutcome-subscribe"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-operationoutcome-subscribe>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome SubscribeOperationOutcomeExample01</b></p><a name=\"SubscribeOperationOutcomeExample01\"> </a><a name=\"hcSubscribeOperationOutcomeExample01\"> </a><a name=\"SubscribeOperationOutcomeExample01-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-operationoutcome-subscribe.html\">订阅错误消息本地化定义</a></p></div><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>Invalid Content</td><td/><td>不被支持的订阅主题: FormReady</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "invalid" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir-ig/pubsub/CodeSystem/operationoutcome-codes-subscribe"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TopicNotSupportedFault" ] ;
fhir:display [ fhir:v "不被支持的订阅主题" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "不被支持的订阅主题: FormReady" ]
  ] ) . #