HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

- JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "iso639-2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: iso639-2</p><p><b>name</b>: Iso6392</p><p><b>status</b>: active</p><p><b>kind</b>: codesystem</p><p><b>date</b>: Mar 20, 2019, 12:00:00 AM</p><p><b>publisher</b>: ISO</p><p><b>contact</b>: International Organization for Standardization (ISO): </p><p><b>responsible</b>: ISO</p><p><b>description</b>: **Description:** Codes for the representation of names of languages, 3 character alphabetic codes. This has been superceded by ISO 639-3 for many purposes. ISO 639-2 was released in 1998.\r\n\r\nThe code set is available from http://www.iso.org/iso/iso\\_catalogue/catalogue\\_tc/catalogue\\_detail.htm?csnumber=4767</p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 1.0.639.2</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: http://terminology.hl7.org/CodeSystem/iso639-2</p><p><b>preferred</b>: true</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-title",
      "valueString" : "ISO 639-2: Codes for the representation of names of languages -- Part 2: Alpha-3 code"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://terminology.hl7.org/NamingSystem/iso639-2"
    },
    {
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-version",
      "valueString" : "2.0.0"
    }
  ],
  "name" : "Iso6392",
  "status" : "active",
  "kind" : "codesystem",
  "date" : "2019-03-20T00:00:00-04:00",
  "publisher" : "ISO",
  "contact" : [
    {
      "name" : "International Organization for Standardization (ISO)"
    }
  ],
  "responsible" : "ISO",
  "description" : "**Description:** Codes for the representation of names of languages, 3 character alphabetic codes. This has been superceded by ISO 639-3 for many purposes. ISO 639-2 was released in 1998.\r\n\r\nThe code set is available from http://www.iso.org/iso/iso\\_catalogue/catalogue\\_tc/catalogue\\_detail.htm?csnumber=4767",
  "uniqueId" : [
    {
      "type" : "oid",
      "value" : "1.0.639.2",
      "preferred" : true
    },
    {
      "type" : "uri",
      "value" : "http://terminology.hl7.org/CodeSystem/iso639-2",
      "preferred" : true
    }
  ]
}