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 MaritalStatus - JSON Representation

Active as of 2018-11-12

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ech-11-maritalstatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 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-11-maritalstatus-1\"> </a></td><td>ledig</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ech-11-maritalstatus-2\"> </a></td><td>verheiratet</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ech-11-maritalstatus-3\"> </a></td><td>verwitwet</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ech-11-maritalstatus-4\"> </a></td><td>geschieden</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ech-11-maritalstatus-5\"> </a></td><td>unverheiratet</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"ech-11-maritalstatus-6\"> </a></td><td>in eingetragener Partnerschaft</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"ech-11-maritalstatus-7\"> </a></td><td>aufgelöste Partnerschaft</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"ech-11-maritalstatus-9\"> </a></td><td>unbekannt</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
  "version" : "2.1.0",
  "name" : "ECH11maritalstatus",
  "title" : "eCH-011 MaritalStatus",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-11-12",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "eCH-011 defines different maritalStatus Types. See [maritalData - Zivilstandsangaben eCH-11](https://www.bfs.admin.ch/bfs/de/home/statistiken/kataloge-datenbanken/publikationen.assetdetail.349276.html) and/or [BFS Amtlicher Katalog der Merkmale](https://www.bfs.admin.ch/bfs/de/home/statistiken/kataloge-datenbanken/publikationen.assetdetail.349276.html).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.0",
  "caseSensitive" : true,
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "ledig"
    },
    {
      "code" : "2",
      "display" : "verheiratet"
    },
    {
      "code" : "3",
      "display" : "verwitwet"
    },
    {
      "code" : "4",
      "display" : "geschieden"
    },
    {
      "code" : "5",
      "display" : "unverheiratet"
    },
    {
      "code" : "6",
      "display" : "in eingetragener Partnerschaft"
    },
    {
      "code" : "7",
      "display" : "aufgelöste Partnerschaft"
    },
    {
      "code" : "9",
      "display" : "unbekannt"
    }
  ]
}