FHIR IG analytics| Package | hl7.fhir.us.medmorph-research-dex |
| Resource Type | Group |
| Id | Group-group-example-research.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patients participating in Research
{
"resourceType": "Group",
"id": "group-example-research",
"meta": {
"versionId": "1",
"lastUpdated": "2020-11-29T02:03:28.045+00:00",
"profile": [
"http://hl7.org/fhir/us/medmorph/StructureDefinition/research-participant-group"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": true,
"managingEntity": {
"reference": "Organization/example-healthcare-org"
},
"member": [
{
"entity": {
"reference": "Patient/1"
},
"period": {
"start": "2020-11-10"
}
}
]
}