This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
<Bundle xmlns="http://hl7.org/fhir">
<id value="example-publishable-bundle"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishable-bundle"/>
</meta>
<type value="transaction"/>
<entry>
<fullUrl
value="http://example.org/fhir/ImplementationGuide/sepsis-management-ig"/>
<resource>
<ImplementationGuide>
<id value="sepsis-management-ig"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="ImplementationGuide_sepsis-management-ig"> </a><p class="res-header-id"><b>Generated Narrative: ImplementationGuide sepsis-management-ig</b></p><a name="sepsis-management-ig"> </a><a name="hcsepsis-management-ig"> </a><p><b>url</b>: <a href="Bundle-example-publishable-bundle.html#http-//example.org/fhir/ImplementationGuide/sepsis-management-ig">Bundle: type = transaction</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: SepsisManagementIG</p><p><b>title</b>: Sepsis Detection and Management Implementation Guide</p><p><b>status</b>: Active</p><p><b>publisher</b>: Example Medical Research Institution</p><p><b>description</b>: </p><div><p>This implementation guide provides evidence-based clinical decision support for sepsis detection and management.
It includes risk stratification algorithms, treatment protocols, and quality measures developed through
clinical trials and expert consensus.</p>
</div><p><b>packageId</b>: example.sepsis.management</p><p><b>fhirVersion</b>: 4.0.1</p><blockquote><p><b>definition</b></p><blockquote><p><b>resource</b></p><p><b>reference</b>: <a href="Bundle-example-publishable-bundle.html#Library_sepsis-detection-library">Bundle: type = transaction</a></p><p><b>name</b>: Sepsis Detection Library</p><p><b>description</b>: CQL library containing sepsis detection logic</p></blockquote><blockquote><p><b>resource</b></p><p><b>reference</b>: <a href="Bundle-example-publishable-bundle.html#ActivityDefinition_sepsis-management-protocol">Bundle: type = transaction</a></p><p><b>name</b>: Sepsis Management Protocol</p><p><b>description</b>: Evidence-based sepsis management recommendations</p></blockquote></blockquote></div>
</text>
<url
value="http://example.org/fhir/ImplementationGuide/sepsis-management-ig"/>
<version value="1.0.0"/>
<name value="SepsisManagementIG"/>
<title value="Sepsis Detection and Management Implementation Guide"/>
<status value="active"/>
<publisher value="Example Medical Research Institution"/>
<description
value="This implementation guide provides evidence-based clinical decision support for sepsis detection and management.
It includes risk stratification algorithms, treatment protocols, and quality measures developed through
clinical trials and expert consensus."/>
<packageId value="example.sepsis.management"/>
<fhirVersion value="4.0.1"/>
<definition>
<resource>
<reference>
<reference value="Library/sepsis-detection-library"/>
</reference>
<name value="Sepsis Detection Library"/>
<description
value="CQL library containing sepsis detection logic"/>
</resource>
<resource>
<reference>
<reference
value="ActivityDefinition/sepsis-management-protocol"/>
</reference>
<name value="Sepsis Management Protocol"/>
<description
value="Evidence-based sepsis management recommendations"/>
</resource>
</definition>
</ImplementationGuide>
</resource>
<request>
<method value="POST"/>
<url value="ImplementationGuide/sepsis-management-ig"/>
<ifNoneExist
value="url=http://example.org/fhir/ImplementationGuide/sepsis-management-ig&version=1.0.0"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/Library/sepsis-detection-library"/>
<resource>
<Library>
<id value="sepsis-detection-library"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Library_sepsis-detection-library"> </a>
<div>
<table class="grid dict">
<tr>
<th scope="row"><b>Title: </b></th>
<td style="padding-left: 4px;">Sepsis Detection Library</td>
</tr>
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">sepsis-detection-library</td>
</tr>
<tr>
<th scope="row"><b>Version: </b></th>
<td style="padding-left: 4px;">1.0.0</td>
</tr>
<tr>
<th scope="row"><b>Url: </b></th>
<td style="padding-left: 4px;"><a href="Bundle-example-publishable-bundle.html#http-//example.org/fhir/Library/sepsis-detection-library">Bundle: type = transaction</a></td>
</tr>
<tr>
<th scope="row"><b>Type: </b></th>
<td style="padding-left: 4px;">
<p style="margin-bottom: 5px;">
<b>system: </b> <span><a href="http://terminology.hl7.org/6.5.0/CodeSystem-library-type.html">http://terminology.hl7.org/CodeSystem/library-type</a></span>
</p>
<p style="margin-bottom: 5px;">
<b>code: </b> <span>logic-library</span>
</p>
</td>
</tr>
<tr>
<th scope="row"><b>Description: </b></th>
<td style="padding-left: 4px;"><div><p>This library contains Clinical Quality Language (CQL) logic for detecting sepsis risk
based on clinical indicators including vital signs, laboratory values, and clinical observations.
The algorithms are based on peer-reviewed research and clinical guidelines.</p>
</div></td>
</tr>
<tr>
<td colspan="2">
<table>
<tr><th><a id="cql-content"><b>Content: </b></a> text/cql</th></tr>
<tr><td><pre><code class="language-cql">library SepsisDetection version '1.0.0'
// Example CQL content for sepsis detection</code></pre></td></tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</text>
<url
value="http://example.org/fhir/Library/sepsis-detection-library"/>
<version value="1.0.0"/>
<name value="SepsisDetectionLibrary"/>
<title value="Sepsis Detection Library"/>
<status value="active"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/library-type"/>
<code value="logic-library"/>
</coding>
</type>
<description
value="This library contains Clinical Quality Language (CQL) logic for detecting sepsis risk
based on clinical indicators including vital signs, laboratory values, and clinical observations.
The algorithms are based on peer-reviewed research and clinical guidelines."/>
<content>
<contentType value="text/cql"/>
<data
value="bGlicmFyeSBTZXBzaXNEZXRlY3Rpb24gdmVyc2lvbiAnMS4wLjAnCgovLyBFeGFtcGxlIENRTCBjb250ZW50IGZvciBzZXBzaXMgZGV0ZWN0aW9u"/>
</content>
</Library>
</resource>
<request>
<method value="POST"/>
<url value="Library/sepsis-detection-library"/>
<ifNoneExist
value="url=http://example.org/fhir/Library/sepsis-detection-library&version=1.0.0"/>
</request>
</entry>
<entry>
<fullUrl
value="http://example.org/fhir/ActivityDefinition/sepsis-management-protocol"/>
<resource>
<ActivityDefinition>
<id value="sepsis-management-protocol"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="ActivityDefinition_sepsis-management-protocol"> </a>
<div>
<table class="grid dict">
<tr>
<th scope="row"><b>Title: </b></th>
<td style="padding-left: 4px;">Evidence-Based Sepsis Management Protocol</td>
</tr>
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">sepsis-management-protocol</td>
</tr>
<tr>
<th scope="row"><b>Version: </b></th>
<td style="padding-left: 4px;">1.0.0</td>
</tr>
<tr>
<th scope="row"><b>Description: </b></th>
<td style="padding-left: 4px;"><div><p>Comprehensive sepsis management protocol including initial assessment, treatment recommendations,
and monitoring guidelines. Based on Surviving Sepsis Campaign guidelines and institutional
clinical experience.</p>
</div></td>
</tr>
<tr>
<th scope="row"><b>Code: </b></th>
<td style="padding-left: 4px;">
<p><b>system: </b><span><a href="https://browser.ihtsdotools.org/">http://snomed.info/sct</a></span></p>
<p><b>code: </b><span>91302008</span></p>
<p><b>display: </b><span>Sepsis (disorder)</span></p>
</td>
</tr>
<tr>
<th scope="row"><b>Kind: </b></th>
<td style="padding-left: 4px;">ServiceRequest</td>
</tr>
<tr>
<th scope="row"><b>Intent: </b></th>
<td style="padding-left: 4px;">proposal</td>
</tr>
<tr>
<th scope="row"><b>Priority: </b></th>
<td style="padding-left: 4px;">urgent</td>
</tr>
</table>
</div>
</div>
</text>
<url
value="http://example.org/fhir/ActivityDefinition/sepsis-management-protocol"/>
<version value="1.0.0"/>
<name value="SepsisManagementProtocol"/>
<title value="Evidence-Based Sepsis Management Protocol"/>
<status value="active"/>
<description
value="Comprehensive sepsis management protocol including initial assessment, treatment recommendations,
and monitoring guidelines. Based on Surviving Sepsis Campaign guidelines and institutional
clinical experience."/>
<kind value="ServiceRequest"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="91302008"/>
<display value="Sepsis (disorder)"/>
</coding>
</code>
<intent value="proposal"/>
<priority value="urgent"/>
<timingTiming>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="h"/>
</repeat>
</timingTiming>
</ActivityDefinition>
</resource>
<request>
<method value="POST"/>
<url value="ActivityDefinition/sepsis-management-protocol"/>
<ifNoneExist
value="url=http://example.org/fhir/ActivityDefinition/sepsis-management-protocol&version=1.0.0"/>
</request>
</entry>
</Bundle>