This page is part of the CH Core (R4) (v4.0.0-ballot: STU Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: eCH-0046 Internet Category - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "ech-46-internetcategory",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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.0-ballot",
"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"
}
]
}
]
}