eHealth Infrastructure
10.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 10.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

Resource Profile: ehealth-episodeofcare - Examples

Examples for the ehealth-episodeofcare Profile:

  • EpisodeOfCare/42
  • StructureDefinition: ehealth-episodeofcare - Operation examples

    GET [base]/EpisodeOfCare/1914

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiYTIxY2JjODQtYmNlNy00NjQxLWJkM2YtNWE5Y2JhNGRjMjNjIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIkVwaXNvZGVPZkNhcmUucmVhZCJdfSwiY29udGV4dCI6eyJlcGlzb2RlX29mX2NhcmVfaWQiOiJodHRwczovL2NhcmVwbGFuLmNpdC1jYXJlcGxhbi00MTc4LmxvY2FsL2ZoaXIvRXBpc29kZU9mQ2FyZS8xOTE0IiwidGVhbV9vbl9lb2MiOmZhbHNlLCJ1c2VyX2lkIjoiYTIxY2JjODQtYmNlNy00NjQxLWJkM2YtNWE5Y2JhNGRjMjNjIn0sInVzZXJfdHlwZSI6IlBSQUNUSVRJT05FUiJ9.
    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:19:21 GMT
    x-request-id: 74fa389d-8797-41fa-b54e-7b9f0de5252b
    server: istio-envoy
    x-envoy-upstream-service-time: 64
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Mon, 03 Aug 2026 07:19:21 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: 47404987265b51be686a2a02fc3104e4
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://careplan.cit-careplan-4178.local/fhir/EpisodeOfCare/1914/_history/1
    content-type: application/fhir+json; charset=UTF-8
    etag: W/"1"
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "EpisodeOfCare",
      "id": "1914",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2026-08-03T07:19:21.463+00:00",
        "source": "#f331e9d5-302d-4a",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
        ]
      },
      "extension": [
        {
          "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
          "valueReference": {
            "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/51239"
          }
        },
        {
          "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-managing-organization",
          "extension": [
            {
              "url": "organisation",
              "valueReference": {
                "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/79988"
              }
            },
            {
              "url": "period",
              "valuePeriod": {
                "start": "1970-01-01T00:00:01+00:00",
                "end": "1970-01-01T00:01:40+00:00"
              }
            }
          ]
        }
      ],
      "status": "active",
      "statusHistory": [
        {
          "status": "active",
          "period": {
            "start": "2026-08-03T07:19:21+00:00"
          }
        }
      ],
      "diagnosis": [
        {
          "condition": {
            "reference": "https://careplan.cit-careplan-4178.local/fhir/Condition/1913"
          },
          "rank": 1
        }
      ],
      "patient": {
        "reference": "https://patient.cit-careplan-4178.local/fhir/Patient/77044"
      },
      "period": {
        "start": "1970-01-01T00:00:01+00:00",
        "end": "1970-01-01T00:01:40+00:00"
      }
    }
    

    GET [base]/EpisodeOfCare?team=https%3A%2F%2Forganization.cit-careplan-4178.local%2Ffhir%2FCareTeam%2F53603%2Chttps%3A%2F%2Forganization.cit-careplan-4178.local%2Ffhir%2FCareTeam%2F47263

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiNGEzNmQ3NDktZjQ2YS00MjZiLTk5OWEtM2I0OTZkNzg1NzRlIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIkVwaXNvZGVPZkNhcmUuc2VhcmNoIl19LCJjb250ZXh0Ijp7InRlYW1fb25fZW9jIjpmYWxzZSwidXNlcl9pZCI6IjRhMzZkNzQ5LWY0NmEtNDI2Yi05OTlhLTNiNDk2ZDc4NTc0ZSJ9LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
    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:50:38 GMT
    x-request-id: 9db83768-b22e-4f53-94d3-680b49ad53f4
    server: istio-envoy
    x-envoy-upstream-service-time: 42
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Mon, 03 Aug 2026 07:50:38 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: 9188f11e4f3e270fc73f8bcf5c0c58a7
    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": "e353104d-7832-4011-9b48-cacd5eb1a839",
      "meta": {
        "lastUpdated": "2026-08-03T07:50:38.489+00:00"
      },
      "type": "searchset",
      "total": 2,
      "link": [
        {
          "relation": "self",
          "url": "https://careplan.cit-careplan-4178.local/fhir/EpisodeOfCare?_format=json&_pretty=true&team=https%3A%2F%2Forganization.cit-careplan-4178.local%2Ffhir%2FCareTeam%2F53603%2Chttps%3A%2F%2Forganization.cit-careplan-4178.local%2Ffhir%2FCareTeam%2F47263"
        }
      ],
      "entry": [
        {
          "fullUrl": "https://careplan.cit-careplan-4178.local/fhir/EpisodeOfCare/5504",
          "resource": {
            "resourceType": "EpisodeOfCare",
            "id": "5504",
            "meta": {
              "versionId": "1",
              "lastUpdated": "2026-08-03T07:50:38.403+00:00",
              "source": "#c9ac8291-baba-44",
              "profile": [
                "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
              ]
            },
            "extension": [
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
                "valueReference": {
                  "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/71679"
                }
              },
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-managing-organization",
                "extension": [
                  {
                    "url": "organisation",
                    "valueReference": {
                      "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/40986"
                    }
                  },
                  {
                    "url": "period",
                    "valuePeriod": {
                      "start": "1970-01-01T00:00:01+00:00",
                      "end": "1970-01-01T00:01:40+00:00"
                    }
                  }
                ]
              }
            ],
            "status": "active",
            "statusHistory": [
              {
                "status": "active",
                "period": {
                  "start": "2026-08-03T07:50:38+00:00"
                }
              }
            ],
            "diagnosis": [
              {
                "condition": {
                  "reference": "https://careplan.cit-careplan-4178.local/fhir/Condition/5503"
                },
                "rank": 1
              }
            ],
            "patient": {
              "reference": "https://patient.cit-careplan-4178.local/fhir/Patient/17295"
            },
            "period": {
              "start": "1970-01-01T00:00:01+00:00",
              "end": "1970-01-01T00:01:40+00:00"
            },
            "team": [
              {
                "reference": "https://organization.cit-careplan-4178.local/fhir/CareTeam/47263"
              }
            ]
          },
          "search": {
            "mode": "match"
          }
        },
        {
          "fullUrl": "https://careplan.cit-careplan-4178.local/fhir/EpisodeOfCare/5502",
          "resource": {
            "resourceType": "EpisodeOfCare",
            "id": "5502",
            "meta": {
              "versionId": "1",
              "lastUpdated": "2026-08-03T07:50:38.147+00:00",
              "source": "#cb515f50-512f-4c",
              "profile": [
                "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
              ]
            },
            "extension": [
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
                "valueReference": {
                  "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/40815"
                }
              },
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-managing-organization",
                "extension": [
                  {
                    "url": "organisation",
                    "valueReference": {
                      "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/61824"
                    }
                  },
                  {
                    "url": "period",
                    "valuePeriod": {
                      "start": "1970-01-01T00:00:01+00:00",
                      "end": "1970-01-01T00:01:40+00:00"
                    }
                  }
                ]
              }
            ],
            "status": "active",
            "statusHistory": [
              {
                "status": "active",
                "period": {
                  "start": "2026-08-03T07:50:37+00:00"
                }
              }
            ],
            "diagnosis": [
              {
                "condition": {
                  "reference": "https://careplan.cit-careplan-4178.local/fhir/Condition/5501"
                },
                "rank": 1
              }
            ],
            "patient": {
              "reference": "https://patient.cit-careplan-4178.local/fhir/Patient/54342"
            },
            "period": {
              "start": "1970-01-01T00:00:01+00:00",
              "end": "1970-01-01T00:01:40+00:00"
            },
            "team": [
              {
                "reference": "https://organization.cit-careplan-4178.local/fhir/CareTeam/53603"
              }
            ]
          },
          "search": {
            "mode": "match"
          }
        }
      ]
    }
    

    GET [base]/EpisodeOfCare/5394/_history/1

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LWNhcmVwbGFuLTQxNzgubG9jYWwvZmhpci9QcmFjdGl0aW9uZXIvOTU2ODIiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRXBpc29kZU9mQ2FyZS5yZWFkIl19LCJjb250ZXh0Ijp7ImNhcmVfdGVhbV9pZCI6Imh0dHBzOi8vb3JnYW5pemF0aW9uLmNpdC1jYXJlcGxhbi00MTc4LmxvY2FsL2ZoaXIvQ2FyZVRlYW0vNTA3MTEiLCJlcGlzb2RlX29mX2NhcmVfaWQiOiJodHRwczovL2NhcmVwbGFuLmNpdC1jYXJlcGxhbi00MTc4LmxvY2FsL2ZoaXIvRXBpc29kZU9mQ2FyZS81Mzk0IiwidGVhbV9vbl9lb2MiOmZhbHNlLCJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LWNhcmVwbGFuLTQxNzgubG9jYWwvZmhpci9QcmFjdGl0aW9uZXIvOTU2ODIifSwidXNlcl90eXBlIjoiUFJBQ1RJVElPTkVSIn0.
    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:50:14 GMT
    x-request-id: 41431b26-2c86-446f-ac82-19a646d8c23b
    server: istio-envoy
    x-envoy-upstream-service-time: 29
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Mon, 03 Aug 2026 07:50:14 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: 1d5d7b8877ce75e9f4e3212de5f0c6ca
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://careplan.cit-careplan-4178.local/fhir/EpisodeOfCare/5394/_history/1
    content-type: application/fhir+json; charset=UTF-8
    etag: W/"1"
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "EpisodeOfCare",
      "id": "5394",
      "meta": {
        "versionId": "1",
        "lastUpdated": "2026-08-03T07:50:14.676+00:00",
        "source": "#a6561bc5-bf17-42",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
        ]
      },
      "extension": [
        {
          "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
          "valueReference": {
            "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/29044"
          }
        },
        {
          "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-managing-organization",
          "extension": [
            {
              "url": "organisation",
              "valueReference": {
                "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/13433"
              }
            },
            {
              "url": "period",
              "valuePeriod": {
                "start": "1970-01-01T00:00:01+00:00",
                "end": "1970-01-01T00:01:40+00:00"
              }
            }
          ]
        }
      ],
      "status": "active",
      "statusHistory": [
        {
          "status": "active",
          "period": {
            "start": "2026-08-03T07:50:14+00:00"
          }
        }
      ],
      "diagnosis": [
        {
          "condition": {
            "reference": "https://careplan.cit-careplan-4178.local/fhir/Condition/5393"
          },
          "rank": 1
        }
      ],
      "patient": {
        "reference": "https://patient.cit-careplan-4178.local/fhir/Patient/33854"
      },
      "period": {
        "start": "1970-01-01T00:00:01+00:00",
        "end": "1970-01-01T00:01:40+00:00"
      },
      "team": [
        {
          "reference": "https://organization.cit-careplan-4178.local/fhir/CareTeam/11393"
        }
      ]
    }
    

    PATCH [base]/EpisodeOfCare/3246

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LWNhcmVwbGFuLTM5MjAubG9jYWwvZmhpci9QcmFjdGl0aW9uZXIvMzU3NzkiLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRXBpc29kZU9mQ2FyZS5zZWFyY2giLCJFcGlzb2RlT2ZDYXJlLnJlYWQiLCJDYXJlUGxhbi5yZWFkIiwiRXBpc29kZU9mQ2FyZSR1cGRhdGUtY2FyZS10ZWFtcyIsIkVwaXNvZGVPZkNhcmUucGF0Y2giXX0sInVzZXJfdHlwZSI6IlNZU1RFTSIsInNjb3BlIjoib3BlbmlkIGh0dHA6Ly9laGVhbHRoLnN1bmRoZWQuZGsvY3MvZWhlYWx0aC1zeXN0ZW18eGEifQ.
    Accept: application/fhir+xml;q=1.0, application/fhir+json;q=1.0, application/xml+fhir;q=0.9, 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/json-patch+json; charset=UTF-8
    

    Body:

    [
      {
        "op": "replace",
        "path": "/status",
        "value": "active"
      }
    ]
    

    Response Headers

    date: Thu, 16 Apr 2026 11:03:34 GMT
    x-request-id: 62bac5b7-fa5b-4a50-883e-4448a5a311fa
    server: istio-envoy
    x-envoy-upstream-service-time: 75
    expires: 0
    x-frame-options: DENY
    pragma: no-cache
    last-modified: Thu, 16 Apr 2026 11:03:34 GMT
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: 5705bd6a9a0a1d2ba45b20fd1e94b45d
    x-powered-by: HAPI FHIR 8.6.5 REST Server (FHIR Server; FHIR 4.0.1/R4)
    content-location: https://careplan.cit-careplan-3920.local/fhir/EpisodeOfCare/3246/_history/2
    content-type: application/fhir+json; charset=UTF-8
    cache-control: no-cache, no-store, max-age=0, must-revalidate
    

    Response

    {
      "resourceType": "EpisodeOfCare",
      "id": "3246",
      "meta": {
        "versionId": "2",
        "lastUpdated": "2026-04-16T11:03:34.265+00:00",
        "source": "#62bac5b7-fa5b-4a50-883e-4448a5a311fa",
        "profile": [
          "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
        ]
      },
      "extension": [
        {
          "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
          "valueReference": {
            "reference": "https://organization.cit-careplan-3920.local/fhir/Organization/26591"
          }
        }
      ],
      "status": "active",
      "statusHistory": [
        {
          "status": "finished",
          "period": {
            "start": "2026-04-15T11:03:31+00:00",
            "end": "2026-04-16T11:03:34+00:00"
          }
        },
        {
          "status": "active",
          "period": {
            "start": "2026-04-16T11:03:34+00:00"
          }
        }
      ],
      "diagnosis": [
        {
          "condition": {
            "reference": "https://careplan.cit-careplan-3920.local/fhir/Condition/3245"
          },
          "rank": 1
        }
      ],
      "patient": {
        "reference": "https://patient.cit-careplan-3920.local/fhir/Patient/5853"
      },
      "managingOrganization": {
        "reference": "https://organization.cit-careplan-3920.local/fhir/Organization/26591"
      },
      "period": {
        "start": "1970-01-01T00:00:01+00:00",
        "end": "1970-01-01T00:01:40+00:00"
      }
    }
    

    POST [base]/EpisodeOfCare/5556/$validate

    Request Headers

    Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LWNhcmVwbGFuLTQxNzgubG9jYWwvZmhpci9QcmFjdGl0aW9uZXIvODcwMyIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJFcGlzb2RlT2ZDYXJlJHVwZGF0ZS1jYXJlLXRlYW1zIl19LCJjb250ZXh0Ijp7ImNhcmVfdGVhbV9pZCI6Imh0dHBzOi8vb3JnYW5pemF0aW9uLmNpdC1jYXJlcGxhbi00MTc4LmxvY2FsL2ZoaXIvQ2FyZVRlYW0vMzI4MzkiLCJlcGlzb2RlX29mX2NhcmVfaWQiOiJodHRwczovL2NhcmVwbGFuLmNpdC1jYXJlcGxhbi00MTc4LmxvY2FsL2ZoaXIvRXBpc29kZU9mQ2FyZS81NTQ2IiwidGVhbV9vbl9lb2MiOmZhbHNlLCJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LWNhcmVwbGFuLTQxNzgubG9jYWwvZmhpci9QcmFjdGl0aW9uZXIvODcwMyJ9LCJ1c2VyX3R5cGUiOiJQUkFDVElUSU9ORVIifQ.
    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": "EpisodeOfCare",
            "id": "5556",
            "meta": {
              "versionId": "1",
              "lastUpdated": "2026-08-03T07:50:51.702+00:00",
              "source": "#5ffc0fcc-03ce-4e44-bc9e-5eb23ebc3728",
              "profile": [
                "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
              ]
            },
            "extension": [
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
                "valueReference": {
                  "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/38185"
                }
              },
              {
                "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-managing-organization",
                "extension": [
                  {
                    "url": "organisation",
                    "valueReference": {
                      "reference": "https://organization.cit-careplan-4178.local/fhir/Organization/79251"
                    }
                  },
                  {
                    "url": "period",
                    "valuePeriod": {
                      "start": "1970-01-01T00:00:01+00:00",
                      "end": "1970-01-01T00:01:40+00:00"
                    }
                  }
                ]
              }
            ],
            "status": "active",
            "statusHistory": [
              {
                "status": "active",
                "period": {
                  "start": "2026-08-03T07:50:51+00:00"
                }
              }
            ],
            "diagnosis": [
              {
                "condition": {
                  "reference": "https://careplan.cit-careplan-4178.local/fhir/Condition/5555"
                },
                "rank": 1
              }
            ],
            "patient": {
              "reference": "https://patient.cit-careplan-4178.local/fhir/Patient/52026"
            },
            "period": {
              "start": "1970-01-01T00:00:01+00:00",
              "end": "1970-01-01T00:01:40+00:00"
            }
          }
        }
      ]
    }
    

    Response Headers

    date: Mon, 03 Aug 2026 07:50:51 GMT
    x-request-id: 197b0803-e1f4-42d2-b999-7e2b0dc985ba
    server: istio-envoy
    x-envoy-upstream-service-time: 90
    expires: 0
    x-content-type-options: nosniff
    x-xss-protection: 0
    x-b3-traceid: f74edef342b4c3fba3a0312c983eb53a
    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"
        }
      ]
    }