{
  "resourceType": "StructureDefinition",
  "id": "AimHost",
  "url": "http://rlienterprise.com/fhir/StructureDefinition/AimHost",
  "version": "1.0.0",
  "name": "AimHost",
  "title": "synedra Host",
  "status": "draft",
  "description": "Dieses Profil entspricht dem synedra Host.",
  "purpose": "Define the structure of synedra hosts.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Endpoint",
  "baseDefinition": "http://rlienterprise.com/fhir/StructureDefinition/MeinEndpunkt",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Endpoint.identifier",
        "path": "Endpoint.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Endpoint.identifier.use",
        "path": "Endpoint.identifier.use",
        "min": 1,
        "fixedCode": "synedra"
      },
      {
        "id": "Endpoint.identifier.system",
        "path": "Endpoint.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Endpoint.identifier.value",
        "path": "Endpoint.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Endpoint.identifier.period",
        "path": "Endpoint.identifier.period",
        "max": "0"
      }
    ]
  }
}