Attachment Reference Exchange (ARex)
0.1.0 - ci-build United States of America flag

Attachment Reference Exchange (ARex) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ARex Manifest Transaction Identifier - TTL Representation

Draft as of 2026-08-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/arex-manifest-transaction-identifier> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "arex-manifest-transaction-identifier"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter arex-manifest-transaction-identifier</b></p><a name=\"arex-manifest-transaction-identifier\"> </a><a name=\"hcarex-manifest-transaction-identifier\"> </a><h2>ARexManifestTransactionIdentifier</h2><p>Parameter <code>transaction-identifier</code>:<code>token</code></p><div><p>Locate a manifest by a reassociation identifier from the governing transaction. This is the primary discovery path for a receiver that holds only a transaction identifier, such as an X12 278 TRN or a provider attachment control number.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a></td></tr><tr><td>Expression</td><td><code>List.extension('https://fhir.onyxhealth.io/us/arex/StructureDefinition/arex-transaction-context').extension('businessIdentifier').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://fhir.onyxhealth.io/us/arex/SearchParameter/arex-manifest-transaction-identifier"] ;
  fhir:SearchParameter.version [ fhir:value "0.1.0"] ;
  fhir:SearchParameter.name [ fhir:value "ARexManifestTransactionIdentifier"] ;
  fhir:SearchParameter.status [ fhir:value "draft"] ;
  fhir:SearchParameter.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:SearchParameter.date [ fhir:value "2026-08-10"^^xsd:date] ;
  fhir:SearchParameter.publisher [ fhir:value "Onyx Technology, LLC"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Onyx Technology, LLC" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://onyxhealth.io" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Locate a manifest by a reassociation identifier from the governing transaction. This is the primary discovery path for a receiver that holds only a transaction identifier, such as an X12 278 TRN or a provider attachment control number."] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "US" ] ;
       fhir:Coding.display [ fhir:value "United States of America" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "transaction-identifier"] ;
  fhir:SearchParameter.base [
     fhir:value "List" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "List.extension('https://fhir.onyxhealth.io/us/arex/StructureDefinition/arex-transaction-context').extension('businessIdentifier').value"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
  fhir:SearchParameter.multipleOr [ fhir:value "true"^^xsd:boolean] ;
  fhir:SearchParameter.multipleAnd [ fhir:value "true"^^xsd:boolean] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/arex-manifest-transaction-identifier.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/arex-manifest-transaction-identifier.ttl> .