New Zealand HPI Implementation Guide
0.9.0 - CI Build

New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions

: ISO 639-3:2007 (3-alpha language code) - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Hpi-language-code-iso-639-3",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-Iso639-3-2007.html\"><code>urn:iso:std:iso:639:-3</code></a> where code  matches (by regex)  [a-z]{3}</li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/language-code",
  "version" : "0.9.0",
  "name" : "Hpi_language_code_iso_639_3",
  "title" : "ISO 639-3:2007 (3-alpha language code)",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-02-24T00:00:00+13:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "3-alpha language codes",
  "purpose" : "A coded value for language.",
  "compose" : {
    "include" : [
      {
        "system" : "urn:iso:std:iso:639:-3",
        "version" : "2007",
        "filter" : [
          {
            "property" : "code",
            "op" : "regex",
            "value" : "[a-z]{3}"
          }
        ]
      }
    ]
  }
}