Da Vinci - Payer Coverage Decision Exchange (PCDE), published by HL7 International - Financial Management Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/davinci-pcde/ 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Task;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "completed"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.lastUpdated [ fhir:value "2019-07-23T15:03:00+05:00"^^xsd:dateTime ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b></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 Task \"completed\" Version \"2\" Updated \"2019-07-23 03:03:00+0500\" </p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: data request task <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/2020Sep/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-request)</span></p><p><b>for</b>: <span></span></p><p><b>authoredOn</b>: 2020-07-30 08:07:15-0600</p><p><b>requester</b>: <span>: New Insurance Co Inc.</span></p><p><b>owner</b>: <span>: Original Insurance Co Inc.</span></p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>data code input <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/2020Sep/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-code)</span></td><td>Coverage Transition Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PCDEtempCodes.html\">PCDE Temporary Codes</a>#pcde)</span></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>data values output <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/2020Sep/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-value)</span></td><td><a href=\"Bundle-pcde-document.html\">Bundle/pcde-document</a></td></tr></table></div>"
];
fhir:Task.status [ fhir:value "completed"];
fhir:Task.intent [ fhir:value "order"];
fhir:Task.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp" ];
fhir:Coding.code [ fhir:value "data-request" ] ]
];
fhir:Task.for [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://originalinsuranceinc.com/fhir/NamingSystem/client-ids" ];
fhir:Identifier.value [ fhir:value "444222222" ] ]
];
fhir:Task.authoredOn [ fhir:value "2020-07-30T20:07:15-06:00"^^xsd:dateTime];
fhir:Task.requester [
fhir:Reference.type [ fhir:value "Organization" ];
fhir:Reference.display [ fhir:value "New Insurance Co Inc." ]
];
fhir:Task.owner [
fhir:Reference.type [ fhir:value "Organization" ];
fhir:Reference.display [ fhir:value "Original Insurance Co Inc." ]
];
fhir:Task.input [
fhir:index 0;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp" ];
fhir:Coding.code [ fhir:value "data-code" ] ] ];
fhir:Task.input.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes" ];
fhir:Coding.code [ fhir:value "pcde" ];
fhir:Coding.display [ fhir:value "Coverage Transition Document" ] ] ]
];
fhir:Task.output [
fhir:index 0;
fhir:Task.output.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp" ];
fhir:Coding.code [ fhir:value "data-value" ] ] ];
fhir:Task.output.valueReference [
fhir:Reference.reference [ fhir:value "Bundle/pcde-document" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.