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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-ig
Resource TypeResearchSubject
IdResearchSubject-clinical-trial-example-subject.json
FHIR VersionR5

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: active

Progresses

-TypeSubjectState
*Enrollment status (ResearchSubjectStateType#Enrollment)On-study (ResearchSubjectState#on-study)

study: ResearchStudy/clinical-trial-example-compass

subject: 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": "active",
  "progress": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/research-subject-state-type",
            "code": "Enrollment",
            "display": "Enrollment status"
          }
        ]
      },
      "subjectState": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/research-subject-state",
            "code": "on-study",
            "display": "On-study"
          }
        ]
      }
    }
  ],
  "study": {
    "reference": "ResearchStudy/clinical-trial-example-compass"
  },
  "subject": {
    "reference": "Patient/patient-example-kaitlyn-b"
  },
  "consent": [
    {
      "display": "this would be a reference to a Consent instance"
    }
  ]
}