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 Provenance - Manifest Attestation - TTL Representation

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/Provenance/ARexProvenanceExample> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ARexProvenanceExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.onyxhealth.io/us/arex/StructureDefinition/arex-provenance" ;
       fhir:index 0 ;
       fhir:link <https://fhir.onyxhealth.io/us/arex/StructureDefinition/arex-provenance>
     ]
  ] ;
  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: Provenance ARexProvenanceExample</b></p><a name=\"ARexProvenanceExample\"> </a><a name=\"hcARexProvenanceExample\"> </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-arex-provenance.html\">ARex Provenance</a></p></div><p>Provenance for <a href=\"List-ARexManifestExample.html\">List for 'Attachment Set' for '-&gt;Dana Everly  Female, DoB: 1974-03-19 ( http://example.org/payer/member#M10293847)'</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-08-10 13:02:12+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-ARexSourceOrganizationExample.html\">Organization Bellhaven Medical Group</a></td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/List/ARexManifestExample> ;
     fhir:Reference.reference [ fhir:value "List/ARexManifestExample" ]
  ] ;
  fhir:Provenance.recorded [ fhir:value "2026-08-10T13:02:12Z"^^xsd:dateTime] ;
  fhir:Provenance.agent [
     fhir:index 0 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:link <http://hl7.org/fhir/Organization/ARexSourceOrganizationExample> ;
       fhir:Reference.reference [ fhir:value "Organization/ARexSourceOrganizationExample" ]
     ]
  ] ;
  fhir:Provenance.signature [
     fhir:index 0 ;
     fhir:Signature.type [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ] ;
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ] ;
       fhir:Coding.display [ fhir:value "Author's Signature" ]
     ] ;
     fhir:Signature.when [ fhir:value "2026-08-10T13:02:12Z"^^xsd:dateTime ] ;
     fhir:Signature.who [
       fhir:link <http://hl7.org/fhir/Organization/ARexSourceOrganizationExample> ;
       fhir:Reference.reference [ fhir:value "Organization/ARexSourceOrganizationExample" ]
     ] ;
     fhir:Signature.sigFormat [ fhir:value "application/jose" ] ;
     fhir:Signature.data [ fhir:value "ZXlKaGJHY2lPaUpTVXpJMU5pSXNJbXQ1WkNJNkltSmxiR3hvWVhabGJpMHlNREkyTFRBeElpd2lZM0pwZENJNld5SmlOalFpWFN3aVlqWTBJanBtWVd4elpYMA=="^^xsd:base64Binary ]
  ] .

<http://hl7.org/fhir/List/ARexManifestExample> a fhir:List .

<http://hl7.org/fhir/Organization/ARexSourceOrganizationExample> a fhir:Organization .

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

<http://hl7.org/fhir/Provenance/ARexProvenanceExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/ARexProvenanceExample.ttl> .