Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: CDMH ResearchStudy - Example - XML Representation

Raw xml | Download



<ResearchStudy xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="ResearchStudy Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is an example for the *CDMH ResearchStudy Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-researchstudy"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text>
  <status value="active"/>
  <enrollment>
    <reference value="Group/example"/>
  </enrollment>
</ResearchStudy>