|
@@ -12,6 +12,7 @@ $contentData = [
|
|
if (!!@$point->data) {
|
|
if (!!@$point->data) {
|
|
$contentData = json_decode($point->data, true);
|
|
$contentData = json_decode($point->data, true);
|
|
}
|
|
}
|
|
|
|
+dump($contentData, $contentData["informed_consent"]);
|
|
?>
|
|
?>
|
|
<div visit-moe close-on-save close-on-cancel class="d-block pb-2">
|
|
<div visit-moe close-on-save close-on-cancel class="d-block pb-2">
|
|
<form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
|
|
<form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
|
|
@@ -25,7 +26,6 @@ if (!!@$point->data) {
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
|
|
<div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
|
|
- <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
|
|
|
|
<div>I discussed with the patient the nature of our visit, that:</div>
|
|
<div>I discussed with the patient the nature of our visit, that:</div>
|
|
<div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
|
|
<div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
|
|
<div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>
|
|
<div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>
|
|
@@ -46,5 +46,3 @@ if (!!@$point->data) {
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|