{
  "resourceType": "StructureDefinition",
  "id": "recare-patient",
  "url": "http://fhir.recaresolutions.com/StructureDefinition/recare-patient",
  "version": "0.1.0",
  "name": "RecarePatient",
  "title": "Recare Patient",
  "status": "active",
  "experimental": false,
  "publisher": "Recare Deutschland GmbH",
  "description": "Patient as emitted in Recare event bundles (ISiP Pflegeempfaenger). Used in both the Receiver API (search bundles) and the Admissions API.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeempfaenger",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.id",
        "path": "Patient.id",
        "min": 1
      },
      {
        "id": "Patient.identifier:SearchUserId",
        "path": "Patient.identifier",
        "sliceName": "SearchUserId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.recaresolutions.com/StructureDefinition/recare-identifier-search-user-id"
            ]
          }
        ]
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "min": 1,
        "fixedBoolean": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "max": "1"
      },
      {
        "id": "Patient.address:Strassenanschrift",
        "path": "Patient.address",
        "sliceName": "Strassenanschrift",
        "max": "1"
      },
      {
        "id": "Patient.address:Postfach",
        "path": "Patient.address",
        "sliceName": "Postfach",
        "max": "1"
      }
    ]
  }
}