Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. 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-ecdx/ and changes regularly. See the Directory of published versions
: CDex Provenance Inline Example 858 - 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:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cdex-provenance-inline-example-858"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance cdex-provenance-inline-example-858</b></p><a name=\"cdex-provenance-inline-example-858\"> </a><a name=\"hccdex-provenance-inline-example-858\"> </a><a name=\"cdex-provenance-inline-example-858-en-US\"> </a><p>Provenance for <a href=\"Condition-cdex-condition-inline-example-858.html\">Condition Type 2 Diabetes Mellitus</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-12-01 22:34:05-0800</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v610@6.1.0&canonical=http://example.org/fhir/Practitioner/123\">??</a></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v610@6.1.0&canonical=http://hl7.org/fhir/us/core/Organization/min\">??</a></td></tr></table></div>"
] ; #
fhir:target ( [
fhir:reference [ fhir:v "Condition/cdex-condition-inline-example-858" ]
] ) ; #
fhir:recorded [ fhir:v "2021-12-01T22:34:05-08:00"^^xsd:dateTime] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "Author" ] ] ) ] ;
fhir:who [
fhir:link <http://example.org/fhir/Practitioner/123> ;
fhir:reference [ fhir:v "http://example.org/fhir/Practitioner/123" ] ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/min" ] ]
] ) . #