Da Vinci Payer Data Exchange
2.2.0 - STU 2.2 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.2.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

: Provider Attestation Document Reference - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/DocumentReference/provider-attestation-doc-1> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "provider-attestation-doc-1"] ;
  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: DocumentReference provider-attestation-doc-1</b></p><a name=\"provider-attestation-doc-1\"> </a><a name=\"hcprovider-attestation-doc-1\"> </a><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64292-6}\">Release of information consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">Information Disclosure</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patricia Ann Person</a></p><p><b>date</b>: 2024-11-14 10:30:00+0000</p><p><b>author</b>: <a href=\"Practitioner-4.html\">Dr. Susan Smith</a></p><p><b>authenticator</b>: <a href=\"Organization-ProviderOrg1.html\">Provider 1</a></p><p><b>custodian</b>: <a href=\"Organization-ProviderOrg1.html\">Provider 1</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.davinci-atr@2.1.0&amp;canonical=https://example.org/provider1/attestations/2024/attestation-001.pdf\">https://example.org/provider1/attestations/2024/attestation-001.pdf</a></td><td>Provider Treatment Relationship Attestation Form</td><td>2024-11-14 10:30:00+0000</td></tr></table><p><b>format</b>: IHE.FormatCode.codesystem: urn:ihe:iti:xds:2017:mimeTypeSufficient (urn:ihe:iti:xds:2017:mimeTypeSufficient)</p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-01-15 --&gt; (ongoing)</td><td><a href=\"Encounter-6.html\">Encounter: status = finished; class = Ambulatory (ActCode#AMB); type = Consultation</a></td></tr></table></div>"
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.docStatus [ fhir:value "final"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:64292-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "64292-6" ] ;
       fhir:Coding.display [ fhir:value "Release of information consent" ]
     ]
  ] ;
  fhir:DocumentReference.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "IDSCL" ] ;
       fhir:Coding.display [ fhir:value "Information Disclosure" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <http://hl7.org/fhir/Patient/1> ;
     fhir:Reference.reference [ fhir:value "Patient/1" ] ;
     fhir:Reference.display [ fhir:value "Patricia Ann Person" ]
  ] ;
  fhir:DocumentReference.date [ fhir:value "2024-11-14T10:30:00Z"^^xsd:dateTime] ;
  fhir:DocumentReference.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/4> ;
     fhir:Reference.reference [ fhir:value "Practitioner/4" ] ;
     fhir:Reference.display [ fhir:value "Dr. Susan Smith" ]
  ] ;
  fhir:DocumentReference.authenticator [
     fhir:link <http://hl7.org/fhir/Organization/ProviderOrg1> ;
     fhir:Reference.reference [ fhir:value "Organization/ProviderOrg1" ] ;
     fhir:Reference.display [ fhir:value "Provider 1" ]
  ] ;
  fhir:DocumentReference.custodian [
     fhir:link <http://hl7.org/fhir/Organization/ProviderOrg1> ;
     fhir:Reference.reference [ fhir:value "Organization/ProviderOrg1" ] ;
     fhir:Reference.display [ fhir:value "Provider 1" ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
       fhir:Attachment.url [ fhir:value "https://example.org/provider1/attestations/2024/attestation-001.pdf" ] ;
       fhir:Attachment.title [ fhir:value "Provider Treatment Relationship Attestation Form" ] ;
       fhir:Attachment.creation [ fhir:value "2024-11-14T10:30:00Z"^^xsd:dateTime ]
     ] ;
     fhir:DocumentReference.content.format [
       fhir:Coding.system [ fhir:value "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem" ] ;
       fhir:Coding.code [ fhir:value "urn:ihe:iti:xds:2017:mimeTypeSufficient" ]
     ]
  ] ;
  fhir:DocumentReference.context [
     fhir:DocumentReference.context.period [
       fhir:Period.start [ fhir:value "2024-01-15"^^xsd:date ]
     ] ;
     fhir:DocumentReference.context.related [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Encounter/6> ;
       fhir:Reference.reference [ fhir:value "Encounter/6" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/1> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/4> a fhir:Practitioner .

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

<http://hl7.org/fhir/Encounter/6> a fhir:Encounter .

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

<http://hl7.org/fhir/DocumentReference/provider-attestation-doc-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/provider-attestation-doc-1.ttl> .