FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | ActivityDefinition |
| Id | ActivityDefinition-cpg-medicationrequest-activitydefinition.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cqf-recommendations/ActivityDefinition-cpg-medicationrequest-activitydefinition.html |
| URL | http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-medicationrequest-activitydefinition |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-06-10T15:28:01+00:00 |
| Name | CPGMedicationRequestActivityDefinition |
| Title | CPG MedicationRequest ActivityDefinition |
| Realm | uv |
| Authority | hl7 |
| Description | Example Activity Definition for a recommendation to request a medication |
| Kind | MedicationRequest |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Metadata | |
|---|---|
| Title | CPG MedicationRequest ActivityDefinition |
| Version | 2.0.0 |
| Identifier | CPGMedicationRequestActivityDefinition |
| Identifier | urn:oid:2.16.840.1.113883.4.642.40.48.11.45 |
| Jurisdiction | World |
| Steward (Publisher) | HL7 International / Clinical Decision Support |
| Steward Contact | HL7 International / Clinical Decision Support |
| Description | Example Activity Definition for a recommendation to request a medication |
| Resource Kind | MedicationRequest |
| Resource Profile | CPG Medication Request |
| Intent | Proposal |
| Priority | Routine |
| Dynamic Value |
Path: status
Expression: 'draft' |
| Dynamic Value |
Path: intent
Expression: 'proposal' |
| Dynamic Value |
Path: priority
Expression: 'routine' |
| Dynamic Value |
Path: medication
Expression: MedicationCodeableConcept |
| Dynamic Value |
Path: subject
Expression: Patient |
| Dynamic Value |
Path: encounter
Expression: Encounter |
| Dynamic Value |
Path: authoredOn
Expression: Now() |
| Dynamic Value |
Path: performer
Expression: Practitioner |
| Dynamic Value |
Path: dosageInstruction.doseAndRate.dose
Expression: DoseQuantity |
| Dynamic Value |
Path: dosageInstruction.timing
Expression: Timing { frequency: 1, period: DosesPerDay, periodUnit: 'd' } |
| Generated using version 0.5.4 of the sample-content-ig Liquid templates | |
{
"resourceType": "ActivityDefinition",
"id": "cpg-medicationrequest-activitydefinition",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequestactivity"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/cpg-medicationrequest-activitydefinition",
"identifier": [
{
"use": "official",
"value": "CPGMedicationRequestActivityDefinition"
},
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.45"
}
],
"version": "2.0.0",
"name": "CPGMedicationRequestActivityDefinition",
"title": "CPG MedicationRequest ActivityDefinition",
"status": "active",
"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 request a medication",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "MedicationRequest",
"profile": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest",
"intent": "proposal",
"priority": "routine",
"doNotPerform": false,
"dynamicValue": [
{
"path": "status",
"expression": {
"language": "text/cql",
"expression": "'draft'"
}
},
{
"path": "intent",
"expression": {
"language": "text/cql",
"expression": "'proposal'"
}
},
{
"path": "priority",
"expression": {
"language": "text/cql",
"expression": "'routine'"
}
},
{
"path": "medication",
"expression": {
"language": "text/cql",
"expression": "MedicationCodeableConcept"
}
},
{
"path": "subject",
"expression": {
"language": "text/cql",
"expression": "Patient"
}
},
{
"path": "encounter",
"expression": {
"language": "text/cql",
"expression": "Encounter"
}
},
{
"path": "authoredOn",
"expression": {
"language": "text/cql",
"expression": "Now()"
}
},
{
"path": "performer",
"expression": {
"language": "text/cql",
"expression": "Practitioner"
}
},
{
"path": "dosageInstruction.doseAndRate.dose",
"expression": {
"language": "text/cql",
"expression": "DoseQuantity"
}
},
{
"path": "dosageInstruction.timing",
"expression": {
"language": "text/cql",
"expression": "Timing { frequency: 1, period: DosesPerDay, periodUnit: 'd' }"
}
}
]
}