WHO SMART Trust
1.1.6 - CI Build International flag

WHO SMART Trust, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.1.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-trust/tree/main and changes regularly. See the Directory of published versions

: WHO GDHCN Connection Types - XML Representation

Active as of 2025-04-04

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ConnectionTypes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ConnectionTypes</b></p><a name="ConnectionTypes"> </a><a name="hcConnectionTypes"> </a><a name="ConnectionTypes-en-US"> </a><p>This case-insensitive code system <code>http://smart.who.int/trust/CodeSystem/ConnectionTypes</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">http-get<a name="ConnectionTypes-http-get"> </a></td><td>http-get</td><td>http(s) GET request</td></tr><tr><td style="white-space:nowrap">mtls<a name="ConnectionTypes-mtls"> </a></td><td>mTLS</td><td>mutual TLS (mTLS)</td></tr></table></div>
  </text>
  <url value="http://smart.who.int/trust/CodeSystem/ConnectionTypes"/>
  <version value="1.1.6"/>
  <name value="ConnectionTypes"/>
  <title value="WHO GDHCN Connection Types"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2025-04-04T10:56:47+00:00"/>
  <publisher value="WHO"/>
  <contact>
    <name value="WHO"/>
    <telecom>
      <system value="url"/>
      <value value="http://who.int"/>
    </telecom>
  </contact>
  <description value="CodeSystem for GDHCN connection types"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="http-get"/>
    <display value="http-get"/>
    <definition value="http(s) GET request"/>
  </concept>
  <concept>
    <code value="mtls"/>
    <display value="mTLS"/>
    <definition value="mutual TLS (mTLS)"/>
  </concept>
</CodeSystem>