{
"description": null,
"_filename": "OperationDefinition-Patient-everything.json",
"package_name": "basisprofil.tiplu.de.r4",
"date": "2023-04-01",
"meta": {
"lastUpdated": "2018-12-27T22:37:54.724+11:00"
},
"system": false,
"publisher": "Tiplu GmbH",
"instance": true,
"name": "Fetch Patient Record (extend pseudonymization)",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "2.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"status": "active",
"id": "9b51f63e-c2fc-40f3-b73f-e17961ed9ee2",
"resource": [ "Patient" ],
"kind": "operation",
"url": "https://tiplu.de/fhir/OperationDefinition/Patient-everything",
"code": "everything",
"base": "http://hl7.org/fhir/OperationDefinition/Patient-everything",
"version": "4.0.1",
"contact": [ {
"name": "Tiplu GmbH",
"telecom": [ {
"value": "fhir@tiplu.de",
"system": "email"
}, {
"value": "https://tiplu.de",
"system": "url"
} ]
} ],
"parameter": [ {
"max": "1",
"min": 0,
"use": "in",
"name": "_pseudonymize",
"type": "boolean",
"documentation": "If this is true, then the operation should return all content 'anonymized'. The method used is a strong pseudonymization, the medical significance is still given"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_pseudonymizeShiftDates",
"type": "token",
"documentation": "Setting indicating how all data of an EHR should be shifted by a random value. For each patient, only one random shift is chosen, which is then applied to all data. \nThe following settings are supported: \n- random: Random shift of the entire timestamp (date and time) within the beginning to the end of the year \n- restricted: Shift of the date within the last 1 to 4 weeks while preserving the weekday \n- A Friday remains a Friday \n- Only shifts into the past and always at least 1 week \n- Shift of time by ± 1 hour \n- off: No shift of date and time \n\nNotes: \n-This may cause old cases (as simply the same offset is applied) to shift to previous years as well.\n-Also affects free texts (see parameter date_action_in_text).\n-The date of birth is not affected by this parameter but is randomized independently."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_pseudonymizeJitterValues",
"type": "boolean",
"documentation": "Setting whether laboratory and measurement values should be shifted by a random value (True) or not (False). The magnitude of the shift depends on the valuejitter_percentage."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_pseudonymizeOrganization",
"type": "boolean",
"documentation": "Removes all references to the organization, such as department and ward names (and their aliases, even in free texts), address information, IK number, hospital-specific codings, and identifier systems."
} ]
}