@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.tiro.health/ValueSet/provenance-agent-type-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "provenance-agent-type-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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 ?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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.tiro.health/ValueSet/provenance-agent-type-vs"^^xsd:anyURI ;
     fhir:l <http://fhir.tiro.health/ValueSet/provenance-agent-type-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ProvenanceAgentTypeVS"] ; # 
  fhir:title [ fhir:v "Provenance Agent Type Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-30T09:19:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Tiro.health"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Tiro.health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://tiro.health" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Standard FHIR agent type codes used in FormProvenance.agent.type. Automated Atticus engines use #assembler; source document authors use #author."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>
       ] ;
       fhir:version [ fhir:v "2.0.0" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "assembler" ] ;
         fhir:display [ fhir:v "Assembler" ]
       ] [
         fhir:code [ fhir:v "author" ] ;
         fhir:display [ fhir:v "Author" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

