{
  "resourceType": "StructureDefinition",
  "id": "matrixencryptionkeysavailable-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/MatrixEncryptionKeysAvailable",
  "version": "1.0.1",
  "name": "MatrixEncryptionKeysAvailable",
  "status": "active",
  "date": "2024-07-30T15:11:22.1335859+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Tracking if Matrix encryption keys for encrypted communication have been established already.",
  "copyright": "x-tention Informationstechnologie GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Person.telecom"
    }
  ],
  "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/MatrixEncryptionKeysAvailable"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Keys available for Matrix encryption",
        "definition": "If true, there exists at least one device with encryption keys, allowing end-to-end enrypted messages to be sent to the user.",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}