Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Organization Identity System - JSON Representation

Active as of 2023-05-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ee-organization-identity",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ee-identity-system.html\"><code>https://fhir.ee/CodeSystem/ee-identity-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ee-identity-system.html#ee-identity-system-https.58.47.47fhir.46ee.47sid.47org.47est.47fi\">https://fhir.ee/sid/org/est/fi</a></td><td>License number provided by The National Institute for Health Development</td><td>Terviseameti litsentsi number</td></tr><tr><td><a href=\"CodeSystem-ee-identity-system.html#ee-identity-system-https.58.47.47fhir.46ee.47sid.47org.47est.47br\">https://fhir.ee/sid/org/est/br</a></td><td>Estonian Business Register Code</td><td>Ă„riregistri number</td></tr><tr><td><a href=\"CodeSystem-ee-identity-system.html#ee-identity-system-https.58.47.47fhir.46ee.47sid.47org.47vatin\">https://fhir.ee/sid/org/vatin</a></td><td>VAT identification number</td><td>KMKR</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/ValueSet/ee-organization-identity",
  "version" : "1.0.0",
  "name" : "EEBaseOrganizationIdentity",
  "title" : "Organization Identity System",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-05-29T20:07:00+03:00",
  "publisher" : "HL7 Estonia",
  "contact" : [
    {
      "name" : "HL7 Estonia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ee"
        }
      ]
    }
  ],
  "description" : "Identity systems acceptable for organization identification",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.ee/CodeSystem/ee-identity-system",
        "concept" : [
          {
            "code" : "https://fhir.ee/sid/org/est/fi"
          },
          {
            "code" : "https://fhir.ee/sid/org/est/br"
          },
          {
            "code" : "https://fhir.ee/sid/org/vatin"
          }
        ]
      }
    ]
  }
}