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:SearchParameter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ReasonReference"];
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 \"ReasonReference\" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/patient-corrections/SearchParameter/ReasonReference</code></p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: ReasonReferenceSearchParameter</p><p><b>status</b>: active</p><p><b>date</b>: 2022-03-29 04:29:26+0000</p><p><b>publisher</b>: HL7 International - Patient Empowerment Workgroup</p><p><b>contact</b>: <a href=\"https://www.hl7.org/Special/committees/patientempowerment\">https://www.hl7.org/Special/committees/patientempowerment</a>, John Keyes: <a href=\"mailto:john@johnkeyes.com\">john@johnkeyes.com</a></p><p><b>description</b>: This SearchParameter enables finding all tasks related to a Patient Request for Correction. Each task related to a particular correction request will point to the original communication in the request. There will be a task for the original request, and there may be additional tasks for any disagreements.</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>code</b>: reasonreference</p><p><b>base</b>: Task</p><p><b>type</b>: reference</p><p><b>expression</b>: Task.reasonReference</p></div>"
];
fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/uv/patient-corrections/SearchParameter/ReasonReference"];
fhir:SearchParameter.version [ fhir:value "1.0.0-ballot"];
fhir:SearchParameter.name [ fhir:value "ReasonReferenceSearchParameter"];
fhir:SearchParameter.status [ fhir:value "active"];
fhir:SearchParameter.date [ fhir:value "2022-03-29T16:29:26+00:00"^^xsd:dateTime];
fhir:SearchParameter.publisher [ fhir:value "HL7 International - Patient Empowerment Workgroup"];
fhir:SearchParameter.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:SearchParameter.description [ fhir:value "This SearchParameter enables finding all tasks related to a Patient Request for Correction. Each task related to a particular correction request will point to the original communication in the request. There will be a task for the original request, and there may be additional tasks for any disagreements."];
fhir:SearchParameter.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:SearchParameter.code [ fhir:value "reasonreference"];
fhir:SearchParameter.base [
fhir:value "Task";
fhir:index 0
];
fhir:SearchParameter.type [ fhir:value "reference"];
fhir:SearchParameter.expression [ fhir:value "Task.reasonReference"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.