FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | ActivityDefinition |
| Id | ActivityDefinition-activity-example-generatereport-ad.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cqf-recommendations/ActivityDefinition-activity-example-generatereport-ad.html |
| URL | http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-generatereport-ad |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-06-10T15:28:01+00:00 |
| Name | ActivityExampleGenerateReportAD |
| Title | Activity Example Generate Report AD |
| Realm | uv |
| Authority | hl7 |
| Description | Example Activity Definition for a recommendation to generate a report |
| Kind | Task |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Metadata | |
|---|---|
| Title | Activity Example Generate Report AD |
| Version | 2.0.0 |
| Identifier | urn:oid:2.16.840.1.113883.4.642.40.48.11.8 |
| Experimental | true |
| Jurisdiction | World |
| Steward (Publisher) | HL7 International / Clinical Decision Support |
| Steward Contact | HL7 International / Clinical Decision Support |
| Description | Example Activity Definition for a recommendation to generate a report |
| Resource Kind | Task |
| Resource Profile | CPG Generate Report Task |
| Code | Generate a metric or case report |
| Intent | Proposal |
| Dynamic Value |
Path: input.type
Expression: code |
| Dynamic Value |
Path: input.value
Expression: extension('http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportWith').value |
| Generated using version 0.5.4 of the sample-content-ig Liquid templates | |
{
"resourceType": "ActivityDefinition",
"id": "activity-example-generatereport-ad",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereportactivity",
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "shareable"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "computable"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "publishable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportWith",
"valueCanonical": "http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure"
}
],
"url": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-generatereport-ad",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.8"
}
],
"version": "2.0.0",
"name": "ActivityExampleGenerateReportAD",
"title": "Activity Example Generate Report AD",
"status": "active",
"experimental": true,
"date": "2026-06-10T15:28:01+00:00",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"name": "HL7 International / Clinical Decision Support",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "Example Activity Definition for a recommendation to generate a report",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "Task",
"profile": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereporttask",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "generate-report",
"display": "Generate a metric or case report"
}
]
},
"intent": "proposal",
"doNotPerform": false,
"dynamicValue": [
{
"path": "input.type",
"expression": {
"language": "text/cql",
"expression": "code"
}
},
{
"path": "input.value",
"expression": {
"language": "text/cql",
"expression": "extension('http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportWith').value"
}
}
]
}