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

<https://exchange.example.org/fhir/ig/340b-exchange/Task/task-example-chargeback-ref> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-example-chargeback-ref"] ; # 
  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: Task task-example-chargeback-ref</b></p><a name=\"task-example-chargeback-ref\"> </a><a name=\"hctask-example-chargeback-ref\"> </a><p><b>340B Chargeback Reference Extension</b>: <code>https://exchange.example.org/chargebacks</code>/cb-778899</p><p><b>status</b>: In Progress</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"Claim-claim-example-txid.html\">Claim: extension = tx-9f2c4b67; status = active; type = Pharmacy; use = claim; created = 2026-04-24; priority = Normal</a></p><p><b>for</b>: <a href=\"Patient-p-001.html\">Pat Example  (no stated gender), DoB Unknown</a></p><p><b>requester</b>: <a href=\"Organization-tpa-01.html\">Organization Example TPA 01</a></p><p><b>owner</b>: <a href=\"Organization-manufacturer-77.html\">Organization Example Manufacturer 77</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Chargeback review</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-chargeback-reference"^^xsd:anyURI ;
       fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-chargeback-reference>
     ] ;
     fhir:value [
       a fhir:Identifier ;
       fhir:system [
         fhir:v "https://exchange.example.org/chargebacks"^^xsd:anyURI ;
         fhir:l <https://exchange.example.org/chargebacks>
       ] ;
       fhir:value [ fhir:v "cb-778899" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:focus [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Claim/claim-example-txid> ;
     fhir:reference [ fhir:v "Claim/claim-example-txid" ]
  ] ; # 
  fhir:for [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Patient/p-001> ;
     fhir:reference [ fhir:v "Patient/p-001" ]
  ] ; # 
  fhir:requester [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Organization/tpa-01> ;
     fhir:reference [ fhir:v "Organization/tpa-01" ]
  ] ; # 
  fhir:owner [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Organization/manufacturer-77> ;
     fhir:reference [ fhir:v "Organization/manufacturer-77" ]
  ] ; # 
  fhir:reasonCode [
     fhir:text [ fhir:v "Chargeback review" ]
  ] . # 

# -------------------------------------------------------------------------------------

