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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/3000003> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "3000003"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/Bundle" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Bundle>
]
] ;
fhir:Bundle.type [ fhir:value "searchset"] ;
fhir:Bundle.timestamp [ fhir:value "2020-09-28T23:26:23.217+00:00"^^xsd:dateTime] ;
fhir:Bundle.total [ fhir:value "2"^^xsd:nonNegativeInteger] ;
fhir:Bundle.link [
fhir:index 0 ;
fhir:Bundle.link.relation [ fhir:value "self" ] ;
fhir:Bundle.link.url [ fhir:value "https://example.com/base/fhir/Condition?ct=W1sidG9rZW4iOiIrUklEOn53MThjQUk5RlVPZ0lEQUFBQUFBQU" ]
] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/base/Condition/101" ] ;
fhir:Bundle.entry.resource <https://example.com/base/Condition/101> ;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/base/Condition/102" ] ;
fhir:Bundle.entry.resource <https://example.com/base/Condition/102> ;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "match" ]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/base/Provenance/3101" ] ;
fhir:Bundle.entry.resource <https://example.com/base/Provenance/3101> ;
fhir:Bundle.entry.search [
fhir:Bundle.entry.search.mode [ fhir:value "include" ]
]
] .
<https://example.com/base/Condition/101> a fhir:Condition ;
fhir:Resource.id [ fhir:value "101"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_101\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 101</b></p><a name=\"101\"> </a><a name=\"hc101\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 442311008}\">liveborn born in hospital</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>onset</b>: 1995-09-20</p></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "problem-list-item" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:442311008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "442311008" ] ;
fhir:Coding.display [ fhir:value "liveborn born in hospital" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/1> ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
] ;
fhir:Condition.onsetDateTime [ fhir:value "1995-09-20"^^xsd:date] .
<http://hl7.org/fhir/Patient/1> a fhir:Patient .
<https://example.com/base/Condition/102> a fhir:Condition ;
fhir:Resource.id [ fhir:value "102"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_102\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 102</b></p><a name=\"102\"> </a><a name=\"hc102\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 247824007}\">Fear of becoming fat</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>onset</b>: 2020-03-13</p></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "problem-list-item" ] ;
fhir:Coding.display [ fhir:value "Problem List Item" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:247824007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "247824007" ] ;
fhir:Coding.display [ fhir:value "Fear of becoming fat" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/1> ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
] ;
fhir:Condition.onsetDateTime [ fhir:value "2020-03-13"^^xsd:date] .
<https://example.com/base/Provenance/3101> a fhir:Provenance ;
fhir:Resource.id [ fhir:value "3101"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2020-09-28T23:26:23.217+00:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provenance" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provenance>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_3101\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance 3101</b></p><a name=\"3101\"> </a><a name=\"hc3101\"> </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\">version: 1; Last updated: 2020-09-28 23:26:23+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pdex-provenance.html\">PDex Provenance</a></p></div><p>Provenance for <a href=\"Bundle-3000003.html#Condition_101\">Condition liveborn born in hospital</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>1995-09-20 18:26:23+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-ProviderOrg2.html\">Organization Provider 2</a></td></tr></table></div>"
] ;
fhir:Provenance.target [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/101> ;
fhir:Reference.reference [ fhir:value "Condition/101" ]
] ;
fhir:Provenance.recorded [ fhir:value "1995-09-20T18:26:23.217+00:00"^^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:Coding.display [ fhir:value "Author" ]
]
] ;
fhir:Provenance.agent.who [
fhir:link <http://hl7.org/fhir/Organization/ProviderOrg2> ;
fhir:Reference.reference [ fhir:value "Organization/ProviderOrg2" ]
]
] ;
fhir:Provenance.entity [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/ProvenanceSourceFrom" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/ProvenancePayerDataSource" ] ;
fhir:Coding.code [ fhir:value "hl7ccda" ] ;
fhir:Coding.display [ fhir:value "HL7 C-CDA" ]
]
]
] ;
fhir:Provenance.entity.role [ fhir:value "source" ] ;
fhir:Provenance.entity.what [
fhir:Reference.display [ fhir:value "No reference available" ]
]
] .
<http://hl7.org/fhir/Condition/101> a fhir:Condition .
<http://hl7.org/fhir/Organization/ProviderOrg2> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/3000003.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/3000003.ttl> .
IG © 2024+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-pdex#2.2.0 based on FHIR 4.0.1. Generated 2026-06-29
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
