{ "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": "1.1.3", "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": "5490a318-636b-4f3f-a424-d1f663a79af2", "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": "_randomlyDateShift", "type": "boolean", "documentation": "If true, all dates in the content will be shifted by a random value. One random shift is selected per patient.\r\nThe shift is chosen so that the offset from the reference date (admission date) is within the same year and no more than 14 days before the current date.\r\n\r\nNotes: \r\n-This may cause old cases (as simply the same offset is applied) to shift to previous years as well.\r\n-Also affects free texts.\r\n-The date of birth is not affected by this parameter but is randomized independently." } ] }