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

FHIR IG Statistics: ValueSet/rcm-language

Packagesynapxe.rcm.snapshots
Resource TypeValueSet
Idrcm-language
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.rcm.snapshots@1.0.0&canonical=http://fhir.synapxe.sg/ValueSet/rcm-language
URLhttp://fhir.synapxe.sg/ValueSet/rcm-language
Version0.1.0
Statusactive
Date2024-08-01
Namercm-language
TitleRCM Language
DescriptionLanguage Group

Resources that use this resource

StructureDefinition
profile-patientPatient

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "rcm-language",
  "url": "http://fhir.synapxe.sg/ValueSet/rcm-language",
  "version": "0.1.0",
  "name": "rcm-language",
  "title": "RCM Language",
  "status": "active",
  "date": "2024-08-01",
  "publisher": "Synapxe Pte Ltd",
  "description": "Language Group",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/all-languages",
        "concept": [
          {
            "code": "en",
            "display": "English"
          },
          {
            "code": "zh",
            "display": "Chinese"
          },
          {
            "code": "ms",
            "display": "Malay"
          },
          {
            "code": "ta",
            "display": "Tamil"
          },
          {
            "code": "bn",
            "display": "Bengali"
          }
        ]
      }
    ]
  }
}