Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Cohort Example - 1 - XML Representation

Raw xml | Download



<Group xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <profile
             value="http://interopehrate.eu/fhir/StructureDefinition/Group-Cohort-IEHR"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Group</b><a name="1"> </a><a name="hc1"> </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 Group &quot;1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Group-Cohort-IEHR.html">Cohort</a></p></div><p><b>type</b>: person</p><p><b>actual</b>: false</p><p><b>name</b>: Cohort 1</p><p><b>quantity</b>: 1000</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: Sex [HL7.v3] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#72143-1)</span></p><p><b>value</b>: Female <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a>#female)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Age <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#30525-0)</span></p><p><b>value</b>: 65-? years</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Observation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-GroupCharacteristic-Code.html">Possible codes for GroupCharacteristic</a>#observation)</span></p><p><b>value</b>: Heart failure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I50)</span></p><p><b>exclude</b>: false</p><p><b>period</b>: 2020-05-02 --&gt; 2020-05-04</p></blockquote></div>
  </text>
  <type value="person"/>
  <actual value="false"/>
  <name value="Cohort 1"/>
  <quantity value="1000"/>
  <characteristic>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="72143-1"/>
        <display value="Sex [HL7.v3]"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
        <display value="Female"/>
      </coding>
    </valueCodeableConcept>
    <exclude value="false"/>
  </characteristic>
  <characteristic>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="30525-0"/>
        <display value="Age"/>
      </coding>
    </code>
    <valueRange>
      <low>
        <value value="65"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </low>
    </valueRange>
    <exclude value="false"/>
  </characteristic>
  <characteristic>
    <code>
      <coding>
        <system
                value="http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"/>
        <code value="observation"/>
        <display value="Observation"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
        <code value="I50"/>
        <display value="Heart failure"/>
      </coding>
    </valueCodeableConcept>
    <exclude value="false"/>
    <period>
      <start value="2020-05-02"/>
      <end value="2020-05-04"/>
    </period>
  </characteristic>
</Group>