Patient (bzw. Personenbezug)

Um den Bezug zwischen Person und Einwilligung herzustellen, wird die Einwilligung mit mindestens einem eindeutigen Personenidentifikator versehen. Dies kann je nach Anforderungen die Fallnummer, ein Patienten-Identifikator, die Angabe eines Bevollmächtigten oder ein Studienpseudonym, o.ä. sein.

Im Forschungskontext enthält die Einwilligung typischerweise keine personenbezogenen Informationen, wie Adresse oder Geburtstag der betroffenen Person (Teilnehmer, Patient, Behandlungsfall, …).

Zweck des Profils Patient ist es, den Bezug von Patient und Einwilligung durch mindestens einen Identifikator bestehend aus ConsentManagementContextIdentifierType und ContextIdentifier (System+Value) herzustellen.

useΣ ?!0..1codeBinding
systemS Σ1..1uri
versionΣ0..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
systemS Σ1..1uri
valueS Σ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ ?!0..1boolean
nameΣ0..*HumanName
telecomΣ0..*ContactPoint
genderΣ0..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ0..*Address
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photo0..*Attachment
relationship0..*CodeableConceptBinding
name0..1HumanName
telecom0..*ContactPoint
address0..1Address
gender0..1codeBinding
organization0..1Reference(Organization)
period0..1Period
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitioner0..*Reference(Organization| Practitioner| PractitionerRole)
managingOrganizationΣ0..1Reference(Organization)
otherΣ1..1Reference(Patient| RelatedPerson)
typeΣ1..1codeBinding

Beispiel

<Patient xmlns="http://hl7.org/fhir">
    <id value="a8e49578-e40f-4a65-bdaa-a579801b37f3" />
    <meta>
        <lastUpdated value="2020-12-11T09:08:07.5320994+00:00" />
        <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Patient" />
    </meta>
    <!--  Dies sei ein Studien-Patient, d.h. pseudonymisiert. Lediglich die PSN ist bekannt  -->
    <identifier>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/v2/0203" />
                <code value="ANON" />
            </coding>
        </type>
        <system value="https://ths-greifswald.de/gpas" />
        <value value="MII/jzhwb4p" />
    </identifier>
</Patient>