Swedish Base Profiles Implementation Guide
1.1.0 - release Sweden flag

Swedish Base Profiles Implementation Guide, publicerad av HL7 Sweden. Denna guide är inte en auktoriserad publikation; det är den kontinuerliga byggnaden för version 1.1.0 byggd av FHIR (HL7® FHIR® Standard) CI Build. Denna version baseras på det aktuella innehållet i https://github.com/HL7Sweden/basprofiler-r4/ och ändras regelbundet. Se katalogen över publicerade versioner

: SE ValueSet for preferred name - JSON Representation

Active as of 2026-09-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "SEBaseNamePartQualifierVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Genererad berättande text: ValueSet SEBaseNamePartQualifierVS</b></p><a name=\"SEBaseNamePartQualifierVS\"> </a><a name=\"hcSEBaseNamePartQualifierVS\"> </a><ul><li>Include dessa koder enligt definitionen i <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2</code></a><span title=\"Versionen är inte uttryckligen angiven, vilket innebär att den är fast till 5.0.0, versionen som hittas via paketreferenserna\"> version &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Kod</b></td><td><b>Visning</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html#v3-EntityNamePartQualifierR2-CL\">CL</a></td><td>Call me</td><td>**Description:**Used to indicate which of the various name parts is used when interacting with the person.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.se/fhir/ig/base/ValueSet/SEBaseNamePartQualifierVS",
  "version" : "1.1.0",
  "name" : "SEBaseNamePartQualifierVS",
  "title" : "SE ValueSet for preferred name",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-04T11:16:26+00:00",
  "publisher" : "HL7 Sweden",
  "contact" : [
    {
      "name" : "HL7 Sweden",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.se/"
        },
        {
          "system" : "email",
          "value" : "info@hl7.se"
        }
      ]
    }
  ],
  "description" : "This is the ValueSet for a code used on the name that is the preferred name. I.e, the name that is the official name the person would like to be called by according to the national person registry",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "SE"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2",
        "concept" : [
          {
            "code" : "CL",
            "display" : "Call me"
          }
        ]
      }
    ]
  }
}