{
  "resourceType": "CodeSystem",
  "id": "DataStandardsWales-PSOM-PathwayLaterality",
  "url": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-PathwayLaterality",
  "name": "DataStandardsWalesPSOMPathwayLaterality",
  "title": "Data Standards Wales PSOM Pathway Laterality",
  "status": "active",
  "experimental": false,
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem used for Pathway Laterality.",
  "copyright": "© 2023 NHS Wales.",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "1",
      "display": "Left"
    },
    {
      "code": "2",
      "display": "Right"
    },
    {
      "code": "3",
      "display": "Both left and right"
    },
    {
      "code": "8",
      "display": "N/A"
    },
    {
      "code": "9",
      "display": "Unknown"
    }
  ]
}