@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Subscription BaseSubscriptionExample01

name: 表单填报完成就绪订阅

status: Requested

topic: 表单填报完成就绪主题

channelType: SubscriptionChannel Type Codes rest-hook: Rest Hook

endpoint: http://localhost:8080/fhir/monitor/notify

heartbeatPeriod: 30

timeout: 10

content: Id-only

maxCount: 3

"^^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 ] ; # 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] . # # -------------------------------------------------------------------------------------