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

: BaseSubscriptionExample01 - 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:Subscription ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BaseSubscriptionExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscription"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscription>     ] )
  ] ; # 
  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: Subscription BaseSubscriptionExample01</b></p><a name=\"BaseSubscriptionExample01\"> </a><a name=\"hcBaseSubscriptionExample01\"> </a><a name=\"BaseSubscriptionExample01-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-subscription.html\">通用订阅本地化定义</a></p></div><p><b>name</b>: 表单填报完成就绪订阅</p><p><b>status</b>: Requested</p><p><b>topic</b>: <a href=\"SubscriptionTopic-SubscriptionTopicExample01.html\">表单填报完成就绪主题</a></p><p><b>channelType</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscription-channel-type.html#subscription-channel-type-rest-hook\">SubscriptionChannel Type Codes rest-hook</a>: Rest Hook</p><p><b>endpoint</b>: <a href=\"http://localhost:8080/fhir/monitor/notify\">http://localhost:8080/fhir/monitor/notify</a></p><p><b>heartbeatPeriod</b>: 30</p><p><b>timeout</b>: 10</p><p><b>content</b>: Id-only</p><p><b>maxCount</b>: 3</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:name [ fhir:v "表单填报完成就绪订阅"] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:topic [
fhir:v "http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic>
  ] ; # 
  fhir:channelType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscription-channel-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rest-hook" ]
  ] ; # 
  fhir:endpoint [ fhir:v "http://localhost:8080/fhir/monitor/notify"^^xsd:anyURI] ; # 
  fhir:heartbeatPeriod [ fhir:v "30"^^xsd:nonNegativeInteger] ; # 
  fhir:timeout [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:content [ fhir:v "id-only"] ; # 
  fhir:maxCount [ fhir:v "3"^^xsd:positiveInteger] . #