This page is part of the Da Vinci Payer Coverage Decision Exchange (PCDE) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, 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 "requested"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-request}\">data request task</span></p><p><b>for</b>: <span></span></p><p><b>authoredOn</b>: Jul 31, 2020 2:07:15 AM</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><span title=\"Codes: {http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-code}\">data code input</span></td><td><span title=\"Codes: {http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes pcde}\">Coverage Transition Document</span></td></tr></table></div>"
];
fhir:Task.status [ fhir:value "requested"];
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.type [ fhir:value "Patient" ];
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" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.