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

: recordamended - 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:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "recordamended"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"recordamended\"> </a></p><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\">Resource Communication &quot;recordamended&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><p><b>partOf</b>: <a href=\"Communication-initialrequestforcorrection.html\">Communication/initialrequestforcorrection</a></p><p><b>inResponseTo</b>: <a href=\"Communication-additionalinfoprovided.html\">Communication/additionalinfoprovided</a></p><p><b>status</b>: completed</p><p><b>category</b>: Correction request by the Patient or RelatedPerson <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionCommunicationTypes.html\">Patient Correction Communication Types</a>#medRecCxReq)</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>topic</b>: Your Record Has Been Amended <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>about</b>: <a href=\"Task-correctionrequestprocess.html\">Task/correctionrequestprocess</a></p><p><b>sent</b>: 2021-05-25 12:00:17+0000</p><p><b>recipient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>sender</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a> &quot; SMITH&quot;</p><blockquote><p><b>payload</b></p><p><b>content</b>: Your record has been amended as requested. See attached.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"DocumentReference-ex-documentreference.html\">DocumentReference/ex-documentreference</a></p></blockquote></div>"
  ] ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "Communication/initialrequestforcorrection" ]
  ] ) ; # 
  fhir:inResponseTo ( [
fhir:reference [ fhir:v "Communication/additionalinfoprovided" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medRecCxReq" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:topic [
fhir:text [ fhir:v "Your Record Has Been Amended" ]
  ] ; # 
  fhir:about ( [
fhir:reference [ fhir:v "Task/correctionrequestprocess" ]
  ] ) ; # 
  fhir:sent [ fhir:v "2021-05-25T12:00:17-00:00"^^xsd:dateTime] ; # 
  fhir:recipient ( [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Practitioner/ex-practitioner" ]
  ] ; # 
  fhir:payload ( [
fhir:content [ fhir:v "Your record has been amended as requested. See attached." ]
  ] [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/ex-documentreference" ]     ]
  ] ) . #