{

"resourceType": "Provenance",
"id": "example-cwl",
"target": [
  {
    "reference": "MolecularSequence/example-pgx-1"
  }
],
"occurredPeriod": {
  "start": "2016-11-30"
},
"recorded": "2016-12-01T08:12:14+10:00",
"reason": [
  {
    "text": "profiling Short Tandem Repeats (STRs) from high throughput sequencing data."
  }
],
"agent": [
  {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "AUT"
        }
      ]
    },
    "who": {
      "reference": "Patient/example"
    }
  }
],
"entity": [
  {
    "role": "source",
    "what": {
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "https://github.com/common-workflow-language/workflows",
              "code": "CWL",
              "display": "lobSTR"
            }
          ]
        },
        "value": "https://github.com/common-workflow-language/workflows/blob/master/workflows/lobSTR/lobSTR-workflow.cwl"
      }
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}