FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ResearchSubject/example-crossover-placebo-to-drug (XML)

Responsible Owner: Biomedical Research and Regulation Work GroupStandards Status: InformativeCompartments: Device, Group, Patient

Raw XML (canonical form + also see XML Format Specification)

Crossover Placebo to Drug (id = "example-crossover-placebo-to-drug")

<?xml version="1.0" encoding="UTF-8"?>

<ResearchSubject xmlns="http://hl7.org/fhir">
  <id value="example-crossover-placebo-to-drug"/> 
  <identifier> 
    <value value="ecsr45"/> 
  </identifier> 
  <status value="active"/> 
  <period> 
    <start value="2022-06-10"/> 
  </period> 
  <study> 
    <reference value="example-ctgov-study-record"/> 
  </study> 
  <subject> 
    <reference value="cfsb1676546565857"/> 
  </subject> 
  <comparisonGroup> 
    <concept> 
      <coding> 
        <system value="http://hl7.org/fhir/example-comparison-group"/> 
        <code value="placebo"/> 
        <display value="Placebo"/> 
      </coding> 
    </concept> 
  </comparisonGroup> 
  <comparisonGroup> 
    <concept> 
      <text value="ap303"/> 
    </concept> 
  </comparisonGroup> 
</ResearchSubject> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.