{
  "resourceType": "StructureDefinition",
  "id": "extension-subscription-eventfocus",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-eventfocus",
  "version": "1.0.0",
  "name": "Subscription_Event_Focus_Extension",
  "title": "Subscription Event Focus Extension",
  "status": "active",
  "date": "2018-02-13",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:event-focus",
        "path": "Extension",
        "short": "Subscription  Event Focus Extension",
        "definition": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension:event-focus.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-eventfocus"
      },
      {
        "id": "Extension:event-focus.valueCode",
        "path": "Extension.valueCode",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile."
        }
      }
    ]
  }
}