{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.polaris.org/StructureDefinition/PatientTS",
  "name": "PatientTS",
  "title": "Profl des Ressourcentyps Patient",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "Dies ist das Patienten-Profil mit Pflichfeldern"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "short": "amtliches Geschlecht",
        "comment": "Abstimmung 01.01.2025 - Mio42 Team\r\n- maximal 3 Namen sind ausreichend zur Definition der Patientin\r\n- Beispiele: amtlicher Name, Künstlername, Spitzname",
        "min": 1,
        "max": "3",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.extension",
        "path": "Patient.address.extension",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.extension:PlanetDerAdresse",
        "path": "Patient.address.extension",
        "sliceName": "PlanetDerAdresse",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/Planet"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.postalCode",
        "path": "Patient.address.postalCode",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}