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

: Subject Level Data Collection [List] - XML Representation

Raw xml | Download



<List xmlns="http://hl7.org/fhir">
  <id value="example-f4f-list"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table class="clstu"><tr><td>Date: 2021-11-17Mode: workingStatus: current</td></tr><tr><td>Subject: <a href="Patient-example-f4f-patient.html">Patient/example-f4f-patient</a>Source: (null)</td></tr></table><table class="grid"><tr style="backgound-color: #eeeeee"><td><b>Items</b></td></tr><tr><td><a href="Patient-example-f4f-patient.html">Patient/example-f4f-patient</a></td></tr><tr><td><a href="Condition-example-f4f-condition.html">Condition/example-f4f-condition</a></td></tr><tr><td><a href="MedicationStatement-example-f4f-medicationStatement-1.html">MedicationStatement/example-f4f-medicationStatement-1</a></td></tr><tr><td><a href="MedicationStatement-example-f4f-medicationStatement-2.html">MedicationStatement/example-f4f-medicationStatement-2</a></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright">
    <valueMarkdown value="(c) Best FAIR organization"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceCodeable">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/spdx-license"/>
        <code value="CC-BY-NC-4.0"/>
        <display
                 value="Creative Commons Attribution Non Commercial 4.0 International"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceAttachment">
    <valueAttachment>
      <url value="https://github.com/fair4health/metadata/blob/main/LICENSE"/>
    </valueAttachment>
  </extension>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://example.org/registry/persistentID"/>
  </identifier>
  <status value="current"/>
  <mode value="working"/>
  <subject>🔗 
    <reference value="Patient/example-f4f-patient"/>
  </subject>
  <date value="2021-11-17"/>
  <source>
    <display value="Best FAIR organization"/>
  </source>
  <note>
    <text
          value="This is an example of subject level data collection metadata"/>
  </note>
  <entry>
    <item>🔗 
      <reference value="Patient/example-f4f-patient"/>
    </item>
  </entry>
  <entry>
    <item>🔗 
      <reference value="Condition/example-f4f-condition"/>
    </item>
  </entry>
  <entry>
    <item>🔗 
      <reference
                 value="MedicationStatement/example-f4f-medicationStatement-1"/>
    </item>
  </entry>
  <entry>
    <item>🔗 
      <reference
                 value="MedicationStatement/example-f4f-medicationStatement-2"/>
    </item>
  </entry>
</List>