eHealth Infrastructure
2022.2 - release

eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions

: reporting - XML Representation

Active as of 2022-06-18

Raw xml | Download



<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.2"/>
  <name value="reporting"/>
  <status value="active"/>
  <date value="2022-06-18T02:51:45.696+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.2"/>
  </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
This report contains a count of active EpisodeOfCare and CarePlans.
### Grouping 
This report is grouped by ConditionCode. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details

    {
        &#39;ConditionCode&#39;: {
            &#39;valueCodeableConcept&#39;: {
                &#39;coding&#39;: [{
                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.4&#39;,
                        &#39;code&#39;: &#39;DJ44&#39;
                    }
                ]
            }
        },
        &#39;ConditionSummary&#39;: {
            &#39;activeEpisodeOfCareCount&#39;: 1,
            &#39;activeCarePlanCount&#39;: 1
        }
    }"/>
    </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
This report contains a count of active EpisodeOfCare and CarePlans.
### Grouping 
This report is grouped by ConditionCode. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details

    {
        &#39;ConditionCode&#39;: {
            &#39;valueCodeableConcept&#39;: {
                &#39;coding&#39;: [{
                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.4&#39;,
                        &#39;code&#39;: &#39;DJ44&#39;
                    }
                ]
            }
        },
        &#39;ConditionSummary&#39;: {
            &#39;activeEpisodeOfCareCount&#39;: 1,
            &#39;activeCarePlanCount&#39;: 1
        }
    }"/>
    </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
This report contains a count of patient specific modifications of:
- Measurement schedule timing
- Reference ranges
### Grouping 
This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthPlanDefinition&#39;: {
            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
            &#39;id&#39;: &#39;53450&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                    &#39;extension&#39;: [{
                            &#39;url&#39;: &#39;reference&#39;,
                            &#39;valueReference&#39;: {
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109&#39;
                            }
                        }, {
                            &#39;url&#39;: &#39;role&#39;,
                            &#39;valueCodeableConcept&#39;: {
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                        &#39;code&#39;: &#39;owner&#39;
                                    }
                                ]
                            }
                        }
                    ]
                }
            ],
            &#39;version&#39;: &#39;97219ba1-2202-42a1-b99d-45de3a506b40&#39;,
            &#39;status&#39;: &#39;active&#39;
        },
        &#39;CarePlanCustomizationSummary&#39;: {
            &#39;timingCustomizationCount&#39;: 1,
            &#39;referenceRangeCustomizationCount&#39;: 1
        }
    }"/>
    </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
This report contains a count of patient specific modifications of:
- Measurement schedule timing
- Reference ranges
### Grouping 
This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthPlanDefinition&#39;: {
            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
            &#39;id&#39;: &#39;53450&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                    &#39;extension&#39;: [{
                            &#39;url&#39;: &#39;reference&#39;,
                            &#39;valueReference&#39;: {
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109&#39;
                            }
                        }, {
                            &#39;url&#39;: &#39;role&#39;,
                            &#39;valueCodeableConcept&#39;: {
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                        &#39;code&#39;: &#39;owner&#39;
                                    }
                                ]
                            }
                        }
                    ]
                }
            ],
            &#39;version&#39;: &#39;97219ba1-2202-42a1-b99d-45de3a506b40&#39;,
            &#39;status&#39;: &#39;active&#39;
        },
        &#39;CarePlanCustomizationSummary&#39;: {
            &#39;timingCustomizationCount&#39;: 1,
            &#39;referenceRangeCustomizationCount&#39;: 1
        }
    }"/>
    </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
This report contains statistics on status changes for CarePlans:
- count: Number of CarePlans in each state
- min: Shortest time spent in each state
- max: Longest time spent in each state
- sum: Sum of time spent in each state
- average: Average time spent in each state.
 
The durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.
### Grouping 
This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap
- condition: Filter on EpisodeOfCare condition match

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthPlanDefinition&#39;: {
            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
            &#39;id&#39;: &#39;257&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                    &#39;extension&#39;: [{
                            &#39;url&#39;: &#39;reference&#39;,
                            &#39;valueReference&#39;: {
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753&#39;
                            }
                        }, {
                            &#39;url&#39;: &#39;role&#39;,
                            &#39;valueCodeableConcept&#39;: {
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                        &#39;code&#39;: &#39;owner&#39;
                                    }
                                ]
                            }
                        }
                    ]
                }
            ],
            &#39;version&#39;: &#39;dc9ecd87-163f-4d2f-bdfe-434085eafe4f&#39;,
            &#39;status&#39;: &#39;active&#39;
        },
        &#39;CarePlanStatusDurationSummary&#39;: {
            &#39;statusDurationStatistics&#39;: {
                &#39;draft&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;draft&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P10DT10H0M0S&#39;,
                        &#39;max&#39;: &#39;P15DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P25DT10H0M0S&#39;,
                        &#39;average&#39;: &#39;P12DT17H0M0S&#39;
                    }
                },
                &#39;active&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;active&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P200DT0H0M0S&#39;,
                        &#39;max&#39;: &#39;P200DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P400DT0H0M0S&#39;,
                        &#39;average&#39;: &#39;P200DT0H0M0S&#39;
                    }
                },
                &#39;completed&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;completed&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P284DT14H0M0S&#39;,
                        &#39;max&#39;: &#39;P380DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P664DT14H0M0S&#39;,
                        &#39;average&#39;: &#39;P332DT7H0M0S&#39;
                    }
                },
                &#39;suspended&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;suspended&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P5DT0H0M0S&#39;,
                        &#39;max&#39;: &#39;P5DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P10DT0H0M0S&#39;,
                        &#39;average&#39;: &#39;P5DT0H0M0S&#39;
                    }
                }
            }
        }
    }"/>
    </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
This report contains statistics on status changes for CarePlans:
- count: Number of CarePlans in each state
- min: Shortest time spent in each state
- max: Longest time spent in each state
- sum: Sum of time spent in each state
- average: Average time spent in each state.
 
The durations are specified in [ISO 8601](https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm) format.
### Grouping 
This report is grouped by PlanDefinition. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap
- condition: Filter on EpisodeOfCare condition match

### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthPlanDefinition is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthPlanDefinition&#39;: {
            &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
            &#39;id&#39;: &#39;257&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                    &#39;extension&#39;: [{
                            &#39;url&#39;: &#39;reference&#39;,
                            &#39;valueReference&#39;: {
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/73753&#39;
                            }
                        }, {
                            &#39;url&#39;: &#39;role&#39;,
                            &#39;valueCodeableConcept&#39;: {
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                        &#39;code&#39;: &#39;owner&#39;
                                    }
                                ]
                            }
                        }
                    ]
                }
            ],
            &#39;version&#39;: &#39;dc9ecd87-163f-4d2f-bdfe-434085eafe4f&#39;,
            &#39;status&#39;: &#39;active&#39;
        },
        &#39;CarePlanStatusDurationSummary&#39;: {
            &#39;statusDurationStatistics&#39;: {
                &#39;draft&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;draft&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P10DT10H0M0S&#39;,
                        &#39;max&#39;: &#39;P15DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P25DT10H0M0S&#39;,
                        &#39;average&#39;: &#39;P12DT17H0M0S&#39;
                    }
                },
                &#39;active&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;active&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P200DT0H0M0S&#39;,
                        &#39;max&#39;: &#39;P200DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P400DT0H0M0S&#39;,
                        &#39;average&#39;: &#39;P200DT0H0M0S&#39;
                    }
                },
                &#39;completed&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;completed&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P284DT14H0M0S&#39;,
                        &#39;max&#39;: &#39;P380DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P664DT14H0M0S&#39;,
                        &#39;average&#39;: &#39;P332DT7H0M0S&#39;
                    }
                },
                &#39;suspended&#39;: {
                    &#39;status&#39;: {
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://hl7.org/fhir/care-plan-status&#39;,
                                    &#39;code&#39;: &#39;suspended&#39;
                                }
                            ]
                        }
                    },
                    &#39;durationStatistics&#39;: {
                        &#39;count&#39;: 2,
                        &#39;min&#39;: &#39;P5DT0H0M0S&#39;,
                        &#39;max&#39;: &#39;P5DT0H0M0S&#39;,
                        &#39;sum&#39;: &#39;P10DT0H0M0S&#39;,
                        &#39;average&#39;: &#39;P5DT0H0M0S&#39;
                    }
                }
            }
        }
    }"/>
    </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
This report contains the following resources:
- EpisodeOfCare
- PlanDefinition
- CarePlan
- ServiceRequest
### Grouping 
This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;30254&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;1597&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721&#39;
                    }
                ],
                &#39;activity&#39;: [{
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthPlanDefinition&#39;: [{
                &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
                &#39;id&#39;: &#39;59578&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;reference&#39;,
                                &#39;valueReference&#39;: {
                                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757&#39;
                                }
                            }, {
                                &#39;url&#39;: &#39;role&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                            &#39;code&#39;: &#39;owner&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;version&#39;: &#39;c701b8e8-abe6-41bd-9db5-c05b94bc1e2b&#39;,
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;76916&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;31d136f2-0b98-4e0a-8f82-f0731b54893d&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791&#39;
                }
            }
        ]
    }"/>
    </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
This report contains the following resources:
- EpisodeOfCare
- PlanDefinition
- CarePlan
- ServiceRequest
### Grouping 
This report is grouped by EpisodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on CarePlan.period overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;30254&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/88873&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/66740&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/18637&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/16046&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;1597&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/59578&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/57779&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/30254&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/74721&#39;
                    }
                ],
                &#39;activity&#39;: [{
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/76916&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthPlanDefinition&#39;: [{
                &#39;resourceType&#39;: &#39;PlanDefinition&#39;,
                &#39;id&#39;: &#39;59578&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;reference&#39;,
                                &#39;valueReference&#39;: {
                                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41757&#39;
                                }
                            }, {
                                &#39;url&#39;: &#39;role&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/modifier-role&#39;,
                                            &#39;code&#39;: &#39;owner&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;version&#39;: &#39;c701b8e8-abe6-41bd-9db5-c05b94bc1e2b&#39;,
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;76916&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/13593&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;31d136f2-0b98-4e0a-8f82-f0731b54893d&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/49397&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/72791&#39;
                }
            }
        ]
    }"/>
    </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
This report contains counts of resources associated with CareTeams:
- EpisodeOfCare
- CarePlan
- Task: Count for each task category
### Grouping 
This report is grouped by CareTeam. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on CareTeam.managingOrganization match
- period: Filter on:
    - CarePlan.period overlap for CarePlans
    - EpisodeOfCare.period overlap for EpisodeOfCare
    - Task.authoredOn inside period for Tasks
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthCareTeam is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthCareTeam&#39;: {
            &#39;resourceType&#39;: &#39;CareTeam&#39;,
            &#39;id&#39;: &#39;12958&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
            },
            &#39;identifier&#39;: [{
                    &#39;id&#39;: &#39;59f70e4e-1c31-4647-8c91-404939b6b14e&#39;,
                    &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;name&#39;: &#39;0cea5c11-af39-4e5c-8733-9f532ea9961a&#39;,
            &#39;reasonCode&#39;: [{
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                }
            ],
            &#39;managingOrganization&#39;: [{
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642&#39;
                }
            ]
        },
        &#39;CareTeamSummary&#39;: {
            &#39;episodeOfCareCount&#39;: 2,
            &#39;carePlanCount&#39;: 6,
            &#39;taskCountByCategory&#39;: {
                &#39;MissingMeasurementResolving&#39;: 2
            }
        }
    }"/>
    </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
This report contains counts of resources associated with CareTeams:
- EpisodeOfCare
- CarePlan
- Task: Count for each task category
### Grouping 
This report is grouped by CareTeam. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on CareTeam.managingOrganization match
- period: Filter on:
    - CarePlan.period overlap for CarePlans
    - EpisodeOfCare.period overlap for EpisodeOfCare
    - Task.authoredOn inside period for Tasks
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthCareTeam is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthCareTeam&#39;: {
            &#39;resourceType&#39;: &#39;CareTeam&#39;,
            &#39;id&#39;: &#39;12958&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
            },
            &#39;identifier&#39;: [{
                    &#39;id&#39;: &#39;59f70e4e-1c31-4647-8c91-404939b6b14e&#39;,
                    &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;name&#39;: &#39;0cea5c11-af39-4e5c-8733-9f532ea9961a&#39;,
            &#39;reasonCode&#39;: [{
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                }
            ],
            &#39;managingOrganization&#39;: [{
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/66642&#39;
                }
            ]
        },
        &#39;CareTeamSummary&#39;: {
            &#39;episodeOfCareCount&#39;: 2,
            &#39;carePlanCount&#39;: 6,
            &#39;taskCountByCategory&#39;: {
                &#39;MissingMeasurementResolving&#39;: 2
            }
        }
    }"/>
    </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
This report contains counts of Measurements for each EpisodeOfCare:
- Observation
- QuestionnaireResponse
- Media
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on:
    - Observation.effective inside period for Observations
    - Questionnaire.authored inside period for QuestionnaireResponses
    - Media.occurence inside period for Media
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;21357&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EpisodeOfCareMeasurementSummary&#39;: {
            &#39;observationCount&#39;: 5,
            &#39;mediaCount&#39;: 0,
            &#39;questionnaireResponseCount&#39;: 0
        }
    }"/>
    </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
This report contains counts of Measurements for each EpisodeOfCare:
- Observation
- QuestionnaireResponse
- Media
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on:
    - Observation.effective inside period for Observations
    - Questionnaire.authored inside period for QuestionnaireResponses
    - Media.occurence inside period for Media
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
EHealthEpisodeOfCare is a Fhir resource. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;21357&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/30170&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/70274&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/26565&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/28358&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EpisodeOfCareMeasurementSummary&#39;: {
            &#39;observationCount&#39;: 5,
            &#39;mediaCount&#39;: 0,
            &#39;questionnaireResponseCount&#39;: 0
        }
    }"/>
    </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
This report contains Device information for each EpisodeOfCare:
- Device
- DeviceUseStatement
- DeviceMetrics
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on DeviceUseStatement.whenUsed overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;F417C17F9FDE24C9090BD629C8EE1697&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;9541E8EAEAD24376F208D5CD8A4D25F5&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;08D51B81A7FE5B480278150A94D4048A&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;7EA21ACD27EE012439F1440574A6BB21&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ]
    }"/>
    </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
This report contains Device information for each EpisodeOfCare:
- Device
- DeviceUseStatement
- DeviceMetrics
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on DeviceUseStatement.whenUsed overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthEpisodeOfCare&#39;: {
            &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
            &#39;id&#39;: &#39;F417C17F9FDE24C9090BD629C8EE1697&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
            },
            &#39;extension&#39;: [{
                    &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                    &#39;valueReference&#39;: {
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/313D8B0E0AC8EA8169D1DA45ECEEACB9&#39;
                    }
                }
            ],
            &#39;status&#39;: &#39;active&#39;,
            &#39;diagnosis&#39;: [{
                    &#39;condition&#39;: {
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/9A7FCD55CA3031585A8F1690DB1D8034&#39;
                    },
                    &#39;rank&#39;: 1
                }
            ],
            &#39;patient&#39;: {
                &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/A1D94F323D8EF09E5D913D9522FD83C4&#39;
            },
            &#39;managingOrganization&#39;: {
                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/8DC75F2B12BCC832F92CC065C3D0B451&#39;
            },
            &#39;period&#39;: {
                &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
            }
        },
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;9541E8EAEAD24376F208D5CD8A4D25F5&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23D34B29DD02EB232B6575537FE8ADC5&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/AC38B1F6391F256002E5A7BE69CB2586&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;08D51B81A7FE5B480278150A94D4048A&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;7EA21ACD27EE012439F1440574A6BB21&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/08D51B81A7FE5B480278150A94D4048A&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ]
    }"/>
    </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
This report contains all information related to the specified Patient
### Grouping 
None. This report returns a single JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: not used.
- patient: The patient to fetch information for.
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;Patient&#39;: {
            &#39;resourceType&#39;: &#39;Patient&#39;,
            &#39;id&#39;: &#39;70791&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;
            }
        },
        &#39;Communication&#39;: [{
                &#39;resourceType&#39;: &#39;Communication&#39;,
                &#39;id&#39;: &#39;29256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;RelatedPerson&#39;: [{
                &#39;resourceType&#39;: &#39;RelatedPerson&#39;,
                &#39;id&#39;: &#39;44196&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson&#39;]
                },
                &#39;identifier&#39;: [{
                        &#39;use&#39;: &#39;official&#39;,
                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.1.2&#39;,
                        &#39;value&#39;: &#39;2412001234&#39;
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;name&#39;: [{
                        &#39;text&#39;: &#39;Tester&#39;
                    }
                ]
            }
        ],
        &#39;Appointment&#39;: [{
                &#39;resourceType&#39;: &#39;Appointment&#39;,
                &#39;id&#39;: &#39;74036&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;participant&#39;: [{
                        &#39;id&#39;: &#39;5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a&#39;,
                        &#39;actor&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                        }
                    }
                ]
            }
        ],
        &#39;AppointmentResponse&#39;: [{
                &#39;resourceType&#39;: &#39;AppointmentResponse&#39;,
                &#39;id&#39;: &#39;63226&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;actor&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                }
            }
        ],
        &#39;EHealthEpisodeOfCare&#39;: [{
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;10928&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;48392&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }
        ],
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;4021&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;5732&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;81729&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }, {
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;91432&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;35094&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }, {
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;22449&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ],
        &#39;EHealthConsent&#39;: [{
                &#39;resourceType&#39;: &#39;Consent&#39;,
                &#39;id&#39;: &#39;51690&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]
                },
                &#39;status&#39;: &#39;active&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;consentingParty&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;
                    }
                ],
                &#39;actor&#39;: [{
                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,
                        &#39;role&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;code&#39;: &#39;authserver&#39;
                                }
                            ]
                        },
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;
                        }
                    }
                ],
                &#39;policyRule&#39;: &#39;Rule&#39;,
                &#39;data&#39;: [{
                        &#39;meaning&#39;: &#39;related&#39;,
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;87235&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;23385&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;
                    }
                ]
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;18904&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCondition&#39;: [{
                &#39;resourceType&#39;: &#39;Condition&#39;,
                &#39;id&#39;: &#39;22743&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]
                },
                &#39;clinicalStatus&#39;: &#39;active&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthObservation&#39;: [{
                &#39;resourceType&#39;: &#39;Observation&#39;,
                &#39;id&#39;: &#39;55832&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;
                    }
                ],
                &#39;status&#39;: &#39;amended&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,
                            &#39;code&#39;: &#39;NPU03011&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;effectivePeriod&#39;: {
                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;
                },
                &#39;performer&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;
                    }
                ],
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;
                }
            }
        ],
        &#39;EHealthQuestionnaireResponse&#39;: [{
                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,
                &#39;id&#39;: &#39;21957&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;
                    }
                ],
                &#39;questionnaire&#39;: {
                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;
                },
                &#39;status&#39;: &#39;completed&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;
                }
            }
        ],
        &#39;EHealthMedia&#39;: [{
                &#39;resourceType&#39;: &#39;Media&#39;,
                &#39;id&#39;: &#39;18256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;qualityType&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;qualityCode&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;
                    }
                ],
                &#39;type&#39;: &#39;audio&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;content&#39;: {
                    &#39;language&#39;: &#39;en&#39;
                }
            }
        ],
        &#39;EHealthClinicalImpression&#39;: [{
                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,
                &#39;id&#39;: &#39;39697&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]
                },
                &#39;status&#39;: &#39;draft&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthTask&#39;: [{
                &#39;resourceType&#39;: &#39;Task&#39;,
                &#39;id&#39;: &#39;96988&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/task-category&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/restriction-category&#39;,
                                    &#39;code&#39;: &#39;None&#39;
                                }
                            ]
                        }
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;proposal&#39;,
                &#39;priority&#39;: &#39;routine&#39;,
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCommunication&#39;: [{
                &#39;resourceType&#39;: &#39;Communication&#39;,
                &#39;id&#39;: &#39;29256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication&#39;]
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthProvenance&#39;: [{
                &#39;resourceType&#39;: &#39;Provenance&#39;,
                &#39;id&#39;: &#39;68399&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]
                },
                &#39;target&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                    }
                ],
                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.772+01:00&#39;,
                &#39;policy&#39;: [&#39;policy&#39;],
                &#39;agent&#39;: [{
                        &#39;whoReference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901&#39;
                        }
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;Provenance&#39;,
                &#39;id&#39;: &#39;96195&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]
                },
                &#39;target&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                    }
                ],
                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.801+01:00&#39;,
                &#39;policy&#39;: [&#39;policy&#39;],
                &#39;agent&#39;: [{
                        &#39;whoReference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854&#39;
                        }
                    }
                ]
            }
        ]
    }"/>
    </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
This report contains all information related to the specified Patient:
### Grouping 
None. This report returns a single JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: not used.
- patient: The patient to fetch information for.
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;Patient&#39;: {
            &#39;resourceType&#39;: &#39;Patient&#39;,
            &#39;id&#39;: &#39;70791&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;
            }
        },
        &#39;Communication&#39;: [{
                &#39;resourceType&#39;: &#39;Communication&#39;,
                &#39;id&#39;: &#39;29256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;RelatedPerson&#39;: [{
                &#39;resourceType&#39;: &#39;RelatedPerson&#39;,
                &#39;id&#39;: &#39;44196&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson&#39;]
                },
                &#39;identifier&#39;: [{
                        &#39;use&#39;: &#39;official&#39;,
                        &#39;system&#39;: &#39;urn:oid:1.2.208.176.1.2&#39;,
                        &#39;value&#39;: &#39;2412001234&#39;
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;name&#39;: [{
                        &#39;text&#39;: &#39;Tester&#39;
                    }
                ]
            }
        ],
        &#39;Appointment&#39;: [{
                &#39;resourceType&#39;: &#39;Appointment&#39;,
                &#39;id&#39;: &#39;74036&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;participant&#39;: [{
                        &#39;id&#39;: &#39;5fda865d-5e46-4fc4-8dcc-9b5f9a6b501a&#39;,
                        &#39;actor&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                        }
                    }
                ]
            }
        ],
        &#39;AppointmentResponse&#39;: [{
                &#39;resourceType&#39;: &#39;AppointmentResponse&#39;,
                &#39;id&#39;: &#39;63226&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;
                },
                &#39;actor&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                }
            }
        ],
        &#39;EHealthEpisodeOfCare&#39;: [{
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;10928&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;48392&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }
        ],
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;4021&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;5732&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;81729&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }, {
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;91432&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;35094&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }, {
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;22449&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ],
        &#39;EHealthConsent&#39;: [{
                &#39;resourceType&#39;: &#39;Consent&#39;,
                &#39;id&#39;: &#39;51690&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]
                },
                &#39;status&#39;: &#39;active&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;consentingParty&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;
                    }
                ],
                &#39;actor&#39;: [{
                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,
                        &#39;role&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;code&#39;: &#39;authserver&#39;
                                }
                            ]
                        },
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;
                        }
                    }
                ],
                &#39;policyRule&#39;: &#39;Rule&#39;,
                &#39;data&#39;: [{
                        &#39;meaning&#39;: &#39;related&#39;,
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;87235&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;23385&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;
                    }
                ]
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;18904&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCondition&#39;: [{
                &#39;resourceType&#39;: &#39;Condition&#39;,
                &#39;id&#39;: &#39;22743&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]
                },
                &#39;clinicalStatus&#39;: &#39;active&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthObservation&#39;: [{
                &#39;resourceType&#39;: &#39;Observation&#39;,
                &#39;id&#39;: &#39;55832&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;
                    }
                ],
                &#39;status&#39;: &#39;amended&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,
                            &#39;code&#39;: &#39;NPU03011&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;effectivePeriod&#39;: {
                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;
                },
                &#39;performer&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;
                    }
                ],
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;
                }
            }
        ],
        &#39;EHealthQuestionnaireResponse&#39;: [{
                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,
                &#39;id&#39;: &#39;21957&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;
                    }
                ],
                &#39;questionnaire&#39;: {
                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;
                },
                &#39;status&#39;: &#39;completed&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;
                }
            }
        ],
        &#39;EHealthMedia&#39;: [{
                &#39;resourceType&#39;: &#39;Media&#39;,
                &#39;id&#39;: &#39;18256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;qualityType&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;qualityCode&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;
                    }
                ],
                &#39;type&#39;: &#39;audio&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;content&#39;: {
                    &#39;language&#39;: &#39;en&#39;
                }
            }
        ],
        &#39;EHealthClinicalImpression&#39;: [{
                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,
                &#39;id&#39;: &#39;39697&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]
                },
                &#39;status&#39;: &#39;draft&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthTask&#39;: [{
                &#39;resourceType&#39;: &#39;Task&#39;,
                &#39;id&#39;: &#39;96988&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-category&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/task-category&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/restriction-category&#39;,
                                    &#39;code&#39;: &#39;None&#39;
                                }
                            ]
                        }
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task-responsible&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/74334&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;proposal&#39;,
                &#39;priority&#39;: &#39;routine&#39;,
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCommunication&#39;: [{
                &#39;resourceType&#39;: &#39;Communication&#39;,
                &#39;id&#39;: &#39;29256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication&#39;]
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthProvenance&#39;: [{
                &#39;resourceType&#39;: &#39;Provenance&#39;,
                &#39;id&#39;: &#39;68399&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]
                },
                &#39;target&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                    }
                ],
                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.772+01:00&#39;,
                &#39;policy&#39;: [&#39;policy&#39;],
                &#39;agent&#39;: [{
                        &#39;whoReference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/6901&#39;
                        }
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;Provenance&#39;,
                &#39;id&#39;: &#39;96195&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance&#39;]
                },
                &#39;target&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                    }
                ],
                &#39;recorded&#39;: &#39;2020-03-26T13:37:39.801+01:00&#39;,
                &#39;policy&#39;: [&#39;policy&#39;],
                &#39;agent&#39;: [{
                        &#39;whoReference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/45854&#39;
                        }
                    }
                ]
            }
        ]
    }"/>
    </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
This report contains clinical information for each Patient
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on EpisodeOfCare.period overlap
- conditionCode: Filter on Condition.code related to EpisodeOfCare
- status: Filter on EpisodeOfCare.status
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;Patient&#39;: {
            &#39;resourceType&#39;: &#39;Patient&#39;,
            &#39;id&#39;: &#39;70791&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;
            }
        },
        &#39;EHealthEpisodeOfCare&#39;: [{
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;10928&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;48392&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }
        ],
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;4021&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;5732&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;81729&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }, {
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;91432&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;35094&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }, {
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;22449&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ],
        &#39;EHealthConsent&#39;: [{
                &#39;resourceType&#39;: &#39;Consent&#39;,
                &#39;id&#39;: &#39;51690&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]
                },
                &#39;status&#39;: &#39;active&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;consentingParty&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;
                    }
                ],
                &#39;actor&#39;: [{
                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,
                        &#39;role&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;code&#39;: &#39;authserver&#39;
                                }
                            ]
                        },
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;
                        }
                    }
                ],
                &#39;policyRule&#39;: &#39;Rule&#39;,
                &#39;data&#39;: [{
                        &#39;meaning&#39;: &#39;related&#39;,
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;87235&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;23385&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;
                    }
                ]
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;18904&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCondition&#39;: [{
                &#39;resourceType&#39;: &#39;Condition&#39;,
                &#39;id&#39;: &#39;22743&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]
                },
                &#39;clinicalStatus&#39;: &#39;active&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthObservation&#39;: [{
                &#39;resourceType&#39;: &#39;Observation&#39;,
                &#39;id&#39;: &#39;55832&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;
                    }
                ],
                &#39;status&#39;: &#39;amended&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,
                            &#39;code&#39;: &#39;NPU03011&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;effectivePeriod&#39;: {
                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;
                },
                &#39;performer&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;
                    }
                ],
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;
                }
            }
        ],
        &#39;EHealthQuestionnaireResponse&#39;: [{
                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,
                &#39;id&#39;: &#39;21957&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;
                    }
                ],
                &#39;questionnaire&#39;: {
                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;
                },
                &#39;status&#39;: &#39;completed&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;
                }
            }
        ],
        &#39;EHealthMedia&#39;: [{
                &#39;resourceType&#39;: &#39;Media&#39;,
                &#39;id&#39;: &#39;18256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;qualityType&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;qualityCode&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;
                    }
                ],
                &#39;type&#39;: &#39;audio&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;content&#39;: {
                    &#39;language&#39;: &#39;en&#39;
                }
            }
        ],
        &#39;EHealthClinicalImpression&#39;: [{
                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,
                &#39;id&#39;: &#39;39697&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]
                },
                &#39;status&#39;: &#39;draft&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ]
    }"/>
    </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
This report contains clinical information for each Patient
### Grouping 
This report is grouped by EpsiodeOfCare. Each group is returned in a separate JSon file.
### Parameters
- organization: Filter on EpisodeOfCare.managingOrganization match
- period: Filter on EpisodeOfCare.period overlap
- conditionCode: Filter on Condition.code related to EpisodeOfCare
- status: Filter on EpisodeOfCare.status
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;Patient&#39;: {
            &#39;resourceType&#39;: &#39;Patient&#39;,
            &#39;id&#39;: &#39;70791&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;
            }
        },
        &#39;EHealthEpisodeOfCare&#39;: [{
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;10928&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/43014&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/33654&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;EpisodeOfCare&#39;,
                &#39;id&#39;: &#39;48392&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/41282&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;diagnosis&#39;: [{
                        &#39;condition&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/87020&#39;
                        },
                        &#39;rank&#39;: 1
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47956&#39;
                },
                &#39;managingOrganization&#39;: {
                    &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/34361&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                }
            }
        ],
        &#39;EHealthDeviceUseStatement&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;4021&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/87235&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/69099&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                }
            }, {
                &#39;resourceType&#39;: &#39;DeviceUseStatement&#39;,
                &#39;id&#39;: &#39;5732&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement-context&#39;,
                        &#39;valueReference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/CarePlan/23385&#39;
                        }
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/10543&#39;
                },
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/91432&#39;
                }
            }
        ],
        &#39;EHealthDevice&#39;: [{
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;81729&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }, {
                &#39;resourceType&#39;: &#39;Device&#39;,
                &#39;id&#39;: &#39;91432&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned&#39;,
                        &#39;valueBoolean&#39;: true
                    }
                ],
                &#39;status&#39;: &#39;active&#39;
            }
        ],
        &#39;EHealthDeviceMetric&#39;: [{
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;35094&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }, {
                &#39;resourceType&#39;: &#39;DeviceMetric&#39;,
                &#39;id&#39;: &#39;22449&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-qualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 5
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 10
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 12
                            }
                        ]
                    }, {
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric-templateQualities&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;category&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/devicemetric-quality-types&#39;,
                                            &#39;code&#39;: &#39;initial&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;value&#39;,
                                &#39;valueInteger&#39;: 14
                            }
                        ]
                    }
                ],
                &#39;identifier&#39;: {
                    &#39;value&#39;: &#39;Foo&#39;
                },
                &#39;type&#39;: {
                    &#39;text&#39;: &#39;code&#39;
                },
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/81729&#39;
                },
                &#39;category&#39;: &#39;calculation&#39;
            }
        ],
        &#39;EHealthConsent&#39;: [{
                &#39;resourceType&#39;: &#39;Consent&#39;,
                &#39;id&#39;: &#39;51690&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent&#39;]
                },
                &#39;status&#39;: &#39;active&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;patient&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/70791&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;consentingParty&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/41034&#39;
                    }
                ],
                &#39;actor&#39;: [{
                        &#39;id&#39;: &#39;f31bec27-965f-49ea-b8fe-5fdb259c539d&#39;,
                        &#39;role&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;code&#39;: &#39;authserver&#39;
                                }
                            ]
                        },
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/60499&#39;
                        }
                    }
                ],
                &#39;policyRule&#39;: &#39;Rule&#39;,
                &#39;data&#39;: [{
                        &#39;meaning&#39;: &#39;related&#39;,
                        &#39;reference&#39;: {
                            &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/51427&#39;
                        }
                    }
                ]
            }
        ],
        &#39;EHealthCarePlan&#39;: [{
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;87235&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/98996&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/55953&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/25664&#39;
                    }
                ]
            }, {
                &#39;resourceType&#39;: &#39;CarePlan&#39;,
                &#39;id&#39;: &#39;23385&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan&#39;]
                },
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/83648&#39;
                    }
                ],
                &#39;status&#39;: &#39;draft&#39;,
                &#39;intent&#39;: &#39;option&#39;,
                &#39;category&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/careplan-category&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/51258&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/48392&#39;
                },
                &#39;period&#39;: {
                    &#39;start&#39;: &#39;1970-01-01T01:00:01+01:00&#39;,
                    &#39;end&#39;: &#39;1970-01-01T01:01:40+01:00&#39;
                },
                &#39;addresses&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/Condition/4845&#39;
                    }
                ]
            }
        ],
        &#39;EHealthServiceRequest&#39;: [{
                &#39;resourceType&#39;: &#39;ServiceRequest&#39;,
                &#39;id&#39;: &#39;18904&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-servicerequest&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy&#39;,
                        &#39;valueCodeableConcept&#39;: {
                            &#39;coding&#39;: [{
                                    &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/measurement-sharing-policies&#39;,
                                    &#39;code&#39;: &#39;TBD&#39;
                                }
                            ]
                        }
                    }
                ],
                &#39;definition&#39;: [{
                        &#39;reference&#39;: &#39;https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/64273&#39;
                    }
                ],
                &#39;status&#39;: &#39;completed&#39;,
                &#39;intent&#39;: &#39;filler-order&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/activitydefinition-code&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ],
                    &#39;text&#39;: &#39;7654414a-7f86-4170-9920-fde60368b58b&#39;
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/59415&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthCondition&#39;: [{
                &#39;resourceType&#39;: &#39;Condition&#39;,
                &#39;id&#39;: &#39;22743&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-condition&#39;]
                },
                &#39;clinicalStatus&#39;: &#39;active&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/84730&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ],
        &#39;EHealthObservation&#39;: [{
                &#39;resourceType&#39;: &#39;Observation&#39;,
                &#39;id&#39;: &#39;55832&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/69506&#39;
                    }
                ],
                &#39;status&#39;: &#39;amended&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;urn:oid:1.2.208.176.2.1&#39;,
                            &#39;code&#39;: &#39;NPU03011&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/96798&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;effectivePeriod&#39;: {
                    &#39;start&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                    &#39;end&#39;: &#39;2020-03-26T13:37:40+01:00&#39;
                },
                &#39;performer&#39;: [{
                        &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/43621&#39;
                    }
                ],
                &#39;device&#39;: {
                    &#39;reference&#39;: &#39;https://device.local.ehealth.sundhed.dk/fhir/Device/30416&#39;
                }
            }
        ],
        &#39;EHealthQuestionnaireResponse&#39;: [{
                &#39;resourceType&#39;: &#39;QuestionnaireResponse&#39;,
                &#39;id&#39;: &#39;21957&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse&#39;]
                },
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/12403&#39;
                    }
                ],
                &#39;questionnaire&#39;: {
                    &#39;reference&#39;: &#39;https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/42078&#39;
                },
                &#39;status&#39;: &#39;completed&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/47155&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;authored&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;source&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/61666&#39;
                }
            }
        ],
        &#39;EHealthMedia&#39;: [{
                &#39;resourceType&#39;: &#39;Media&#39;,
                &#39;id&#39;: &#39;18256&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media&#39;]
                },
                &#39;extension&#39;: [{
                        &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-quality&#39;,
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;qualityType&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/quality-types&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;qualityCode&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/usage-quality&#39;,
                                            &#39;code&#39;: &#39;TBD&#39;
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                ],
                &#39;basedOn&#39;: [{
                        &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/98474&#39;
                    }
                ],
                &#39;type&#39;: &#39;audio&#39;,
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/20886&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                },
                &#39;occurrenceDateTime&#39;: &#39;2020-03-26T13:37:40+01:00&#39;,
                &#39;content&#39;: {
                    &#39;language&#39;: &#39;en&#39;
                }
            }
        ],
        &#39;EHealthClinicalImpression&#39;: [{
                &#39;resourceType&#39;: &#39;ClinicalImpression&#39;,
                &#39;id&#39;: &#39;39697&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression&#39;]
                },
                &#39;status&#39;: &#39;draft&#39;,
                &#39;code&#39;: {
                    &#39;coding&#39;: [{
                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/clinicalimpression-codes&#39;,
                            &#39;code&#39;: &#39;TBD&#39;
                        }
                    ]
                },
                &#39;subject&#39;: {
                    &#39;reference&#39;: &#39;https://patient.local.ehealth.sundhed.dk/fhir/Patient/32140&#39;
                },
                &#39;context&#39;: {
                    &#39;reference&#39;: &#39;https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/10928&#39;
                }
            }
        ]
    }"/>
    </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
This report contains all information related to the specified Practitioner
- Practitioner
- CareTeam
- PractitionerRole
### Grouping 
None. The report is returned in a single JSon file.
### Parameters
- organization: 
    - Practitioner: Not filtered
    - CareTeam: Filter on CareTeam.ManagingOrganization match
    - PractitionerRole: Filter on PractitionerRole.Organization match
- period: not used
- practitionerID: The practitioner to fetch information for
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthPractitioner&#39;: {
            &#39;resourceType&#39;: &#39;Practitioner&#39;,
            &#39;id&#39;: &#39;20599&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner&#39;]
            },
            &#39;name&#39;: [{
                    &#39;family&#39;: &#39;2f82a48c-61cc-4c7f-855a-3e6b59729ef1&#39;
                }
            ]
        },
        &#39;EHealthPractitionerRole&#39;: [],
        &#39;EHealthCareTeam&#39;: [{
                &#39;resourceType&#39;: &#39;CareTeam&#39;,
                &#39;id&#39;: &#39;99438&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                },
                &#39;identifier&#39;: [{
                        &#39;id&#39;: &#39;f556eab1-dbe9-40e3-9edd-149fa3bd1ae0&#39;,
                        &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;name&#39;: &#39;f9d27974-6a6a-44fb-b6eb-bcd22d769a18&#39;,
                &#39;participant&#39;: [{
                        &#39;member&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599&#39;
                        }
                    }
                ],
                &#39;reasonCode&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;managingOrganization&#39;: [{
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174&#39;
                    }
                ]
            }
        ]
    }"/>
    </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
This report contains all information related to the specified Practitioner
- Practitioner
- CareTeam
- PractitionerRole
### Grouping 
None. The report is returned in a single JSon file.
### Parameters
- organization: 
    - Practitioner: Not filtered
    - CareTeam: Filter on CareTeam.ManagingOrganization match
    - PractitionerRole: Filter on PractitionerRole.Organization match
- period: not used
- practitionerID: The practitioner to fetch information for
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are Fhir resources. See the implementation guide for details

    {
        &#39;EHealthPractitioner&#39;: {
            &#39;resourceType&#39;: &#39;Practitioner&#39;,
            &#39;id&#39;: &#39;20599&#39;,
            &#39;meta&#39;: {
                &#39;versionId&#39;: &#39;1&#39;,
                &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner&#39;]
            },
            &#39;name&#39;: [{
                    &#39;family&#39;: &#39;2f82a48c-61cc-4c7f-855a-3e6b59729ef1&#39;
                }
            ]
        },
        &#39;EHealthPractitionerRole&#39;: [],
        &#39;EHealthCareTeam&#39;: [{
                &#39;resourceType&#39;: &#39;CareTeam&#39;,
                &#39;id&#39;: &#39;99438&#39;,
                &#39;meta&#39;: {
                    &#39;versionId&#39;: &#39;1&#39;,
                    &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                },
                &#39;identifier&#39;: [{
                        &#39;id&#39;: &#39;f556eab1-dbe9-40e3-9edd-149fa3bd1ae0&#39;,
                        &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                    }
                ],
                &#39;status&#39;: &#39;active&#39;,
                &#39;name&#39;: &#39;f9d27974-6a6a-44fb-b6eb-bcd22d769a18&#39;,
                &#39;participant&#39;: [{
                        &#39;member&#39;: {
                            &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Practitioner/20599&#39;
                        }
                    }
                ],
                &#39;reasonCode&#39;: [{
                        &#39;coding&#39;: [{
                                &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                &#39;code&#39;: &#39;TBD&#39;
                            }
                        ]
                    }
                ],
                &#39;managingOrganization&#39;: [{
                        &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/94174&#39;
                    }
                ]
            }
        ]
    }"/>
    </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
This report contains counts of practitioners associated with Organizations and CareTeams
- List of Organization and associated practitonerCount
- List of CareTeam and associated practitionerCount
### Grouping 
None. The report is returned in a single JSon file.
### Parameters
- organization: 
    - CareTeam: Filter on CareTeam.ManagingOrganization match
    - PractitionerRole: Filter on PractitionerRole.Organization match
- period
    - CareTeam: Filter on CareTeam.participant.period overlap
    - PractitionerRole: Filter on PractitionerRole.perid overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
Organization and CareTeam are Fhir resources. See the implementation guide for details

    {
        &#39;PractitionerSummary&#39;: {
            &#39;organizationPractitionerStatistics&#39;: [{
                    &#39;organization&#39;: {
                        &#39;resourceType&#39;: &#39;Organization&#39;,
                        &#39;id&#39;: &#39;69075&#39;,
                        &#39;meta&#39;: {
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization&#39;]
                        },
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-source&#39;,
                                            &#39;code&#39;: &#39;manual&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-synchronization-status&#39;,
                                            &#39;code&#39;: &#39;NotSynchronized&#39;
                                        }
                                    ]
                                }
                            }
                        ],
                        &#39;name&#39;: &#39;e7c2b264-b2d9-4a6d-aba9-f23be1017d39&#39;
                    },
                    &#39;practitionerCount&#39;: 1
                }
            ],
            &#39;careTeamPractitionerStatistics&#39;: [{
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;44267&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;7ced02e2-3082-4e02-86cc-030e8df8906d&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;d1e7d427-1565-42f6-951d-5508d494d4c8&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;40831&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;f12b2b87-95d9-487c-b088-457acfa1693f&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;c572c5ac-bac3-4f9e-b948-795db7563145&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;78765&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;7378e850-aff6-430d-9e86-cca801bf2375&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;3e038dd3-9e80-41e4-9932-8597f8706da4&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;46096&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;311ebab3-d310-44bb-b72b-65bdf74b3729&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;32543&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;3671c951-d20e-4d5c-82ec-fae5ee03821e&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }
            ]
        }
    }"/>
    </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
This report contains counts of practitioners associated with Organizations and CareTeams
- List of Organization and associated practitonerCount
- List of CareTeam and associated practitionerCount
### Grouping 
None. The report is returned in a single JSon file.
### Parameters
- organization: 
    - CareTeam: Filter on CareTeam.ManagingOrganization match
    - PractitionerRole: Filter on PractitionerRole.Organization match
- period
    - CareTeam: Filter on CareTeam.participant.period overlap
    - PractitionerRole: Filter on PractitionerRole.perid overlap
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
Organization and CareTeam are Fhir resources. See the implementation guide for details

    {
        &#39;PractitionerSummary&#39;: {
            &#39;organizationPractitionerStatistics&#39;: [{
                    &#39;organization&#39;: {
                        &#39;resourceType&#39;: &#39;Organization&#39;,
                        &#39;id&#39;: &#39;69075&#39;,
                        &#39;meta&#39;: {
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization&#39;]
                        },
                        &#39;extension&#39;: [{
                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-source&#39;,
                                            &#39;code&#39;: &#39;manual&#39;
                                        }
                                    ]
                                }
                            }, {
                                &#39;url&#39;: &#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus&#39;,
                                &#39;valueCodeableConcept&#39;: {
                                    &#39;coding&#39;: [{
                                            &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/organization-synchronization-status&#39;,
                                            &#39;code&#39;: &#39;NotSynchronized&#39;
                                        }
                                    ]
                                }
                            }
                        ],
                        &#39;name&#39;: &#39;e7c2b264-b2d9-4a6d-aba9-f23be1017d39&#39;
                    },
                    &#39;practitionerCount&#39;: 1
                }
            ],
            &#39;careTeamPractitionerStatistics&#39;: [{
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;44267&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;7ced02e2-3082-4e02-86cc-030e8df8906d&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;d1e7d427-1565-42f6-951d-5508d494d4c8&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;40831&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;f12b2b87-95d9-487c-b088-457acfa1693f&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;c572c5ac-bac3-4f9e-b948-795db7563145&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;78765&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;7378e850-aff6-430d-9e86-cca801bf2375&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;3e038dd3-9e80-41e4-9932-8597f8706da4&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;46096&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;37a66140-dc7e-4ea4-9ec7-d0dd91adf7c8&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;311ebab3-d310-44bb-b72b-65bdf74b3729&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }, {
                    &#39;careTeam&#39;: {
                        &#39;resourceType&#39;: &#39;CareTeam&#39;,
                        &#39;id&#39;: &#39;32543&#39;,
                        &#39;meta&#39;: {
                            &#39;versionId&#39;: &#39;1&#39;,
                            &#39;profile&#39;: [&#39;http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam&#39;]
                        },
                        &#39;identifier&#39;: [{
                                &#39;id&#39;: &#39;3671c951-d20e-4d5c-82ec-fae5ee03821e&#39;,
                                &#39;system&#39;: &#39;urn:ietf:rfc:3986&#39;
                            }
                        ],
                        &#39;status&#39;: &#39;active&#39;,
                        &#39;name&#39;: &#39;1f74a06c-8ae1-4b5c-b5ee-49abfd2d28e1&#39;,
                        &#39;reasonCode&#39;: [{
                                &#39;coding&#39;: [{
                                        &#39;system&#39;: &#39;http://ehealth.sundhed.dk/cs/conditions&#39;,
                                        &#39;code&#39;: &#39;TBD&#39;
                                    }
                                ]
                            }
                        ],
                        &#39;managingOrganization&#39;: [{
                                &#39;reference&#39;: &#39;https://organization.local.ehealth.sundhed.dk/fhir/Organization/69075&#39;
                            }
                        ]
                    },
                    &#39;practitionerCount&#39;: 0
                }
            ]
        }
    }"/>
    </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
This report contains SSL Orders
- OrderDetails
- OrderLines
- TraceLines
### Grouping 
Order. Each Order is returned in a single JSon file.
### Parameters
- organization: Filter on Order.buyer
- period: Filter on TraceLine.timestamp
- seller: Filter on Order.seller
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are SSL resources. See the SSL API description for details

    {
        &#39;OrderDetails&#39;: {
            &#39;order&#39;: {
                &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                &#39;threadId&#39;: null,
                &#39;identifiers&#39;: null,
                &#39;status&#39;: null,
                &#39;priority&#39;: null,
                &#39;notes&#39;: null,
                &#39;buyer&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER&#39;,
                &#39;seller&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER&#39;,
                &#39;sellerDeliveryContactEmail&#39;: null,
                &#39;carePlanRef&#39;: null,
                &#39;carePlanTitle&#39;: null,
                &#39;earliestDeliveryDate&#39;: null,
                &#39;latestDeliveryDate&#39;: null,
                &#39;receiver&#39;: null
            },
            &#39;orderLines&#39;: [{
                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE&#39;,
                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                    &#39;status&#39;: null,
                    &#39;item&#39;: null,
                    &#39;agreedDate&#39;: null,
                    &#39;device&#39;: null
                }
            ],
            &#39;traceLines&#39;: [{
                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1&#39;,
                    &#39;timestamp&#39;: &#39;2019-12-24T18:00:00Z&#39;,
                    &#39;createdByOrganization&#39;: null,
                    &#39;createdByUser&#39;: null,
                    &#39;text&#39;: null,
                    &#39;supplementaryText&#39;: null,
                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                    &#39;orderLine&#39;: null,
                    &#39;statusChange&#39;: null
                }
            ]
        }
    }"/>
    </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
This report contains SSL Orders
- OrderDetails
- OrderLines
- TraceLines
### Grouping 
Order. Each Order is returned in a single JSon file.
### Parameters
- organization: Filter on Order.buyer
- period: Filter on TraceLine.timestamp
- seller: Filter on Order.seller
### Output
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
### Example output
All returned objects are SSL resources. See the SSL API description for details

    {
        &#39;OrderDetails&#39;: {
            &#39;order&#39;: {
                &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                &#39;threadId&#39;: null,
                &#39;identifiers&#39;: null,
                &#39;status&#39;: null,
                &#39;priority&#39;: null,
                &#39;notes&#39;: null,
                &#39;buyer&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER&#39;,
                &#39;seller&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER&#39;,
                &#39;sellerDeliveryContactEmail&#39;: null,
                &#39;carePlanRef&#39;: null,
                &#39;carePlanTitle&#39;: null,
                &#39;earliestDeliveryDate&#39;: null,
                &#39;latestDeliveryDate&#39;: null,
                &#39;receiver&#39;: null
            },
            &#39;orderLines&#39;: [{
                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE&#39;,
                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                    &#39;status&#39;: null,
                    &#39;item&#39;: null,
                    &#39;agreedDate&#39;: null,
                    &#39;device&#39;: null
                }
            ],
            &#39;traceLines&#39;: [{
                    &#39;id&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1&#39;,
                    &#39;timestamp&#39;: &#39;2019-12-24T18:00:00Z&#39;,
                    &#39;createdByOrganization&#39;: null,
                    &#39;createdByUser&#39;: null,
                    &#39;text&#39;: null,
                    &#39;supplementaryText&#39;: null,
                    &#39;order&#39;: &#39;https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER&#39;,
                    &#39;orderLine&#39;: null,
                    &#39;statusChange&#39;: null
                }
            ]
        }
    }"/>
    </operation>
  </rest>
</CapabilityStatement>