340B FHIR Exchange Implementation Guide
0.1.0-ballot - ci-build United States of America flag

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

: provenance-001 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "provenance-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-provenance"^^xsd:anyURI ;
fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance-001</b></p><a name=\"provenance-001\"> </a><a name=\"hcprovenance-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-340b-provenance.html\">340B Provenance Profile</a></p></div><p>Provenance for <a href=\"ClaimResponse-claimresponse-example-ruleset.html\">ClaimResponse: extension = corr-cb-7721,tx-cb-7721,1.2.0,https://exchange.example.org/manufacturers#mfr-77; identifier = https://exchange.example.org/claimresponse-ids#cr-7721; status = active; type = Pharmacy; use = claim; created = 2026-04-24; outcome = complete</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-04-24 15:05:00+0000</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Organization-manufacturer-77.html\">Organization Example Manufacturer 77</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-exchange-transaction-id"^^xsd:anyURI ;
fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-exchange-transaction-id>     ] ;
fhir:value [
a fhir:String ;
fhir:v "tx-1001"     ]
  ] [
fhir:url [
fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-rule-set-version"^^xsd:anyURI ;
fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-rule-set-version>     ] ;
fhir:value [
a fhir:String ;
fhir:v "1.2.0"     ]
  ] ) ; # 
  fhir:target ( [
fhir:l fhir:ClaimResponse/claimresponse-example-ruleset ;
fhir:reference [ fhir:v "ClaimResponse/claimresponse-example-ruleset" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2026-04-24T15:05:00Z"^^xsd:dateTime] ; # 
  fhir:reason ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-event-type"^^xsd:anyURI ;
fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-event-type>       ] ;
fhir:code [ fhir:v "chargeback-adjudicated" ] ;
fhir:display [ fhir:v "Chargeback Adjudicated" ]     ] )
  ] ) ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
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:code [ fhir:v "author" ]       ] )     ] ;
fhir:who [
fhir:l fhir:Organization/manufacturer-77 ;
fhir:reference [ fhir:v "Organization/manufacturer-77" ]     ]
  ] ) . #