{ "description": "Allgemeines Personen-Profil. Repräsentiert die reale Person (=> MPI Eintrag), mit beliebig vielen Varianten/Schreibweisen. Letztere werden als Patienten-Identitäten abgebildet (=> Patient-Profil).\\nDie Referenz-Identität wird als aktuell korrekte Variante festgelegt und durch die Angabe von link.assurance='level4' repräsentiert. Es existiert immer genau 1 Link mit diesem Assurance-Level.", "_filename": "StructureDefinition-Person.json", "package_name": "ths-greifswald.ttp-fhir-gw", "date": "2023-09-04", "derivation": "constraint", "publisher": "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald", "fhirVersion": "4.0.1", "name": "Person", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" } ], "abstract": false, "copyright": "Copyright 2020-2023 Unabhängige Treuhandstelle der Universitätsmedizin Greifswald", "type": "Person", "experimental": "false", "resourceType": "StructureDefinition", "title": "Person", "package_version": "2024.1.0-alpha", "status": "draft", "id": "1eaf6c1b-c64a-48b5-8917-310aaf9c9d0f", "kind": "resource", "url": "https://ths-greifswald.de/fhir/StructureDefinition/epix/Person", "version": null, "differential": { "element": [ { "id": "Person.meta.lastUpdated", "path": "Person.meta.lastUpdated", "mustSupport": true }, { "id": "Person.extension:customIdatValues", "max": "*", "min": 0, "path": "Person.extension", "type": [ { "code": "Extension", "profile": [ "https://ths-greifswald.de/fhir/StructureDefinition/epix/CustomIdatValues" ] } ], "sliceName": "customIdatValues", "mustSupport": true }, { "id": "Person.identifier", "min": 1, "path": "Person.identifier", "mustSupport": true }, { "id": "Person.identifier.system", "min": 1, "path": "Person.identifier.system", "mustSupport": true }, { "id": "Person.identifier.value", "min": 1, "path": "Person.identifier.value", "mustSupport": true }, { "id": "Person.name", "path": "Person.name", "mustSupport": true }, { "id": "Person.name.use", "path": "Person.name.use", "mustSupport": true }, { "id": "Person.name.text", "max": "0", "path": "Person.name.text" }, { "id": "Person.name.family", "path": "Person.name.family", "mustSupport": true }, { "id": "Person.name.given", "path": "Person.name.given", "mustSupport": true }, { "id": "Person.name.prefix", "path": "Person.name.prefix", "mustSupport": true }, { "id": "Person.name.prefix.extension:academic", "max": "*", "min": 0, "path": "Person.name.prefix.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ] } ], "sliceName": "academic" }, { "id": "Person.name.prefix.extension:academic.value[x]", "path": "Person.name.prefix.extension.value[x]", "fixedCode": "AC", "mustSupport": true }, { "id": "Person.name.suffix", "path": "Person.name.suffix", "mustSupport": true }, { "id": "Person.telecom", "max": "0", "path": "Person.telecom" }, { "id": "Person.gender", "path": "Person.gender", "mustSupport": true }, { "id": "Person.birthDate", "path": "Person.birthDate", "mustSupport": true }, { "id": "Person.address", "path": "Person.address", "mustSupport": true }, { "id": "Person.address.text", "max": "0", "path": "Person.address.text" }, { "id": "Person.address.line", "path": "Person.address.line", "mustSupport": true }, { "id": "Person.address.city", "path": "Person.address.city", "mustSupport": true }, { "id": "Person.address.district", "max": "0", "path": "Person.address.district" }, { "id": "Person.address.state", "path": "Person.address.state", "mustSupport": true }, { "id": "Person.address.postalCode", "path": "Person.address.postalCode", "mustSupport": true }, { "id": "Person.address.country", "path": "Person.address.country", "mustSupport": true }, { "id": "Person.address.period", "max": "0", "path": "Person.address.period" }, { "id": "Person.photo", "max": "0", "path": "Person.photo" }, { "id": "Person.managingOrganization", "min": 1, "path": "Person.managingOrganization", "short": "Domäne", "definition": "repräsentiert hier die Domäne, zur der der MPI-Eintrag gehört.", "mustSupport": true }, { "id": "Person.managingOrganization.identifier", "min": 1, "path": "Person.managingOrganization.identifier", "mustSupport": true }, { "id": "Person.managingOrganization.identifier.system", "path": "Person.managingOrganization.identifier.system", "mustSupport": true }, { "id": "Person.managingOrganization.identifier.value", "min": 1, "path": "Person.managingOrganization.identifier.value", "mustSupport": true }, { "id": "Person.active", "path": "Person.active", "mustSupport": true }, { "id": "Person.link", "min": 1, "path": "Person.link", "mustSupport": true }, { "id": "Person.link.target", "path": "Person.link.target", "type": [ { "code": "Reference", "targetProfile": [ "https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient" ] } ], "mustSupport": true }, { "id": "Person.link.target.reference", "min": 1, "path": "Person.link.target.reference", "mustSupport": true }, { "id": "Person.link.assurance", "path": "Person.link.assurance", "mustSupport": true } ] }, "contact": [ { "name": "Unabhängige Treuhandstelle der Universitätsmedizin Greifswald", "telecom": [ { "use": "work", "value": "https://www.ths-greifswald.de/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person" }