{
  "resourceType" : "CodeSystem",
  "id" : "ech-46-phonecategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ech-46-phonecategory</b></p><a name=\"ech-46-phonecategory\"> </a><a name=\"hcech-46-phonecategory\"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ech-46-phonecategory-1\"> </a></td><td>PrivatePhone</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ech-46-phonecategory-2\"> </a></td><td>PrivateMobile</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ech-46-phonecategory-3\"> </a></td><td>PrivateFax</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ech-46-phonecategory-4\"> </a></td><td>PrivateInternetVoice</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ech-46-phonecategory-5\"> </a></td><td>BusinessCentral</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"ech-46-phonecategory-6\"> </a></td><td>BusinessDirect</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"ech-46-phonecategory-7\"> </a></td><td>BusinessMobile</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"ech-46-phonecategory-8\"> </a></td><td>BusinessFax</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"ech-46-phonecategory-9\"> </a></td><td>BusinessInternetVoice</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ech-46-phonecategory-10\"> </a></td><td>Pager</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>French (Switzerland) (fr)</b></td></tr><tr><td>1</td><td>private Telefonnummer</td><td>numéro de téléphone privé</td></tr><tr><td>2</td><td>private Mobil-Nummer</td><td>numéro de portable privé</td></tr><tr><td>3</td><td>private Fax-Nummer</td><td>numéro de fax privé</td></tr><tr><td>4</td><td>private Internettelefonie-Nummer</td><td>numéro privé de téléphonie par Internet</td></tr><tr><td>5</td><td>geschäftliche Nummer (Zentrale)</td><td>numéro commercial (standard)</td></tr><tr><td>6</td><td>geschäftliche Nummer (Durchwahl)</td><td>numéro commercial (ligne directe)</td></tr><tr><td>7</td><td>geschäftliche Mobil-Nummer</td><td>numéro portable commercial</td></tr><tr><td>8</td><td>geschäftliche Fax-Nummer</td><td>numéro fax commercial</td></tr><tr><td>9</td><td>geschäftliche Internettelefonie-Nummer</td><td>numéro commercial de téléphonie par Internet</td></tr><tr><td>10</td><td>Pager</td><td>bipeur</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory",
  "version" : "3.4.0-ci-build",
  "name" : "ECH46PhoneCategory",
  "title" : "eCH-0046 Phone Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-03-10",
  "publisher" : "HL7 Switzerland",
  "contact" : [{
    "name" : "HL7 Switzerland",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.hl7.ch/"
    }]
  },
  {
    "name" : "HL7 Switzerland",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.hl7.ch/",
      "use" : "work"
    }]
  }],
  "description" : "eCH-0046 defines different types for phone categories. See https://www.ech.ch/de/ech/ech-0046/5.0 4.4.1 phoneNumberCategory",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "CH"
    }]
  }],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "1",
    "display" : "PrivatePhone",
    "designation" : [{
      "language" : "de-CH",
      "value" : "private Telefonnummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro de téléphone privé"
    }]
  },
  {
    "code" : "2",
    "display" : "PrivateMobile",
    "designation" : [{
      "language" : "de-CH",
      "value" : "private Mobil-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro de portable privé"
    }]
  },
  {
    "code" : "3",
    "display" : "PrivateFax",
    "designation" : [{
      "language" : "de-CH",
      "value" : "private Fax-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro de fax privé"
    }]
  },
  {
    "code" : "4",
    "display" : "PrivateInternetVoice",
    "designation" : [{
      "language" : "de-CH",
      "value" : "private Internettelefonie-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro privé de téléphonie par Internet"
    }]
  },
  {
    "code" : "5",
    "display" : "BusinessCentral",
    "designation" : [{
      "language" : "de-CH",
      "value" : "geschäftliche Nummer (Zentrale)"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro commercial (standard)"
    }]
  },
  {
    "code" : "6",
    "display" : "BusinessDirect",
    "designation" : [{
      "language" : "de-CH",
      "value" : "geschäftliche Nummer (Durchwahl)"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro commercial (ligne directe)"
    }]
  },
  {
    "code" : "7",
    "display" : "BusinessMobile",
    "designation" : [{
      "language" : "de-CH",
      "value" : "geschäftliche Mobil-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro portable commercial"
    }]
  },
  {
    "code" : "8",
    "display" : "BusinessFax",
    "designation" : [{
      "language" : "de-CH",
      "value" : "geschäftliche Fax-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro fax commercial"
    }]
  },
  {
    "code" : "9",
    "display" : "BusinessInternetVoice",
    "designation" : [{
      "language" : "de-CH",
      "value" : "geschäftliche Internettelefonie-Nummer"
    },
    {
      "language" : "fr-CH",
      "value" : "numéro commercial de téléphonie par Internet"
    }]
  },
  {
    "code" : "10",
    "display" : "Pager",
    "designation" : [{
      "language" : "de-CH",
      "value" : "Pager"
    },
    {
      "language" : "fr-CH",
      "value" : "bipeur"
    }]
  }]
}