CH Core (R4)
4.0.1 - trial-use Switzerland flag

This page is part of the CH Core (R4) (v4.0.1: STU 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eCH-0046 Internet Category - JSON Representation

Active as of 2023-03-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ech-46-internetcategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-core/CodeSystem/ech-46-internetcategory</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-internetcategory-1\"> </a></td><td>private</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ech-46-internetcategory-2\"> </a></td><td>business</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 Internet-Adresse</td><td>adresse Internet privée</td></tr><tr><td>2</td><td>geschäftliche Internet-Adresse</td><td>adresse Internet commerciale</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-internetcategory",
  "version" : "4.0.1",
  "name" : "ECH46InternetCategory",
  "title" : "eCH-0046 Internet 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 internet categories. See https://www.ech.ch/de/ech/ech-0046/5.0 4.5.1 internetCategory",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "private",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "private Internet-Adresse"
        },
        {
          "language" : "fr-CH",
          "value" : "adresse Internet privée"
        }
      ]
    },
    {
      "code" : "2",
      "display" : "business",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "geschäftliche Internet-Adresse"
        },
        {
          "language" : "fr-CH",
          "value" : "adresse Internet commerciale"
        }
      ]
    }
  ]
}