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
Draft as of 2022-08-29 |
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PCDEtempCodes"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">pcde<a name=\"PCDEtempCodes-pcde\"> </a></td><td>Coverage Transition Document</td><td>A document that details information related to transitioning coverage from one payor to another.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_section<a name=\"PCDEtempCodes-_section\"> </a></td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> activeTreatment<a name=\"PCDEtempCodes-activeTreatment\"> </a></td><td>Active Treatments</td><td>A section detailing information about ongoing, current, active treatments.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> treatment<a name=\"PCDEtempCodes-treatment\"> </a></td><td>Treatment</td><td>A sub-section detailing treatment information.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> priorCoverage<a name=\"PCDEtempCodes-priorCoverage\"> </a></td><td>Prior Coverage</td><td>A sub-section detailing current active prior authorizations.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> supportingInfo<a name=\"PCDEtempCodes-supportingInfo\"> </a></td><td>Supporting Information</td><td>A sub-section detailing previous observations and therapies that support the current treatment.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> otherDocumentation<a name=\"PCDEtempCodes-otherDocumentation\"> </a></td><td>Other Document</td><td>A section detailing additional information deemed relevant to the transfer of care.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "PCDETempCodes"];
fhir:CodeSystem.title [ fhir:value "PCDE Temporary Codes"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2022-08-29T14:43:13+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Financial Management Work Group"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fm" ] ]
];
fhir:CodeSystem.description [ fhir:value "Temporary codes defined for use in the PCDE specification. These codes will be replaced by official HL7, LOINC and/or other codes in a future release once implementer experience has confirmed requirements."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "pcde" ];
fhir:CodeSystem.concept.display [ fhir:value "Coverage Transition Document" ];
fhir:CodeSystem.concept.definition [ fhir:value "A document that details information related to transitioning coverage from one payor to another." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "_section" ];
fhir:CodeSystem.concept.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "activeTreatment" ];
fhir:CodeSystem.concept.display [ fhir:value "Active Treatments" ];
fhir:CodeSystem.concept.definition [ fhir:value "A section detailing information about ongoing, current, active treatments." ] ], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "treatment" ];
fhir:CodeSystem.concept.display [ fhir:value "Treatment" ];
fhir:CodeSystem.concept.definition [ fhir:value "A sub-section detailing treatment information." ] ], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "priorCoverage" ];
fhir:CodeSystem.concept.display [ fhir:value "Prior Coverage" ];
fhir:CodeSystem.concept.definition [ fhir:value "A sub-section detailing current active prior authorizations." ] ], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "supportingInfo" ];
fhir:CodeSystem.concept.display [ fhir:value "Supporting Information" ];
fhir:CodeSystem.concept.definition [ fhir:value "A sub-section detailing previous observations and therapies that support the current treatment." ] ], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "otherDocumentation" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Document" ];
fhir:CodeSystem.concept.definition [ fhir:value "A section detailing additional information deemed relevant to the transfer of care." ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.