{
  "resourceType": "StructureDefinition",
  "id": "recare-careseeker",
  "url": "http://fhir.recaresolutions.com/StructureDefinition/recare-careseeker",
  "version": "0.1.0",
  "name": "RecareCareseeker",
  "title": "Recare Careseeker",
  "status": "active",
  "experimental": false,
  "publisher": "Recare Deutschland GmbH",
  "description": "Careseeker Organization as emitted in Recare event bundles (ISiP Organization).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/IsipOrganization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier"
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.de/sid/arge-ik/iknr"
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "min": 1,
        "fixedBoolean": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "max": "1"
      },
      {
        "id": "Organization.type.coding",
        "path": "Organization.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.type.coding:careseekerType",
        "path": "Organization.type.coding",
        "sliceName": "careseekerType",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.type.coding:careseekerType.system",
        "path": "Organization.type.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Organization.type.coding:careseekerType.code",
        "path": "Organization.type.coding.code",
        "min": 1,
        "fixedCode": "22232009"
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.address:Strassenanschrift",
        "path": "Organization.address",
        "sliceName": "Strassenanschrift",
        "max": "1"
      },
      {
        "id": "Organization.address:Postfach",
        "path": "Organization.address",
        "sliceName": "Postfach",
        "max": "1"
      }
    ]
  }
}