{
  "resourceType": "CodeSystem",
  "url": "http://kosmosurium.de/Bartels/CodeSystem/quadrant",
  "version": "0.2",
  "name": "Quadrants of the Milky Way",
  "status": "draft",
  "date": "2019-08-22",
  "publisher": "United Federation of Planets",
  "description": "Quadrants of the Milky Way Galaxy as defined by the United Federation of Planets",
  "caseSensitive": false,
  "valueSet": "http://fhir.ufp/ValueSet/species",
  "content": "complete",
  "concept": [
    {
      "code": "alpha",
      "display": "Alpha-Quadrant"
    },
    {
      "code": "beta",
      "display": "Beta-Quadrant"
    },
    {
      "code": "gamma",
      "display": "Gamma-Quadrant"
    },
    {
      "code": "delta",
      "display": "Delta-Quadrant"
    }
  ]
}