This page is part of the Adverse Event Clinical Research (v1.0.1: STU 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<ResearchSubject xmlns="http://hl7.org/fhir">
<id value="clinical-trial-example-subject"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ResearchSubject</b><a name="clinical-trial-example-subject"> </a><a name="hcclinical-trial-example-subject"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource ResearchSubject "clinical-trial-example-subject" </p></div><p><b>identifier</b>: ABC2134 (use: usual)</p><p><b>status</b>: active</p><h3>Progresses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>SubjectState</b></td></tr><tr><td style="display: none">*</td><td>Enrollment status <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-research-subject-state-type.html">ResearchSubjectStateType</a>#Enrollment)</span></td><td>On-study <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-research-subject-state.html">ResearchSubjectState</a>#on-study)</span></td></tr></table><p><b>study</b>: <a href="ResearchStudy-clinical-trial-example-compass.html">ResearchStudy/clinical-trial-example-compass</a></p><p><b>subject</b>: <a href="Patient-patient-example-kaitlyn-b.html">Patient/patient-example-kaitlyn-b</a> " BOUNCE"</p><p><b>consent</b>: <span>: this would be a reference to a Consent instance</span></p></div>
</text>
<identifier>
<use value="usual"/>
<value value="ABC2134"/>
</identifier>
<status value="active"/>
<progress>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/research-subject-state-type"/>
<code value="Enrollment"/>
<display value="Enrollment status"/>
</coding>
</type>
<subjectState>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/research-subject-state"/>
<code value="on-study"/>
<display value="On-study"/>
</coding>
</subjectState>
</progress>
<study>🔗
<reference value="ResearchStudy/clinical-trial-example-compass"/>
</study>
<subject>🔗
<reference value="Patient/patient-example-kaitlyn-b"/>
</subject>
<consent>
<display value="this would be a reference to a Consent instance"/>
</consent>
</ResearchSubject>