eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions
Official URL: https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-careplan-and-episode-of-care-stats | Version: 2022.2 | |||
Active as of 2022-06-20 | Computable Name: fetch-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': 'urn:oid:1.2.208.176.2.4',
'code': 'DJ44'
}
]
}
},
'ConditionSummary': {
'activeEpisodeOfCareCount': 1,
'activeCarePlanCount': 1
}
}
OPERATION: fetch-careplan-and-episode-of-care-stats
The official URL for this operation definition is:
https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-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': 'urn:oid:1.2.208.176.2.4',
'code': 'DJ44'
}
]
}
},
'ConditionSummary': {
'activeEpisodeOfCareCount': 1,
'activeCarePlanCount': 1
}
}
URL: [base]/$fetch-careplan-and-episode-of-care-stats
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | anonymization | 1..1 | string | anonymization | |
IN | organization | 0..1 | Reference | ||
IN | period | 0..1 | Period | ||
OUT | return | 0..1 | Binary |