ITB - Online appointment booking service
1.0.0 - Initial Release

ITB - Online appointment booking service, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-portal/ and changes regularly. See the Directory of published versions

: Organization Search Response - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ec679679-5382-4096-a99f-334db348a506",
  "type" : "searchset",
  "total" : 1,
  "entry" : [
    {
      "fullUrl" : "http://api-no.wellonfhir.se/demo/1.0/R4/fhir/Organization/773cc131-574b-4e86-9abd-552d0d25be27",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "773cc131-574b-4e86-9abd-552d0d25be27",
        "meta" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "created",
                  "valueDateTime" : "2025-06-24T11:39:55.797+02:00"
                }
              ],
              "url" : "http://portal.wof.purified.link/fhir/StructureDefinition/extWofMeta"
            }
          ],
          "lastUpdated" : "2026-04-08T14:16:52.19+02:00"
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_773cc131-574b-4e86-9abd-552d0d25be27\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 773cc131-574b-4e86-9abd-552d0d25be27</b></p><a name=\"773cc131-574b-4e86-9abd-552d0d25be27\"> </a><a name=\"hc773cc131-574b-4e86-9abd-552d0d25be27\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2026-04-08 14:16:52+0200</p></div><p><b>identifier</b>: <code>http://ki.purified.link/wof-mobileform/fhir/CodeSystem/MobileFormTenantsCs</code>/customer-serviceonorway-dev, <code>http://portal.wof.purified.link/fhir/CodeSystem/nameAsCode</code>/serviceonorway</p><p><b>active</b>: true</p><p><b>name</b>: Service-O-Norway</p><p><b>telecom</b>: </p></div>"
        },
        "identifier" : [
          {
            "system" : "http://ki.purified.link/wof-mobileform/fhir/CodeSystem/MobileFormTenantsCs",
            "value" : "customer-serviceonorway-dev"
          },
          {
            "system" : "http://portal.wof.purified.link/fhir/CodeSystem/nameAsCode",
            "value" : "serviceonorway"
          }
        ],
        "active" : true,
        "name" : "Service-O-Norway",
        "telecom" : [
          {
            "system" : "url"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}