FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/SEBaseNamePartQualifierVS

Packagehl7se.fhir.base
TypeValueSet
IdSEBaseNamePartQualifierVS
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/https://build.fhir.org/ig/HL7Sweden/basprofiler-r4/ValueSet-SEBaseNamePartQualifierVS.html
URLhttp://hl7.se/fhir/ig/base/ValueSet/SEBaseNamePartQualifierVS
Version1.1.0
Statusactive
Date2025-06-12T13:13:26+00:00
NameSEBaseNamePartQualifierVS
TitleSE ValueSet for preferred name
Realmse
Authorityhl7
DescriptionThis 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

Resources that use this resource

StructureDefinition
SEBaseHumanNameSEBaseHumanName

Resources that this resource uses

CodeSystem
v3-EntityNamePartQualifierR2EntityNamePartQualifierR2
v3-EntityNamePartQualifierR2EntityNamePartQualifierR2

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet SEBaseNamePartQualifierVS


Source

{
  "resourceType": "ValueSet",
  "id": "SEBaseNamePartQualifierVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2025-06-12T13:13: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"
          }
        ]
      }
    ]
  }
}