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 ContextIdentifierType 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Σ I0..1Period
assignerΣ I0..1Reference(Organization)
activeΣ ?!0..1boolean
nameΣ0..*HumanName
telecomΣ I0..*ContactPoint
genderΣ0..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ0..*Address
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationI0..1Reference(Organization)
periodI0..1Period
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitionerI0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ I0..1Reference(Organization)
otherΣ I1..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>