OPERATION: schedule-careplan-and-episode-of-care-stats
The official URL for this operation definition is:
http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-schedule-careplan-and-episode-of-care-stats
This report contains a count of active EpisodeOfCare and CarePlans.
This report is grouped by ConditionCode. Each group is returned in a separate JSon file.
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
The ConditionCode is a Fhir CodeableConcept. See the implementation guide for details
{
'ConditionCode': {
'valueCodeableConcept': {
'coding': [{
'system': 'http://snomed.info/sct',
'code': '313299006'
}
]
}
},
'ConditionSummary': {
'activeEpisodeOfCareCount': 1,
'activeCarePlanCount': 1
}
}
URL: [base]/$schedule-careplan-and-episode-of-care-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 |