ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: ITB Service Types - JSON Representation

Draft as of 2025-08-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "service-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet service-type</b></p><a name=\"service-type\"> </a><a name=\"hcservice-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csServiceType.html\"><code>http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-1\">1</a></td><td>Profylax</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-2\">2</a></td><td>Undersökning</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-3\">3</a></td><td>Akut</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-0\">0</a></td><td>Revision ospecificerad behandling</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-123\">123</a></td><td>Prima Service</td></tr></table></li></ul></div>"
  },
  "url" : "http://portal.wof.purified.link/fhir/ValueSet/service-type",
  "version" : "0.1.0",
  "name" : "ITBServiceType",
  "title" : "ITB Service Types",
  "status" : "draft",
  "date" : "2025-08-20T14:05:22+00:00",
  "description" : "This value set defines service types",
  "compose" : {
    "include" : [
      {
        "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType",
        "concept" : [
          {
            "code" : "1",
            "display" : "Profylax"
          },
          {
            "code" : "2",
            "display" : "Undersökning"
          },
          {
            "code" : "3",
            "display" : "Akut"
          },
          {
            "code" : "0",
            "display" : "Revision ospecificerad behandling"
          },
          {
            "code" : "123",
            "display" : "Prima Service"
          }
        ]
      }
    ]
  }
}