Patient Request for Corrections Implementation Guide
1.0.0-ballot - STU 1 Ballot

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

: correctionrequestprocess3 - 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:Task;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "correctionrequestprocess3"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task>     ]
  ];
  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 \"correctionrequestprocess3\" Version \"3\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-task.html\">Patient Correction Task</a></p></div><p><b>status</b>: in-progress</p><p><b>businessStatus</b>: Review is in progress. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionBusinessStatus.html\">Patient Correction Business Statuses</a>#in-review)</span></p><p><b>intent</b>: order</p><p><b>code</b>: Correction request by the Patient or RelatedPerson <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionTaskTypes.html\">Patient Correction Task Types</a>#medRecCxReq)</span></p><p><b>for</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> \" SCHMIDT\"</p><p><b>authoredOn</b>: 2021-05-19 10:00:17+0000</p><p><b>lastModified</b>: 2021-05-20 11:00:17+0000</p><p><b>requester</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> \" SCHMIDT\"</p><p><b>owner</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a> \" SMITH\"</p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>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></td><td><a href=\"Communication-initialrequestforcorrection.html\">Communication/initialrequestforcorrection</a></td></tr></table></div>"
  ];
  fhir:Task.status [ fhir:value "in-progress"];
  fhir:Task.businessStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus" ];
       fhir:Coding.code [ fhir:value "in-review" ]     ]
  ];
  fhir:Task.intent [ fhir:value "order"];
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes" ];
       fhir:Coding.code [ fhir:value "medRecCxReq" ]     ]
  ];
  fhir:Task.for [
     fhir:Reference.reference [ fhir:value "Patient/ex-patient" ]
  ];
  fhir:Task.authoredOn [ fhir:value "2021-05-19T10:00:17-00:00"^^xsd:dateTime];
  fhir:Task.lastModified [ fhir:value "2021-05-20T11:00:17-00:00"^^xsd:dateTime];
  fhir:Task.requester [
     fhir:Reference.reference [ fhir:value "Patient/ex-patient" ]
  ];
  fhir:Task.owner [
     fhir:Reference.reference [ fhir:value "Practitioner/ex-practitioner" ]
  ];
  fhir:Task.input [
     fhir:index 0;
     fhir:Task.input.type [
       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:Task.input.valueReference [
       fhir:Reference.reference [ fhir:value "Communication/initialrequestforcorrection" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.