FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | ActivityDefinition |
| Id | ActivityDefinition-chf-urine-out-ad.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cqf-recommendations/ActivityDefinition-chf-urine-out-ad.html |
| URL | http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-urine-out-ad |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-06-10T15:28:01+00:00 |
| Name | CHFUrineOut |
| Realm | uv |
| Authority | hl7 |
| Description | Measure urine output |
| Kind | ServiceRequest |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Metadata | |
|---|---|
| Version | 2.0.0 |
| Identifier | urn:oid:2.16.840.1.113883.4.642.40.48.11.36 |
| Experimental | true |
| Jurisdiction | World |
| Steward (Publisher) | HL7 International / Clinical Decision Support |
| Steward Contact | HL7 International / Clinical Decision Support |
| Description | Measure urine output |
| Resource Kind | ServiceRequest |
| Resource Profile | CPG Service Request |
| Code | Order a service |
| Intent | Proposal |
| Product | Measurement of urine output (procedure) |
| Dynamic Value |
Path: status
Expression: 'draft' |
| Generated using version 0.5.4 of the sample-content-ig Liquid templates | |
{
"resourceType": "ActivityDefinition",
"id": "chf-urine-out-ad",
"meta": {
"profile": [
"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/ActivityDefinition/chf-urine-out-ad",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.36"
}
],
"version": "2.0.0",
"name": "CHFUrineOut",
"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": "Measure urine output",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "ServiceRequest",
"profile": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "order-service",
"display": "Order a service"
}
]
},
"intent": "proposal",
"doNotPerform": false,
"location": {
"reference": "Location/chf-locationdefinition"
},
"participant": [
{
"type": "practitioner",
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "nurse",
"display": "Nurse"
}
]
}
}
],
"productCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "444990003",
"display": "Measurement of urine output (procedure)"
}
]
},
"dynamicValue": [
{
"path": "status",
"expression": {
"language": "text/cql",
"expression": "'draft'"
}
}
]
}