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 MaritalData Separation - JSON Representation

Active as of 2020-10-14

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ech-11-maritaldata-separation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ech-11-maritaldata-separation.html\"><code>http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritaldata-separation</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</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-maritaldata-separation.html#ech-11-maritaldata-separation-1\">1</a></td><td>freiwillig getrennt</td><td>freiwillig getrennt</td><td>Séparation de fait</td><td>Separato/a volontariamente</td></tr><tr><td><a href=\"CodeSystem-ech-11-maritaldata-separation.html#ech-11-maritaldata-separation-2\">2</a></td><td>gerichtlich getrennt</td><td>gerichtlich getrennt</td><td>Séparation légale</td><td>Separato/a giudizialmente</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/ValueSet/ech-11-maritaldata-separation",
  "version" : "2.1.0",
  "name" : "ECH11MaritaldataSeparation",
  "title" : "eCH-011 MaritalData Separation",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-10-14",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "eCH-011 defines maritalData separation types",
  "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-maritaldata-separation",
        "concept" : [
          {
            "code" : "1",
            "display" : "freiwillig getrennt",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "freiwillig getrennt"
              },
              {
                "language" : "fr-CH",
                "value" : "Séparation de fait"
              },
              {
                "language" : "it-CH",
                "value" : "Separato/a volontariamente"
              }
            ]
          },
          {
            "code" : "2",
            "display" : "gerichtlich getrennt",
            "designation" : [
              {
                "language" : "de-CH",
                "value" : "gerichtlich getrennt"
              },
              {
                "language" : "fr-CH",
                "value" : "Séparation légale"
              },
              {
                "language" : "it-CH",
                "value" : "Separato/a giudizialmente"
              }
            ]
          }
        ]
      }
    ]
  }
}