{
  "resourceType": "CodeSystem",
  "id": "location-types-bars",
  "url": "https://fhir.nhs.uk/CodeSystem/location-types-bars",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/identifier/CodeSystem",
      "value": "location-types-bars"
    }
  ],
  "version": "1.0.0",
  "name": "locationtypesbars",
  "title": "Location Types BARS",
  "status": "active",
  "date": "2023-12-28",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Location Types Codes",
  "copyright": "Copyright © 2021 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "CLOC",
      "display": "Caller Location"
    },
    {
      "code": "HLOCFR",
      "display": "Helimed From Location"
    },
    {
      "code": "HLOCTO",
      "display": "Helimed To Location"
    },
    {
      "code": "ILOC",
      "display": "Incident Location"
    },
    {
      "code": "OLOC",
      "display": "Other Location"
    },
    {
      "code": "RLOC",
      "display": "Rendezvous Location"
    }
  ]
}