FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Group |
| Id | Group-chf-groupdefinition.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group chf-groupdefinition
CQF Expression: Eligibility Criteria
active: true
type: Person
actual: false
code: Congestive heart failure (disorder)
name: Congestive Heart Failure Patients (definition)
{
"resourceType": "Group",
"id": "chf-groupdefinition",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-groupdefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
"valueExpression": {
"language": "text/cql-identifier",
"expression": "Eligibility Criteria",
"reference": "http://hl7.org/fhir/uv/cpg/Library/CHF"
}
}
],
"active": true,
"type": "person",
"actual": false,
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "42343007",
"display": "Congestive heart failure (disorder)"
}
]
},
"name": "Congestive Heart Failure Patients (definition)"
}