This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.2.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Group",
"id" : "group-example-survey",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-11-29T02:03:28.045+00:00",
"profile" : [
"http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-survey-practitioner-group"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> Practitioner participating in Healthcare Survey </p> \n <ul> \n <li> Practitioner Dr. Joseph Nichols</li> \n </ul> \n </div>"
},
"type" : "person",
"actual" : true,
"managingEntity" : {
"reference" : "Organization/example-pha-org"
},
"member" : [
{
"entity" : {
"reference" : "Practitioner/1"
},
"period" : {
"start" : "2020-11-10",
"end" : "2021-11-10"
}
}
]
}