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

: 表单填报完成就绪主题 - TTL Representation

Draft as of 2025-03-10

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:SubscriptionTopic ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SubscriptionTopicExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscriptiontopic"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscriptiontopic>     ] )
  ] ; # 
  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: SubscriptionTopic SubscriptionTopicExample01</b></p><a name=\"SubscriptionTopicExample01\"> </a><a name=\"hcSubscriptionTopicExample01\"> </a><a name=\"SubscriptionTopicExample01-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-base-subscriptiontopic.html\">通用订阅主题本地化定义</a></p></div><table class=\"grid\"><tr><td><b>SubscriptionTopic</b></td><td>表单填报完成就绪主题</td></tr><tr><td><b>Description</b></td><td><div><p>调查问卷填报完成就绪可供其他系统消费。</p>\n</div></td></tr><tr><td><b>Copyright Statement:</b></td><td> null</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Resource Triggers</b></td></tr><tr><th><b>Resource</b></th><th><b>Interactions</b></th></tr><tr><td><a href=\"http://hl7.org/fhir/R5/questionnaireresponse.html\">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a></td><td>create</td></tr></table><table class=\"grid\"><tr><td colspan=\"1\"><b>Notification Shapes</b></td></tr><tr><th><b>Resource</b></th></tr><tr><td><a href=\"http://hl7.org/fhir/R5/questionnaireresponse.html\">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2025.03.10"] ; # 
  fhir:name [ fhir:v "FormFilledReadyTopic"] ; # 
  fhir:title [ fhir:v "表单填报完成就绪主题"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-03-10T12:34:11+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7中国委员会"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7中国委员会" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.cn" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "调查问卷填报完成就绪可供其他系统消费。"] ; # 
  fhir:approvalDate [ fhir:v "2025-03-01"^^xsd:date] ; # 
  fhir:resourceTrigger ( [
fhir:resource [ fhir:v "QuestionnaireResponse"^^xsd:anyURI ] ;
    ( fhir:supportedInteraction [ fhir:v "create" ] )
  ] ) ; # 
  fhir:notificationShape ( [
fhir:resource [ fhir:v "QuestionnaireResponse"^^xsd:anyURI ]
  ] ) . #