{
  "resourceType": "StructureDefinition",
  "id": "omi-endpoint",
  "url": "http://omi.de/fhir/registry/StructureDefinition/omi-endpoint",
  "version": "0.3.26",
  "name": "OmiAiEndpoint",
  "title": "Endpoint",
  "status": "active",
  "date": "2024-12-11",
  "publisher": "MOLIT gGmbH",
  "description": "Profile of Endpoint for the OMI context.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Endpoint",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Endpoint",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Endpoint.identifier",
        "path": "Endpoint.identifier",
        "patternIdentifier": {
          "system": "http://omi.de/fhir/registry/sid/endpoint"
        }
      },
      {
        "id": "Endpoint.identifier.system",
        "path": "Endpoint.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Endpoint.identifier.value",
        "path": "Endpoint.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Endpoint.status",
        "path": "Endpoint.status",
        "mustSupport": true
      },
      {
        "id": "Endpoint.connectionType",
        "path": "Endpoint.connectionType",
        "mustSupport": true
      },
      {
        "id": "Endpoint.name",
        "path": "Endpoint.name",
        "mustSupport": true
      },
      {
        "id": "Endpoint.managingOrganization",
        "path": "Endpoint.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/omi-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Endpoint.payloadType",
        "path": "Endpoint.payloadType",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "any",
              "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"
            }
          ]
        }
      }
    ]
  }
}