<?xml version=“1.0” encoding=“UTF-8”?> <Provenance xmlns=“hl7.org/fhir”>

      <id value="example-cwl"/>
      <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

      <target>
              <reference value="MolecularSequence/example-pgx-1"/>
      </target>
      <occurredPeriod>
              <start value="2016-11-30"/>
      </occurredPeriod>
      <recorded value="2016-12-01T08:12:14+10:00"/>

      <reason>
              <text value="profiling Short Tandem Repeats (STRs) from high throughput sequencing data."/>
      </reason>
      <agent> 
              <type>
                      <coding>
                              <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
                              <code value="AUT"/>
                      </coding>
              </type>
              <who>
                      <reference value="Patient/example"/>
              </who>
      </agent>

      <entity>
              <role value="source"/>
              <what>
                      <identifier>
                              <!-- 
  <reference value="https://github.com/common-workflow-language/workflows/blob/master/workflows/lobSTR/lobSTR-workflow.cwl"/>
removed this as it throws warnings in build. Could not figure out what to replace it with.
 -->
                              <type>
                                      <coding>
                                              <system value="https://github.com/common-workflow-language/workflows"/>
                                              <code value="CWL"/>
                                              <display value="lobSTR"/>
                                      </coding>
                              </type>
                              <value value="https://github.com/common-workflow-language/workflows/blob/master/workflows/lobSTR/lobSTR-workflow.cwl"/>
                      </identifier>
              </what>
      </entity>

</Provenance>