FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeGroup
IdGroup-chf-groupdefinition.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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)"
}