FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Patient-everything

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeOperationDefinition
IdPatient-everything
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@1.0.1&canonical=https://tiplu.de/fhir/OperationDefinition/Patient-everything
URLhttps://tiplu.de/fhir/OperationDefinition/Patient-everything
Version4.0.1
Statusactive
Date2023-04-01
NameFetch Patient Record (extend pseudonymization)
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
TipluDBTipluDB-CapabilityStatement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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": "_randomlyDateShift",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "If true, all dates in the content will be shifted by a random value. One random shift is selected per patient.\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.\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.\n-The date of birth is not affected by this parameter but is randomized independently.",
      "type": "boolean"
    }
  ]
}