{
  "resourceType": "StructureDefinition",
  "id": "notificationfocus-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/NotificationFocus",
  "version": "1.0.1",
  "name": "NotificationFocus",
  "status": "active",
  "experimental": false,
  "date": "2024-05-12T21:12:49.4182916+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The ressource that a notification message is about. Should not be used when existing resource links can be used instead, e.g. the patient record or the author.",
  "copyright": "x-tention Informationstechnologie GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Basic"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.xt.dev/StructureDefinition/NotificationFocus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "referenced"
            ]
          }
        ]
      }
    ]
  }
}