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

FHIR IG analytics

Packagehl7.fhir.us.medmorph-research-dex
Resource TypeGroup
IdGroup-group-example-research.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

Patients participating in Research

  • Patient Ledner Dominique

Source1

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