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 |
{
"resourceType" : "ResearchSubject",
"id" : "clinical-trial-acme-subject",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchSubject</b><a name=\"clinical-trial-acme-subject\"> </a><a name=\"hcclinical-trial-acme-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-acme-subject" </p></div><p><b>identifier</b>: ACME-789-100\u00a0(use:\u00a0usual)</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-research-study-acme.html\">ResearchStudy/research-study-acme</a></p><p><b>subject</b>: <a href=\"Patient-patient-slp.html\">Patient/patient-slp</a> " EXAMPLE"</p></div>"
},
"identifier" : [
{
"use" : "usual",
"value" : "ACME-789-100"
}
],
"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/research-study-acme"
},
"subject" : {
🔗 "reference" : "Patient/patient-slp"
}
}