CH Core (R4)
0.1.0 - STU Ballot

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

eCH-010 Address Line - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "ech-10-line",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>eCH-010 Address Line</h2><div><p>eCH-010 defines different address lines</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-ech-10.html\"><code>http://fhir.ch/ig/ch-core/CodeSystem/ech-10</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-ech-10.html#ech-10-addressLine1\">addressLine1</a></td><td>addressLine1</td><td/></tr><tr><td><a href=\"CodeSystem-ech-10.html#ech-10-addressLine2\">addressLine2</a></td><td>addressLine2</td><td/></tr><tr><td><a href=\"CodeSystem-ech-10.html#ech-10-street\">street</a></td><td>street</td><td/></tr><tr><td><a href=\"CodeSystem-ech-10.html#ech-10-postOfficeBox\">postOfficeBox</a></td><td>postOfficeBox</td><td/></tr></table></li></ul><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>addressLine1</td><td>Adresszeile 1 (optional)</td><td>Ligne d’adresse 1 (facultatif)</td></tr><tr><td>addressLine2</td><td>Adresszeile 2 (optional)</td><td>Ligne d’adresse 2 (facultatif)</td></tr><tr><td>street</td><td>Adressierung Strasse / Wohnung (optional)</td><td>Adressage rue / appartement (facultatif)</td></tr><tr><td>postOfficeBox</td><td>Adressierung Postfach (optional)</td><td>Adressage case postale (facultatif)</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/ValueSet/ech-10-line",
  "version" : "0.1.0",
  "name" : "ECH10AddressLine",
  "title" : "eCH-010 Address Line",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-11-27T00:00:00+01:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "eCH-010 defines different address lines",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-10",
        "concept" : [
          {
            "code" : "addressLine1",
            "display" : "addressLine1",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Adresszeile 1 (optional)"
              },
              {
                "language" : "fr-CH",
                "value" : "Ligne d’adresse 1 (facultatif)"
              }
            ]
          },
          {
            "code" : "addressLine2",
            "display" : "addressLine2",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Adresszeile 2 (optional)"
              },
              {
                "language" : "fr-CH",
                "value" : "Ligne d’adresse 2 (facultatif)"
              }
            ]
          },
          {
            "code" : "street",
            "display" : "street",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Adressierung Strasse / Wohnung (optional)"
              },
              {
                "language" : "fr-CH",
                "value" : "Adressage rue / appartement (facultatif)"
              }
            ]
          },
          {
            "code" : "postOfficeBox",
            "display" : "postOfficeBox",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "Adressierung Postfach (optional)"
              },
              {
                "language" : "fr-CH",
                "value" : "Adressage case postale (facultatif)"
              }
            ]
          }
        ]
      }
    ]
  }
}