OPERATION: fetch-careplan-customization-stats
The official URL for this operation definition is:
https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-customization-stats
This report contains a count of patient specific modifications of:
\nThis report is grouped by PlanDefinition. Each group is returned in a separate JSon file.
\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details
\n{\n 'EHealthPlanDefinition': {\n 'resourceType': 'PlanDefinition',\n 'id': '53450',\n 'meta': {\n 'versionId': '1',\n 'profile': ['http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition']\n },\n 'extension': [{\n 'url': 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',\n 'extension': [{\n 'url': 'reference',\n 'valueReference': {\n 'reference': 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/85109'\n }\n }, {\n 'url': 'role',\n 'valueCodeableConcept': {\n 'coding': [{\n 'system': 'http://ehealth.sundhed.dk/cs/modifier-role',\n 'code': 'owner'\n }\n ]\n }\n }\n ]\n }\n ],\n 'version': '97219ba1-2202-42a1-b99d-45de3a506b40',\n 'status': 'active'\n },\n 'CarePlanCustomizationSummary': {\n 'timingCustomizationCount': 1,\n 'referenceRangeCustomizationCount': 1\n }\n}\n
\nURL: [base]/$fetch-careplan-customization-stats
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | anonymization | 1..1 | string | ||
IN | organization | 0..1 | Reference | ||
IN | period | 0..1 | Period | ||
OUT | return | 0..1 | Binary |