DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension The period of participation in the clinical trial - Definition

URL for this extension:

http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period

Status: draft. Extension maintained by: HL7

The start and end times of the participation of this patient in the clinical strial.

Context of Use: Use on element: Patient

usage info: insert a list of places where this extension is used

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period
The period of participation in the clinical trial: The start and end times of the participation of this patient in the clinical strial.
Use on element: Patient
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period
... valuePeriod 0..1PeriodValue of extension

XML Template

<!-- The period of participation in the clinical trial -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period" >
  <!-- from Element: extension -->
 <valuePeriod ><!-- 0..1 Period Value of extension
</extension>

JSON Template

{ // The period of participation in the clinical trial
  // from Element: extension
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period", // R! 
    "valuePeriod" : { Period } //Value of extension
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period
The period of participation in the clinical trial: The start and end times of the participation of this patient in the clinical strial.
Use on element: Patient
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uriidentifies the meaning of the extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period
... valuePeriod 0..1PeriodValue of extension

XML Template

<!-- The period of participation in the clinical trial -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial-period" >
  <!-- from Element: extension -->
 <valuePeriod ><!-- 0..1 Period Value of extension
</extension>

JSON Template

to do