Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Provenance Agent Type Value Set - JSON Representation

Draft as of 2026-04-30

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "provenance-agent-type-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet provenance-agent-type-vs</b></p><a name=\"provenance-agent-type-vs\"> </a><a name=\"hcprovenance-agent-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-provenance-participant-type.html\"><code>http://terminology.hl7.org/CodeSystem/provenance-participant-type</code></a><span title=\"Version is explicitly stated to be 2.0.0\"> version &#x1F4CD;2.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-provenance-participant-type.html#provenance-participant-type-assembler\">assembler</a></td><td>Assembler</td><td>A device that operates independently of an author using algorithms for data extraction of existing information for purpose of generating a new entity.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-provenance-participant-type.html#provenance-participant-type-author\">author</a></td><td>Author</td><td>An agent that originates, or significant changes to, the entity and therefore has responsibility for the information given in the entity</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.tiro.health/ValueSet/provenance-agent-type-vs",
  "version" : "0.1.0",
  "name" : "ProvenanceAgentTypeVS",
  "title" : "Provenance Agent Type Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-04-30T09:19:32+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "Standard FHIR agent type codes used in FormProvenance.agent.type. Automated Atticus engines use #assembler; source document authors use #author.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
        "version" : "2.0.0",
        "concept" : [
          {
            "code" : "assembler",
            "display" : "Assembler"
          },
          {
            "code" : "author",
            "display" : "Author"
          }
        ]
      }
    ]
  }
}