eHealth Infrastructure
10.0.0 - release Denmark flag

This page is part of the FUT Infrastructure (v10.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: ehealth-practitioner - Examples

Examples for the ehealth-practitioner Profile:

  • Practitioner/107302
  • Practitioner/123
  • Practitioner/42
  • StructureDefinition: ehealth-practitioner - Operation examples

    GET [base]/Practitioner/334

    Header

    Accept-Charset: utf-8
    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUHJhY3RpdGlvbmVyUm9sZS5yZWFkIiwiQ2FyZVRlYW0ucmVhZCIsIiRtaWdyYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJQcm92ZW5hbmNlLnJlYWQiLCJQcmFjdGl0aW9uZXIucmVhZCJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    

    Response

    {
      "resourceType": "Practitioner",
      "id": "334",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2025-02-04T15:06:06.069+00:00",
        "source": "#a45e515f-bea2-4e",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "75b74f42-ce03-48ff-afe1-8bc7a4617acf"
        }
      ]
    }
    

    GET [base]/Practitioner?qualification-period=ge2026-01-01&identifier=8e7dfdf4-e18a-4cbc-b3f8-986258d7e673

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiNzRjY2EyZWMtMGIxMC00NGM5LTg4MTUtZWRiMTFmZjBiZTAxIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlByYWN0aXRpb25lci5zZWFyY2giXX0sImNvbnRleHQiOnsidGVhbV9vbl9lb2MiOmZhbHNlLCJ1c2VyX2lkIjoiNzRjY2EyZWMtMGIxMC00NGM5LTg4MTUtZWRiMTFmZjBiZTAxIn0sInVzZXJfdHlwZSI6IlNZU1RFTSJ9.
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/8.6.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    

    Response Headers

    date: Mon, 03 Aug 2026 07:22:45 GMT
    x-request-id: 15cf8496-f5de-45a0-86f9-823d47b8c319
    server: istio-envoy
    x-envoy-upstream-service-time: 71
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Mon, 03 Aug 2026 07:22:45 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: b68602281e31cbbb126a0795c6f1d644
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-type: application/fhir+json; charset=UTF-8
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "Bundle",
      "id": "f546b018-b0dc-4cef-973c-21d3d24d36c2",
      "meta": {
        "lastUpdated": "2026-08-03T07:22:45.483+00:00"
      },
      "type": "searchset",
      "total": 1,
      "link": [
        {
          "relation": "self",
          "url": "https://organization.cit-organization-1574.local/fhir/Practitioner?_format=json&_pretty=true&identifier=8e7dfdf4-e18a-4cbc-b3f8-986258d7e673&qualification-period=ge2026-01-01"
        }
      ],
      "entry": [
        {
          "fullUrl": "https://organization.cit-organization-1574.local/fhir/Practitioner/1461",
          "resource": {
            "resourceType": "Practitioner",
            "id": "1461",
            "meta": {
              "versionId": "1",
              "lastUpdated": "2026-08-03T07:22:45.258+00:00",
              "source": "#646d25f1-fcb5-49",
              "profile": [
                "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
              ]
            },
            "identifier": [
              {
                "system": "urn:oid:1.2.208.176.1.2",
                "value": "8e7dfdf4-e18a-4cbc-b3f8-986258d7e673"
              }
            ],
            "name": [
              {
                "family": "847d26d9-a583-4e58-a3bf-adf7941ed8cd"
              }
            ],
            "qualification": [
              {
                "identifier": [
                  {
                    "system": "http://ehealth.sundhed.dk/fhir/system/decentralized-competence",
                    "value": "12345"
                  }
                ],
                "code": {
                  "coding": [
                    {
                      "system": "http://ehealth.sundhed.dk/cs/practitioner-competences",
                      "code": "woundDiploma"
                    }
                  ]
                },
                "period": {
                  "start": "2026-01-01T00:00:00+00:00",
                  "end": "2026-12-31T00:00:00+00:00"
                }
              }
            ]
          },
          "search": {
            "mode": "match"
          }
        }
      ]
    }
    

    GET [base]/Practitioner/1442/_history/2

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiMzUzN2M0NmItYTQ1Mi00YmQ4LThiNmQtM2Y2N2NkODVhMmEyIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlByYWN0aXRpb25lci53cml0ZSIsIlByYWN0aXRpb25lci5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/8.6.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    

    Response Headers

    date: Thu, 16 Apr 2026 11:36:40 GMT
    x-request-id: f7730c30-52fd-48b6-b0ca-74c77cfc956e
    server: istio-envoy
    x-envoy-upstream-service-time: 53
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Thu, 16 Apr 2026 11:36:39 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: 7f38dda349ae42b6298774e692175570
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://organization.cit-organization-1498.local/fhir/Practitioner/1442/_history/2
    content-type: application/fhir+json; charset=UTF-8
    etag: W/"2"
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "Practitioner",
      "id": "1442",
      "meta": {
        "versionId": "2",
        "lastUpdated": "2026-04-16T11:36:39.811+00:00",
        "source": "#1750573d-14e8-49",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "74298ad0-c8dd-42cc-a87b-2c5e8d6f649f"
        }
      ]
    }
    

    POST [base]/Practitioner

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiNzBjZDBkZWEtMjIxZi00YmEyLWFlMWItMmY1MDdiNGQ1YWM0IiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlByYWN0aXRpb25lci53cml0ZSJdfSwiY29udGV4dCI6eyJ0ZWFtX29uX2VvYyI6ZmFsc2UsInVzZXJfaWQiOiI3MGNkMGRlYS0yMjFmLTRiYTItYWUxYi0yZjUwN2I0ZDVhYzQifSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/8.6.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    Content-Type: application/fhir+json; charset=UTF-8
    

    Body:

    {
      "resourceType": "Practitioner",
      "meta": {
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "94513978-3531-424b-a5cb-8378f2db273d"
        }
      ],
      "qualification": [
        {
          "identifier": [
            {
              "system": "http://ehealth.sundhed.dk/fhir/system/decentralized-competence",
              "value": "12345"
            }
          ],
          "code": {
            "coding": [
              {
                "system": "http://ehealth.sundhed.dk/cs/practitioner-competences",
                "code": "woundDiploma"
              }
            ]
          },
          "period": {
            "start": "2026-08-03T07:22:40+00:00",
            "end": "2026-08-03T07:22:40+00:00"
          },
          "issuer": {
            "reference": "https://organization.cit-organization-1574.local/fhir/Organization/1443"
          }
        }
      ]
    }
    

    Response Headers

    date: Mon, 03 Aug 2026 07:22:40 GMT
    x-request-id: 2147c1a8-c09d-9717-922b-537b21cb686e
    server: istio-envoy
    x-envoy-upstream-service-time: 160
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Mon, 03 Aug 2026 07:22:40 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: cbca19fd39c8a5bc3677a8dd34c755c6
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://organization.cit-organization-1574.local/fhir/Practitioner/1444/_history/1
    content-type: application/fhir+json; charset=UTF-8
    etag: W/"1"
    location: https://organization.cit-organization-1574.local/fhir/Practitioner/1444/_history/1
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "Practitioner",
      "id": "1444",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2026-08-03T07:22:40.848+00:00",
        "source": "#2147c1a8-c09d-9717-922b-537b21cb686e",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "94513978-3531-424b-a5cb-8378f2db273d"
        }
      ],
      "qualification": [
        {
          "identifier": [
            {
              "system": "http://ehealth.sundhed.dk/fhir/system/decentralized-competence",
              "value": "12345"
            }
          ],
          "code": {
            "coding": [
              {
                "system": "http://ehealth.sundhed.dk/cs/practitioner-competences",
                "code": "woundDiploma"
              }
            ]
          },
          "period": {
            "start": "2026-08-03T07:22:40+00:00",
            "end": "2026-08-03T07:22:40+00:00"
          },
          "issuer": {
            "reference": "https://organization.cit-organization-1574.local/fhir/Organization/1443"
          }
        }
      ]
    }
    

    POST [base]/Practitioner/$validate

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiZGEzZjY4ZTktMDU4Yi00NmQwLTg0MTctYzI4YTk1Y2ViYjRhIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlByYWN0aXRpb25lci5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/8.6.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    Content-Type: application/fhir+json; charset=UTF-8
    

    Body:

    {
      "resourceType": "Parameters",
      "parameter": [
        {
          "name": "resource",
          "resource": {
            "resourceType": "Practitioner",
            "meta": {
              "profile": [
                "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
              ]
            },
            "name": [
              {
                "family": "4524eb5b-86c8-4a75-b806-e77f36346e22"
              }
            ]
          }
        }
      ]
    }
    

    Response Headers

    date: Thu, 16 Apr 2026 11:36:41 GMT
    x-request-id: 368875e2-9890-4e79-9d1f-095f086bca02
    server: istio-envoy
    x-envoy-upstream-service-time: 186
    expires: 0
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: b7d1f4472e3ce4993500130613ed7741
    x-frame-options: DENY
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-type: application/fhir+json; charset=UTF-8
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    pragma: no-cache
    

    Response

    {
      "resourceType": "OperationOutcome",
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">INFORMATION</td><td>[]</td><td>No issues detected during validation</td></tr><tr><td style=\"font-weight: bold;\">INFORMATION</td><td>[]</td><td>No issues detected during validation</td></tr></table></div>"
      },
      "issue": [
        {
          "severity": "information",
          "code": "informational",
          "diagnostics": "No issues detected during validation"
        },
        {
          "severity": "information",
          "code": "informational",
          "diagnostics": "No issues detected during validation"
        }
      ]
    }
    

    PUT [base]/Practitioner/1442

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiMzUzN2M0NmItYTQ1Mi00YmQ4LThiNmQtM2Y2N2NkODVhMmEyIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlByYWN0aXRpb25lci53cml0ZSIsIlByYWN0aXRpb25lci5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
    If-Match: W/"1"
    Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
    User-Agent: HAPI-FHIR/8.6.5 (FHIR Client; FHIR 4.0.1/R4; apache)
    Accept-Encoding: gzip
    Content-Type: application/fhir+json; charset=UTF-8
    

    Body:

    {
      "resourceType": "Practitioner",
      "id": "1442",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2026-04-16T11:36:39.648+00:00",
        "source": "#45650982-60cf-470c-b081-dd42cbd36a68",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "74298ad0-c8dd-42cc-a87b-2c5e8d6f649f"
        }
      ]
    }
    

    Response Headers

    date: Thu, 16 Apr 2026 11:36:39 GMT
    x-request-id: 1750573d-14e8-4959-a772-71416473f19f
    server: istio-envoy
    x-envoy-upstream-service-time: 153
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Thu, 16 Apr 2026 11:36:39 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: fb33fb374dc9674658542b215ececa98
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://organization.cit-organization-1498.local/fhir/Practitioner/1442/_history/2
    content-type: application/fhir+json; charset=UTF-8
    etag: W/"2"
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "Practitioner",
      "id": "1442",
      "meta": {
        "versionId": "2",
        "lastUpdated": "2026-04-16T11:36:39.811+00:00",
        "source": "#1750573d-14e8-4959-a772-71416473f19f",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"
        ]
      },
      "name": [
        {
          "family": "74298ad0-c8dd-42cc-a87b-2c5e8d6f649f"
        }
      ]
    }