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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig
Resource TypeResearchSubject
IdResearchSubject-clinical-trial-example-subject.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

Generated Narrative: ResearchSubject

Resource ResearchSubject "clinical-trial-example-subject"

identifier: ABC2134 (use: usual)

status: on-study

study: ResearchStudy/clinical-trial-example-compass

individual: Patient/patient-example-kaitlyn-b " BOUNCE"

consent: : this would be a reference to a Consent instance


Source1

{
  "resourceType": "ResearchSubject",
  "id": "clinical-trial-example-subject",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "value": "ABC2134"
    }
  ],
  "status": "on-study",
  "study": {
    "reference": "ResearchStudy/clinical-trial-example-compass"
  },
  "individual": {
    "reference": "Patient/patient-example-kaitlyn-b"
  },
  "consent": {
    "display": "this would be a reference to a Consent instance"
  }
}