0.1.0 - ci-build

This page is part of the WOF Connect Implementation Guide (v0.1.0: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: WOF Connect Service Types - XML Representation

Active as of 2025-11-27

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cs-service-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cs-service-type</b></p><a name="cs-service-type"> </a><a name="hccs-service-type"> </a><p>This  code system <code>http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/cs-service-type</code> provides <b>a fragment</b> that includes following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">akut<a name="cs-service-type-akut"> </a></td><td>Akut</td></tr><tr><td style="white-space:nowrap">undersokning<a name="cs-service-type-undersokning"> </a></td><td>Undersökning</td></tr></table></div>
  </text>
  <url
       value="http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/cs-service-type"/>
  <version value="0.1.0"/>
  <name value="CSServiceType"/>
  <title value="WOF Connect Service Types"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-11-27T09:27:34+00:00"/>
  <publisher value="Service Well AB"/>
  <contact>
    <name value="Service Well AB"/>
    <telecom>
      <system value="url"/>
      <value value="https://servicewell.se"/>
    </telecom>
  </contact>
  <description value="Service types used across PMS adapters."/>
  <valueSet
            value="http://canonical.fhir.link/servicewell/wof-connect/ValueSet/vs-service-type"/>
  <content value="fragment"/>
  <concept>
    <code value="akut"/>
    <display value="Akut"/>
  </concept>
  <concept>
    <code value="undersokning"/>
    <display value="Undersökning"/>
  </concept>
</CodeSystem>