API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build
API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Subscription",
"id" : "Subscription-TaskStatusChange-FullResource",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-subscription"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription Subscription-TaskStatusChange-FullResource</b></p><a name=\"Subscription-TaskStatusChange-FullResource\"> </a><a name=\"hcSubscription-TaskStatusChange-FullResource\"> </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-apix-subscription.html\">APIX Subscription</a></p></div><p><b>identifier</b>: <code>http://example.org/submitterOrgSubscriptions</code>/task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad</p><p><b>status</b>: Requested</p><p><b>topic</b>: <code>http://example.org/localhost:8080/fhir//SubscriptionTopic/1000</code></p><p><b>managingEntity</b>: <a href=\"Organization-1002.html\">Organization Stupendous Regulator</a></p><p><b>reason</b>: Monitor status transitions for a specific Task</p><h3>FilterBies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ResourceType</b></td><td><b>FilterParameter</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/R5/task.html\">http://hl7.org/fhir/StructureDefinition/Task</a></td><td>identifier</td><td>systeminternalToSubmitter|miami10</td></tr></table><p><b>channelType</b>: <a href=\"http://terminology.hl7.org/7.1.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://example.org/host.docker.internal:3001/fhir-subscription-notify\">http://example.org/host.docker.internal:3001/fhir-subscription-notify</a></p><p><b>heartbeatPeriod</b>: 300</p><p><b>timeout</b>: 5</p><p><b>contentType</b>: application/fhir+json</p><p><b>content</b>: Full-resource</p></div>"
},
"identifier" : [
{
"system" : "http://example.org/submitterOrgSubscriptions",
"value" : "task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad"
}
],
"status" : "requested",
"topic" : "http://example.org/localhost:8080/fhir//SubscriptionTopic/1000",
"managingEntity" : {
🔗 "reference" : "Organization/1002"
},
"reason" : "Monitor status transitions for a specific Task",
"filterBy" : [
{
"resourceType" : "Task",
"filterParameter" : "identifier",
"value" : "systeminternalToSubmitter|miami10"
}
],
"channelType" : {
"system" : "http://terminology.hl7.org/CodeSystem/subscription-channel-type",
"code" : "rest-hook"
},
"endpoint" : "http://example.org/host.docker.internal:3001/fhir-subscription-notify",
"heartbeatPeriod" : 300,
"timeout" : 5,
"contentType" : "application/fhir+json",
"content" : "full-resource"
}