{
  "resourceType": "ValueSet",
  "id": "DataStandardsWales-PSOM-Language",
  "url": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-PSOM-Language",
  "name": "DataStandardsWalesPSOMLanguage",
  "title": "Data Standards Wales PSOM Language",
  "status": "active",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A ValueSet used for PROMs Language.",
  "copyright": "© 2023 NHS Wales.",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:47",
        "concept": [
          {
            "code": "cy",
            "display": "Welsh"
          },
          {
            "code": "en",
            "display": "English"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "OTH",
            "display": "other"
          }
        ]
      }
    ]
  }
}