PackagesCanonicalsLogsProblems
    Packages
    de.uk-koeln.nngm.form@1.0.0
    http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/patient
{
  "description": "Dieses Profil beschreibt einen Patienten innerhalb des nNGM-Projektes.",
  "_filename": "Profile-nNGM-Patient-Patient.json",
  "package_name": "de.uk-koeln.nngm.form",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Profile_nNGM_Patient_Patient",
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Profile - nNGM - Patient - Patient",
  "package_version": "1.0.0",
  "status": "active",
  "id": "672feab4-863d-4da8-ba09-a81ee4dd3a39",
  "kind": "resource",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/patient",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Patient",
      "path": "Patient",
      "constraint": [ {
        "key": "pat-nngm-1",
        "human": "Falls die Geschlechtsangabe 'other' gewählt wird, muss die amtliche Differenzierung per Extension angegeben werden",
        "severity": "error",
        "expression": "gender.exists() and gender='other' implies gender.extension('http://fhir.de/StructureDefinition/gender-amtlich-de').exists()"
      } ]
    }, {
      "id": "Patient.name",
      "min": 1,
      "path": "Patient.name",
      "comment": "In order to maintain the differntiations of name parts as given in the VSDM dataset or qualify prefixes as academic titles, vendors can opt to support the extensions specified in the German HumanName Base Profile https://simplifier.net/basisprofil-de-r4/humannamedebasis\nThis is however not required within the scope of this specification.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.name:Name",
      "max": "1",
      "min": 1,
      "path": "Patient.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.de/StructureDefinition/humanname-de-basis" ]
      } ],
      "sliceName": "Name",
      "mustSupport": true,
      "patternHumanName": {
        "use": "official"
      }
    }, {
      "id": "Patient.name:Name.use",
      "min": 1,
      "path": "Patient.name.use",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.family",
      "min": 1,
      "path": "Patient.name.family",
      "label": "Name",
      "short": "Nur der aktuellen Name ist gefordert. Die Erfassung und Übermittelung des Geburtsnamen ist optional. Teil des Patienten-Matching der nNGM-Patientenliste.",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.family.extension",
      "min": 0,
      "path": "Patient.name.family.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.name:Name.family.extension:namenszusatz",
      "min": 0,
      "path": "Patient.name.family.extension",
      "sliceName": "namenszusatz",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.family.extension:nachname",
      "min": 0,
      "path": "Patient.name.family.extension",
      "sliceName": "nachname",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.family.extension:vorsatzwort",
      "min": 0,
      "path": "Patient.name.family.extension",
      "sliceName": "vorsatzwort",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.given",
      "min": 1,
      "path": "Patient.name.given",
      "label": "Vorname",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.prefix",
      "path": "Patient.name.prefix",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.prefix.extension",
      "min": 0,
      "path": "Patient.name.prefix.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.name:Name.prefix.extension:prefix-qualifier",
      "max": "1",
      "min": 0,
      "path": "Patient.name.prefix.extension",
      "sliceName": "prefix-qualifier",
      "mustSupport": true
    }, {
      "id": "Patient.name:Name.prefix.extension:prefix-qualifier.value[x]",
      "path": "Patient.name.prefix.extension.value[x]",
      "fixedCode": "AC"
    }, {
      "id": "Patient.name:Geburtsname",
      "max": "1",
      "path": "Patient.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.de/StructureDefinition/humanname-de-basis" ]
      } ],
      "sliceName": "Geburtsname",
      "mustSupport": true,
      "patternHumanName": {
        "use": "maiden"
      }
    }, {
      "id": "Patient.name:Geburtsname.use",
      "min": 1,
      "path": "Patient.name.use"
    }, {
      "id": "Patient.name:Geburtsname.family",
      "min": 1,
      "path": "Patient.name.family"
    }, {
      "id": "Patient.name:Geburtsname.given",
      "max": "0",
      "path": "Patient.name.given"
    }, {
      "id": "Patient.name:Geburtsname.prefix",
      "max": "0",
      "path": "Patient.name.prefix"
    }, {
      "id": "Patient.gender",
      "min": 1,
      "path": "Patient.gender",
      "label": "Geschlecht",
      "short": "Die Extension 'other-amtlich' und der Constraint pat-nngm-1 ist bei der Erfassung eines administrativen Geschlechts mit der Ausprägung 'divers' zu beachten.",
      "mustSupport": true
    }, {
      "id": "Patient.gender.extension",
      "min": 0,
      "path": "Patient.gender.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.gender.extension:other-amtlich",
      "min": 0,
      "path": "Patient.gender.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/gender-amtlich-de" ]
      } ],
      "sliceName": "other-amtlich"
    }, {
      "id": "Patient.gender.extension:other-amtlich.value[x]",
      "path": "Patient.gender.extension.value[x]",
      "label": "Anderes Geschlecht",
      "short": "Gibt an ob das Geschlecht des Patienten divers oder unbestimmt ist",
      "mustSupport": true
    }, {
      "id": "Patient.gender.extension:other-amtlich.value[x].system",
      "min": 1,
      "path": "Patient.gender.extension.value[x].system"
    }, {
      "id": "Patient.gender.extension:other-amtlich.value[x].code",
      "min": 1,
      "path": "Patient.gender.extension.value[x].code"
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate",
      "label": "Geburtsdatum",
      "short": "Teil des Patienten-Matching der nNGM-Patientenliste.",
      "mustSupport": true
    }, {
      "id": "Patient.deceased[x]",
      "path": "Patient.deceased[x]",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "id": "Patient.deceased[x]:deceasedBoolean",
      "path": "Patient.deceased[x]",
      "type": [ {
        "code": "boolean"
      } ],
      "label": "Verstorben",
      "short": "Ob der Patient verstorben ist",
      "sliceName": "deceasedBoolean",
      "mustSupport": true
    }, {
      "id": "Patient.deceased[x]:deceasedDateTime",
      "path": "Patient.deceased[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "label": "Todesdatum",
      "short": "Kodierung des Todeszeitpunkts",
      "sliceName": "deceasedDateTime",
      "definition": "Kodierung des Todeszeitpunkts. Optional kann auch die Informationsquelle zum Todesdatum angeben werden. deceasedBoolean ist wo möglich durch deceasedDateTime zu ersetzen, wenn PatientIn verstorben ist."
    }, {
      "id": "Patient.deceased[x]:deceasedDateTime.extension",
      "min": 0,
      "path": "Patient.deceased[x].extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.deceased[x]:deceasedDateTime.extension:informationsquelleTod",
      "min": 0,
      "path": "Patient.deceased[x].extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/izt" ]
      } ],
      "sliceName": "informationsquelleTod"
    }, {
      "id": "Patient.deceased[x]:deceasedDateTime.extension:informationsquelleTod.value[x]",
      "path": "Patient.deceased[x].extension.value[x]",
      "label": "Informationsquelle des Todes",
      "short": "Informationsquelle des Todes des Patienten",
      "mustSupport": true
    }, {
      "id": "Patient.address",
      "path": "Patient.address",
      "label": "Adresse",
      "short": "Teil des Patienten-Matching der nNGM-Patientenliste.",
      "comment": "In order to differentiate between post box addresses and physical addresses, street names and house numbers, and to add city district names, vendors can opt to support the extensions as suggested in the German Address Base Profile http://fhir.de/StructureDefinition/address-de-basis.\nSuch differentiations are however not required within the scope of this specification.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift",
      "path": "Patient.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "sliceName": "Strassenanschrift",
      "mustSupport": true,
      "patternAddress": {
        "type": "both"
      }
    }, {
      "id": "Patient.address:Strassenanschrift.extension",
      "min": 0,
      "path": "Patient.address.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.address:Strassenanschrift.extension:Stadtteil",
      "min": 0,
      "path": "Patient.address.extension",
      "sliceName": "Stadtteil",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.type",
      "min": 1,
      "path": "Patient.address.type",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.line",
      "min": 1,
      "path": "Patient.address.line",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.line.extension",
      "min": 0,
      "path": "Patient.address.line.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.address:Strassenanschrift.line.extension:Strasse",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Strasse",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.line.extension:Hausnummer",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Hausnummer",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.line.extension:Adresszusatz",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Adresszusatz",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.line.extension:Postfach",
      "max": "0",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Postfach"
    }, {
      "id": "Patient.address:Strassenanschrift.city",
      "min": 1,
      "path": "Patient.address.city",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.postalCode",
      "min": 1,
      "path": "Patient.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Patient.address:Strassenanschrift.country",
      "min": 1,
      "path": "Patient.address.country",
      "constraint": [ {
        "key": "pat-cnt-2or3-char",
        "human": "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
        "source": "http://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
        "severity": "warning",
        "expression": "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))"
      } ],
      "mustSupport": true
    }, {
      "id": "Patient.address:Postfach",
      "path": "Patient.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "sliceName": "Postfach",
      "patternAddress": {
        "type": "postal"
      }
    }, {
      "id": "Patient.address:Postfach.type",
      "min": 1,
      "path": "Patient.address.type"
    }, {
      "id": "Patient.address:Postfach.line",
      "min": 1,
      "path": "Patient.address.line"
    }, {
      "id": "Patient.address:Postfach.line.extension",
      "min": 0,
      "path": "Patient.address.line.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.address:Postfach.line.extension:Strasse",
      "max": "0",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Strasse"
    }, {
      "id": "Patient.address:Postfach.line.extension:Hausnummer",
      "max": "0",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Hausnummer"
    }, {
      "id": "Patient.address:Postfach.line.extension:Adresszusatz",
      "max": "0",
      "min": 0,
      "path": "Patient.address.line.extension",
      "sliceName": "Adresszusatz"
    }, {
      "id": "Patient.address:Postfach.city",
      "min": 1,
      "path": "Patient.address.city"
    }, {
      "id": "Patient.address:Postfach.postalCode",
      "min": 1,
      "path": "Patient.address.postalCode"
    }, {
      "id": "Patient.address:Postfach.country",
      "min": 1,
      "path": "Patient.address.country",
      "constraint": [ {
        "key": "pat-cnt-2or3-char",
        "human": "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.",
        "source": "http://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
        "severity": "warning",
        "expression": "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}