This page is part of the Subscriptions R5 Backport (v1.1.0: STU 1.1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Backported R5 Subscription Content Code System - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="backport-content-code-system"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">empty<a name="backport-content-code-system-empty"> </a></td><td>Empty</td><td>No resource content is transacted in the notification payload.</td></tr><tr><td style="white-space:nowrap">id-only<a name="backport-content-code-system-id-only"> </a></td><td>Id Only</td><td>Only the resource id is transacted in the notification payload.</td></tr><tr><td style="white-space:nowrap">full-resource<a name="backport-content-code-system-full-resource"> </a></td><td>Full Resource</td><td>The entire resource is transacted in the notification payload.</td></tr></table></div>
</text>
<url
value="http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-content-code-system"/>
<version value="1.1.0"/>
<name value="BackportContentCodeSystem"/>
<title value="Backported R5 Subscription Content Code System"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-01-11T15:34:32+11:00"/>
<publisher value="HL7 FHIR Infrastructure WG"/>
<contact>
<name value="HL7 FHIR Infrastructure WG"/>
<telecom>
<system value="url"/>
<value value="https://hl7.org/Special/committees/fiwg"/>
</telecom>
</contact>
<contact>
<name value="Gino Canessa"/>
<telecom>
<system value="email"/>
<value value="mailto:gino.canessa@microsoft.com"/>
</telecom>
</contact>
<contact>
<name value="Eric Haas"/>
<telecom>
<system value="email"/>
<value value="mailto:ehaas@healthedatainc.com"/>
</telecom>
</contact>
<description
value="Codes to represent how much resource content to send in the notification payload."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="empty"/>
<display value="Empty"/>
<definition
value="No resource content is transacted in the notification payload."/>
</concept>
<concept>
<code value="id-only"/>
<display value="Id Only"/>
<definition
value="Only the resource id is transacted in the notification payload."/>
</concept>
<concept>
<code value="full-resource"/>
<display value="Full Resource"/>
<definition
value="The entire resource is transacted in the notification payload."/>
</concept>
</CodeSystem>