Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: BundleWithProvenance - 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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3000002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:timestamp [ fhir:v "2020-09-28T23:26:23.217+00:00"^^xsd:dateTime] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://example.com/base/fhir/MedicationDispense?ct=W3sidG9rZW4iOiIrUklEOn53MThjQUk5RlVPZ0lEQUFBQUFBQU"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://example.com/base/MedicationDispense/1000001"^^xsd:anyURI ] ;
    ( fhir:resource <https://example.com/base/MedicationDispense/1000001> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]     ]
  ] [
fhir:fullUrl [ fhir:v "https://example.com/base/Provenance/321000001"^^xsd:anyURI ] ;
    ( fhir:resource <https://example.com/base/Provenance/321000001> ) ;
fhir:search [
fhir:mode [ fhir:v "include" ]     ]
  ] ) . # 

<https://example.com/base/MedicationDispense/1000001> a fhir:MedicationDispense ;
  fhir:id [ fhir:v "1000001"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationDispense_1000001\"> </a><p><b>Generated Narrative: MedicationDispense</b><a name=\"1000001\"> </a><a name=\"hc1000001\"> </a></p><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\">Resource MedicationDispense &quot;1000001&quot; </p></div><p><b>status</b>: completed</p><p><b>medication</b>: Lisinopril, 30 TABLET in 1 BLISTER PACK (54458-872-10) (package) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#54458-872-10)</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> &quot; APPLESEED&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-4.html\">Practitioner/4</a> &quot; SMITH&quot;</td></tr></table><p><b>location</b>: <a href=\"Location-5.html\">Location/5</a> &quot;MyFavorite Pharmacy&quot;</p><p><b>type</b>: Refill <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#RF)</span></p><p><b>quantity</b>: 60</p><p><b>daysSupply</b>: 30</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "54458-872-10" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/4" ]     ]
  ] ) ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/5" ]
  ] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RF" ]     ] )
  ] ; # 
  fhir:quantity [
fhir:value [ fhir:v "60"^^xsd:decimal ]
  ] ; # 
  fhir:daysSupply [
fhir:value [ fhir:v "30"^^xsd:decimal ]
  ] . # 

<https://example.com/base/Provenance/321000001> a fhir:Provenance ;
  fhir:id [ fhir:v "321000001"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-09-28T23:26:23.217+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provenance"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_321000001\"> </a><p><b>Generated Narrative: Provenance</b><a name=\"321000001\"> </a><a name=\"hc321000001\"> </a></p><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\">Resource Provenance &quot;321000001&quot; Version &quot;1&quot; Updated &quot;2020-09-28 23:26:23+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pdex-provenance.html\">PDex Provenance</a></p></div><p><b>target</b>: See on this page: MedicationDispense/1000001</p><p><b>recorded</b>: Jul 12, 2020, 6:26:23 PM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Transmitter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-us-core-provenance-participant-type.html\">US Core Provenance Participant Type Extension Codes</a>#transmitter)</span></td><td><a href=\"Organization-Payer1.html\">Organization/Payer1</a> &quot;Payer 1&quot;</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>source</td><td><span>: No reference available</span></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "MedicationDispense/1000001" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2020-07-12T18:26:23.217+00:00"^^xsd:dateTime] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "transmitter" ] ;
fhir:display [ fhir:v "Transmitter" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Organization/Payer1" ]     ]
  ] ) ; # 
  fhir:entity ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/ProvenanceSourceFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/ProvenancePayerDataSource"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7ccda" ] ;
fhir:display [ fhir:v "HL7 C-CDA" ]         ] )       ]     ] ) ;
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:display [ fhir:v "No reference available" ]     ]
  ] ) . #