Patient Request for Corrections Implementation Guide
1.0.0 - STU 1 Ballot International flag

Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. 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/fhir-patient-correction/ and changes regularly. See the Directory of published versions

: Patient Correction Business Statuses - TTL Representation

Draft as of 2023-09-11

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientCorrectionBusinessStatus"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "PatientCorrectionBusinessStatus"] ; # 
  fhir:title [ fhir:v "Patient Correction Business Statuses"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-09-11T23:40:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Empowerment Workgroup"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.org/Special/committees/patientempowerment" ]     ] )
  ] [
fhir:name [ fhir:v "Virginia Lorenzi" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "vlorenzi@nyp.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem of business statuses for patient request for corrections"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "queued" ] ;
fhir:display [ fhir:v "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:code [ fhir:v "in-review" ] ;
fhir:display [ fhir:v "Review is in progress." ]
  ] [
fhir:code [ fhir:v "waiting-for-information" ] ;
fhir:display [ fhir:v "The fulfiller (e.g. provider) is waiting for additional information." ]
  ] [
fhir:code [ fhir:v "requester-cancelled" ] ;
fhir:display [ fhir:v "The request has been cancelled by the requester." ]
  ] [
fhir:code [ fhir:v "accepted" ] ;
fhir:display [ fhir:v "Decision was made to accept the correction request." ]
  ] [
fhir:code [ fhir:v "partial-accept" ] ;
fhir:display [ fhir:v "Part of the correction request was accepted, and part was denied." ]
  ] [
fhir:code [ fhir:v "amendment-completed" ] ;
fhir:display [ fhir:v "The record has been amended (corrected)." ]
  ] [
fhir:code [ fhir:v "denied" ] ;
fhir:display [ fhir:v "The request has been denied." ]
  ] [
fhir:code [ fhir:v "disagreement-logged" ] ;
fhir:display [ fhir:v "The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial." ]
  ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "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." ]
  ] ) . #