CH Core (R4)
2.1.0 - STU 3 Ballot Switzerland flag

This page is part of the CH Core (R4) (v2.1.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: eCH-011 FirstNameDataTypes - JSON Representation

Active as of 2018-11-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ech-11-firstnamedatatype",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ech-11.html\"><code>http://fhir.ch/ig/ch-core/CodeSystem/ech-11</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><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td></tr><tr><td><a href=\"CodeSystem-ech-11.html#ech-11-officialFirstName\">officialFirstName</a></td><td>Amtliche Vornamen (zwingend), BFS-221</td><td>First names as per birth certificate or civil register/Infostar in the order listed or as per foreign identity documents.</td><td>Amtliche Vornamen</td><td>Prénoms officiels</td><td>Nomi ufficiali</td></tr><tr><td><a href=\"CodeSystem-ech-11.html#ech-11-callName\">callName</a></td><td>Rufname, BFS-222</td><td>A person has the right to choose a call name from the list of his official first names. The call name can consist of one or more first names.</td><td>Rufname</td><td>Prénom usuel</td><td>Nome abituale</td></tr><tr><td><a href=\"CodeSystem-ech-11.html#ech-11-firstNameOnForeignPassport\">firstNameOnForeignPassport</a></td><td>Vornamen im ausländischen Pass, BFS-223</td><td>First names for persons of foreign nationality. To use in conjunction with the name in the foreign passport as defined under 214</td><td>Vornamen im ausländischen Pass</td><td>Prénoms selon passeport étranger</td><td>Nomi riportati sul passaporto straniero</td></tr><tr><td><a href=\"CodeSystem-ech-11.html#ech-11-declaredForeignFirstName\">declaredForeignFirstName</a></td><td>Vorname(n) gemäss Deklaration, BFS-224</td><td>For persons of foreign nationality who do not possess official documents (mainly in the field of asylum).</td><td>Vorname(n) gemäss Deklaration</td><td>Prénoms selon déclaration</td><td>Nomi dichiarati</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/ValueSet/ech-11-firstnamedatatype",
  "version" : "2.1.0",
  "name" : "ECH11FirstNameDataTypes",
  "title" : "eCH-011 FirstNameDataTypes",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-11-12",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "eCH-011 defines different nameData Types, this ValueSet is the subset for the firstnames",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11",
        "concept" : [
          {
            "code" : "officialFirstName",
            "display" : "Amtliche Vornamen (zwingend), BFS-221",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Amtliche Vornamen"
              },
              {
                "language" : "fr-CH",
                "value" : "Prénoms officiels"
              },
              {
                "language" : "it-CH",
                "value" : "Nomi ufficiali"
              }
            ]
          },
          {
            "code" : "callName",
            "display" : "Rufname, BFS-222",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Rufname"
              },
              {
                "language" : "fr-CH",
                "value" : "Prénom usuel"
              },
              {
                "language" : "it-CH",
                "value" : "Nome abituale"
              }
            ]
          },
          {
            "code" : "firstNameOnForeignPassport",
            "display" : "Vornamen im ausländischen Pass, BFS-223",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Vornamen im ausländischen Pass"
              },
              {
                "language" : "fr-CH",
                "value" : "Prénoms selon passeport étranger"
              },
              {
                "language" : "it-CH",
                "value" : "Nomi riportati sul passaporto straniero"
              }
            ]
          },
          {
            "code" : "declaredForeignFirstName",
            "display" : "Vorname(n) gemäss Deklaration, BFS-224",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Vorname(n) gemäss Deklaration"
              },
              {
                "language" : "fr-CH",
                "value" : "Prénoms selon déclaration"
              },
              {
                "language" : "it-CH",
                "value" : "Nomi dichiarati"
              }
            ]
          }
        ]
      }
    ]
  }
}