{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Beacon-Location",
  "version": "1.0.0",
  "name": "Beacon-Location",
  "title": "Beacon Location",
  "status": "draft",
  "date": "2020-05-25",
  "publisher": "Graphnet Health Ltd",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "product@graphnethealth.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Used to represent the locations when integrating with the Graphnet Beacon Notifications system",
  "purpose": "Used to represent the locations when integrating with the Graphnet Beacon Notifications system",
  "copyright": "Copyright © 2020 Graphnet Health",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.description",
        "path": "Location.description",
        "min": 1
      }
    ]
  }
}