{
  "resourceType": "StructureDefinition",
  "id": "befc197b-83c9-4309-8044-41ed14545755",
  "meta": {
    "versionId": "8",
    "lastUpdated": "2020-01-27T12:34:33.726+00:00"
  },
  "url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Beacon-Patient-Encounter",
  "version": "1.0.1",
  "name": "Beacon-Patient",
  "title": "Beacon-Patient",
  "status": "draft",
  "date": "2020-05-26",
  "publisher": "Graphnet Health Ltd",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "product@graphnethealth.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Used to represent the focal patient for Encounters when integrating with the Graphnet Beacon Notifications system",
  "purpose": "Used to represent the focal patient for Encounters when integrating with the Graphnet Beacon Notifications system",
  "copyright": "Copyright © 2020 Graphnet Health",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.identifier:NHSNumber",
        "path": "Patient.identifier",
        "sliceName": "NHSNumber",
        "max": "1"
      },
      {
        "id": "Patient.identifier:NHSNumber.system",
        "path": "Patient.identifier.system",
        "short": "The namespace for the NHS NUmber",
        "min": 1,
        "fixedUri": "https://fhir.nhs.uk/Id/nhs-number"
      },
      {
        "id": "Patient.identifier:NHSNumber.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.animal",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Animal"
          }
        ],
        "path": "Patient.animal",
        "max": "0"
      }
    ]
  }
}