0.1.0 - draft

NyTimelosingIG - Local Development build (v0.1.0). See the Directory of published versions

: Hn Basis VirtualServiceType Value Set - XML Representation

Draft as of 2024-06-01

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="hn-basis-virtual-service-type.valueset"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-contact-point-system.html"><code>http://hl7.org/fhir/contact-point-system</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://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-url">url</a></td><td>URL</td><td>A contact that is not a phone, fax, pager or email address and is expressed as a URL.  This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-phone">phone</a></td><td>Phone</td><td>The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://helsenorge.no/fhir/ValueSet/hn-basis-virtual-service-type.valueset"/>
  <version value="0.1.0"/>
  <name value="HnBasisVirtualServiceType"/>
  <title value="Hn Basis VirtualServiceType Value Set"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-06-01T10:49:22+02:00"/>
  <publisher value="Example Publisher"/>
  <contact>
    <name value="Example Publisher"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.org/example-publisher"/>
    </telecom>
  </contact>
  <description
               value="Codes for virtual service connection types. Any other codes or codesystem should be added to this valueSet. Currently only one code from http://hl7.org/fhir/contact-point-system"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/contact-point-system"/>
      <concept>
        <code value="url"/>
        <display value="URL"/>
      </concept>
      <concept>
        <code value="phone"/>
        <display value="Phone"/>
      </concept>
    </include>
  </compose>
</ValueSet>