{
  "resourceType": "StructureDefinition",
  "id": "Extension-Beacon-EventMode",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2020-01-27T13:33:44.446+00:00"
  },
  "url": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Extension-Beacon-EventMode",
  "version": "1.0.0",
  "name": "Extension-Beacon-EventMode",
  "title": "Beacon Event Mode Extension",
  "status": "draft",
  "date": "2020-01-27T13:33:44.1158631Z",
  "publisher": "Graphnet Health",
  "contact": [
    {
      "name": "Product Team",
      "telecom": [
        {
          "system": "email",
          "value": "product@graphnethealth.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The event mode for a Beacon Message",
  "copyright": "Copyright © 2020 Graphnet Health",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "MessageHeader"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The type of event applicable to the Beacon system",
        "definition": "The type of event applicable to the Beacon system",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.graphnethealth.com/STU3/StructureDefinition/Extension-Beacon-EventMode"
      },
      {
        "id": "Extension.value[x]:valueCoding",
        "path": "Extension.valueCoding",
        "sliceName": "valueCoding",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "The type of event applicable to the message.",
          "valueSetUri": "https://fhir.graphnethealth.com/STU3/ValueSet/Beacon-EventMode"
        }
      },
      {
        "id": "Extension.value[x]:valueCoding.system",
        "path": "Extension.valueCoding.system",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueCoding.code",
        "path": "Extension.valueCoding.code",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueCoding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Extension.valueCoding.display",
        "min": 1
      }
    ]
  }
}