FHIR IG analytics| Package | hl7.fhir.us.cdmh |
| Resource Type | Group |
| Id | Group-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
All patients part of a research study
{
"resourceType": "Group",
"id": "example",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Group Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example for the *CDMH Group Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-group"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": true,
"characteristic": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-enr-basis-codes",
"code": "E",
"display": "Encounter Based"
}
],
"text": "Patients part of research study"
},
"valueCodeableConcept": {
"text": "Patients part of Research Study"
},
"exclude": false
}
],
"member": [
{
"entity": {
"reference": "Patient/example"
},
"period": {
"start": "2014-10-08"
},
"inactive": false
}
]
}