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:OperationDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "correction-request"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientCorrectionRequestOperation</h2><p>OPERATION: PatientCorrectionRequestOperation</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request</pre><p>URL: [base]/Communication/$correctionrequest</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>CorrectionRequest</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A collection of resources representing the correction request, disagreement, or back and forth conversation. The Bundle should follow <a href=\"StructureDefinition-patient-correction-bundle.html\">Patient Correction Bundle</a> profile.</p>\n</div></td></tr><tr><td>OUT</td><td>CorrectionResponse</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A collection of resources representing a correction request response. The Bundle should follow <a href=\"StructureDefinition-patient-correction-bundle.html\">Patient Correction Bundle</a> profile.</p>\n</div></td></tr></table></div>"
];
fhir:OperationDefinition.url [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request"];
fhir:OperationDefinition.version [ fhir:value "1.0.0-ballot"];
fhir:OperationDefinition.name [ fhir:value "PatientCorrectionRequestOperation"];
fhir:OperationDefinition.title [ fhir:value "Patient Correction Request Operation"];
fhir:OperationDefinition.status [ fhir:value "draft"];
fhir:OperationDefinition.kind [ fhir:value "operation"];
fhir:OperationDefinition.date [ fhir:value "2022-03-29T16:29:26+00:00"^^xsd:dateTime];
fhir:OperationDefinition.publisher [ fhir:value "HL7 International - Patient Empowerment Workgroup"];
fhir:OperationDefinition.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientempowerment" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "John Keyes" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "john@johnkeyes.com" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:OperationDefinition.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
];
fhir:OperationDefinition.code [ fhir:value "correctionrequest"];
fhir:OperationDefinition.resource [
fhir:value "Communication";
fhir:index 0
];
fhir:OperationDefinition.system [ fhir:value "false"^^xsd:boolean];
fhir:OperationDefinition.type [ fhir:value "true"^^xsd:boolean];
fhir:OperationDefinition.instance [ fhir:value "false"^^xsd:boolean];
fhir:OperationDefinition.parameter [
fhir:index 0;
fhir:OperationDefinition.parameter.name [ fhir:value "CorrectionRequest" ];
fhir:OperationDefinition.parameter.use [ fhir:value "in" ];
fhir:OperationDefinition.parameter.min [ fhir:value "1"^^xsd:integer ];
fhir:OperationDefinition.parameter.max [ fhir:value "1" ];
fhir:OperationDefinition.parameter.documentation [ fhir:value "A collection of resources representing the correction request, disagreement, or back and forth conversation. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile." ];
fhir:OperationDefinition.parameter.type [ fhir:value "Bundle" ]
], [
fhir:index 1;
fhir:OperationDefinition.parameter.name [ fhir:value "CorrectionResponse" ];
fhir:OperationDefinition.parameter.use [ fhir:value "out" ];
fhir:OperationDefinition.parameter.min [ fhir:value "1"^^xsd:integer ];
fhir:OperationDefinition.parameter.max [ fhir:value "1" ];
fhir:OperationDefinition.parameter.documentation [ fhir:value "A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile." ];
fhir:OperationDefinition.parameter.type [ fhir:value "Bundle" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.