FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeValueSet
IdValueSet-iar-languages.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://ontariohealth.ca/fhir/iar/ValueSet/languages
URLhttp://ontariohealth.ca/fhir/iar/ValueSet/languages
Version0.2.0
Statusactive
Date2025-11-27
NameIARLanguages
TitleIAR Languages
Realmca
Authorityhl7
DescriptionDefines a set of codes to identify spoken language.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-NullFlavorNullFlavor

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "valueset-languages",
  "url": "http://ontariohealth.ca/fhir/iar/ValueSet/languages",
  "version": "0.2.0",
  "name": "IARLanguages",
  "title": "IAR Languages",
  "status": "active",
  "date": "2025-11-27",
  "publisher": "Ontario Health",
  "description": "Defines a set of codes to identify spoken language.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "OTH",
            "display": "other"
          },
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      },
      {
        "system": "urn:iso:std:iso:639-3"
      }
    ]
  }
}