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:Communication;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "recordamended"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"recordamended\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><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> \" SCHMIDT\"</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=\"Communication-initialrequestforcorrection.html\">Communication/initialrequestforcorrection</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> \" SCHMIDT\"</p><p><b>sender</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a> \" SMITH\"</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:Communication.status [ fhir:value "completed"];
fhir:Communication.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes" ];
fhir:Coding.code [ fhir:value "medRecCxReq" ] ]
];
fhir:Communication.subject [
fhir:Reference.reference [ fhir:value "Patient/ex-patient" ]
];
fhir:Communication.topic [
fhir:CodeableConcept.text [ fhir:value "Your Record Has Been Amended" ]
];
fhir:Communication.about [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Communication/initialrequestforcorrection" ]
];
fhir:Communication.sent [ fhir:value "2021-05-25T12:00:17-00:00"^^xsd:dateTime];
fhir:Communication.recipient [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Patient/ex-patient" ]
];
fhir:Communication.sender [
fhir:Reference.reference [ fhir:value "Practitioner/ex-practitioner" ]
];
fhir:Communication.payload [
fhir:index 0;
fhir:Communication.payload.contentString [ fhir:value "Your record has been amended as requested. See attached." ]
], [
fhir:index 1;
fhir:Communication.payload.contentReference [
fhir:Reference.reference [ fhir:value "DocumentReference/ex-documentreference" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.