Swedish Base Profiles Implementation Guide
1.0.0 - release
Swedish Base Profiles Implementation Guide, published by HL7 Sweden. 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/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions
Draft as of 2024-10-04 |
{
"resourceType" : "ValueSet",
"id" : "SEBaseNamePartQualifierVS",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet SEBaseNamePartQualifierVS</b></p><a name=\"SEBaseNamePartQualifierVS\"> </a><a name=\"hcSEBaseNamePartQualifierVS\"> </a><a name=\"SEBaseNamePartQualifierVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-EntityNamePartQualifierR2.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/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.0.0",
"name" : "SEBaseNamePartQualifierVS",
"title" : "SE ValueSet for preferred name",
"status" : "draft",
"experimental" : true,
"date" : "2024-10-04T09:06:21+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",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2",
"concept" : [
{
"code" : "CL",
"display" : "Call me"
}
]
}
]
}
}