{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Beacon-Organization",
  "version": "1.0.0",
  "name": "Beacon-Organization",
  "title": "Beacon Organisation",
  "status": "draft",
  "date": "2020-05-25",
  "publisher": "Graphnet Health Ltd",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "product@graphnethealth.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Used to represent an organisation when integrating with the Graphnet Beacon Notifications system",
  "purpose": "Used to represent an organisation when integrating with the Graphnet Beacon Notifications system",
  "copyright": "Copyright © 2020 Graphnet Health",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.identifier:ODSOrgCode",
        "path": "Organization.identifier",
        "sliceName": "ODSOrgCode"
      },
      {
        "id": "Organization.identifier:ODSOrgCode.system",
        "path": "Organization.identifier.system",
        "short": "ODS Code for the organisation",
        "definition": "ODS Code for the organisation",
        "fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code"
      },
      {
        "id": "Organization.identifier:ODSSiteCode",
        "path": "Organization.identifier",
        "sliceName": "ODSSiteCode"
      },
      {
        "id": "Organization.identifier:ODSSiteCode.system",
        "path": "Organization.identifier.system",
        "short": "ODS Site for the organisation",
        "definition": "ODS Site for the organisation",
        "fixedUri": "https://fhir.nhs.uk/Id/ods-site-code"
      }
    ]
  }
}