Skip to content

Instantly share code, notes, and snippets.

@jessemlay
Created October 10, 2018 23:20
Show Gist options
  • Save jessemlay/def8533d4151e1d9d3bf9d61e7b851ad to your computer and use it in GitHub Desktop.
Save jessemlay/def8533d4151e1d9d3bf9d61e7b851ad to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:n1="urn:hl7-org:v3" xmlns:in="urn:lantana-com:inline-variable-data">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Do NOT edit this HTML directly: it was generated via an XSLT transformation from a CDA Release 2 XML document. -->
<title class="cda-title">Community Health and Hospitals: Transition of Care/Referral Summary</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.1/jquery.min.js" xmlns:xs="http://www.w3.org/2001/XMLSchema"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"
xmlns:xs="http://www.w3.org/2001/XMLSchema"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"
xmlns:xs="http://www.w3.org/2001/XMLSchema"></script>
<script type="text/javascript" xmlns:xs="http://www.w3.org/2001/XMLSchema">
$(document).ready(function () {
$('#navbar-list-cda').height($(window).height() - 100);
});
$(window).resize(function () {
$('#navbar-list-cda').height($(window).height() - 100);
});
$(document).ready(function () {
$('#navbar-list-cda').height($(window).height() - 100);
});
$(window).resize(function () {
$('#navbar-list-cda').height($(window).height() - 100);
});
$(document).ready(function () {
$('.cda-render a[href*="#"]:not([href="#"])').bind('click.smoothscroll', function (e) {
e.preventDefault();
var target = this.hash,
$target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 500, 'swing', function () {
window.location.hash = target;
// lets add a div in the background
$('<div />').css({ 'background': '#336b7a' }).prependTo($target).fadeIn('fast', function () {
$(this).fadeOut('fast', function () {
$(this).remove();
});
});
});
});
});
$(function () {
$.fn.orderChildren = function (order) {
this.each(function () {
var el = $(this).find('li');
console.log(el)
for (var i = order.length - 1; i >= 0; i--) {
element = el.find('a').attr('href');
if (element === order)
console.log(el.find('a').attr('href'))
el.appendTo(el);
}
});
return this;
};
$nav = $("#navbar-list-cda-sortable").sortable();
persist = JSON.parse(localStorage.getItem('persist'));
if (persist) {
$nav.children('li').sort(function (a, b) {
persist.order.forEach(function (element) {
})
})
$nav.orderChildren(persist.order);
}
$("#navbar-list-cda-sortable").disableSelection();
});
$(function () {
var $nav = $('#navbar-list-cda-sortable');
var $content = $('#doc-clinical-info');
var $originalContent = $content.clone();
var toc = $nav.sortable({
update: function (e) {
var order = [];
$nav.find('a').each(function () {
order.push($(this).attr('href'));
})
localStorage.setItem('persist', JSON.stringify({ order: order }));
$content.empty();
$nav.find('a').each(function () {
$content.append($originalContent.clone().find($(this).attr('href')).parent());
});
$('[data-spy="scroll"]').each(function () {
var $spy = $(this).scrollspy('refresh')
})
}
});
});
</script>
<style xmlns:xs="http://www.w3.org/2001/XMLSchema">
/* Catch all for the document */
.cda-render {
font-family: CenturyGothic, sans-serif;
/*font-size:1.25em;*/
}
/* One-off - CDA Document Title */
.cda-render h1.cda-title {
color: #b3623d;
font-size: 1.5em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
/* One-off - Table of contents formatting */
.cda-render .toc-header-container {
padding-top: 0.5em;
border-bottom-width: 0.1em;
border-bottom-style: solid;
border-bottom-color: #b3623d;
padding-bottom: 0.5em;
}
.cda-render .toc-header {
text-transform: uppercase;
color: #b3623d;
font-weight: bold;
}
.cda-render .toc {
margin-top: 3em;
padding: 0px 15px;
}
.cda-render .toc-box {
width: 25%;
}
/* One-off - Patient Name Formatting */
.cda-render .patient-name {
color: #336b7a;
font-size: 1.25em;
font-weight: bold;
}
/* Patient ID Formatting */
.patient-id {
border-left-width: 0.15em;
border-left-style: solid;
border-left-color: #478B95;
}
/* Re-usable - Section-Title */
.cda-render .section-title {
color: #336b7a;
font-size: 1.09em;
font-weight: bold;
text-transform: uppercase;
}
/* Re-usable - Attribute title */
.cda-render .attribute-title {
color: #000000;
font-weight: bold;
font-size: 1.04em;
}
/***** Header Grouping */
.cda-render .header {
border-bottom-width: 0.1em;
border-bottom-style: solid;
border-bottom-color: #1B6373;
padding-bottom: 0.5em;
}
.cda-render .header-group-content {
margin-left: 1em;
padding-left: 0.5em;
border-left-width: 0.15em;
border-left-style: solid;
border-left-color: #478B95;
}
.cda-render .tight {
margin: 0;
}
.cda-render .generated-text {
white-space: no-wrap;
margin: 0em;
color: #B0592C;
font-style: italic;
}
.cda-render .bottom {
border-top-width: 0.2em;
border-top-color: #B0592C;
border-top-style: solid;
}
/***** Table of Contents Attributes */
/* Table of contents entry */
.cda-render .lantana-toc {
text-transform: uppercase;
}
.cda-render .bold {
font-weight: bold;
}
.cda-render .active {
border-right-color: #336b7a;
border-right-style: solid;
border-left-color: #336b7a;
border-left-style: solid;
background-color: #eee;
}
#navbar-list-cda {
overflow: auto;
}
</style>
</head>
<body data-spy="scroll" data-target="#navbar-cda">
<div class="cda-render toc col-md-3" role="complementary">
<nav class="cda-render hidden-print hidden-xs hidden-sm affix toc-box" id="navbar-cda">
<div class="container-fluid cda-render toc-header-container">
<div class="cda-render toc-header">Alice Newman</div>
<div class="cda-render toc-header">Community Health and Hospitals: Transition of Care/Referral Summary</div>
</div>
<ul class="cda-render nav nav-stacked fixed" id="navbar-list-cda">
<li><a class="cda-render lantana-toc" href="#top">BACK TO TOP</a></li>
<li><a class="cda-render lantana-toc" href="#cda-patient">DEMOGRAPHICS</a></li>
<li><a class="cda-render lantana-toc" href="#author-performer">AUTHORING DETAILS</a></li>
<li><a class="cda-render lantana-toc bold" href="#doc-clinical-info">Clinical Sections</a>
<ul class="cda-render nav nav-stacked fixed" id="navbar-list-cda-sortable">
<li><a class="cda-render lantana-toc" value="1" href="#ID0E2HAC">Security and Privacy
Prohibitions</a></li>
<li><a class="cda-render lantana-toc" value="2" href="#ID0EMKAC">Functional Status</a></li>
<li><a class="cda-render lantana-toc" value="3" href="#ID0E6LAC">Problems</a></li>
<li><a class="cda-render lantana-toc" value="4" href="#ID0EHUAE">Social History</a></li>
<li><a class="cda-render lantana-toc" value="5" href="#ID0EGXAE">Allergies, Adverse Reactions,
Alerts</a></li>
<li><a class="cda-render lantana-toc" value="6" href="#ID0ENEAG">Medications</a></li>
<li><a class="cda-render lantana-toc" value="7" href="#ID0ECWAG">MEDICAL EQUIPMENT</a></li>
<li><a class="cda-render lantana-toc" value="8" href="#ID0ELZAG">Immunizations</a></li>
<li><a class="cda-render lantana-toc" value="9" href="#ID0EWABG">Vital signs</a></li>
<li><a class="cda-render lantana-toc" value="10" href="#ID0EUDAI">Results</a></li>
<li><a class="cda-render lantana-toc" value="11" href="#ID0ETUAI">Procedures</a></li>
<li><a class="cda-render lantana-toc" value="12" href="#ID0ERABI">Encounters</a></li>
<li><a class="cda-render lantana-toc" value="13" href="#ID0EEHBI">Plan of Treatment</a></li>
<li><a class="cda-render lantana-toc" value="14" href="#ID0E5IBI">Hospital Discharge
Instructions</a></li>
<li><a class="cda-render lantana-toc" value="15" href="#ID0EZJBI">Health Concerns</a></li>
<li><a class="cda-render lantana-toc" value="16" href="#ID0EWLBI">Goal Observations</a></li>
</ul>
</li>
<li><a class="cda-render lantana-toc" href="#doc-info">SIGNATURES</a></li>
</ul>
</nav>
</div>
<div class="cda-render container-fluid col-md-9 cda-render-main" role="main">
<row>
<h1 id="top" class="cda-title">Community Health and Hospitals: Transition of Care/Referral Summary</h1>
</row>
<div class="top container-fluid">
<div class="header container-fluid" id="cda-patient">
<div class="patient-heading container-fluid">
<div class="patient-name row">Alice Newman</div>
<div class="patient-identifier container-fluid">
<div class="attribute-title row">Patient Identifiers</div>
<div class="row">
<div class="col-md-6 patient-id">103 OID: b1ae09ac-a703-440b-a505-8c2458f73e6b</div>
</div>
</div>
</div>
<div class="patient-info container-fluid">
<div class="col-md-6">
<h2 class="section-title col-md-6">About</h2>
<div class="header-group-content col-md-8">
<div class="row">
<div class="attribute-title col-md-6">Date of Birth</div>
<div class="col-md-6">05/1/1970 </div>
</div>
<div class="row">
<div class="attribute-title col-md-6">Sex</div>
<div class="col-md-6">Female</div>
</div>
<div class="row">
<div class="attribute-title col-md-6">Race</div>
<div class="col-md-6">White</div>
</div>
<div class="row">
<div class="attribute-title col-md-6">Ethnicity</div>
<div class="col-md-6">Not Hispanic or Latino</div>
</div>
</div>
</div>
<div class="col-md-6">
<h2 class="section-title col-md-6">Contact</h2>
<div class="header-group-content col-md-8">
<div class="address-group">
<div class="adress-group-header">Primary Home</div>
<div class="address-group-content">
<p class="tight">1357 Amber Dr </p>
<p class="tight">BEAVERTON,�OR</p>
<p class="tight">97006</p>
</div>
</div>
<div class="address-group">
<div class="address-group-header">Tel : (512) 723-1544 </div>
</div>
</div>
</div>
</div>
</div>
<div class="header container-fluid">
<div class="header-group container-fluid">
<div class="container-fluid">
<h2 class="section-title col-md-6" id="service-event">Service Event</h2>
<div class="header-group-content col-md-8">Dr. Albert Davis of Neighborhood Physicians Practice
EMR</div>
<div class="header-group-content col-md-8">06/22/2015 - // </div>
</div>
</div>
<div class="header-group container-fluid">
<div class="container-fluid">
<h2 class="section-title col-md-6" id="service-event">Service Event</h2>
<div class="header-group-content col-md-8">Mrs. Tracy Davis of Neighborhood Physicians Practice
EMR</div>
<div class="header-group-content col-md-8">06/22/2015 - // </div>
</div>
</div>
<div class="header-group container-fluid">
<div class="container-fluid">
<h2 class="section-title col-md-6" id="service-event">Service Event</h2>
<div class="header-group-content col-md-8">Dr. Cody Provider, Esq. of NISTEHRFacility </div>
<div class="header-group-content col-md-8">06/22/2015 - // </div>
</div>
</div>
</div>
<div class="header container-fluid">
<div class="container-fluid">
<div class="col-md-6">
<h2 class="section-title col-md-6" id="author-performer">Author</h2>
<div class="header-group-content col-md-8">Dr. Albert Davis - Neighborhood Physicians Practice
EMR</div>
</div>
<div class="col-md-6">
<h2 class="section-title col-md-6">Contact</h2>
<div class="header-group-content col-md-8">
<div class="address-group">
<div class="adress-group-header"></div>
<div class="address-group-content">
<p class="tight">2472 Rocky Place </p>
<p class="tight">BEAVERTON,�OR</p>
<p class="tight">97006,�USA</p>
</div>
</div>
<div class="address-group">
<div class="address-group-header">Tel : (555) 555-1002</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid"></div>
<div class="container-fluid"></div>
<div class="container-fluid"></div>
</div>
<div class="middle" id="doc-clinical-info">
<div class="container-fluid header">
<h1 class="section-title" id="ID0E2HAC" ng-click="gotoAnchor('toc')">Security and Privacy Prohibitions</h1>
<div class="section-author"><span class="emphasis">Section Author: </span><br></div>
<div class="section-text">
<p>
<content>PROHIBITION ON REDISCLOSURE OF CONFIDENTIAL INFORMATION</content>
</p>
<p>This notice accompanies a disclosure of information concerning a client in alcohol/drug
treatment, made to you with the consent of such client. This information has been disclosed to
you from records protected by federal confidentiality rules (42 C.F.R. Part 2). The federal
rules prohibit you from making any further disclosure of this information unless further
disclosure is expressly permitted by the written consent of the person to whom it pertains or
as otherwise permitted by 42 C.F.R. Part 2. A general authorization for the release of medical
or other information is NOT sufficient for this purpose. The federal rules restrict any use of
the information to criminally investigate or prosecute any alcohol or drug abuse patient.</p>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EMKAC" ng-click="gotoAnchor('toc')">Functional Status</h1>
<div class="section-text">
<p>
<content styleCode="Bold">FUNCTIONAL</content>
</p>
<p>5/1/2005<br>Functional Status: Dependence on Cane<br></p>
<p>
<content styleCode="Bold">COGNITIVE</content>
</p>
<p>5/1/2005<br>Cognitive Status: Amnesia<br></p>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0E6LAC" ng-click="gotoAnchor('toc')">Problems</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>ICD/SNOMED Code</th>
<th>Condition</th>
<th>Date Onset</th>
<th>Condition Status</th>
<th>Date Diagnosed</th>
</tr>
</thead>
<tbody>
<tr>
<td>59621000</td>
<td>
<content ID="PROB2357">Essential Hypertension</content>
</td>
<td>10/5/2011</td>
<td>
<content ID="PROBST2357">Active</content>
</td>
<td>10/5/2011</td>
</tr>
<tr>
<td>83986005</td>
<td>
<content ID="PROB2358">Severe Hypothyroidism</content>
</td>
<td>12/31/2006</td>
<td>
<content ID="PROBST2358">Active</content>
</td>
<td>12/31/2006</td>
</tr>
<tr>
<td>236578006</td>
<td>
<content ID="PROB2359">Chronic rejection of renal transplant </content>
</td>
<td>12/31/2006</td>
<td>
<content ID="PROBST2359">Active</content>
</td>
<td>12/31/2006</td>
</tr>
<tr>
<td>238131007</td>
<td>
<content ID="PROB2360">Overweight</content>
</td>
<td>12/31/2006</td>
<td>
<content ID="PROBST2360">Resolved</content>
</td>
<td>12/31/2006</td>
</tr>
<tr>
<td>386661006</td>
<td>
<content ID="PROB2385">Fever</content>
</td>
<td>6/22/2015</td>
<td>
<content ID="PROBST2385">Active</content>
</td>
<td>6/22/2015</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EHUAE" ng-click="gotoAnchor('toc')">Social History</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Social History Element</th>
<th>Description</th>
<th>Code</th>
<th>Effective Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>Smoking Status</td>
<td>Current everyday smoker</td>
<td>449868002</td>
<td>20150622</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EGXAE" ng-click="gotoAnchor('toc')">Allergies, Adverse Reactions,
Alerts</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>SNOMED Code</th>
<th>Substance</th>
<th>Severity</th>
<th>Reaction</th>
<th>Date Onset</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>247472004</td>
<td>
<content ID="ALLERGEN51">Penicillin G</content>
</td>
<td>
<content ID="ALLSEV51">Moderate</content>
</td>
<td>
<content ID="REACTION51">Hives</content>
</td>
<td>5/10/1980</td>
<td>
<content ID="ALLSTAT51">active</content>
</td>
</tr>
<tr>
<td>247472004</td>
<td>
<content ID="ALLERGEN52">Ampicillin</content>
</td>
<td>
<content ID="ALLSEV52">Moderate</content>
</td>
<td>
<content ID="REACTION52">Hives</content>
</td>
<td>5/10/1980</td>
<td>
<content ID="ALLSTAT52">active</content>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0ENEAG" ng-click="gotoAnchor('toc')">Medications</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Rx Norm</th>
<th>Product</th>
<th>Generic Name</th>
<th>Brand Name</th>
<th>Strength</th>
<th>Dose</th>
<th>Route</th>
<th>Frequency</th>
<th>Instructions</th>
<th>Start Date</th>
<th>Status</th>
<th>Provider</th>
</tr>
</thead>
<tbody>
<tr>
<td>731241</td>
<td>Medication</td>
<td>DARBEPOETIN ALFA IN POLYSORBATE 80 500 mcg/mL INJECTION Syringe</td>
<td>ARANESP</td>
<td>500 mcg/1 mL </td>
<td>500</td>
<td>Injectable</td>
<td>Once a Week</td>
<td></td>
<td>6/22/2015</td>
<td>Current</td>
<td>Albert Davis</td>
</tr>
<tr>
<td>209459</td>
<td>Medication</td>
<td>ACETAMINOPHEN 500 mg ORAL tablet</td>
<td>TYLENOL EXTRA STRENGTH ARTHRIT</td>
<td>500 mg </td>
<td>500</td>
<td>Oral</td>
<td>PRN</td>
<td></td>
<td>6/22/2015</td>
<td>Current</td>
<td>Albert Davis</td>
</tr>
<tr>
<td>309090</td>
<td>Medication</td>
<td>CEFTRIAXONE SODIUM 1 gram INJECTION Vial</td>
<td>CEFTRIAXONE</td>
<td>100 mg </td>
<td>100</td>
<td>Injectable</td>
<td>BID</td>
<td></td>
<td>6/22/2015</td>
<td>Current</td>
<td>Albert Davis</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0ECWAG" ng-click="gotoAnchor('toc')">MEDICAL EQUIPMENT</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Implantable Device</th>
<th>UDI</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<content ID="implant1">Cardiac resynchronization therapy implantable
defibrillator</content>
</td>
<td>(01)00643169007222(17)160128(21)BLC200461H</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0ELZAG" ng-click="gotoAnchor('toc')">Immunizations</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Vaccine</th>
<th>Date</th>
<th>Status</th>
<th>CVX Code</th>
<th>Provider</th>
</tr>
</thead>
<tbody>
<tr>
<td>influenza, intradermal, quadrivalent, preservative</td>
<td>6/22/2015</td>
<td>cancelled</td>
<td>166</td>
<td></td>
</tr>
<tr>
<td>DT (adult)</td>
<td>1/4/2012</td>
<td>completed</td>
<td>106</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EWABG" ng-click="gotoAnchor('toc')">Vital signs</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Date Recorded</th>
<th>Weight(kg)</th>
<th>Height(cm)</th>
<th>BP Systolic</th>
<th>BP Diastolic</th>
<th>Pulse Rate</th>
<th>Resp. Rate</th>
<th>Temperature(C)</th>
<th>BMI</th>
<th>O2 Sat</th>
<th>FIO2</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<content ID="vit0">4/25/2018 @ 12:14:43</content>
</td>
<td>
<content ID="vit1">88.0</content>
</td>
<td>
<content ID="vit2">177.0</content>
</td>
<td>
<content ID="vit3">145</content>
</td>
<td>
<content ID="vit4">88</content>
</td>
<td>
<content ID="vit5">80</content>
</td>
<td>
<content ID="vit6">18</content>
</td>
<td>
<content ID="vit7">38.0</content>
</td>
<td>
<content ID="vit8">28.10</content>
</td>
<td>
<content ID="vit9">95.00</content>
</td>
<td>
<content ID="vit10">36.00</content>
</td>
</tr>
<tr>
<td>
<content ID="vit11">4/25/2018 @ 12:15:49</content>
</td>
<td>
<content ID="vit12"></content>
</td>
<td>
<content ID="vit13"></content>
</td>
<td>
<content ID="vit14">145</content>
</td>
<td>
<content ID="vit15">88</content>
</td>
<td>
<content ID="vit16"></content>
</td>
<td>
<content ID="vit17"></content>
</td>
<td>
<content ID="vit18"></content>
</td>
<td>
<content ID="vit19"></content>
</td>
<td>
<content ID="vit20"></content>
</td>
<td>
<content ID="vit21"></content>
</td>
</tr>
<tr>
<td>
<content ID="vit22">4/25/2018 @ 12:16:46</content>
</td>
<td>
<content ID="vit23"></content>
</td>
<td>
<content ID="vit24"></content>
</td>
<td>
<content ID="vit25"></content>
</td>
<td>
<content ID="vit26"></content>
</td>
<td>
<content ID="vit27">80</content>
</td>
<td>
<content ID="vit28"></content>
</td>
<td>
<content ID="vit29"></content>
</td>
<td>
<content ID="vit30"></content>
</td>
<td>
<content ID="vit31"></content>
</td>
<td>
<content ID="vit32"></content>
</td>
</tr>
<tr>
<td>
<content ID="vit33">4/25/2018 @ 12:17:28</content>
</td>
<td>
<content ID="vit34"></content>
</td>
<td>
<content ID="vit35"></content>
</td>
<td>
<content ID="vit36"></content>
</td>
<td>
<content ID="vit37"></content>
</td>
<td>
<content ID="vit38"></content>
</td>
<td>
<content ID="vit39"></content>
</td>
<td>
<content ID="vit40"></content>
</td>
<td>
<content ID="vit41"></content>
</td>
<td>
<content ID="vit42">95.00</content>
</td>
<td>
<content ID="vit43"></content>
</td>
</tr>
<tr>
<td>
<content ID="vit44">4/25/2018 @ 12:18:56</content>
</td>
<td>
<content ID="vit45"></content>
</td>
<td>
<content ID="vit46"></content>
</td>
<td>
<content ID="vit47"></content>
</td>
<td>
<content ID="vit48"></content>
</td>
<td>
<content ID="vit49"></content>
</td>
<td>
<content ID="vit50">18</content>
</td>
<td>
<content ID="vit51">38.0</content>
</td>
<td>
<content ID="vit52"></content>
</td>
<td>
<content ID="vit53"></content>
</td>
<td>
<content ID="vit54"></content>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EUDAI" ng-click="gotoAnchor('toc')">Results</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>LOINC Code</th>
<th>Test</th>
<th>Date</th>
<th>Value</th>
<th>Units</th>
<th>Range</th>
<th>Abnormal Flags</th>
</tr>
</thead>
<tbody>
<tr>
<td>5767-9</td>
<td>Appearance</td>
<td>6/22/2015</td>
<td>
<content ID="result0">Clear</content>
</td>
<td>NA</td>
<td>Clear</td>
<td>NA</td>
</tr>
<tr>
<td>5778-6</td>
<td>Color</td>
<td>6/22/2015</td>
<td>
<content ID="result1">Yellow</content>
</td>
<td>NA</td>
<td>Yellow</td>
<td>NA</td>
</tr>
<tr>
<td>5792-7</td>
<td>Glucose Urine</td>
<td>6/22/2015</td>
<td>
<content ID="result2">50</content>
</td>
<td>mg/dL</td>
<td>Negative</td>
<td>NA</td>
</tr>
<tr>
<td>5797-6</td>
<td>Ketones Ur</td>
<td>6/22/2015</td>
<td>
<content ID="result3">Negative</content>
</td>
<td>NA</td>
<td>Negative</td>
<td>NA</td>
</tr>
<tr>
<td>5803-2</td>
<td>pH Urine</td>
<td>6/22/2015</td>
<td>
<content ID="result4">5</content>
</td>
<td>[pH]</td>
<td>5.0 - 8.0 </td>
<td>NA</td>
</tr>
<tr>
<td>5804-0</td>
<td>Protein Ur</td>
<td>6/22/2015</td>
<td>
<content ID="result5">100</content>
</td>
<td>mg/dL</td>
<td>Negative</td>
<td>NA</td>
</tr>
<tr>
<td>5811-5</td>
<td>Sp Gravity UR</td>
<td>6/22/2015</td>
<td>
<content ID="result6">1.015</content>
</td>
<td>NA</td>
<td>1.005 - 1.030 </td>
<td>NA</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0ETUAI" ng-click="gotoAnchor('toc')">Procedures</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Code</th>
<th>Procedure</th>
<th>Date of Service</th>
<th>ICD Code</th>
<th>Modifiers</th>
<th>Provider</th>
<th>Status</th>
<th>Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<content ID="PROC0">56251003</content>
</td>
<td>Nebulizer Therapy</td>
<td>6/22/2015</td>
<td></td>
<td></td>
<td>Albert Davis</td>
<td>Complete</td>
<td></td>
</tr>
<tr>
<td>
<content ID="PROC1">175135009</content>
</td>
<td>Introduction of cardiac pacemaker via vein</td>
<td>6/22/2015</td>
<td></td>
<td></td>
<td>Albert Davis</td>
<td>Complete</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0ERABI" ng-click="gotoAnchor('toc')">Encounters</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Type</th>
<th>Dates</th>
<th>Location</th>
<th>Diagnoses</th>
<th>Providers</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<content ID="ENC97">Information not Available</content>
</td>
<td>6/22/2015</td>
<td>Neighborhood Physicians Practice EMR<br>2472 Rocky Place<br>BEAVERTON, OR 97006
, USA</td>
<td>386661006 - <br></td>
<td>Albert Davis</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EEHBI" ng-click="gotoAnchor('toc')">Plan of Treatment</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Planned Activity</th>
<th>Planned Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>Goal: Get rid of intermittent fever that is occurring every few weeks.<br>Instructions:Take
a chill pill and assess situation</td>
<td></td>
</tr>
<tr>
<td>Goal: Need to gain more energy to do regular activities<br>Instructions: Diet
and exercise</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0E5IBI" ng-click="gotoAnchor('toc')">Hospital Discharge Instructions</h1>
<div class="section-text">
<p>No current instructions.</p>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EZJBI" ng-click="gotoAnchor('toc')">Health Concerns</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Name of Concern</th>
<th>Concern Information</th>
<th>Date of Concern</th>
<th>Clinical Status</th>
<th>Verification Status</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>No Health Concerns recorded or included</td>
<td></td>
<td>20180830</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="container-fluid header">
<h1 class="section-title" id="ID0EWLBI" ng-click="gotoAnchor('toc')">Goal Observations</h1>
<div class="section-text">
<div class="table-responsive">
<table class="table table-striped table-hover" border="1">
<thead>
<tr>
<th>Date</th>
<th>Goal</th>
<th>Instruction</th>
</tr>
</thead>
<tbody>
<tr>
<td>20180830</td>
<td>No Goals Indicated.</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="bottom" id="doc-info">
<div class="container-fluid header">
<div class="col-md-6">
<h2 class="section-title col-md-6">Document maintained by</h2>
<div class="header-group-content col-md-8">Neighborhood Physicians Practice EMR</div>
</div>
<div class="col-md-6">
<h2 class="section-title col-md-6"> Contact </h2>
<div class="header-group-content col-md-8">
<div class="address-group">
<div class="adress-group-header"></div>
<div class="address-group-content">
<p class="tight">2472 Rocky Place </p>
<p class="tight">BEAVERTON,�OR</p>
<p class="tight">97006,�USA</p>
</div>
</div>
<div class="address-group">
<div class="address-group-header">Tel : (555) 555-1002</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<h2 class="section-title col-md-6">Document Information</h2>
<div class="table-responsive col-md-6">
<table class="table table-hover">
<thead>
<tr>
<th>Document Identifier</th>
<th>Document Created</th>
</tr>
</thead>
<tbody>
<tr>
<td> OID: 8d331aaf-2474-4bb4-88f1-c18f3eb5627b</td>
<td>08/30/2018, 17:03 </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment