{ "description": "### Report Contents\\nThis report contains a count of active EpisodeOfCare and CarePlans.\\n### Grouping \\nThis report is grouped by ConditionCode. Each group is returned in a separate JSon file.\\n### Parameters\\n- organization: Filter on EpisodeOfCare.managingOrganization match\\n- period: Filter on CarePlan.period overlap\\n\\n### Output\\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\\n### Example output\\nThe ConditionCode is a Fhir CodeableConcept. See the implementation guide for details\\n\\n {\\n 'ConditionCode': {\\n 'valueCodeableConcept': {\\n 'coding': [{\\n 'system': 'urn:oid:1.2.208.176.2.4',\\n 'code': 'DJ44'\\n }\\n ]\\n }\\n },\\n 'ConditionSummary': {\\n 'activeEpisodeOfCareCount': 1,\\n 'activeCarePlanCount': 1\\n }\\n }", "_filename": "OperationDefinition--s-fetch-careplan-and-episode-of-care-stats.json", "package_name": "dk.ehealth.sundhed.fhir.ig.core", "date": "2024-09-02T13:58:07+00:00", "system": true, "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "instance": false, "name": "fetch-careplan-and-episode-of-care-stats", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "Fetch careplan and episode of care stats", "package_version": "3.2.0", "status": "active", "id": "6d2dcfa3-3a66-431f-be07-19409b4df540", "affectsState": true, "kind": "operation", "url": "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-and-episode-of-care-stats", "code": "fetch-careplan-and-episode-of-care-stats", "version": "3.2.0", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "value": "http://ehealth.sundhed.dk", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "anonymization", "type": "string", "documentation": "anonymization" }, { "max": "1", "min": 0, "use": "in", "name": "organization", "type": "Reference" }, { "max": "1", "min": 0, "use": "in", "name": "period", "type": "Period" }, { "max": "1", "min": 0, "use": "out", "name": "return", "type": "Binary" } ] }