CH Core (R4)
2.0.0 - STU 2

This page is part of the CH Core (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: zsr - JSON Representation

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "zsr",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>\n        <b>name</b>: ZSR\n      </p>\n      <p>\n        <b>status</b>: ACTIVE\n      </p>\n      <p>\n        <b>kind</b>: IDENTIFIER\n      </p>\n      <p>\n        <b>date</b>: Dec 5, 2018\n      </p>\n      <p>\n        <b>publisher</b>: HL7 Switzerland on behalf of SASI\n      </p>\n      <p>\n        <b>contact</b>: \n      </p>\n      <p>\n        <b>responsible</b>: SASIS\n      </p>\n      <p>\n        <b>description</b>: The ZSR number is issued to self-employed, natural or legal persons (organisations) who can and want to work at the expense of health insurance. See [Sasis](https://www.sasis.ch/de/779)\n      </p>\n      <p>\n        <b>jurisdiction</b>: Switzerland \n        <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'CH' = 'Switzerland)</span>\n      </p>\n      <h3>UniqueIds</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>-</td>\n          <td>\n            <b>Type</b>\n          </td>\n          <td>\n            <b>Value</b>\n          </td>\n          <td>\n            <b>Comment</b>\n          </td>\n        </tr>\n        <tr>\n          <td>*</td>\n          <td>OID</td>\n          <td>2.16.756.5.30.1.123.100.2.1.1</td>\n          <td>This is the official identifier</td>\n        </tr>\n      </table>\n    </div>"
  },
  "name" : "ZSR",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2018-12-05",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "responsible" : "SASIS",
  "description" : "The ZSR number is issued to self-employed, natural or legal persons (organisations) who can and want to work at the expense of health insurance. See [Sasis](https://www.sasis.ch/de/779)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "uniqueId" : [
    {
      "type" : "oid",
      "value" : "2.16.756.5.30.1.123.100.2.1.1",
      "comment" : "This is the official identifier"
    }
  ]
}