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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeGroup
IdGroup-chf-scenario1-group.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-scenario1-group

active: true

type: Person

actual: true

code: Congestive heart failure (disorder)

name: Congestive Heart Failure Patients

Members

-Entity
*Patterson, Jeremy Male, DoB: 1949-03-17

Source1

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