@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/dispute-001> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dispute-001"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-dispute-task"^^xsd:anyURI ;
       fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-dispute-task>
     ] )
  ] ; # 
  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 dispute-001</b></p><a name=\"dispute-001\"> </a><a name=\"hcdispute-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-dispute-task.html\">340B Dispute Task Profile</a></p></div><p><b>340B Correlation ID Extension</b>: corr-9001</p><p><b>340B Chargeback Reference Extension</b>: <code>https://exchange.example.org/chargeback</code>/cb-1001</p><p><b>identifier</b>: <code>https://exchange.example.org/dispute-ids</code>/dispute-001</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-event-type dispute-opened}\">Dispute Opened</span></p><p><b>focus</b>: <a href=\"Claim-claim-example-correlation.html\">Claim: extension = corr-a13d8e2; status = active; type = Pharmacy; use = claim; created = 2026-04-24; priority = Normal</a></p><p><b>for</b>: <a href=\"Organization-tpa-01.html\">Organization Example TPA 01</a></p><p><b>authoredOn</b>: 2026-04-24 14:00:00+0000</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></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-correlation-id"^^xsd:anyURI ;
       fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-correlation-id>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "corr-9001"
     ]
  ] [
     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/chargeback"^^xsd:anyURI ;
         fhir:l <https://exchange.example.org/chargeback>
       ] ;
       fhir:value [ fhir:v "cb-1001" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://exchange.example.org/dispute-ids"^^xsd:anyURI ;
       fhir:l <https://exchange.example.org/dispute-ids>
     ] ;
     fhir:value [ fhir:v "dispute-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
     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 "dispute-opened" ] ;
       fhir:display [ fhir:v "Dispute Opened" ]
     ] )
  ] ; # 
  fhir:focus [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Claim/claim-example-correlation> ;
     fhir:reference [ fhir:v "Claim/claim-example-correlation" ]
  ] ; # 
  fhir:for [
     fhir:l <https://exchange.example.org/fhir/ig/340b-exchange/Organization/tpa-01> ;
     fhir:reference [ fhir:v "Organization/tpa-01" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-04-24T14:00:00Z"^^xsd:dateTime] ; # 
  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" ]
  ] . # 

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

