MedMorph Research Data Exchange Content IG, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph-research-dex-ig/ and changes regularly. See the Directory of published versions
: Research Participants Group Example - JSON Representation
Raw json | Download
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> Patients participating in Research </p> \n <ul> \n <li> Patient Ledner Dominique</li> \n </ul> \n </div>"
},
"type" : "person",
"actual" : true,
"managingEntity" : {
"reference" : "Organization/example-healthcare-org"
},
"member" : [
{
"entity" : {
"reference" : "Patient/1"
},
"period" : {
"start" : "2020-11-10"
}
}
]
}