FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Group |
| Id | Group-chf-scenario1-group.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group chf-scenario1-group
active: true
type: Person
actual: true
code: Congestive heart failure (disorder)
name: Congestive Heart Failure Patients
| Entity |
| Patterson, Jeremy Male, DoB: 1949-03-17 |
{
"resourceType": "Group",
"id": "chf-scenario1-group",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-group"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": "person",
"actual": true,
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "42343007",
"display": "Congestive heart failure (disorder)"
}
]
},
"name": "Congestive Heart Failure Patients",
"member": [
{
"entity": {
"reference": "Patient/chf-scenario1-patient"
}
}
]
}