WOF Connect📍
0.1.1 - ci-build [WIP]

WOF Connect📍, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.1 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-connect/ and changes regularly. See the Directory of published versions

: Practitioner Role SNOMED supplement - JSON Representation

Draft as of 2026-03-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-practitioner-role-snomed-supplement",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-practitioner-role-snomed-supplement</b></p><a name=\"cs-practitioner-role-snomed-supplement\"> </a><a name=\"hccs-practitioner-role-snomed-supplement\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Snomed</td><td>Snomed</td><td>http://snomed.info/sct</td><td>code</td><td>SNOMED conceptId</td></tr></table><p><b>Concepts</b></p><p>This code system supplement <code>http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/practitioner-role-snomed-supplement</code> defines properties on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Snomed</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-cs-practitioner-role.html#cs-practitioner-role-dentist\">dentist</a><a name=\"cs-practitioner-role-snomed-supplement-dentist\"> </a></td><td>106289002</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-cs-practitioner-role.html#cs-practitioner-role-hygienist\">hygienist</a><a name=\"cs-practitioner-role-snomed-supplement-hygienist\"> </a></td><td>45956004</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-cs-practitioner-role.html#cs-practitioner-role-orthodontist\">orthodontist</a><a name=\"cs-practitioner-role-snomed-supplement-orthodontist\"> </a></td><td>37504001</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-cs-practitioner-role.html#cs-practitioner-role-endodontist\">endodontist</a><a name=\"cs-practitioner-role-snomed-supplement-endodontist\"> </a></td><td>50149000</td></tr></table></div>"
  },
  "url" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/practitioner-role-snomed-supplement",
  "version" : "0.1.1",
  "name" : "CSPractitionerRoleSnomedSupplement",
  "title" : "Practitioner Role SNOMED supplement",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-06T12:21:16+00:00",
  "publisher" : "Service Well AB",
  "contact" : [
    {
      "name" : "Service Well AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://servicewell.se"
        },
        {
          "system" : "email",
          "value" : "info@servicewell.se"
        }
      ]
    }
  ],
  "description" : "Supplement adding SNOMED CT mappings for WOF Connect Practitioner Role codes.\nUsed as guide to understand how connecters should map their corresponding Role codes.",
  "content" : "supplement",
  "supplements" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/practitioner-role",
  "property" : [
    {
      "code" : "Snomed",
      "uri" : "http://snomed.info/sct",
      "description" : "SNOMED conceptId",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "dentist",
      "property" : [
        {
          "code" : "Snomed",
          "valueCode" : "106289002"
        }
      ]
    },
    {
      "code" : "hygienist",
      "property" : [
        {
          "code" : "Snomed",
          "valueCode" : "45956004"
        }
      ]
    },
    {
      "code" : "orthodontist",
      "property" : [
        {
          "code" : "Snomed",
          "valueCode" : "37504001"
        }
      ]
    },
    {
      "code" : "endodontist",
      "property" : [
        {
          "code" : "Snomed",
          "valueCode" : "50149000"
        }
      ]
    }
  ]
}