This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
URL for this extension:
http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial
Status: draft. Extension maintained by: HL7
The clinical trials this patient has or is participating in.
Context of Use: Use on element: Patient
usage info: insert a list of places where this extension is used
Summary
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial The patient's participation in clinical trials: The clinical trials this patient has or is participating in. Use on element: Patient | |
![]() ![]() | 1..1 | string | The National Clinical Trial number. The format for the US ClinicalTrials.gov registry number is "NCT" followed by an 8-digit number, e.g.: NCT00000419. | |
![]() ![]() | 0..1 | Period | The start and end times of the participation of this patient in the clinical trial. | |
![]() ![]() | 0..1 | CodeableConcept | The indication or reason the patient is part of this trial. | |
Documentation for this format | ||||
Fulle Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial The patient's participation in clinical trials: The clinical trials this patient has or is participating in. Use on element: Patient | |
![]() ![]() | 1..1 | Extension | National Clinical Trial number | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "NCT" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 0..1 | Extension | The period of participation in the clinical trial | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "period" | |
![]() ![]() ![]() | 1..1 | Period | Value of extension | |
![]() ![]() | 0..1 | Extension | The reason for participation in the clinical trial | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "reason" | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Value of extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- The patient's participation in clinical trials --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" > <-- extension sliced by url in the specified orderOpen--> <extension url="NCT"> 1..1 Extension <!-- 1..1 National Clinical Trial number --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="period"> 0..1 Extension <!-- 0..1 The period of participation in the clinical trial --> <valuePeriod><!-- 1..1 Period Value of extension --></valuePeriod> </extension> <extension url="reason"> 0..1 Extension <!-- 0..1 The reason for participation in the clinical trial --> <valueCodeableConcept><!-- 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // The patient's participation in clinical trials
"extension" : [ // sliced by url in the specified orderOpen
{ // National Clinical Trial number // R!
// from Element: extension
"url" : "NCT", // R!
"valueString" : "<string>" // R! Value of extension
},
{ // The period of participation in the clinical trial //
// from Element: extension
"url" : "period", // R!
"valuePeriod" : { Period } // R! Value of extension
},
{ // The reason for participation in the clinical trial //
// from Element: extension
"url" : "reason", // R!
"valueCodeableConcept" : { CodeableConcept } // R! Value of extension
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial", // R!
// value[x]: Value of extension. One of these 33:
}
Summary
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial The patient's participation in clinical trials: The clinical trials this patient has or is participating in. Use on element: Patient | |
![]() ![]() | 1..1 | string | The National Clinical Trial number. The format for the US ClinicalTrials.gov registry number is "NCT" followed by an 8-digit number, e.g.: NCT00000419. | |
![]() ![]() | 0..1 | Period | The start and end times of the participation of this patient in the clinical trial. | |
![]() ![]() | 0..1 | CodeableConcept | The indication or reason the patient is part of this trial. | |
Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial The patient's participation in clinical trials: The clinical trials this patient has or is participating in. Use on element: Patient | |
![]() ![]() | 1..1 | Extension | National Clinical Trial number | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "NCT" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 0..1 | Extension | The period of participation in the clinical trial | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "period" | |
![]() ![]() ![]() | 1..1 | Period | Value of extension | |
![]() ![]() | 0..1 | Extension | The reason for participation in the clinical trial | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "reason" | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Value of extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- The patient's participation in clinical trials --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial" > <-- extension sliced by url in the specified orderOpen--> <extension url="NCT"> 1..1 Extension <!-- 1..1 National Clinical Trial number --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> <extension url="period"> 0..1 Extension <!-- 0..1 The period of participation in the clinical trial --> <valuePeriod><!-- 1..1 Period Value of extension --></valuePeriod> </extension> <extension url="reason"> 0..1 Extension <!-- 0..1 The reason for participation in the clinical trial --> <valueCodeableConcept><!-- 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // The patient's participation in clinical trials
"extension" : [ // sliced by url in the specified orderOpen
{ // National Clinical Trial number // R!
// from Element: extension
"url" : "NCT", // R!
"valueString" : "<string>" // R! Value of extension
},
{ // The period of participation in the clinical trial //
// from Element: extension
"url" : "period", // R!
"valuePeriod" : { Period } // R! Value of extension
},
{ // The reason for participation in the clinical trial //
// from Element: extension
"url" : "reason", // R!
"valueCodeableConcept" : { CodeableConcept } // R! Value of extension
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial", // R!
// value[x]: Value of extension. One of these 33:
}