FHIR IG analytics| Package | basisprofil.tiplu.de.r4 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-Patient-everything.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "Patient-everything",
"meta": {
"lastUpdated": "2018-12-27T22:37:54.724+11:00"
},
"url": "https://tiplu.de/fhir/OperationDefinition/Patient-everything",
"publisher": "Tiplu GmbH",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}
],
"version": "4.0.1",
"name": "Fetch Patient Record (extend pseudonymization)",
"status": "active",
"kind": "operation",
"date": "2023-04-01",
"contact": [
{
"name": "Tiplu GmbH",
"telecom": [
{
"system": "email",
"value": "fhir@tiplu.de"
},
{
"system": "url",
"value": "https://tiplu.de"
}
]
}
],
"base": "http://hl7.org/fhir/OperationDefinition/Patient-everything",
"code": "everything",
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": true,
"parameter": [
{
"name": "_pseudonymize",
"use": "in",
"min": 0,
"max": "1",
"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",
"type": "boolean"
},
{
"name": "_pseudonymizeShiftDates",
"use": "in",
"min": 0,
"max": "1",
"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.",
"type": "token"
},
{
"name": "_pseudonymizeJitterValues",
"use": "in",
"min": 0,
"max": "1",
"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.",
"type": "boolean"
},
{
"name": "_pseudonymizeOrganization",
"use": "in",
"min": 0,
"max": "1",
"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.",
"type": "boolean"
}
]
}