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

Patient Request for Corrections Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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

: correctionrequestprocess - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "correctionrequestprocess"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task correctionrequestprocess</b></p><a name=\"correctionrequestprocess\"> </a><a name=\"hccorrectionrequestprocess\"> </a><a name=\"correctionrequestprocess-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-task.html\">Patient Correction Task</a></p></div><p><b>status</b>: Ready</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus queued}\">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.</span></p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes medRecCxReq}\">Correction request by the Patient or RelatedPerson</span></p><p><b>for</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>authoredOn</b>: 2021-05-19 10:00:17+0000</p><p><b>requester</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>owner</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner John Smith (official)</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes medRecCxReq}\">Correction request by the Patient or RelatedPerson</span></td><td><a href=\"Communication-initialrequestforcorrection.html\">Communication: status = completed; category = Correction request by the Patient or RelatedPerson; sent = 2021-05-19 10:00:17+0000</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "ready"] ; # 
  fhir:businessStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "queued" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medRecCxReq" ]     ] )
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2021-05-19T10:00:17-00:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Practitioner/ex-practitioner" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medRecCxReq" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Communication/initialrequestforcorrection" ]     ]
  ] ) . #