Estonian Terminology resources
0.2.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Patient Identifier Domain - JSON Representation

Active as of 2024-07-30

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "patient-identifier-domain",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet patient-identifier-domain</b></p><a name=\"patient-identifier-domain\"> </a><a name=\"hcpatient-identifier-domain\"> </a><a name=\"patient-identifier-domain-en-US\"> </a><ul><li>Include codes from<a href=\"CodeSystem-identifier-domain.html\"><code>https://fhir.ee/CodeSystem/identifier-domain</code></a> where concept  is-a <a href=\"CodeSystem-identifier-domain.html#identifier-domain-https.58.47.47fhir.46ee.47sid.47pid\">https://fhir.ee/sid/pid</a> andnotSelectable  = false</li></ul></div>"
  },
  "url" : "https://fhir.ee/ValueSet/patient-identifier-domain",
  "version" : "0.2.1",
  "name" : "EEBasePatientIdentifierDomain",
  "title" : "Patient Identifier Domain",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-30T17:19:44+03:00",
  "publisher" : "HL7 Estonia",
  "contact" : [
    {
      "name" : "HL7 Estonia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ee"
        }
      ]
    }
  ],
  "description" : "Identity systems acceptable for patient identification",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.ee/CodeSystem/identifier-domain",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "https://fhir.ee/sid/pid"
          },
          {
            "property" : "notSelectable",
            "op" : "=",
            "value" : "false"
          }
        ]
      }
    ]
  }
}