<?xml version="1.0" encoding="UTF-8"?>

<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="reporting"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><h2>reporting</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET past versions of resources (vread interaction)">V-Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th><th><b title="DELETE a resource (delete interaction)">Delete</b></th></tr><tr><td>Binary</td><td><a href="http://hl7.org/fhir/StructureDefinition/Binary">http://hl7.org/fhir/StructureDefinition/Binary</a></td><td>y</td><td>y</td><td></td><td></td><td></td><td>y</td></tr><tr><td>OperationDefinition</td><td><a href="http://hl7.org/fhir/StructureDefinition/OperationDefinition">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/reporting"/>
  <version value="2022.1"/>
  <name value="reporting"/>
  <status value="active"/>
  <date value="2022-01-05T14:50:18.105+00:00"/>
  <publisher value="Systematic | Trifork"/>
  <contact>
    <name value="Systematic | Trifork"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <kind value="instance"/>
  <software>
    <name value="reporting"/>
    <version value="1.6.1"/>
  </software>
  <implementation>
    <description value="eHealth reporting service"/>
    <url value="https://reporting.devtest.systematic-ehealth.com/fhir"/>
  </implementation>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+xml"/>
  <format value="xml"/>
  <format value="application/fhir+json"/>
  <format value="json"/>
  <format value="application/x-turtle"/>
  <format value="ttl"/>
  <format value="html/json"/>
  <format value="html/xml"/>
  <format value="html/turtle"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Binary"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/Binary"/>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
    </resource>
    <resource>
      <type value="OperationDefinition"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/OperationDefinition"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <searchInclude value="*"/>
    </resource>
    <operation>
      <name value="fetch-careplan-and-episode-of-care-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-and-episode-of-care-stats"/>
      <documentation value="### Report Contents&#xA;This report contains a count of active EpisodeOfCare and CarePlans.&#xA;### Grouping &#xA;This report is grouped by ConditionCode. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;ConditionCode&#39;: {&#xA;            &#39;valueCodeableConcept&#39;: {&#xA;                &#39;coding&#39;: [{&#xA;                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.4&#39;,&#xA;                        &#39;code&#39;: &#39;DJ44&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        },&#xA;        &#39;ConditionSummary&#39;: {&#xA;            &#39;activeEpisodeOfCareCount&#39;: 1,&#xA;            &#39;activeCarePlanCount&#39;: 1&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-careplan-and-episode-of-care-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-and-episode-of-care-stats"/>
      <documentation value="### Report Contents&#xA;This report contains a count of active EpisodeOfCare and CarePlans.&#xA;### Grouping &#xA;This report is grouped by ConditionCode. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;ConditionCode&#39;: {&#xA;            &#39;valueCodeableConcept&#39;: {&#xA;                &#39;coding&#39;: [{&#xA;                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.4&#39;,&#xA;                        &#39;code&#39;: &#39;DJ44&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        },&#xA;        &#39;ConditionSummary&#39;: {&#xA;            &#39;activeEpisodeOfCareCount&#39;: 1,&#xA;            &#39;activeCarePlanCount&#39;: 1&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-careplan-customization-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-customization-stats"/>
      <documentation value="### Report Contents&#xA;This report contains a count of patient specific modifications of:&#xA;- Measurement schedule timing&#xA;- Reference ranges&#xA;### Grouping &#xA;This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthPlanDefinition is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPlanDefinition&#39;: {&#xA;            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;            &#39;id&#39;: &#39;53450&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                    &#39;extension&#39;: [{&#xA;                            &#39;url&#39;: &#39;reference&#39;,&#xA;                            &#39;valueReference&#39;: {&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109&#39;&#xA;                            }&#xA;                        }, {&#xA;                            &#39;url&#39;: &#39;role&#39;,&#xA;                            &#39;valueCodeableConcept&#39;: {&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                        &#39;code&#39;: &#39;owner&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;version&#39;: &#39;97219ba1-2202-42a1-b99d-45de3a506b40&#39;,&#xA;            &#39;status&#39;: &#39;active&#39;&#xA;        },&#xA;        &#39;CarePlanCustomizationSummary&#39;: {&#xA;            &#39;timingCustomizationCount&#39;: 1,&#xA;            &#39;referenceRangeCustomizationCount&#39;: 1&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-careplan-customization-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-customization-stats"/>
      <documentation value="### Report Contents&#xA;This report contains a count of patient specific modifications of:&#xA;- Measurement schedule timing&#xA;- Reference ranges&#xA;### Grouping &#xA;This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthPlanDefinition is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPlanDefinition&#39;: {&#xA;            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;            &#39;id&#39;: &#39;53450&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                    &#39;extension&#39;: [{&#xA;                            &#39;url&#39;: &#39;reference&#39;,&#xA;                            &#39;valueReference&#39;: {&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109&#39;&#xA;                            }&#xA;                        }, {&#xA;                            &#39;url&#39;: &#39;role&#39;,&#xA;                            &#39;valueCodeableConcept&#39;: {&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                        &#39;code&#39;: &#39;owner&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;version&#39;: &#39;97219ba1-2202-42a1-b99d-45de3a506b40&#39;,&#xA;            &#39;status&#39;: &#39;active&#39;&#xA;        },&#xA;        &#39;CarePlanCustomizationSummary&#39;: {&#xA;            &#39;timingCustomizationCount&#39;: 1,&#xA;            &#39;referenceRangeCustomizationCount&#39;: 1&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-careplan-duration-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-duration-stats"/>
      <documentation value="### Report Contents&#xA;This report contains statistics on status changes for CarePlans:&#xA;- count: Number of CarePlans in each state&#xA;- min: Shortest time spent in each state&#xA;- max: Longest time spent in each state&#xA;- sum: Sum of time spent in each state&#xA;- average: Average time spent in each state.&#xA; &#xA;The durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.&#xA;### Grouping &#xA;This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;- condition: Filter on EpisodeOfCare condition match&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthPlanDefinition is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPlanDefinition&#39;: {&#xA;            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;            &#39;id&#39;: &#39;257&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                    &#39;extension&#39;: [{&#xA;                            &#39;url&#39;: &#39;reference&#39;,&#xA;                            &#39;valueReference&#39;: {&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753&#39;&#xA;                            }&#xA;                        }, {&#xA;                            &#39;url&#39;: &#39;role&#39;,&#xA;                            &#39;valueCodeableConcept&#39;: {&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                        &#39;code&#39;: &#39;owner&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;version&#39;: &#39;dc9ecd87-163f-4d2f-bdfe-434085eafe4f&#39;,&#xA;            &#39;status&#39;: &#39;active&#39;&#xA;        },&#xA;        &#39;CarePlanStatusDurationSummary&#39;: {&#xA;            &#39;statusDurationStatistics&#39;: {&#xA;                &#39;draft&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;draft&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P10DT10H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P15DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P25DT10H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P12DT17H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;active&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;active&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P200DT0H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P200DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P400DT0H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P200DT0H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;completed&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;completed&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P284DT14H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P380DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P664DT14H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P332DT7H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;suspended&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;suspended&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P5DT0H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P5DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P10DT0H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P5DT0H0M0S&#39;&#xA;                    }&#xA;                }&#xA;            }&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-careplan-duration-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplan-duration-stats"/>
      <documentation value="### Report Contents&#xA;This report contains statistics on status changes for CarePlans:&#xA;- count: Number of CarePlans in each state&#xA;- min: Shortest time spent in each state&#xA;- max: Longest time spent in each state&#xA;- sum: Sum of time spent in each state&#xA;- average: Average time spent in each state.&#xA; &#xA;The durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.&#xA;### Grouping &#xA;This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;- condition: Filter on EpisodeOfCare condition match&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthPlanDefinition is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPlanDefinition&#39;: {&#xA;            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;            &#39;id&#39;: &#39;257&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                    &#39;extension&#39;: [{&#xA;                            &#39;url&#39;: &#39;reference&#39;,&#xA;                            &#39;valueReference&#39;: {&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753&#39;&#xA;                            }&#xA;                        }, {&#xA;                            &#39;url&#39;: &#39;role&#39;,&#xA;                            &#39;valueCodeableConcept&#39;: {&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                        &#39;code&#39;: &#39;owner&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;version&#39;: &#39;dc9ecd87-163f-4d2f-bdfe-434085eafe4f&#39;,&#xA;            &#39;status&#39;: &#39;active&#39;&#xA;        },&#xA;        &#39;CarePlanStatusDurationSummary&#39;: {&#xA;            &#39;statusDurationStatistics&#39;: {&#xA;                &#39;draft&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;draft&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P10DT10H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P15DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P25DT10H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P12DT17H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;active&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;active&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P200DT0H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P200DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P400DT0H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P200DT0H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;completed&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;completed&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P284DT14H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P380DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P664DT14H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P332DT7H0M0S&#39;&#xA;                    }&#xA;                },&#xA;                &#39;suspended&#39;: {&#xA;                    &#39;status&#39;: {&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,&#xA;                                    &#39;code&#39;: &#39;suspended&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    },&#xA;                    &#39;durationStatistics&#39;: {&#xA;                        &#39;count&#39;: 2,&#xA;                        &#39;min&#39;: &#39;P5DT0H0M0S&#39;,&#xA;                        &#39;max&#39;: &#39;P5DT0H0M0S&#39;,&#xA;                        &#39;sum&#39;: &#39;P10DT0H0M0S&#39;,&#xA;                        &#39;average&#39;: &#39;P5DT0H0M0S&#39;&#xA;                    }&#xA;                }&#xA;            }&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-careplans-by-patient"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplans-by-patient"/>
      <documentation value="### Report Contents&#xA;This report contains the following resources:&#xA;- EpisodeOfCare&#xA;- PlanDefinition&#xA;- CarePlan&#xA;- ServiceRequest&#xA;### Grouping &#xA;This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;30254&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;1597&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;activity&#39;: [{&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthPlanDefinition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;                &#39;id&#39;: &#39;59578&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;reference&#39;,&#xA;                                &#39;valueReference&#39;: {&#xA;                                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757&#39;&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;role&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                            &#39;code&#39;: &#39;owner&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;version&#39;: &#39;c701b8e8-abe6-41bd-9db5-c05b94bc1e2b&#39;,&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;76916&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;31d136f2-0b98-4e0a-8f82-f0731b54893d&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791&#39;&#xA;                }&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-careplans-by-patient"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careplans-by-patient"/>
      <documentation value="### Report Contents&#xA;This report contains the following resources:&#xA;- EpisodeOfCare&#xA;- PlanDefinition&#xA;- CarePlan&#xA;- ServiceRequest&#xA;### Grouping &#xA;This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on CarePlan.period overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;30254&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;1597&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;activity&#39;: [{&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthPlanDefinition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;PlanDefinition&#39;,&#xA;                &#39;id&#39;: &#39;59578&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;reference&#39;,&#xA;                                &#39;valueReference&#39;: {&#xA;                                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757&#39;&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;role&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,&#xA;                                            &#39;code&#39;: &#39;owner&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;version&#39;: &#39;c701b8e8-abe6-41bd-9db5-c05b94bc1e2b&#39;,&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;76916&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;31d136f2-0b98-4e0a-8f82-f0731b54893d&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791&#39;&#xA;                }&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-careteam-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careteam-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of resources associated with CareTeams:&#xA;- EpisodeOfCare&#xA;- CarePlan&#xA;- Task: Count for each task category&#xA;### Grouping &#xA;This report is grouped by CareTeam. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on CareTeam.managingOrganization match&#xA;- period: Filter on:&#xA;    - CarePlan.period overlap for CarePlans&#xA;    - EpisodeOfCare.period overlap for EpisodeOfCare&#xA;    - Task.authoredOn inside period for Tasks&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthCareTeam is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthCareTeam&#39;: {&#xA;            &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;            &#39;id&#39;: &#39;12958&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;            },&#xA;            &#39;identifier&#39;: [{&#xA;                    &#39;id&#39;: &#39;59f70e4e-1c31-4647-8c91-404939b6b14e&#39;,&#xA;                    &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;name&#39;: &#39;0cea5c11-af39-4e5c-8733-9f532ea9961a&#39;,&#xA;            &#39;reasonCode&#39;: [{&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;managingOrganization&#39;: [{&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642&#39;&#xA;                }&#xA;            ]&#xA;        },&#xA;        &#39;CareTeamSummary&#39;: {&#xA;            &#39;episodeOfCareCount&#39;: 2,&#xA;            &#39;carePlanCount&#39;: 6,&#xA;            &#39;taskCountByCategory&#39;: {&#xA;                &#39;MissingMeasurementResolving&#39;: 2&#xA;            }&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-careteam-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-careteam-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of resources associated with CareTeams:&#xA;- EpisodeOfCare&#xA;- CarePlan&#xA;- Task: Count for each task category&#xA;### Grouping &#xA;This report is grouped by CareTeam. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on CareTeam.managingOrganization match&#xA;- period: Filter on:&#xA;    - CarePlan.period overlap for CarePlans&#xA;    - EpisodeOfCare.period overlap for EpisodeOfCare&#xA;    - Task.authoredOn inside period for Tasks&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthCareTeam is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthCareTeam&#39;: {&#xA;            &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;            &#39;id&#39;: &#39;12958&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;            },&#xA;            &#39;identifier&#39;: [{&#xA;                    &#39;id&#39;: &#39;59f70e4e-1c31-4647-8c91-404939b6b14e&#39;,&#xA;                    &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;name&#39;: &#39;0cea5c11-af39-4e5c-8733-9f532ea9961a&#39;,&#xA;            &#39;reasonCode&#39;: [{&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                }&#xA;            ],&#xA;            &#39;managingOrganization&#39;: [{&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642&#39;&#xA;                }&#xA;            ]&#xA;        },&#xA;        &#39;CareTeamSummary&#39;: {&#xA;            &#39;episodeOfCareCount&#39;: 2,&#xA;            &#39;carePlanCount&#39;: 6,&#xA;            &#39;taskCountByCategory&#39;: {&#xA;                &#39;MissingMeasurementResolving&#39;: 2&#xA;            }&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-measurement-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-measurement-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of Measurements for each EpisodeOfCare:&#xA;- Observation&#xA;- QuestionnaireResponse&#xA;- Media&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on:&#xA;    - Observation.effective inside period for Observations&#xA;    - Questionnaire.authored inside period for QuestionnaireResponses&#xA;    - Media.occurence inside period for Media&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;21357&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EpisodeOfCareMeasurementSummary&#39;: {&#xA;            &#39;observationCount&#39;: 5,&#xA;            &#39;mediaCount&#39;: 0,&#xA;            &#39;questionnaireResponseCount&#39;: 0&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-measurement-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-measurement-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of Measurements for each EpisodeOfCare:&#xA;- Observation&#xA;- QuestionnaireResponse&#xA;- Media&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on:&#xA;    - Observation.effective inside period for Observations&#xA;    - Questionnaire.authored inside period for QuestionnaireResponses&#xA;    - Media.occurence inside period for Media&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;21357&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EpisodeOfCareMeasurementSummary&#39;: {&#xA;            &#39;observationCount&#39;: 5,&#xA;            &#39;mediaCount&#39;: 0,&#xA;            &#39;questionnaireResponseCount&#39;: 0&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-patient-devices"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-devices"/>
      <documentation value="### Report Contents&#xA;This report contains Device information for each EpisodeOfCare:&#xA;- Device&#xA;- DeviceUseStatement&#xA;- DeviceMetrics&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on DeviceUseStatement.whenUsed overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;F417C17F9FDE24C9090BD629C8EE1697&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;9541E8EAEAD24376F208D5CD8A4D25F5&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;08D51B81A7FE5B480278150A94D4048A&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;7EA21ACD27EE012439F1440574A6BB21&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-patient-devices"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-devices"/>
      <documentation value="### Report Contents&#xA;This report contains Device information for each EpisodeOfCare:&#xA;- Device&#xA;- DeviceUseStatement&#xA;- DeviceMetrics&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on DeviceUseStatement.whenUsed overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthEpisodeOfCare&#39;: {&#xA;            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;            &#39;id&#39;: &#39;F417C17F9FDE24C9090BD629C8EE1697&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;            },&#xA;            &#39;extension&#39;: [{&#xA;                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                    &#39;valueReference&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9&#39;&#xA;                    }&#xA;                }&#xA;            ],&#xA;            &#39;status&#39;: &#39;active&#39;,&#xA;            &#39;diagnosis&#39;: [{&#xA;                    &#39;condition&#39;: {&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034&#39;&#xA;                    },&#xA;                    &#39;rank&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;patient&#39;: {&#xA;                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4&#39;&#xA;            },&#xA;            &#39;managingOrganization&#39;: {&#xA;                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451&#39;&#xA;            },&#xA;            &#39;period&#39;: {&#xA;                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;9541E8EAEAD24376F208D5CD8A4D25F5&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;08D51B81A7FE5B480278150A94D4048A&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;7EA21ACD27EE012439F1440574A6BB21&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-patient-gdpr"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-gdpr"/>
      <documentation value="### Report Contents&#xA;This report contains all information related to the specified Patient&#xA;### Grouping &#xA;None. This report returns a single JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: not used.&#xA;- patient: The patient to fetch information for.&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;Patient&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Patient&#39;,&#xA;            &#39;id&#39;: &#39;70791&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;&#xA;            }&#xA;        },&#xA;        &#39;Communication&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Communication&#39;,&#xA;                &#39;id&#39;: &#39;29256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;RelatedPerson&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;RelatedPerson&#39;,&#xA;                &#39;id&#39;: &#39;44196&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson&#39;]&#xA;                },&#xA;                &#39;identifier&#39;: [{&#xA;                        &#39;use&#39;: &#39;official&#39;,&#xA;                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.1.2&#39;,&#xA;                        &#39;value&#39;: &#39;2412001234&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;name&#39;: [{&#xA;                        &#39;text&#39;: &#39;Tester&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;Appointment&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Appointment&#39;,&#xA;                &#39;id&#39;: &#39;74036&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;participant&#39;: [{&#xA;                        &#39;id&#39;: &#39;5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a&#39;,&#xA;                        &#39;actor&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;AppointmentResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;AppointmentResponse&#39;,&#xA;                &#39;id&#39;: &#39;63226&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;actor&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthEpisodeOfCare&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;10928&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;48392&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;4021&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;5732&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;81729&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;91432&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;35094&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;22449&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthConsent&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Consent&#39;,&#xA;                &#39;id&#39;: &#39;51690&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;consentingParty&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;actor&#39;: [{&#xA;                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,&#xA;                        &#39;role&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;code&#39;: &#39;authserver&#39;&#xA;                                }&#xA;                            ]&#xA;                        },&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;policyRule&#39;: &#39;Rule&#39;,&#xA;                &#39;data&#39;: [{&#xA;                        &#39;meaning&#39;: &#39;related&#39;,&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;87235&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;23385&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;18904&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCondition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Condition&#39;,&#xA;                &#39;id&#39;: &#39;22743&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]&#xA;                },&#xA;                &#39;clinicalStatus&#39;: &#39;active&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthObservation&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Observation&#39;,&#xA;                &#39;id&#39;: &#39;55832&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;amended&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,&#xA;                            &#39;code&#39;: &#39;NPU03011&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;effectivePeriod&#39;: {&#xA;                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;&#xA;                },&#xA;                &#39;performer&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthQuestionnaireResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,&#xA;                &#39;id&#39;: &#39;21957&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;questionnaire&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;&#xA;                },&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthMedia&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Media&#39;,&#xA;                &#39;id&#39;: &#39;18256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;qualityType&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;qualityCode&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;type&#39;: &#39;audio&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;content&#39;: {&#xA;                    &#39;language&#39;: &#39;en&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthClinicalImpression&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,&#xA;                &#39;id&#39;: &#39;39697&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthTask&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Task&#39;,&#xA;                &#39;id&#39;: &#39;96988&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/task-category&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/restriction-category&#39;,&#xA;                                    &#39;code&#39;: &#39;None&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;proposal&#39;,&#xA;                &#39;priority&#39;: &#39;routine&#39;,&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCommunication&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Communication&#39;,&#xA;                &#39;id&#39;: &#39;29256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication&#39;]&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthProvenance&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Provenance&#39;,&#xA;                &#39;id&#39;: &#39;68399&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]&#xA;                },&#xA;                &#39;target&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.772+01:00&#39;,&#xA;                &#39;policy&#39;: [&#39;policy&#39;],&#xA;                &#39;agent&#39;: [{&#xA;                        &#39;whoReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Provenance&#39;,&#xA;                &#39;id&#39;: &#39;96195&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]&#xA;                },&#xA;                &#39;target&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.801+01:00&#39;,&#xA;                &#39;policy&#39;: [&#39;policy&#39;],&#xA;                &#39;agent&#39;: [{&#xA;                        &#39;whoReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-patient-gdpr"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-gdpr"/>
      <documentation value="### Report Contents&#xA;This report contains all information related to the specified Patient:&#xA;### Grouping &#xA;None. This report returns a single JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: not used.&#xA;- patient: The patient to fetch information for.&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;Patient&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Patient&#39;,&#xA;            &#39;id&#39;: &#39;70791&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;&#xA;            }&#xA;        },&#xA;        &#39;Communication&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Communication&#39;,&#xA;                &#39;id&#39;: &#39;29256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;RelatedPerson&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;RelatedPerson&#39;,&#xA;                &#39;id&#39;: &#39;44196&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson&#39;]&#xA;                },&#xA;                &#39;identifier&#39;: [{&#xA;                        &#39;use&#39;: &#39;official&#39;,&#xA;                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.1.2&#39;,&#xA;                        &#39;value&#39;: &#39;2412001234&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;name&#39;: [{&#xA;                        &#39;text&#39;: &#39;Tester&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;Appointment&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Appointment&#39;,&#xA;                &#39;id&#39;: &#39;74036&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;participant&#39;: [{&#xA;                        &#39;id&#39;: &#39;5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a&#39;,&#xA;                        &#39;actor&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;AppointmentResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;AppointmentResponse&#39;,&#xA;                &#39;id&#39;: &#39;63226&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;&#xA;                },&#xA;                &#39;actor&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthEpisodeOfCare&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;10928&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;48392&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;4021&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;5732&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;81729&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;91432&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;35094&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;22449&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthConsent&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Consent&#39;,&#xA;                &#39;id&#39;: &#39;51690&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;consentingParty&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;actor&#39;: [{&#xA;                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,&#xA;                        &#39;role&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;code&#39;: &#39;authserver&#39;&#xA;                                }&#xA;                            ]&#xA;                        },&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;policyRule&#39;: &#39;Rule&#39;,&#xA;                &#39;data&#39;: [{&#xA;                        &#39;meaning&#39;: &#39;related&#39;,&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;87235&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;23385&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;18904&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCondition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Condition&#39;,&#xA;                &#39;id&#39;: &#39;22743&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]&#xA;                },&#xA;                &#39;clinicalStatus&#39;: &#39;active&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthObservation&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Observation&#39;,&#xA;                &#39;id&#39;: &#39;55832&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;amended&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,&#xA;                            &#39;code&#39;: &#39;NPU03011&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;effectivePeriod&#39;: {&#xA;                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;&#xA;                },&#xA;                &#39;performer&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthQuestionnaireResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,&#xA;                &#39;id&#39;: &#39;21957&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;questionnaire&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;&#xA;                },&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthMedia&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Media&#39;,&#xA;                &#39;id&#39;: &#39;18256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;qualityType&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;qualityCode&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;type&#39;: &#39;audio&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;content&#39;: {&#xA;                    &#39;language&#39;: &#39;en&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthClinicalImpression&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,&#xA;                &#39;id&#39;: &#39;39697&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthTask&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Task&#39;,&#xA;                &#39;id&#39;: &#39;96988&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/task-category&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/restriction-category&#39;,&#xA;                                    &#39;code&#39;: &#39;None&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;proposal&#39;,&#xA;                &#39;priority&#39;: &#39;routine&#39;,&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCommunication&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Communication&#39;,&#xA;                &#39;id&#39;: &#39;29256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication&#39;]&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthProvenance&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Provenance&#39;,&#xA;                &#39;id&#39;: &#39;68399&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]&#xA;                },&#xA;                &#39;target&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.772+01:00&#39;,&#xA;                &#39;policy&#39;: [&#39;policy&#39;],&#xA;                &#39;agent&#39;: [{&#xA;                        &#39;whoReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Provenance&#39;,&#xA;                &#39;id&#39;: &#39;96195&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]&#xA;                },&#xA;                &#39;target&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.801+01:00&#39;,&#xA;                &#39;policy&#39;: [&#39;policy&#39;],&#xA;                &#39;agent&#39;: [{&#xA;                        &#39;whoReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-patient-total"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-patient-total"/>
      <documentation value="### Report Contents&#xA;This report contains clinical information for each Patient&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on EpisodeOfCare.period overlap&#xA;- conditionCode: Filter on Condition.code related to EpisodeOfCare&#xA;- status: Filter on EpisodeOfCare.status&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;Patient&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Patient&#39;,&#xA;            &#39;id&#39;: &#39;70791&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthEpisodeOfCare&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;10928&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;48392&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;4021&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;5732&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;81729&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;91432&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;35094&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;22449&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthConsent&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Consent&#39;,&#xA;                &#39;id&#39;: &#39;51690&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;consentingParty&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;actor&#39;: [{&#xA;                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,&#xA;                        &#39;role&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;code&#39;: &#39;authserver&#39;&#xA;                                }&#xA;                            ]&#xA;                        },&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;policyRule&#39;: &#39;Rule&#39;,&#xA;                &#39;data&#39;: [{&#xA;                        &#39;meaning&#39;: &#39;related&#39;,&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;87235&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;23385&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;18904&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCondition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Condition&#39;,&#xA;                &#39;id&#39;: &#39;22743&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]&#xA;                },&#xA;                &#39;clinicalStatus&#39;: &#39;active&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthObservation&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Observation&#39;,&#xA;                &#39;id&#39;: &#39;55832&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;amended&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,&#xA;                            &#39;code&#39;: &#39;NPU03011&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;effectivePeriod&#39;: {&#xA;                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;&#xA;                },&#xA;                &#39;performer&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthQuestionnaireResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,&#xA;                &#39;id&#39;: &#39;21957&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;questionnaire&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;&#xA;                },&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthMedia&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Media&#39;,&#xA;                &#39;id&#39;: &#39;18256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;qualityType&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;qualityCode&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;type&#39;: &#39;audio&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;content&#39;: {&#xA;                    &#39;language&#39;: &#39;en&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthClinicalImpression&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,&#xA;                &#39;id&#39;: &#39;39697&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-patient-total"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-patient-total"/>
      <documentation value="### Report Contents&#xA;This report contains clinical information for each Patient&#xA;### Grouping &#xA;This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- period: Filter on EpisodeOfCare.period overlap&#xA;- conditionCode: Filter on Condition.code related to EpisodeOfCare&#xA;- status: Filter on EpisodeOfCare.status&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;Patient&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Patient&#39;,&#xA;            &#39;id&#39;: &#39;70791&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;&#xA;            }&#xA;        },&#xA;        &#39;EHealthEpisodeOfCare&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;10928&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,&#xA;                &#39;id&#39;: &#39;48392&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;diagnosis&#39;: [{&#xA;                        &#39;condition&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;&#xA;                        },&#xA;                        &#39;rank&#39;: 1&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;&#xA;                },&#xA;                &#39;managingOrganization&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceUseStatement&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;4021&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                }&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,&#xA;                &#39;id&#39;: &#39;5732&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,&#xA;                        &#39;valueReference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;&#xA;                },&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDevice&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;81729&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;Device&#39;,&#xA;                &#39;id&#39;: &#39;91432&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,&#xA;                        &#39;valueBoolean&#39;: true&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthDeviceMetric&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;35094&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,&#xA;                &#39;id&#39;: &#39;22449&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 5&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 10&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 12&#xA;                            }&#xA;                        ]&#xA;                    }, {&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;category&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;initial&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;value&#39;,&#xA;                                &#39;valueInteger&#39;: 14&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;identifier&#39;: {&#xA;                    &#39;value&#39;: &#39;Foo&#39;&#xA;                },&#xA;                &#39;type&#39;: {&#xA;                    &#39;text&#39;: &#39;code&#39;&#xA;                },&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;&#xA;                },&#xA;                &#39;category&#39;: &#39;calculation&#39;&#xA;            }&#xA;        ],&#xA;        &#39;EHealthConsent&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Consent&#39;,&#xA;                &#39;id&#39;: &#39;51690&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;patient&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;consentingParty&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;actor&#39;: [{&#xA;                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,&#xA;                        &#39;role&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;code&#39;: &#39;authserver&#39;&#xA;                                }&#xA;                            ]&#xA;                        },&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;policyRule&#39;: &#39;Rule&#39;,&#xA;                &#39;data&#39;: [{&#xA;                        &#39;meaning&#39;: &#39;related&#39;,&#xA;                        &#39;reference&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;&#xA;                        }&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCarePlan&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;87235&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;&#xA;                    }&#xA;                ]&#xA;            }, {&#xA;                &#39;resourceType&#39;: &#39;CarePlan&#39;,&#xA;                &#39;id&#39;: &#39;23385&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]&#xA;                },&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;intent&#39;: &#39;option&#39;,&#xA;                &#39;category&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;&#xA;                },&#xA;                &#39;period&#39;: {&#xA;                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;&#xA;                },&#xA;                &#39;addresses&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ],&#xA;        &#39;EHealthServiceRequest&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,&#xA;                &#39;id&#39;: &#39;18904&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,&#xA;                        &#39;valueCodeableConcept&#39;: {&#xA;                            &#39;coding&#39;: [{&#xA;                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,&#xA;                                    &#39;code&#39;: &#39;TBD&#39;&#xA;                                }&#xA;                            ]&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;definition&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;intent&#39;: &#39;filler-order&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ],&#xA;                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthCondition&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Condition&#39;,&#xA;                &#39;id&#39;: &#39;22743&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]&#xA;                },&#xA;                &#39;clinicalStatus&#39;: &#39;active&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthObservation&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Observation&#39;,&#xA;                &#39;id&#39;: &#39;55832&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;amended&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,&#xA;                            &#39;code&#39;: &#39;NPU03011&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;effectivePeriod&#39;: {&#xA;                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;&#xA;                },&#xA;                &#39;performer&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;device&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthQuestionnaireResponse&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,&#xA;                &#39;id&#39;: &#39;21957&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]&#xA;                },&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;questionnaire&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;&#xA;                },&#xA;                &#39;status&#39;: &#39;completed&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;source&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthMedia&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;Media&#39;,&#xA;                &#39;id&#39;: &#39;18256&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]&#xA;                },&#xA;                &#39;extension&#39;: [{&#xA;                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;qualityType&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;qualityCode&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,&#xA;                                            &#39;code&#39;: &#39;TBD&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;basedOn&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;type&#39;: &#39;audio&#39;,&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                },&#xA;                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,&#xA;                &#39;content&#39;: {&#xA;                    &#39;language&#39;: &#39;en&#39;&#xA;                }&#xA;            }&#xA;        ],&#xA;        &#39;EHealthClinicalImpression&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,&#xA;                &#39;id&#39;: &#39;39697&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]&#xA;                },&#xA;                &#39;status&#39;: &#39;draft&#39;,&#xA;                &#39;code&#39;: {&#xA;                    &#39;coding&#39;: [{&#xA;                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,&#xA;                            &#39;code&#39;: &#39;TBD&#39;&#xA;                        }&#xA;                    ]&#xA;                },&#xA;                &#39;subject&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;&#xA;                },&#xA;                &#39;context&#39;: {&#xA;                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;&#xA;                }&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-practitioner-gdpr"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-practitioner-gdpr"/>
      <documentation value="### Report Contents&#xA;This report contains all information related to the specified Practitioner&#xA;- Practitioner&#xA;- CareTeam&#xA;- PractitionerRole&#xA;### Grouping &#xA;None. The report is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: &#xA;    - Practitioner: Not filtered&#xA;    - CareTeam: Filter on CareTeam.ManagingOrganization match&#xA;    - PractitionerRole: Filter on PractitionerRole.Organization match&#xA;- period: not used&#xA;- practitionerID: The practitioner to fetch information for&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPractitioner&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Practitioner&#39;,&#xA;            &#39;id&#39;: &#39;20599&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner&#39;]&#xA;            },&#xA;            &#39;name&#39;: [{&#xA;                    &#39;family&#39;: &#39;2f82a48c-61cc-4c7f-855a-3e6b59729ef1&#39;&#xA;                }&#xA;            ]&#xA;        },&#xA;        &#39;EHealthPractitionerRole&#39;: [],&#xA;        &#39;EHealthCareTeam&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                &#39;id&#39;: &#39;99438&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                },&#xA;                &#39;identifier&#39;: [{&#xA;                        &#39;id&#39;: &#39;f556eab1-dbe9-40e3-9edd-149fa3bd1ae0&#39;,&#xA;                        &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;name&#39;: &#39;f9d27974-6a6a-44fb-b6eb-bcd22d769a18&#39;,&#xA;                &#39;participant&#39;: [{&#xA;                        &#39;member&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;reasonCode&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;managingOrganization&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-practitioner-gdpr"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-practitioner-gdpr"/>
      <documentation value="### Report Contents&#xA;This report contains all information related to the specified Practitioner&#xA;- Practitioner&#xA;- CareTeam&#xA;- PractitionerRole&#xA;### Grouping &#xA;None. The report is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: &#xA;    - Practitioner: Not filtered&#xA;    - CareTeam: Filter on CareTeam.ManagingOrganization match&#xA;    - PractitionerRole: Filter on PractitionerRole.Organization match&#xA;- period: not used&#xA;- practitionerID: The practitioner to fetch information for&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;EHealthPractitioner&#39;: {&#xA;            &#39;resourceType&#39;: &#39;Practitioner&#39;,&#xA;            &#39;id&#39;: &#39;20599&#39;,&#xA;            &#39;meta&#39;: {&#xA;                &#39;versionId&#39;: &#39;1&#39;,&#xA;                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner&#39;]&#xA;            },&#xA;            &#39;name&#39;: [{&#xA;                    &#39;family&#39;: &#39;2f82a48c-61cc-4c7f-855a-3e6b59729ef1&#39;&#xA;                }&#xA;            ]&#xA;        },&#xA;        &#39;EHealthPractitionerRole&#39;: [],&#xA;        &#39;EHealthCareTeam&#39;: [{&#xA;                &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                &#39;id&#39;: &#39;99438&#39;,&#xA;                &#39;meta&#39;: {&#xA;                    &#39;versionId&#39;: &#39;1&#39;,&#xA;                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                },&#xA;                &#39;identifier&#39;: [{&#xA;                        &#39;id&#39;: &#39;f556eab1-dbe9-40e3-9edd-149fa3bd1ae0&#39;,&#xA;                        &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                    }&#xA;                ],&#xA;                &#39;status&#39;: &#39;active&#39;,&#xA;                &#39;name&#39;: &#39;f9d27974-6a6a-44fb-b6eb-bcd22d769a18&#39;,&#xA;                &#39;participant&#39;: [{&#xA;                        &#39;member&#39;: {&#xA;                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599&#39;&#xA;                        }&#xA;                    }&#xA;                ],&#xA;                &#39;reasonCode&#39;: [{&#xA;                        &#39;coding&#39;: [{&#xA;                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                &#39;code&#39;: &#39;TBD&#39;&#xA;                            }&#xA;                        ]&#xA;                    }&#xA;                ],&#xA;                &#39;managingOrganization&#39;: [{&#xA;                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174&#39;&#xA;                    }&#xA;                ]&#xA;            }&#xA;        ]&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-practitioner-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-practitioner-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of practitioners associated with Organizations and CareTeams&#xA;- List of Organization and associated practitonerCount&#xA;- List of CareTeam and associated practitionerCount&#xA;### Grouping &#xA;None. The report is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: &#xA;    - CareTeam: Filter on CareTeam.ManagingOrganization match&#xA;    - PractitionerRole: Filter on PractitionerRole.Organization match&#xA;- period&#xA;    - CareTeam: Filter on CareTeam.participant.period overlap&#xA;    - PractitionerRole: Filter on PractitionerRole.perid overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;Organization and CareTeam are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;PractitionerSummary&#39;: {&#xA;            &#39;organizationPractitionerStatistics&#39;: [{&#xA;                    &#39;organization&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;Organization&#39;,&#xA;                        &#39;id&#39;: &#39;69075&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization&#39;]&#xA;                        },&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-source&#39;,&#xA;                                            &#39;code&#39;: &#39;manual&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-synchronization-status&#39;,&#xA;                                            &#39;code&#39;: &#39;NotSynchronized&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ],&#xA;                        &#39;name&#39;: &#39;e7c2b264-b2d9-4a6d-aba9-f23be1017d39&#39;&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;careTeamPractitionerStatistics&#39;: [{&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;44267&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;7ced02e2-3082-4e02-86cc-030e8df8906d&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;d1e7d427-1565-42f6-951d-5508d494d4c8&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;40831&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;f12b2b87-95d9-487c-b088-457acfa1693f&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;c572c5ac-bac3-4f9e-b948-795db7563145&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;78765&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;7378e850-aff6-430d-9e86-cca801bf2375&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;3e038dd3-9e80-41e4-9932-8597f8706da4&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;46096&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;311ebab3-d310-44bb-b72b-65bdf74b3729&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;32543&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;3671c951-d20e-4d5c-82ec-fae5ee03821e&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }&#xA;            ]&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-practitioner-stats"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-practitioner-stats"/>
      <documentation value="### Report Contents&#xA;This report contains counts of practitioners associated with Organizations and CareTeams&#xA;- List of Organization and associated practitonerCount&#xA;- List of CareTeam and associated practitionerCount&#xA;### Grouping &#xA;None. The report is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: &#xA;    - CareTeam: Filter on CareTeam.ManagingOrganization match&#xA;    - PractitionerRole: Filter on PractitionerRole.Organization match&#xA;- period&#xA;    - CareTeam: Filter on CareTeam.participant.period overlap&#xA;    - PractitionerRole: Filter on PractitionerRole.perid overlap&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;Organization and CareTeam are Fhir resources. See the implementation guide for details&#xA;&#xA;    {&#xA;        &#39;PractitionerSummary&#39;: {&#xA;            &#39;organizationPractitionerStatistics&#39;: [{&#xA;                    &#39;organization&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;Organization&#39;,&#xA;                        &#39;id&#39;: &#39;69075&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization&#39;]&#xA;                        },&#xA;                        &#39;extension&#39;: [{&#xA;                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-source&#39;,&#xA;                                            &#39;code&#39;: &#39;manual&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }, {&#xA;                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus&#39;,&#xA;                                &#39;valueCodeableConcept&#39;: {&#xA;                                    &#39;coding&#39;: [{&#xA;                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-synchronization-status&#39;,&#xA;                                            &#39;code&#39;: &#39;NotSynchronized&#39;&#xA;                                        }&#xA;                                    ]&#xA;                                }&#xA;                            }&#xA;                        ],&#xA;                        &#39;name&#39;: &#39;e7c2b264-b2d9-4a6d-aba9-f23be1017d39&#39;&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 1&#xA;                }&#xA;            ],&#xA;            &#39;careTeamPractitionerStatistics&#39;: [{&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;44267&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;7ced02e2-3082-4e02-86cc-030e8df8906d&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;d1e7d427-1565-42f6-951d-5508d494d4c8&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;40831&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;f12b2b87-95d9-487c-b088-457acfa1693f&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;c572c5ac-bac3-4f9e-b948-795db7563145&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;78765&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;7378e850-aff6-430d-9e86-cca801bf2375&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;3e038dd3-9e80-41e4-9932-8597f8706da4&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;46096&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;311ebab3-d310-44bb-b72b-65bdf74b3729&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }, {&#xA;                    &#39;careTeam&#39;: {&#xA;                        &#39;resourceType&#39;: &#39;CareTeam&#39;,&#xA;                        &#39;id&#39;: &#39;32543&#39;,&#xA;                        &#39;meta&#39;: {&#xA;                            &#39;versionId&#39;: &#39;1&#39;,&#xA;                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]&#xA;                        },&#xA;                        &#39;identifier&#39;: [{&#xA;                                &#39;id&#39;: &#39;3671c951-d20e-4d5c-82ec-fae5ee03821e&#39;,&#xA;                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;&#xA;                            }&#xA;                        ],&#xA;                        &#39;status&#39;: &#39;active&#39;,&#xA;                        &#39;name&#39;: &#39;1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1&#39;,&#xA;                        &#39;reasonCode&#39;: [{&#xA;                                &#39;coding&#39;: [{&#xA;                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,&#xA;                                        &#39;code&#39;: &#39;TBD&#39;&#xA;                                    }&#xA;                                ]&#xA;                            }&#xA;                        ],&#xA;                        &#39;managingOrganization&#39;: [{&#xA;                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;&#xA;                            }&#xA;                        ]&#xA;                    },&#xA;                    &#39;practitionerCount&#39;: 0&#xA;                }&#xA;            ]&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="fetch-ssl-orders"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-ssl-orders"/>
      <documentation value="### Report Contents&#xA;This report contains SSL Orders&#xA;- OrderDetails&#xA;- OrderLines&#xA;- TraceLines&#xA;### Grouping &#xA;Order. Each Order is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: Filter on Order.buyer&#xA;- period: Filter on TraceLine.timestamp&#xA;- seller: Filter on Order.seller&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are SSL resources. See the SSL API description for details&#xA;&#xA;    {&#xA;        &#39;OrderDetails&#39;: {&#xA;            &#39;order&#39;: {&#xA;                &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                &#39;threadId&#39;: null,&#xA;                &#39;identifiers&#39;: null,&#xA;                &#39;status&#39;: null,&#xA;                &#39;priority&#39;: null,&#xA;                &#39;notes&#39;: null,&#xA;                &#39;buyer&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER&#39;,&#xA;                &#39;seller&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER&#39;,&#xA;                &#39;sellerDeliveryContactEmail&#39;: null,&#xA;                &#39;carePlanRef&#39;: null,&#xA;                &#39;carePlanTitle&#39;: null,&#xA;                &#39;earliestDeliveryDate&#39;: null,&#xA;                &#39;latestDeliveryDate&#39;: null,&#xA;                &#39;receiver&#39;: null&#xA;            },&#xA;            &#39;orderLines&#39;: [{&#xA;                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE&#39;,&#xA;                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                    &#39;status&#39;: null,&#xA;                    &#39;item&#39;: null,&#xA;                    &#39;agreedDate&#39;: null,&#xA;                    &#39;device&#39;: null&#xA;                }&#xA;            ],&#xA;            &#39;traceLines&#39;: [{&#xA;                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1&#39;,&#xA;                    &#39;timestamp&#39;: &#39;2019-12-24T18:00:00Z&#39;,&#xA;                    &#39;createdByOrganization&#39;: null,&#xA;                    &#39;createdByUser&#39;: null,&#xA;                    &#39;text&#39;: null,&#xA;                    &#39;supplementaryText&#39;: null,&#xA;                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                    &#39;orderLine&#39;: null,&#xA;                    &#39;statusChange&#39;: null&#xA;                }&#xA;            ]&#xA;        }&#xA;    }"/>
    </operation>
    <operation>
      <name value="schedule-ssl-orders"/>
      <definition value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-ssl-orders"/>
      <documentation value="### Report Contents&#xA;This report contains SSL Orders&#xA;- OrderDetails&#xA;- OrderLines&#xA;- TraceLines&#xA;### Grouping &#xA;Order. Each Order is returned in a single JSon file.&#xA;### Parameters&#xA;- organization: Filter on Order.buyer&#xA;- period: Filter on TraceLine.timestamp&#xA;- seller: Filter on Order.seller&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;All returned objects are SSL resources. See the SSL API description for details&#xA;&#xA;    {&#xA;        &#39;OrderDetails&#39;: {&#xA;            &#39;order&#39;: {&#xA;                &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                &#39;threadId&#39;: null,&#xA;                &#39;identifiers&#39;: null,&#xA;                &#39;status&#39;: null,&#xA;                &#39;priority&#39;: null,&#xA;                &#39;notes&#39;: null,&#xA;                &#39;buyer&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER&#39;,&#xA;                &#39;seller&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER&#39;,&#xA;                &#39;sellerDeliveryContactEmail&#39;: null,&#xA;                &#39;carePlanRef&#39;: null,&#xA;                &#39;carePlanTitle&#39;: null,&#xA;                &#39;earliestDeliveryDate&#39;: null,&#xA;                &#39;latestDeliveryDate&#39;: null,&#xA;                &#39;receiver&#39;: null&#xA;            },&#xA;            &#39;orderLines&#39;: [{&#xA;                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE&#39;,&#xA;                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                    &#39;status&#39;: null,&#xA;                    &#39;item&#39;: null,&#xA;                    &#39;agreedDate&#39;: null,&#xA;                    &#39;device&#39;: null&#xA;                }&#xA;            ],&#xA;            &#39;traceLines&#39;: [{&#xA;                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1&#39;,&#xA;                    &#39;timestamp&#39;: &#39;2019-12-24T18:00:00Z&#39;,&#xA;                    &#39;createdByOrganization&#39;: null,&#xA;                    &#39;createdByUser&#39;: null,&#xA;                    &#39;text&#39;: null,&#xA;                    &#39;supplementaryText&#39;: null,&#xA;                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,&#xA;                    &#39;orderLine&#39;: null,&#xA;                    &#39;statusChange&#39;: null&#xA;                }&#xA;            ]&#xA;        }&#xA;    }"/>
    </operation>
  </rest>
</CapabilityStatement>