eHealth Infrastructure
8.0.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

OperationDefinition: Fetch practitioner GDPR

Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-fetch-practitioner-gdpr Version: 8.0.0
Active as of 2026-01-14 Computable Name: fetch-practitioner-gdpr

Report Contents

This report contains all information related to the specified Practitioner

  • Practitioner
  • CareTeam
  • PractitionerRole

    Grouping

    None. The report is returned in a single JSon file.

    Parameters

  • organization:
    • Practitioner: Not filtered
    • CareTeam: Filter on CareTeam.ManagingOrganization match
    • PractitionerRole: Filter on PractitionerRole.Organization match
  • period: not used
  • practitionerID: The practitioner to fetch information for

    Output

    Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.

    Example output

    All returned objects are Fhir resources. See the implementation guide for details

    { 'EHealthPractitioner': { 'resourceType': 'Practitioner', 'id': '20599', 'meta': { 'versionId': '1', 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner'] }, 'name': [{ 'family': '2f82a48c-61cc-4c7f-855a-3e6b59729ef1' } ] }, 'EHealthPractitionerRole': [], 'EHealthCareTeam': [{ 'resourceType': 'CareTeam', 'id': '99438', 'meta': { 'versionId': '1', 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam'] }, 'identifier': [{ 'id': 'f556eab1-dbe9-40e3-9edd-149fa3bd1ae0', 'system': 'urn:ietf:rfc:3986' } ], 'status': 'active', 'name': 'f9d27974-6a6a-44fb-b6eb-bcd22d769a18', 'participant': [{ 'member': { 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599' } } ], 'reasonCode': [{ 'coding': [{ 'system': 'http://ehealth.sundhed.dk/cs/conditions', 'code': 'TBD' } ] } ], 'managingOrganization': [{ 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174' } ] } ] }

URL: [base]/$fetch-practitioner-gdpr

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INanonymization1..1string

This parameter is used to control if the report should be anonymized or not. If the value is set to NONE (no anonymization) and the user lacks the required permission, an exception is thrown.

INorganization0..1Reference

Filter on EpisodeOfCare.managingOrganization match

INperiod0..1Period

Not used

INpractitioner1..1Reference

The practitioner to fetch information for

OUTreturn0..1Binary