| Literature DB >> 32503529 |
Raffael Bild1, Martin Bialke2, Karoline Buckow3, Thomas Ganslandt4, Kristina Ihrig5, Roland Jahns6, Angela Merzweiler7, Sybille Roschka2, Björn Schreiweis8, Sebastian Stäubert9, Sven Zenker10,11,12, Fabian Prasser13,14.
Abstract
BACKGROUND: The aim of the German Medical Informatics Initiative is to establish a national infrastructure for integrating and sharing health data. To this, Data Integration Centers are set up at university medical centers, which address data harmonization, information security and data protection. To capture patient consent, a common informed consent template has been developed. It consists of different modules addressing permissions for using data and biosamples. On the technical level, a common digital representation of information from signed consent templates is needed. As the partners in the initiative are free to adopt different solutions for managing consent information (e.g. IHE BPPC or HL7 FHIR Consent Resources), we had to develop an interoperability layer.Entities:
Keywords: Consent template; Data integration centers; Health information interoperability; Informed consent; Medical informatics initiative
Mesh:
Year: 2020 PMID: 32503529 PMCID: PMC7275462 DOI: 10.1186/s12911-020-01138-6
Source DB: PubMed Journal: BMC Med Inform Decis Mak ISSN: 1472-6947 Impact factor: 2.796
Example of a section of an informed consent template containing possibly several modules
| Section | Use of clinical routine data | ||
|---|---|---|---|
| I consent to the collection, processing, storage and scientific use of my clinical routine data as described in […] | |||
| Yes | No | ||
| I consent to […] | |||
| Yes | No | ||
Fig. 1Entity-relationship diagram of the conceptional data model
Fig. 2Example representation of information captured through the MII Informed Consent template: Using ART- DECOR, each question and related combination of answer-text and consent status type is assigned a unique consecutive object identifier (OID)
Example representation using a HL7 FHIR Consent resource
| Code | Description |
|---|---|
{ “resourceType”: “Consent”, “status”: “active”, | Type definition |
“scope”: { “coding”: [ { “system”: “ “code”: “patient-privacy” } ] }, | States that the represented information refers to “Agreement to collect, access, use or disclose (share) information” |
“category”: [ { “coding”: [ { “system”: “ “code”: “57,016–8” } ] } ], | States that the resource is based on a consent document |
“patient”: { “identifier”: { “value”: “patientf001” } }, | References the person |
“policy”: [ { “uri”: “ } ], | List of codes |
“provision”: { “period”: { “start”: “2018-10-10”, “end”: “2023-10-09” } } | Period of validity |
| } |
Example representation using BPPC
| Code | Description |
|---|---|
<ClinicalDocument xmlns = ‘urn:hl7-org:v3’> <templateId root = ‘1.3.6.1.4.1.19376.1.5.3.1.1.1’/> <templateId root = ‘1.3.6.1.4.1.19376.1.5.3.1.1.7’/> < code code = ‘57,016–8’ displayName = ‘PATIENT PRIVACY ACKNOWLEDGEMENT’ codeSystem = ‘2.16.840.1.113883.6.1’ codeSystemName = ‘LOINC’/> | Type definition |
<recordTarget> <patientRole> <id extension = “0411886319605719371016” root = “1.3.6.1.4.1.19376.1.8.9.2”/> <addr use = “HP”> ... </addr> <patient> ... </patient> </patientRole> </recordTarget> | Information about the person |
<documentationOf typeCode = ‘DOC’> <serviceEvent classCode = ‘ACT’ moodCode = ‘EVN’> <templateId root = ‘1.3.6.1.4.1.19376.1.5.3.1.2.6’/> <id root = ‘1.2.3.4.5.6’/> | |
<code code = ‘2.16.840.1.113883.3.1937.777.24.5.1.1’ codeSystem = ‘2.16.840.1.113883.3.1937.777.24.5.1/> | List of codes |
<effectiveTime> <low value = ‘20181010’/> <high value = ‘20231009’/> </effectiveTime> | Period of validity |
</serviceEvent> </documentationOf> <component> <structuredBody> ... </structuredBody> </component> </ClinicalDocument> |
Mapping of status labels from the FHIR Consent resource to the proposed digital representation
| Label in FHIR | “draft” | “proposed” | “active” | “rejected” | “inactive” | “entered-in-error” |
|---|---|---|---|---|---|---|
| “not valid” | “not valid” | “valid” | “not valid” | “not valid” | “not valid” |
Mapping status labels from gICS to the proposed digital representation
| Label in gICS | “Accepted” | “Declined” | “Withdrawn” | “Invalidated” |
|---|---|---|---|---|
| “valid” | “not valid” | “not valid” | “not valid” |