FHIR for FAIR - FHIR Implementation Guide
1.0.0 - STU 1 International flag

FHIR for FAIR - FHIR Implementation Guide, published by Health Level Seven International - SOA Work Group. 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/HL7/fhir-for-fair/ and changes regularly. See the Directory of published versions

: FAIR4Health study case 1 [Library] - XML Representation

Active as of 2024-01-05

Raw xml | Download



<Library xmlns="http://hl7.org/fhir">
  <id value="f4h-lib-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/Library-uv-f4f"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>FAIR4Health Study 1: Identification of multimorbidity patterns</h3><p><strong>ID: </strong>https://example.org/registry/f4h-study-1</p><table border="1"><tbody><tr><td><strong>Research study</strong></td><td><strong>Description</strong></td><td><strong>Total number of sites</strong></td><td><strong>Total number of patients</strong></td><td><strong>AI Algorithm</strong></td></tr><tr><td>1</td><td>Identification of multimorbidity patterns and polypharmacy correlation on the risk of mortality in elderly, and demonstrate the reproducibility of research</td><td>5</td><td>11.486</td><td>FP Growth</td></tr></tbody></table><p>(C) Fair4Health H2020 Project.</p><p>This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 824666.</p></div>
  </text>
  <url value="https://example.org/registry/f4h-study-1"/>
  <version value="1.0.0"/>
  <name value="FAIR4HealthStudy1"/>
  <title
         value="FAIR4Health Study 1: Identification of multimorbidity patterns"/>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/library-type"/>
      <code value="asset-collection"/>
    </coding>
  </type>
  <date value="2024-01-05T17:42:10+00:00"/>
  <publisher value="Health Level Seven International - SOA Work Group"/>
  <contact>
    <name value="Health Level Seven International - SOA Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/soa"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 SOA Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/soa"/>
    </telecom>
  </contact>
  <useContext>
    <code>
      <system value="http://example.org"/>
      <code value="number-of-patients"/>
      <display value="Total number of patients"/>
    </code>
    <valueQuantity>
      <value value="11486"/>
    </valueQuantity>
  </useContext>
  <useContext>
    <code>
      <system value="http://example.org"/>
      <code value="number-of-sites"/>
      <display value="Total number of sites"/>
    </code>
    <valueQuantity>
      <value value="5"/>
    </valueQuantity>
  </useContext>
  <useContext>
    <code>
      <system value="http://example.org"/>
      <code value="algorithm"/>
      <display value="AI Algorithm"/>
    </code>
    <valueCodeableConcept>
      <text value="FP Growth"/>
    </valueCodeableConcept>
  </useContext>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <purpose
           value="Identification of multimorbidity patterns and polypharmacy correlation on the risk of mortality in elderly, and demonstrate the reproducibility of research"/>
  <copyright value="Fair4Health H2020 Project"/>
</Library>