WHO-UMC IDMP Management and Publish API, published by Uppsala Monitoring Centre. 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/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ and changes regularly. See the Directory of published versions
Active as of 2024-11-11 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="channelType"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet channelType</b></p><a name="channelType"> </a><a name="hcchannelType"> </a><a name="channelType-en-US"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.0.2/CodeSystem-subscription-channel-type.html"><code>http://terminology.hl7.org/CodeSystem/subscription-channel-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-subscription-channel-type.html#subscription-channel-type-email">email</a></td><td>Email</td><td>The channel is executed by sending an email to the email addressed in the URI (which must be a mailto:).</td></tr><tr><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-subscription-channel-type.html#subscription-channel-type-rest-hook">rest-hook</a></td><td>Rest Hook</td><td>The channel is executed by making a POST to the URI with the selected payload and MIME type.</td></tr></table></li></ul></div>
</text>
<url value="http://who-umc.org/idmp/ValueSet/channelType"/>
<version value="0.1.0"/>
<name value="channelType"/>
<title value="Channel Type Value Set"/>
<status value="active"/>
<experimental value="false"/>
<date value="2024-11-11T10:18:00+00:00"/>
<publisher value="Uppsala Monitoring Centre"/>
<contact>
<name value="Uppsala Monitoring Centre"/>
<telecom>
<system value="url"/>
<value value="http://www.who-umc.org"/>
</telecom>
</contact>
<contact>
<name value="Uppsala Monitoring Centre"/>
<telecom>
<system value="url"/>
<value value="http://www.who-umc.org"/>
</telecom>
</contact>
<description value="Channel type Value Set accepted by the IDMP Service"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<compose>
<include>
<system
value="http://terminology.hl7.org/CodeSystem/subscription-channel-type"/>
<concept>
<code value="email"/>
<display value="Email"/>
</concept>
<concept>
<code value="rest-hook"/>
<display value="Rest Hook"/>
</concept>
</include>
</compose>
</ValueSet>