Da Vinci - Payer Coverage Decision Exchange (PCDE)
1.0.0 - STU 1

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

: PCDE Coverage Transition Failed Task Search Example - 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:Task;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "failed"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-07-21T11:01: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</b></p><p><b>status</b>: failed</p><p><b>statusReason</b>: <span title=\"Codes: \">Consent prohibits sharing</span></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 "failed"];
  fhir:Task.statusReason [
     fhir:CodeableConcept.text [ fhir:value "Consent prohibits sharing" ]
  ];
  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" ]       ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.