This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . 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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PatientCorrectionBusinessStatus"];
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/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">queued<a name=\"PatientCorrectionBusinessStatus-queued\"> </a></td><td>A request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed.</td></tr><tr><td style=\"white-space:nowrap\">in-review<a name=\"PatientCorrectionBusinessStatus-in-review\"> </a></td><td>Review is in progress.</td></tr><tr><td style=\"white-space:nowrap\">waiting-for-information<a name=\"PatientCorrectionBusinessStatus-waiting-for-information\"> </a></td><td>The fulfiller (e.g. provider) is waiting for additional information.</td></tr><tr><td style=\"white-space:nowrap\">requester-cancelled<a name=\"PatientCorrectionBusinessStatus-requester-cancelled\"> </a></td><td>The request has been cancelled by the requester.</td></tr><tr><td style=\"white-space:nowrap\">accepted<a name=\"PatientCorrectionBusinessStatus-accepted\"> </a></td><td>Decision was made to accept the correction request.</td></tr><tr><td style=\"white-space:nowrap\">partial-accept<a name=\"PatientCorrectionBusinessStatus-partial-accept\"> </a></td><td>Part of the correction request was accepted, and part was denied.</td></tr><tr><td style=\"white-space:nowrap\">amendment-completed<a name=\"PatientCorrectionBusinessStatus-amendment-completed\"> </a></td><td>The record has been amended (corrected).</td></tr><tr><td style=\"white-space:nowrap\">denied<a name=\"PatientCorrectionBusinessStatus-denied\"> </a></td><td>The request has been denied.</td></tr><tr><td style=\"white-space:nowrap\">disagreement-logged<a name=\"PatientCorrectionBusinessStatus-disagreement-logged\"> </a></td><td>The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"PatientCorrectionBusinessStatus-completed\"> </a></td><td>The fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"];
fhir:CodeSystem.version [ fhir:value "1.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "PatientCorrectionBusinessStatus"];
fhir:CodeSystem.title [ fhir:value "Patient Correction Business Statuses"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-03-29T16:29:26+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Empowerment Workgroup"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientempowerment" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "John Keyes" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "john@johnkeyes.com" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:CodeSystem.description [ fhir:value "CodeSystem of business statuses for patient request for corrections"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "queued" ];
fhir:CodeSystem.concept.display [ fhir:value "A request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "in-review" ];
fhir:CodeSystem.concept.display [ fhir:value "Review is in progress." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "waiting-for-information" ];
fhir:CodeSystem.concept.display [ fhir:value "The fulfiller (e.g. provider) is waiting for additional information." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "requester-cancelled" ];
fhir:CodeSystem.concept.display [ fhir:value "The request has been cancelled by the requester." ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "accepted" ];
fhir:CodeSystem.concept.display [ fhir:value "Decision was made to accept the correction request." ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "partial-accept" ];
fhir:CodeSystem.concept.display [ fhir:value "Part of the correction request was accepted, and part was denied." ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "amendment-completed" ];
fhir:CodeSystem.concept.display [ fhir:value "The record has been amended (corrected)." ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "denied" ];
fhir:CodeSystem.concept.display [ fhir:value "The request has been denied." ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "disagreement-logged" ];
fhir:CodeSystem.concept.display [ fhir:value "The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial." ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "completed" ];
fhir:CodeSystem.concept.display [ fhir:value "The fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.