FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ValueSet.ca-on-mha-PreferredOfficialLanguage

Packageca.on.oh.mha-pds
TypeValueSet
IdValueSet.ca-on-mha-PreferredOfficialLanguage
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/ValueSet/official-language
URLhttp://ontariohealth.ca/fhir/ValueSet/official-language
Version1.0.0
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NamePreferredOfficialLanguage
TitlePreferred Official Language
Realmca
Authorityhl7
DescriptionOfficial languages of Canada.

Resources that use this resource

StructureDefinition
ca-on-mha-profile-patientMHA Patient Profile
ca-on-mha-profile-PatientMHA Patient Profile

Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason
urn:ietf:bcp:47Common Codes from BCP-47
v3-NullFlavorNullFlavor
urn:ietf:bcp:47ietf-bcp-47
data-absent-reasonDataAbsentReason
v3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Preferred Official Language

http://ontariohealth.ca/fhir/ValueSet/official-language

Official languages of Canada.


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/ValueSet/official-language",
  "version": "1.0.0",
  "name": "PreferredOfficialLanguage",
  "title": "Preferred Official Language",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "Official languages of Canada.",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:47",
        "concept": [
          {
            "code": "en",
            "display": "English"
          },
          {
            "code": "fr",
            "display": "French"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "2018-08-12",
        "concept": [
          {
            "code": "NA",
            "display": "not applicable"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "version": "4.0.1",
        "concept": [
          {
            "code": "asked-declined",
            "display": "Asked But Declined"
          }
        ]
      }
    ]
  }
}