PackagesCanonicalsLogsProblems
    Packages
    dk.ehealth.sundhed.fhir.ig.core@3.2.0
    https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-customization-stats
{
  "description": "### Report Contents\\nThis report contains a count of patient specific modifications of:\\n- Measurement schedule timing\\n- Reference ranges\\n### Grouping \\nThis report is grouped by PlanDefinition. 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\\nEHealthPlanDefinition is a Fhir resource. See the implementation guide for details\\n\\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    }",
  "_filename": "OperationDefinition--s-fetch-careplan-customization-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-customization-stats",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Fetch careplan customization stats",
  "package_version": "3.2.0",
  "status": "active",
  "id": "17002d7e-04f6-497e-b9d8-35ad1e01a8c4",
  "affectsState": true,
  "kind": "operation",
  "url": "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-customization-stats",
  "code": "fetch-careplan-customization-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"
  }, {
    "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"
  } ]
}