FHIR Relational Schema Columns

ADDRESS table

An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.

			<tr>
				<td style="word-break:break-all">use</td>
				<td>text </td>
				<td></td>
				<td>home | work | temp | old | billing - purpose of this address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type</td>
				<td>text </td>
				<td></td>
				<td>postal | physical | both</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text</td>
				<td>text </td>
				<td></td>
				<td>Text representation of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">city</td>
				<td>text </td>
				<td></td>
				<td>Name of city\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">district</td>
				<td>text </td>
				<td></td>
				<td>District name (aka county)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">state</td>
				<td>text </td>
				<td></td>
				<td>Sub-unit of country (abbreviations ok)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code for area</td>
			</tr>

			<tr>
				<td style="word-break:break-all">country</td>
				<td>text </td>
				<td></td>
				<td>Country (e.g. can be ISO 3166 2 or 3 letter code)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start of time period when address is/was in use</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>datetime </td>
				<td></td>
				<td>End of time period when address is/was in use</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="address_line-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ADDRESS_LINE table
		</div>
	<a href="#address_line-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">address_id</td>
				<td>varchar </td>
				<td>ADDRESS</td>
				<td>ID of the Address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">line</td>
				<td>text </td>
				<td></td>
				<td>Street name\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_index</td>
				<td>int </td>
				<td></td>
				<td>The order in which lines should appear in an address label\</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE table
		</div>
	<a href="#allergy_intolerance-table" target="_self"></a>
	</h2>
	<p>AllergyIntolerance describes risk of harmful or undesirable\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the AllergyIntolerance</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the AllergyIntolerance.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">clinical_status</td>
				<td>text </td>
				<td></td>
				<td>The clinical status code value of the allergy or intolerance: active | inactive | resolved</td>
			</tr>

			<tr>
				<td style="word-break:break-all">verification_status</td>
				<td>text </td>
				<td></td>
				<td>Assertion about certainty associated with the propensity\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type</td>
				<td>text </td>
				<td></td>
				<td>allergy | intolerance - Underlying mechanism (if known)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">category</td>
				<td>text </td>
				<td></td>
				<td>food | medication | environment | biologic</td>
			</tr>

			<tr>
				<td style="word-break:break-all">criticality</td>
				<td>text </td>
				<td></td>
				<td>low | high | unable-to-assess</td>
			</tr>

			<tr>
				<td style="word-break:break-all">allergy_intolerance_code_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE_CODE</td>
				<td>ID of the CodeableConcept encoding code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who the sensitivity is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">onset</td>
				<td>text </td>
				<td></td>
				<td>When allergy or intolerance was identified</td>
			</tr>

			<tr>
				<td style="word-break:break-all">recorded_date</td>
				<td>datetime </td>
				<td></td>
				<td>Date first version of the resource instance was recorded</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_occurrence</td>
				<td>datetime </td>
				<td></td>
				<td>Date(/time) of last known occurrence of a reaction</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this AllergyIntolerance is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this record was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this AllergyIntolerance</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_CODE table
		</div>
	<a href="#allergy_intolerance_code-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance codes to AllergyIntolerance</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_CODE_CODING table
		</div>
	<a href="#allergy_intolerance_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">allergy_intolerance_code_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE_CODE</td>
				<td>ID of the AllergyIntolerance Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_IDENTIFIER table
		</div>
	<a href="#allergy_intolerance_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">allergy_intolerance_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE</td>
				<td>ID of the AllergyIntolerance</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_NOTE table
		</div>
	<a href="#allergy_intolerance_note-table" target="_self"></a>
	</h2>
	<p>Text notes associated with the AllergyIntolerance with information about the allergy or intolerance.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">allergy_intolerance_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE</td>
				<td>ID of the AllergyIntolerance</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_reaction-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_REACTION table
		</div>
	<a href="#allergy_intolerance_reaction-table" target="_self"></a>
	</h2>
	<p>Adverse Reaction Events linked to exposure to substance.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">allergy_intolerance_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE</td>
				<td>ID of the AllergyIntolerance</td>
			</tr>

			<tr>
				<td style="word-break:break-all">allergy_intolerance_reaction_manifestation_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE_REACTION_MANIFESTATION</td>
				<td>ID of the AllergyIntolerance reaction manifestation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">onset</td>
				<td>datetime </td>
				<td></td>
				<td>Date(/time) when manifestations showed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">severity</td>
				<td>text </td>
				<td></td>
				<td>mild | moderate | severe (of event as a whole)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_reaction_manifestation-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_REACTION_MANIFESTATION table
		</div>
	<a href="#allergy_intolerance_reaction_manifestation-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance reaction manifestation to AllergyIntolerance reaction</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of reaction manifestation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the reaction manifestation</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="allergy_intolerance_reaction_manifestation_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ALLERGY_INTOLERANCE_REACTION_MANIFESTATION_CODING table
		</div>
	<a href="#allergy_intolerance_reaction_manifestation_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance reaction manifestation to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">allergy_intolerance_reaction_manifestation_id</td>
				<td>varchar </td>
				<td>ALLERGY_INTOLERANCE_REACTION_MANIFESTATION</td>
				<td>ID of the AllergyIntolerance reaction manifestation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT table
		</div>
	<a href="#appointment-table" target="_self"></a>
	</h2>
	<p>A FHIR Appointment represents a booking of a healthcare event among patient(s)\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Appointment. This indicates whether this Appointment has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist</td>
			</tr>

			<tr>
				<td style="word-break:break-all">appointment_type_id</td>
				<td>varchar </td>
				<td>APPOINTMENT_TYPE</td>
				<td>Id of the Appointment Type encoding the style of appointment or patient that has been booked in the slot (not service type).</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reason_reference_condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of a Condition that is the reason the appointment is to take place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reason_reference_display</td>
				<td>text </td>
				<td></td>
				<td>Display of a reason reference the appointment is to take place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">description</td>
				<td>text </td>
				<td></td>
				<td>Shown on a subject line in a meeting request\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">start_time</td>
				<td>datetime </td>
				<td></td>
				<td>When appointment is to take place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">end_time</td>
				<td>datetime </td>
				<td></td>
				<td>When appointment is to conclude</td>
			</tr>

			<tr>
				<td style="word-break:break-all">minutes_duration</td>
				<td>int </td>
				<td></td>
				<td>Can be less than start/end (e.g. estimate)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created</td>
				<td>timestamp </td>
				<td></td>
				<td>The date that this appointment was initially created</td>
			</tr>

			<tr>
				<td style="word-break:break-all">comment</td>
				<td>text </td>
				<td></td>
				<td>Additional comments about the appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">participant_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of a Patient that is the participant involved in appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">participant_patient_status</td>
				<td>text </td>
				<td></td>
				<td>accepted | declined | tentative | needs-action</td>
			</tr>

			<tr>
				<td style="word-break:break-all">participant_patient_required</td>
				<td>text </td>
				<td></td>
				<td>	required | optional | information-only</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Appointment is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Appointment was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_IDENTIFIER table
		</div>
	<a href="#appointment_identifier-table" target="_self"></a>
	</h2>
	<p>Business identifiers assigned to this appointment by the performer or other systems which remain constant as the resource is updated and propagates from server to server.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">appointment_id</td>
				<td>varchar </td>
				<td>APPOINTMENT</td>
				<td>ID of the Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_participant_location-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_PARTICIPANT_LOCATION table
		</div>
	<a href="#appointment_participant_location-table" target="_self"></a>
	</h2>
	<p>List of participants involved in the appointment where the type is Location.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">appointment_id</td>
				<td>varchar </td>
				<td>APPOINTMENT</td>
				<td>ID of the Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>Location that is involved in the appointment.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>accepted | declined | tentative | needs-action</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_participant_practitioner-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_PARTICIPANT_PRACTITIONER table
		</div>
	<a href="#appointment_participant_practitioner-table" target="_self"></a>
	</h2>
	<p>List of participants involved in the appointment where the type is Practitioner.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">appointment_id</td>
				<td>varchar </td>
				<td>APPOINTMENT</td>
				<td>ID of the Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">appointment_participant_practitioner_type_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the CodeableConcept encoding the type of the participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>Practitioner that is involved in the appointment.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">required</td>
				<td>text </td>
				<td></td>
				<td>required | optional | information-only</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>accepted | declined | tentative | needs-action</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_participant_practitioner_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_PARTICIPANT_PRACTITIONER_TYPE table
		</div>
	<a href="#appointment_participant_practitioner_type-table" target="_self"></a>
	</h2>
	<p>Role of participant in the appointment</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the CodeableConcept encoding the type of the participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the CodeableConcept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_participant_practitioner_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_PARTICIPANT_PRACTITIONER_TYPE_CODING table
		</div>
	<a href="#appointment_participant_practitioner_type_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined body site concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">appointment_participant_practitioner_type_id</td>
				<td>varchar </td>
				<td>APPOINTMENT_PARTICIPANT_PRACTITIONER_TYPE</td>
				<td>ID of the CodeableConcept encoding the type of the participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_TYPE table
		</div>
	<a href="#appointment_type-table" target="_self"></a>
	</h2>
	<p>The style of appointment or patient that has been booked in the slot (not service type)</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Appointment</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="appointment_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			APPOINTMENT_TYPE_CODING table
		</div>
	<a href="#appointment_type_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined body site concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">appointment_type_id</td>
				<td>varchar </td>
				<td>APPOINTMENT_TYPE</td>
				<td>ID of the Appointment Type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="binary-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			BINARY table
		</div>
	<a href="#binary-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td></td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="body_site_concept-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			BODY_SITE_CONCEPT table
		</div>
	<a href="#body_site_concept-table" target="_self"></a>
	</h2>
	<p>Representation of the body site where a procedure\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of the body site</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the body site</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="body_site_concept_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			BODY_SITE_CONCEPT_CODING table
		</div>
	<a href="#body_site_concept_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined body site concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">body_site_concept_id</td>
				<td>varchar </td>
				<td>BODY_SITE_CONCEPT</td>
				<td>ID of the body site code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in the syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN table
		</div>
	<a href="#care_plan-table" target="_self"></a>
	</h2>
	<p>A FHIR CarePlan describes the intention of how one or more practitioners intend to deliver care for a particular patient\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this CarePlan. This indicates whether this CarePlan has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the CarePlan. Possible values: 	draft | active | on-hold | revoked | completed | entered-in-error | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">intent</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the intent of the CarePlan. Possible values: proposal | plan | order | option</td>
			</tr>

			<tr>
				<td style="word-break:break-all">title</td>
				<td>text </td>
				<td></td>
				<td>Human-friendly name for the care plan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">description</td>
				<td>text </td>
				<td></td>
				<td>Summary of nature of plan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of a Patient that is a subject to that CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this CarePlan is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this CarePlan was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_activity-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_ACTIVITY table
		</div>
	<a href="#care_plan_activity-table" target="_self"></a>
	</h2>
	<p>Action to occur as part of plan</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar </td>
				<td></td>
				<td>Logical ID (UUID) of the CarePlan Activity</td>
			</tr>

			<tr>
				<td style="word-break:break-all">care_plan_id</td>
				<td>varchar </td>
				<td>CARE_PLAN</td>
				<td>ID of the CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">kind</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Activity. Possible values: Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription</td>
			</tr>

			<tr>
				<td style="word-break:break-all">care_plan_activity_code_id</td>
				<td>varchar </td>
				<td>CARE_PLAN_ACTIVITY_CODE</td>
				<td>ID of the Code encoding detail type of Activity</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Activity. Possible values: not-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">scheduled_period_start</td>
				<td>text </td>
				<td></td>
				<td>The start datetime when activity is to occur</td>
			</tr>

			<tr>
				<td style="word-break:break-all">scheduled_period_end</td>
				<td>text </td>
				<td></td>
				<td>The end datetime when activity is to occur</td>
			</tr>

			<tr>
				<td style="word-break:break-all">scheduled_string</td>
				<td>text </td>
				<td></td>
				<td>when activity is to occur</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>ID of the Location where it should happen</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performer_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner that should perform that Activity</td>
			</tr>

			<tr>
				<td style="word-break:break-all">care_plan_activity_product_id</td>
				<td>varchar </td>
				<td>CARE_PLAN_ACTIVITY_PRODUCT</td>
				<td>ID of the Product encoding what is to be administered/supplied</td>
			</tr>

			<tr>
				<td style="word-break:break-all">daily_amount_value</td>
				<td>int </td>
				<td></td>
				<td>How to consume/day?</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity_unit</td>
				<td>text </td>
				<td></td>
				<td>How much to administer/supply/consume</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity_value</td>
				<td>decimal </td>
				<td></td>
				<td>How much to administer/supply/consume</td>
			</tr>

			<tr>
				<td style="word-break:break-all">description</td>
				<td>text </td>
				<td></td>
				<td>Extra info describing activity to perform</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_activity_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_ACTIVITY_CODE table
		</div>
	<a href="#care_plan_activity_code-table" target="_self"></a>
	</h2>
	<p>This table holds the primary keys of all unique CarePlan activity code groups. The individual codings within each group are in the CARE_PLAN_ACTIVITY_CODE_CODING table.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_activity_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_ACTIVITY_CODE_CODING table
		</div>
	<a href="#care_plan_activity_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation contains the individual coding values for each CarePlan activity code. These are codes for different types of procedures.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_plan_activity_code_id</td>
				<td>varchar </td>
				<td>CARE_PLAN_ACTIVITY_CODE</td>
				<td>ID of the Care Plan Activity Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_activity_product-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_ACTIVITY_PRODUCT table
		</div>
	<a href="#care_plan_activity_product-table" target="_self"></a>
	</h2>
	<p>This table holds the primary keys of all unique CarePlan activity product groups. The individual codings within each group are in the CARE_PLAN_ACTIVITY_PRODUCT_CODING table.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_activity_product_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_ACTIVITY_PRODUCT_CODING table
		</div>
	<a href="#care_plan_activity_product_coding-table" target="_self"></a>
	</h2>
	<p>This relation contains the individual coding values for each product administered/supplied for the CarePlan activity. These are most commonly RxNorm codes.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_plan_activity_product_id</td>
				<td>varchar </td>
				<td>CARE_PLAN_ACTIVITY_PRODUCT</td>
				<td>ID of the Care Plan Activity Product Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_goal-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_GOAL table
		</div>
	<a href="#care_plan_goal-table" target="_self"></a>
	</h2>
	<p>Desired outcome of plan</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_plan_id</td>
				<td>varchar </td>
				<td>CARE_PLAN</td>
				<td>ID of the CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">goal_id</td>
				<td>varchar </td>
				<td>GOAL</td>
				<td>ID of the Goal</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_IDENTIFIER table
		</div>
	<a href="#care_plan_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins CarePlans to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_plan_id</td>
				<td>varchar </td>
				<td>CARE_PLAN</td>
				<td>ID of the CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_plan_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_PLAN_NOTE table
		</div>
	<a href="#care_plan_note-table" target="_self"></a>
	</h2>
	<p>Comments about the plan</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_plan_id</td>
				<td>varchar </td>
				<td>CARE_PLAN</td>
				<td>ID of the CarePlan</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM table
		</div>
	<a href="#care_team-table" target="_self"></a>
	</h2>
	<p>A FHIR CareTeam includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this CareTeam</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this CareTeam. This indicates whether this CareTeam has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>proposed | active | suspended | inactive | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name</td>
				<td>text </td>
				<td></td>
				<td>Name of the team\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>Who care team is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>Encounter created as part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start of the time period the team covers</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End of the time period the team covers</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Patient was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM_IDENTIFIER table
		</div>
	<a href="#care_team_identifier-table" target="_self"></a>
	</h2>
	<p>Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_team_id</td>
				<td>varchar </td>
				<td>CARE_TEAM</td>
				<td>ID of the CareTeam this identifier belongs to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team_participant-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM_PARTICIPANT table
		</div>
	<a href="#care_team_participant-table" target="_self"></a>
	</h2>
	<p>Identifies all people and organizations who are expected to be involved in the care team.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_team_id</td>
				<td>varchar </td>
				<td>CARE_TEAM</td>
				<td>ID of the CareTeam this participant is a member of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">care_team_participant_role_id</td>
				<td>varchar </td>
				<td>CARE_TEAM_PARTICIPANT_ROLE</td>
				<td>ID of the role of participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">member_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>Who is involved</td>
			</tr>

			<tr>
				<td style="word-break:break-all">on_behalf_of_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>Organization of the practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start of the time period of participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End of the time period of participant</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team_participant_role-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM_PARTICIPANT_ROLE table
		</div>
	<a href="#care_team_participant_role-table" target="_self"></a>
	</h2>
	<p>This relation joins care team participant roles to care team participants</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of role</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team_participant_role_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM_PARTICIPANT_ROLE_CODING table
		</div>
	<a href="#care_team_participant_role_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins care team participant roles to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_team_participant_role_id</td>
				<td>varchar </td>
				<td>CARE_TEAM_PARTICIPANT_ROLE</td>
				<td>ID of the care team participant role</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="care_team_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CARE_TEAM_TELECOM table
		</div>
	<a href="#care_team_telecom-table" target="_self"></a>
	</h2>
	<p>A central contact detail for the care team (that applies to all members).</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">care_team_id</td>
				<td>varchar </td>
				<td>CARE_TEAM</td>
				<td>ID of the CareTeam this telecom belongs to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>A contact detail for the care team (that applies to all members)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="codeable_concept-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CODEABLE_CONCEPT table
		</div>
	<a href="#codeable_concept-table" target="_self"></a>
	</h2>
	<p>A CodeableConcept represents a value that is usually supplied by providing a reference to one or more terminologies or ontologies but may also be defined by the provision of text. This is a common pattern in healthcare data.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this concept</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the this concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="codeable_concept_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CODEABLE_CONCEPT_CODING table
		</div>
	<a href="#codeable_concept_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins CodeableConcepts to their associated codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">codeable_concept_id</td>
				<td>varchar </td>
				<td>CODEABLE_CONCEPT</td>
				<td>ID of the CodeableConcept</td>
			</tr>

			<tr>
				<td style="word-break:break-all">coding_id</td>
				<td>varchar </td>
				<td>CODING</td>
				<td>ID of the coding</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CODING table
		</div>
	<a href="#coding-table" target="_self"></a>
	</h2>
	<p>A Coding is a representation of a defined concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this Coding</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Version of the system\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in the syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">user_selected</td>
				<td>tinyint </td>
				<td></td>
				<td>Whether this coding was chosen directly by the user</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION table
		</div>
	<a href="#condition-table" target="_self"></a>
	</h2>
	<p>A FHIR Condition represents a clinical condition\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Condition. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>IDENTIFIER</td>
				<td>Logical ID (UUID) of the Condition. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Condition. This indicates whether this Condition has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">clinical_status</td>
				<td>text </td>
				<td></td>
				<td>The status of the Condition (active | recurrence | relapse | inactive | remission | resolved)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">verification_status</td>
				<td>text </td>
				<td></td>
				<td>The verification status of the Condition (unconfirmed | provisional | differential | confirmed | refuted | entered-in-error)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_category_id</td>
				<td>varchar </td>
				<td>CONDITION_CATEGORY</td>
				<td>ID of the Condition Category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_code_id</td>
				<td>varchar </td>
				<td>CONDITION_CODE</td>
				<td>ID of the Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_cci</td>
				<td>text </td>
				<td></td>
				<td>CCI code of Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ccs</td>
				<td>text </td>
				<td></td>
				<td>Condition’s CCS category based on the Clinical Classifications Software Refined (CCSR) aggregation of ICD-10-CM/PCS codes into clinically meaningful categories\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_hcc</td>
				<td>text </td>
				<td></td>
				<td>HCC code of Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_icd10cm</td>
				<td>text </td>
				<td></td>
				<td>ICD-10-CM code of Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_snomed</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Display value of Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who has the Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter created as part of the Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">onset</td>
				<td>datetime </td>
				<td></td>
				<td>Onset of the Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">abatement</td>
				<td>datetime </td>
				<td></td>
				<td>When the Condition was abated</td>
			</tr>

			<tr>
				<td style="word-break:break-all">recorded_date</td>
				<td>datetime </td>
				<td></td>
				<td>Date Condition was first recorded</td>
			</tr>

			<tr>
				<td style="word-break:break-all">recorder_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner who recorded the condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">asserter_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner who asserted the condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Condition is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Condition was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_category-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_CATEGORY table
		</div>
	<a href="#condition_category-table" target="_self"></a>
	</h2>
	<p>This relation joins Condition Category to Condition</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Condition Category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the Condition Category</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_category_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_CATEGORY_CODING table
		</div>
	<a href="#condition_category_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Conditions to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">condition_category_id</td>
				<td>varchar </td>
				<td>CONDITION_CATEGORY</td>
				<td>ID of the Condition Category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_CODE table
		</div>
	<a href="#condition_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Conditions Code to Condition</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the Condition Code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_CODE_CODING table
		</div>
	<a href="#condition_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Conditions Code to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">condition_code_id</td>
				<td>varchar </td>
				<td>CONDITION_CODE</td>
				<td>ID of the Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_IDENTIFIER table
		</div>
	<a href="#condition_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Conditions to identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="condition_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONDITION_NOTE table
		</div>
	<a href="#condition_note-table" target="_self"></a>
	</h2>
	<p>Text notes associated with the Condition with information about who made the statement and when.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">time</td>
				<td>datetime </td>
				<td></td>
				<td>When the annotation was made</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT table
		</div>
	<a href="#consent-table" target="_self"></a>
	</h2>
	<p>A FHIR Consent is a record of a healthcare consumer’s choices\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Consent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the Consent.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>draft | proposed | active | rejected | inactive | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">consent_category_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the category encoding the category that this consent belongs to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who the consent is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">consent_policy_rule_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the policy rule encoding the policy that this consent is based on</td>
			</tr>

			<tr>
				<td style="word-break:break-all">verified</td>
				<td>tinyint </td>
				<td></td>
				<td>Is consent verified</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Consent is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this record was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Consent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_category-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_CATEGORY table
		</div>
	<a href="#consent_category-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent Categories to Consents</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_category_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_CATEGORY_CODING table
		</div>
	<a href="#consent_category_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent Categories to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_category_id</td>
				<td>varchar </td>
				<td>CONSENT_CATEGORY</td>
				<td>ID of the Consent category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_IDENTIFIER table
		</div>
	<a href="#consent_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_id</td>
				<td>varchar </td>
				<td>CONSENT</td>
				<td>ID of the Consent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_policy_rule-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_POLICY_RULE table
		</div>
	<a href="#consent_policy_rule-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent Policy Rules to Consents</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_policy_rule_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_POLICY_RULE_CODING table
		</div>
	<a href="#consent_policy_rule_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent Policu Rules to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_policy_rule_id</td>
				<td>varchar </td>
				<td>CONSENT_POLICY_RULE</td>
				<td>ID of the Consent Policy Rule</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_provision_actor-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_PROVISION_ACTOR table
		</div>
	<a href="#consent_provision_actor-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent to Actor</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_id</td>
				<td>varchar </td>
				<td>CONSENT</td>
				<td>ID of the Consent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">consent_provision_actor_role_id</td>
				<td>varchar </td>
				<td>CONSENT_PROVISION_ACTOR_ROLE</td>
				<td>ID of the role encoding the role of the actor</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reference_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner who is the actor</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_provision_actor_role-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_PROVISION_ACTOR_ROLE table
		</div>
	<a href="#consent_provision_actor_role-table" target="_self"></a>
	</h2>
	<p>This relation joins consent provision actor roles to Consent provision actors</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_provision_actor_role_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_PROVISION_ACTOR_ROLE_CODING table
		</div>
	<a href="#consent_provision_actor_role_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins consent provision actor roles to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_provision_actor_role_id</td>
				<td>varchar </td>
				<td>CONSENT_PROVISION_ACTOR_ROLE</td>
				<td>ID of the Consent provision actor role</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="consent_verification-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONSENT_VERIFICATION table
		</div>
	<a href="#consent_verification-table" target="_self"></a>
	</h2>
	<p>This relation joins Consent to Verification</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">consent_id</td>
				<td>varchar </td>
				<td>CONSENT</td>
				<td>ID of the Consent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">verified</td>
				<td>tinyint </td>
				<td></td>
				<td>Has been verified</td>
			</tr>

			<tr>
				<td style="word-break:break-all">verification_date</td>
				<td>datetime </td>
				<td></td>
				<td>When this Consent was verified</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="contact_point-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			CONTACT_POINT table
		</div>
	<a href="#contact_point-table" target="_self"></a>
	</h2>
	<p>Details for all kinds of technology-mediated contact points for a person or organization\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Contact Point</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>phone | fax | email | pager | url | sms | other</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value</td>
				<td>text </td>
				<td></td>
				<td>The actual contact point details</td>
			</tr>

			<tr>
				<td style="word-break:break-all">use</td>
				<td>text </td>
				<td></td>
				<td>home | work | temp | old | mobile - purpose of this contact point</td>
			</tr>

			<tr>
				<td style="word-break:break-all">rank</td>
				<td>int </td>
				<td></td>
				<td>Specify preferred order of use (1 = highest)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start of time period when contact point is/was in use</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>datetime </td>
				<td></td>
				<td>End of time period when contact point is/was in use</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coverage-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			COVERAGE table
		</div>
	<a href="#coverage-table" target="_self"></a>
	</h2>
	<p>A FHIR Coverage represents a financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Coverage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Coverage. This indicates whether this Coverage has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Coverage. Possible values: active | cancelled | draft | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">coverage_type_id</td>
				<td>varchar </td>
				<td>COVERAGE_TYPE</td>
				<td>ID of the type expressing the specific Coverage category such as medical or accident</td>
			</tr>

			<tr>
				<td style="word-break:break-all">policy_holder_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient that is an owner of the policy</td>
			</tr>

			<tr>
				<td style="word-break:break-all">policy_holder_related_person_id</td>
				<td>varchar </td>
				<td>RELATED_PERSON</td>
				<td>ID of the RelatedPerson that is an owner of the policy</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subscriber_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient that is a subscriber to the policy</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subscriber_id</td>
				<td>text </td>
				<td></td>
				<td>ID assigned to the subscriber</td>
			</tr>

			<tr>
				<td style="word-break:break-all">beneficiary_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>Plan beneficiary</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dependent</td>
				<td>text </td>
				<td></td>
				<td>Dependent number</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>datetime </td>
				<td></td>
				<td>Coverage start date</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>datetime </td>
				<td></td>
				<td>Coverage end date</td>
			</tr>

			<tr>
				<td style="word-break:break-all">rank_order</td>
				<td>int </td>
				<td></td>
				<td>Relative order of the coverage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Coverage is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Coverage was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Coverage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coverage_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			COVERAGE_IDENTIFIER table
		</div>
	<a href="#coverage_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Coverage to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">coverage_id</td>
				<td>varchar </td>
				<td>COVERAGE</td>
				<td>ID of the Coverage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coverage_payor-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			COVERAGE_PAYOR table
		</div>
	<a href="#coverage_payor-table" target="_self"></a>
	</h2>
	<p>Issuer of the policy</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">coverage_id</td>
				<td>varchar </td>
				<td>COVERAGE</td>
				<td>ID of the Coverage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coverage_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			COVERAGE_TYPE table
		</div>
	<a href="#coverage_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Coverage types to Coverages</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="coverage_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			COVERAGE_TYPE_CODING table
		</div>
	<a href="#coverage_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Coverage types to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">coverage_type_id</td>
				<td>varchar </td>
				<td>COVERAGE_TYPE</td>
				<td>ID of the Coverage type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE table
		</div>
	<a href="#device-table" target="_self"></a>
	</h2>
	<p>Item used in healthcare.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the Device.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>Status of the Device active | inactive | entered-in-error | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient to whom Device is affixed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Device was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_IDENTIFIER table
		</div>
	<a href="#device_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Device to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_name-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_NAME table
		</div>
	<a href="#device_name-table" target="_self"></a>
	</h2>
	<p>This relation joins Device to the name of the device as given by the manufacturer</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name</td>
				<td>text </td>
				<td></td>
				<td>The name of the device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type</td>
				<td>text </td>
				<td></td>
				<td>The type of the device name: udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_NOTE table
		</div>
	<a href="#device_note-table" target="_self"></a>
	</h2>
	<p>This relation joins Device to the note - Device notes and comments</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_specialization_system_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_SPECIALIZATION_SYSTEM_TYPE table
		</div>
	<a href="#device_specialization_system_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Device Specialization System Types to Devices</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_specialization_system_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_SPECIALIZATION_SYSTEM_TYPE_CODING table
		</div>
	<a href="#device_specialization_system_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins AllergyIntolerance codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_specialization_system_type_id</td>
				<td>varchar </td>
				<td>DEVICE_SPECIALIZATION_SYSTEM_TYPE</td>
				<td>ID of the Device Specialization System Type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_udi_carrier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_UDI_CARRIER table
		</div>
	<a href="#device_udi_carrier-table" target="_self"></a>
	</h2>
	<p>This relation joins Device to Unique Device Identifier (UDI) Barcode string</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">device_identifier</td>
				<td>text </td>
				<td></td>
				<td>Mandatory fixed portion of UDI</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_use_statement-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_USE_STATEMENT table
		</div>
	<a href="#device_use_statement-table" target="_self"></a>
	</h2>
	<p>A FHIR DeviceUseStatement represents a record of a device being used by a patient where the record is the result of a report from the patient or another clinician.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the DeviceUseStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this DeviceUseStatement. This indicates whether this DeviceUseStatement has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>active | completed | entered-in-error | intended | stopped | on-hold</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>Patient using device</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start of the period for how often the device was used</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End of the period for how often the device was used</td>
			</tr>

			<tr>
				<td style="word-break:break-all">recorded_on</td>
				<td>datetime </td>
				<td></td>
				<td>When statement was recorded</td>
			</tr>

			<tr>
				<td style="word-break:break-all">source_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>Who made the statement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>What device was used</td>
			</tr>

			<tr>
				<td style="word-break:break-all">body_site_concept_id</td>
				<td>varchar </td>
				<td>BODY_SITE_CONCEPT</td>
				<td>Target body site</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this DeviceUseStatement is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this DeviceUseStatement was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this DeviceUseStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_use_statement_derived_from-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_USE_STATEMENT_DERIVED_FROM table
		</div>
	<a href="#device_use_statement_derived_from-table" target="_self"></a>
	</h2>
	<p>Allows linking the DeviceUseStatement to the underlying Request\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_use_statement_id</td>
				<td>varchar </td>
				<td>DEVICE_USE_STATEMENT</td>
				<td>ID of the DeviceUseStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">procedure_id</td>
				<td>varchar </td>
				<td>PROCEDURE</td>
				<td>Procedure that holds supporting information for the DeviceUseStatement.</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="device_use_statement_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DEVICE_USE_STATEMENT_IDENTIFIER table
		</div>
	<a href="#device_use_statement_identifier-table" target="_self"></a>
	</h2>
	<p>An external identifier for this statement such as an IRI.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">device_use_statement_id</td>
				<td>varchar </td>
				<td>DEVICE_USE_STATEMENT</td>
				<td>ID of the DeviceUseStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT table
		</div>
	<a href="#diagnostic_report-table" target="_self"></a>
	</h2>
	<p>A FHIR DiagnosticReport represents the findings and interpretation of diagnostic tests performed on patients\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the DiagnosticReport</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this DiagnosticReport. This indicates whether this DiagnosticReport has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the DiagnosticReport. Possible values: registered | partial | preliminary | final</td>
			</tr>

			<tr>
				<td style="word-break:break-all">diagnostic_report_code_id</td>
				<td>varchar </td>
				<td>DIAGNOSTIC_REPORT_CODE</td>
				<td>Name/Code for this diagnostic report.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>The subject of the report.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>Health care event when test ordered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start time (inclusive) of the clinically relevant time-period for report.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_end</td>
				<td>datetime </td>
				<td></td>
				<td>End time (inclusive) of the clinically relevant time-period for report.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">issued</td>
				<td>datetime </td>
				<td></td>
				<td>DateTime this version was made</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this DiagnosticReport is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this DiagnosticReport was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this DiagnosticReport</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT_CODE table
		</div>
	<a href="#diagnostic_report_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Diagnostic Report codes to Diagnostic Report</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT_CODE_CODING table
		</div>
	<a href="#diagnostic_report_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Diagnostic Report codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">diagnostic_report_code_id</td>
				<td>varchar </td>
				<td>DIAGNOSTIC_REPORT_CODE</td>
				<td>ID of the Diagnostic Report Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT_IDENTIFIER table
		</div>
	<a href="#diagnostic_report_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins DiagnosticReports to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">diagnostic_report_id</td>
				<td>varchar </td>
				<td>DIAGNOSTIC_REPORT</td>
				<td>ID of the DiagnosticReport</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report_performer-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT_PERFORMER table
		</div>
	<a href="#diagnostic_report_performer-table" target="_self"></a>
	</h2>
	<p>Responsible Diagnostic Service</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">diagnostic_report_id</td>
				<td>varchar </td>
				<td>DIAGNOSTIC_REPORT</td>
				<td>ID of the DiagnosticReport</td>
			</tr>

			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="diagnostic_report_result-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DIAGNOSTIC_REPORT_RESULT table
		</div>
	<a href="#diagnostic_report_result-table" target="_self"></a>
	</h2>
	<p>This relation joins DiagnosticReports to Observations</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">diagnostic_report_id</td>
				<td>varchar </td>
				<td>DIAGNOSTIC_REPORT</td>
				<td>ID of the DiagnosticReport</td>
			</tr>

			<tr>
				<td style="word-break:break-all">observation_id</td>
				<td>varchar </td>
				<td>OBSERVATION</td>
				<td>ID of the Observation</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE table
		</div>
	<a href="#document_reference-table" target="_self"></a>
	</h2>
	<p>A FHIR DocumentReference represents a reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this DocumentReference</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the DocumentReference. This indicates whether this DocumentReference has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">narrative</td>
				<td>text </td>
				<td></td>
				<td>Clinical narrative of the DocumentReference</td>
			</tr>

			<tr>
				<td style="word-break:break-all">master_identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Master Version Specific Identifier</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>current | superseded | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">doc_status</td>
				<td>text </td>
				<td></td>
				<td>preliminary | final | amended | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">document_reference_type_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE_TYPE</td>
				<td>ID of the type encoding the kind of document (LOINC if possible)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_loinc</td>
				<td>text </td>
				<td></td>
				<td>LOINC type of document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>Who/what is the subject of the document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_date</td>
				<td>datetime </td>
				<td></td>
				<td>When this document reference was created</td>
			</tr>

			<tr>
				<td style="word-break:break-all">author_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner that is author of given document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">author_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization that is author of given document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">author_device_id</td>
				<td>varchar </td>
				<td>DEVICE</td>
				<td>ID of the Device that is author of given document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">custodian_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>Organization which maintains the document</td>
			</tr>

			<tr>
				<td style="word-break:break-all">description</td>
				<td>text </td>
				<td></td>
				<td>Human-readable description</td>
			</tr>

			<tr>
				<td style="word-break:break-all">confidentiality</td>
				<td>text </td>
				<td></td>
				<td>Code indicating the confidentiality level of the DocumentReference.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">confidentiality_display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the confidentiality level of the DocumentReference.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>Context of the document content</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_display</td>
				<td>text </td>
				<td></td>
				<td>Display of context of the document content</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>text </td>
				<td></td>
				<td>Start of the time of service that is being documented</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>text </td>
				<td></td>
				<td>End of the time of service that is being documented</td>
			</tr>

			<tr>
				<td style="word-break:break-all">facility_type</td>
				<td>text </td>
				<td></td>
				<td>Kind of facility where patient was seen</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Patient was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_category-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_CATEGORY table
		</div>
	<a href="#document_reference_category-table" target="_self"></a>
	</h2>
	<p>This relation joins Document Reference categories to DocumentReference</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">document_reference_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE</td>
				<td>ID of DocumentReference</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_loinc</td>
				<td>text </td>
				<td></td>
				<td>LOINC code of category</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_category_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_CATEGORY_CODING table
		</div>
	<a href="#document_reference_category_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins DocumentReference category to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">document_reference_category_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE_CATEGORY</td>
				<td>ID of the DocumentReference Category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_IDENTIFIER table
		</div>
	<a href="#document_reference_identifier-table" target="_self"></a>
	</h2>
	<p>Other identifiers associated with the document\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">document_reference_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE</td>
				<td>ID of the DocumentReference this identifier belongs to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_relates_to-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_RELATES_TO table
		</div>
	<a href="#document_reference_relates_to-table" target="_self"></a>
	</h2>
	<p>Relationships that this document has with other document references that already exist.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">document_reference_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE</td>
				<td>ID of the DocumentReference this relates to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">relationship_type</td>
				<td>text </td>
				<td></td>
				<td>replaces | transforms | signs | appends</td>
			</tr>

			<tr>
				<td style="word-break:break-all">parent_document_reference_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE</td>
				<td>ID of the DocumentReference that is the target of the relationship</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_loinc</td>
				<td>text </td>
				<td></td>
				<td>The LOINC code of the relationship.</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_TYPE table
		</div>
	<a href="#document_reference_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Document Reference types to DocumentReference</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="document_reference_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOCUMENT_REFERENCE_TYPE_CODING table
		</div>
	<a href="#document_reference_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins DocumentReference types to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">document_reference_type_id</td>
				<td>varchar </td>
				<td>DOCUMENT_REFERENCE_TYPE</td>
				<td>ID of the DocumentReference type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="dosage-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOSAGE table
		</div>
	<a href="#dosage-table" target="_self"></a>
	</h2>
	<p>Instructions for how a medication should be taken.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Dosage</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Free text dosage instructions e.g. SIG</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_repeat_period_unit</td>
				<td>text </td>
				<td></td>
				<td>Unit for the timing schedule for when the medication should be administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_repeat_bounds_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start of when medication should be administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_repeat_bounds_end</td>
				<td>datetime </td>
				<td></td>
				<td>End of when medication should be administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">timing_period</td>
				<td>decimal </td>
				<td></td>
				<td>Indicates the duration of time over which repetitions are to occur</td>
			</tr>

			<tr>
				<td style="word-break:break-all">route_concept_id</td>
				<td>varchar </td>
				<td>ROUTE_CONCEPT</td>
				<td>ID of the CodeableConcept that expresses how the drug should enter body</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_method_id</td>
				<td>varchar </td>
				<td>DOSAGE_METHOD</td>
				<td>ID of the CodeableConcept that expresses the technique for administering medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">additional_instruction_display</td>
				<td>text </td>
				<td></td>
				<td>Supplemental instruction or warnings to the patient - e.g. "with meals"\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dose_quantity_unit</td>
				<td>text </td>
				<td></td>
				<td>Unit of the amount of medication per dose</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dose_quantity_value</td>
				<td>decimal </td>
				<td></td>
				<td>Amount of medication per dose</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="dosage_method-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOSAGE_METHOD table
		</div>
	<a href="#dosage_method-table" target="_self"></a>
	</h2>
	<p>This relation joins Dosage method to Dosage</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the method</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of method</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="dosage_method_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			DOSAGE_METHOD_CODING table
		</div>
	<a href="#dosage_method_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Dosage method to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">dosage_method_id</td>
				<td>varchar </td>
				<td>DOSAGE_METHOD</td>
				<td>ID of the Dosage method</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>The identification system that defines the codes</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>The code that identifies the concept</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>The text that represents the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER table
		</div>
	<a href="#encounter-table" target="_self"></a>
	</h2>
	<p>A FHIR Encounter represents an interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Encounter. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Encounter. This indicates whether this Encounter has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Encounter. Can be planned | arrived | triaged | in-progress | onleave | finished | cancelled</td>
			</tr>

			<tr>
				<td style="word-break:break-all">class_code</td>
				<td>text </td>
				<td></td>
				<td>Classification of patient encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_display</td>
				<td>text </td>
				<td></td>
				<td>Display of the specific type of encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_type_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the CodeableConcept expressing the type of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient present at the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start time (inclusive) of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End time (inclusive) of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">length_minutes</td>
				<td>int </td>
				<td></td>
				<td>Length of time (in minutes) that the Encounter lasted</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_hospitalization_discharge_disposition_id</td>
				<td>varchar </td>
				<td>ENCOUNTER_HOSPITALIZATION_DISCHARGE_DISPOSITION</td>
				<td>ID of the CodeableConcept encoding the category or kind of location after discharge</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Location where the Encounter took place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">service_provider_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization (facility) responsible for this Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Encounter is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Encounter was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_adt-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_ADT table
		</div>
	<a href="#encounter_adt-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the Encounter.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Encounter. Can be planned | arrived | triaged | in-progress | onleave | finished | cancelled</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start time (inclusive) of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>datetime </td>
				<td></td>
				<td>End time (inclusive) of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">class_code</td>
				<td>text </td>
				<td></td>
				<td>Code indicating the encounter class. Values come from the code system http://terminology.hl7.org/CodeSystem/class-coding</td>
			</tr>

			<tr>
				<td style="word-break:break-all">class_display</td>
				<td>text </td>
				<td></td>
				<td>Display text for the encounter class</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_code_icd10</td>
				<td>text </td>
				<td></td>
				<td>ICD-10 code of the condition associated with this encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_code_text</td>
				<td>text </td>
				<td></td>
				<td>Human-readable text of the condition associated with this encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">service_type_code</td>
				<td>text </td>
				<td></td>
				<td>Vendor-specific code of the service type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">service_type_text</td>
				<td>text </td>
				<td></td>
				<td>Human-readable text of the service type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_name</td>
				<td>text </td>
				<td></td>
				<td>Name of the location as used by humans</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_address_line</td>
				<td>text </td>
				<td></td>
				<td>Street name\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_address_state</td>
				<td>text </td>
				<td></td>
				<td>State of physical location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code of physical location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Encounter is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Encounter was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_diagnosis-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_DIAGNOSIS table
		</div>
	<a href="#encounter_diagnosis-table" target="_self"></a>
	</h2>
	<p>The list of diagnoss relevant to Encounters</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Condition relevant to the encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">rank</td>
				<td>int </td>
				<td></td>
				<td>Ranking of the diagnosis (for each role type)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">use_code</td>
				<td>text </td>
				<td></td>
				<td>role that this diagnosis has within the encounter (e.g. admission\</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_hospitalization_discharge_disposition-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_HOSPITALIZATION_DISCHARGE_DISPOSITION table
		</div>
	<a href="#encounter_hospitalization_discharge_disposition-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter Hospitalization Discharge Disposition to Encounter.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Encounter Hospitalization Discharge Disposition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_hospitalization_discharge_disposition_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_HOSPITALIZATION_DISCHARGE_DISPOSITION_CODING table
		</div>
	<a href="#encounter_hospitalization_discharge_disposition_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter Hospitalization Discharge Disposition to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_hospitalization_discharge_disposition_id</td>
				<td>varchar </td>
				<td>ENCOUNTER_HOSPITALIZATION_DISCHARGE_DISPOSITION</td>
				<td>ID of the Encounter Hospitalization Discharge Disposition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_IDENTIFIER table
		</div>
	<a href="#encounter_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounters to identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_participant-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_PARTICIPANT table
		</div>
	<a href="#encounter_participant-table" target="_self"></a>
	</h2>
	<p>An Encounter Participant represents the list of people involved in the Encounter.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_participant_type_id</td>
				<td>varchar </td>
				<td>ENCOUNTER_PARTICIPANT_TYPE</td>
				<td>ID of the Encounter Participant Type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start time (inclusive) of the participant being involved in the Encounter.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End time (inclusive) of the participant being involved in the Encounter.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">individual_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Participant who was involved in the Encounter</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_participant_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_PARTICIPANT_TYPE table
		</div>
	<a href="#encounter_participant_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter Participant Type to Encounter.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter Participant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_participant_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_PARTICIPANT_TYPE_CODING table
		</div>
	<a href="#encounter_participant_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter Participant Type to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_participant_type_id</td>
				<td>varchar </td>
				<td>ENCOUNTER_PARTICIPANT_TYPE</td>
				<td>ID of the Encounter Participant Type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_reason_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_REASON_CODE table
		</div>
	<a href="#encounter_reason_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounters to the Reason code.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">snomed</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">icd10cm</td>
				<td>text </td>
				<td></td>
				<td>ICD-10-CM code of Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">icd9cm</td>
				<td>text </td>
				<td></td>
				<td>ICD-9-CM code of Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_TYPE table
		</div>
	<a href="#encounter_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter Type to Encounter.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="encounter_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ENCOUNTER_TYPE_CODING table
		</div>
	<a href="#encounter_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Encounter types to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">encounter_type_id</td>
				<td>varchar </td>
				<td>ENCOUNTER_TYPE</td>
				<td>ID of the Encounter type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">user_selected</td>
				<td>tinyint </td>
				<td></td>
				<td>If this coding was chosen directly by the user</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY table
		</div>
	<a href="#family_member_history-table" target="_self"></a>
	</h2>
	<p>Information about patients relatives\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the FamilyMemberHistory</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the FamilyMemberHistory.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>partial | completed | entered-in-error | health-unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who history is about</td>
			</tr>

			<tr>
				<td style="word-break:break-all">date</td>
				<td>datetime </td>
				<td></td>
				<td>When history was recorded or last updated</td>
			</tr>

			<tr>
				<td style="word-break:break-all">family_member_history_relationship_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY_RELATIONSHIP</td>
				<td>ID of the relationship of the relative to the patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">sex</td>
				<td>varchar </td>
				<td></td>
				<td>The birth sex of the family member: male | female | other | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">born_date</td>
				<td>datetime </td>
				<td></td>
				<td>(approximate) date of birth</td>
			</tr>

			<tr>
				<td style="word-break:break-all">deceased</td>
				<td>tinyint </td>
				<td></td>
				<td>Whether the subject is dead or not</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this FamilyMemberHistory is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this record was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this FamilyMemberHistory</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_condition-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_CONDITION table
		</div>
	<a href="#family_member_history_condition-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory to the Condition</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">family_member_history_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY</td>
				<td>ID of the FamilyMemberHistory</td>
			</tr>

			<tr>
				<td style="word-break:break-all">family_member_history_condition_code_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY_CONDITION_CODE</td>
				<td>ID of the FamilyMemberHistory Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contributed_to_death</td>
				<td>tinyint </td>
				<td></td>
				<td>Whether the condition contributed to the cause of death</td>
			</tr>

			<tr>
				<td style="word-break:break-all">onset_age</td>
				<td>decimal </td>
				<td></td>
				<td>When condition first manifested</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_condition_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_CONDITION_CODE table
		</div>
	<a href="#family_member_history_condition_code-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory condition codes to FamilyMemberHistory Condition</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_condition_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_CONDITION_CODE_CODING table
		</div>
	<a href="#family_member_history_condition_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory condition codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">family_member_history_condition_code_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY_CONDITION_CODE</td>
				<td>ID of the FamilyMemberHistory Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_IDENTIFIER table
		</div>
	<a href="#family_member_history_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">family_member_history_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY</td>
				<td>ID of the FamilyMemberHistory</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_NOTE table
		</div>
	<a href="#family_member_history_note-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory to the note - general note about related person</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">family_member_history_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY</td>
				<td>ID of the FamilyMemberHistory</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_relationship-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_RELATIONSHIP table
		</div>
	<a href="#family_member_history_relationship-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory relationships to FamilyMemberHistory</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="family_member_history_relationship_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			FAMILY_MEMBER_HISTORY_RELATIONSHIP_CODING table
		</div>
	<a href="#family_member_history_relationship_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins FamilyMemberHistory relationships to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">family_member_history_code_id</td>
				<td>varchar </td>
				<td>FAMILY_MEMBER_HISTORY_RELATIONSHIP</td>
				<td>ID of the FamilyMemberHistory Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL table
		</div>
	<a href="#goal-table" target="_self"></a>
	</h2>
	<p>Describes the intended objective(s) for a patient\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Goal</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the Goal.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">goal_description_id</td>
				<td>varchar </td>
				<td>GOAL_DESCRIPTION</td>
				<td>ID of the Description encoding the code or text describing goal</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who the goal is intended for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">start_date</td>
				<td>datetime </td>
				<td></td>
				<td>When goal pursuit begins</td>
			</tr>

			<tr>
				<td style="word-break:break-all">expressed_by_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner who the goal is intended for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Goal is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this record was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Goal</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_description-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_DESCRIPTION table
		</div>
	<a href="#goal_description-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal Descriptions to Goal</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_description_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_DESCRIPTION_CODING table
		</div>
	<a href="#goal_description_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal descriptions to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">goal_description_id</td>
				<td>varchar </td>
				<td>GOAL_DESCRIPTION</td>
				<td>ID of the goal Description</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_IDENTIFIER table
		</div>
	<a href="#goal_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">goal_id</td>
				<td>varchar </td>
				<td>GOAL</td>
				<td>ID of the Goal</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_target-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_TARGET table
		</div>
	<a href="#goal_target-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal to target outcome for the goal</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">goal_id</td>
				<td>varchar </td>
				<td>GOAL</td>
				<td>ID of the Goal</td>
			</tr>

			<tr>
				<td style="word-break:break-all">goal_target_measure_id</td>
				<td>varchar </td>
				<td>GOAL_TARGET_MEASURE</td>
				<td>ID of the Measure encoding the parameter whose value is being tracked</td>
			</tr>

			<tr>
				<td style="word-break:break-all">detail_string</td>
				<td>text </td>
				<td></td>
				<td>The target value of the parameter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">due_date</td>
				<td>datetime </td>
				<td></td>
				<td>When target is to be achieved</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_target_measure-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_TARGET_MEASURE table
		</div>
	<a href="#goal_target_measure-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal Target Measure to Goal Target</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="goal_target_measure_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			GOAL_TARGET_MEASURE_CODING table
		</div>
	<a href="#goal_target_measure_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Goal Target measures to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">goal_target_measure_id</td>
				<td>varchar </td>
				<td>GOAL_TARGET_MEASURE</td>
				<td>ID of the goal target Measure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="human_name-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			HUMAN_NAME table
		</div>
	<a href="#human_name-table" target="_self"></a>
	</h2>
	<p>A name of a human with text\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the name</td>
			</tr>

			<tr>
				<td style="word-break:break-all">use</td>
				<td>text </td>
				<td></td>
				<td>usual | official | temp | nickname | anonymous | old | maiden</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text</td>
				<td>text </td>
				<td></td>
				<td>Text representation of the full name</td>
			</tr>

			<tr>
				<td style="word-break:break-all">family</td>
				<td>text </td>
				<td></td>
				<td>Family name (often called "Surname")</td>
			</tr>

			<tr>
				<td style="word-break:break-all">prefix_1</td>
				<td>text </td>
				<td></td>
				<td>The first of the parts that come before the name</td>
			</tr>

			<tr>
				<td style="word-break:break-all">suffix_1</td>
				<td>text </td>
				<td></td>
				<td>The first of the parts that come after the name</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start of time period when name is/was in use</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>datetime </td>
				<td></td>
				<td>End of time period when name is/was in use</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="human_name_given-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			HUMAN_NAME_GIVEN table
		</div>
	<a href="#human_name_given-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">human_name_id</td>
				<td>varchar </td>
				<td>HUMAN_NAME</td>
				<td>ID of the name</td>
			</tr>

			<tr>
				<td style="word-break:break-all">given</td>
				<td>text </td>
				<td></td>
				<td>Given names (not always "first"). Includes middle names</td>
			</tr>

			<tr>
				<td style="word-break:break-all">given_index</td>
				<td>int </td>
				<td></td>
				<td>Index for presenting the name\</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IDENTIFIER table
		</div>
	<a href="#identifier-table" target="_self"></a>
	</h2>
	<p>An identifier is a string associated with a single object or entity within a given system\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this identifier</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>The namespace for the identifier value</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value</td>
				<td>text </td>
				<td></td>
				<td>The value that is unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">use</td>
				<td>text </td>
				<td></td>
				<td>The purpose of this identifier</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_display</td>
				<td>varchar </td>
				<td></td>
				<td>Description of identifier in plain text\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_code</td>
				<td>varchar </td>
				<td></td>
				<td>Description of identifier as a code\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">assigner_display</td>
				<td>text </td>
				<td></td>
				<td>Display of the organization that issued id</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION table
		</div>
	<a href="#immunization-table" target="_self"></a>
	</h2>
	<p>A FHIR Immunization represents the event of a patient being administered a vaccine or a record of an immunization as reported by a patient\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Immunization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Immunization. This indicates whether this Immunization has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the Immunization. Possible values: completed | entered-in-error | not-done</td>
			</tr>

			<tr>
				<td style="word-break:break-all">immunization_status_reason_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION_STATUS_REASON</td>
				<td>ID of the CodeableConcept of the reason not done</td>
			</tr>

			<tr>
				<td style="word-break:break-all">immunization_vaccine_code_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION_VACCINE_CODE</td>
				<td>ID of the CodeableConcept of the vaccine product administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who was immunized</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter immunization was part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">occurrence</td>
				<td>timestamp </td>
				<td></td>
				<td>Vaccine administration date</td>
			</tr>

			<tr>
				<td style="word-break:break-all">manufacturer_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>Vaccine manufacturer</td>
			</tr>

			<tr>
				<td style="word-break:break-all">lot_number</td>
				<td>text </td>
				<td></td>
				<td>Vaccine lot number</td>
			</tr>

			<tr>
				<td style="word-break:break-all">body_site_concept_id</td>
				<td>varchar </td>
				<td>BODY_SITE_CONCEPT</td>
				<td>ID of the CodeableConcept of the body site vaccine was administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">route_concept_id</td>
				<td>varchar </td>
				<td>ROUTE_CONCEPT</td>
				<td>ID of the CodeableConcept of how vaccine entered body</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dose_quantity_unit</td>
				<td>text </td>
				<td></td>
				<td>Unit of amount of vaccine administered.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dose_quantity_value</td>
				<td>decimal </td>
				<td></td>
				<td>Value of amount of vaccine administered.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dose_number</td>
				<td>int </td>
				<td></td>
				<td>Dose number within series.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performer_actor_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization who was performing the event</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Immunization is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Immunization was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Immunization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_IDENTIFIER table
		</div>
	<a href="#immunization_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunization to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">immunization_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION</td>
				<td>ID of the Immunization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_NOTE table
		</div>
	<a href="#immunization_note-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunizations to Annotations</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">immunization_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION</td>
				<td>ID of the Immunization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_status_reason-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_STATUS_REASON table
		</div>
	<a href="#immunization_status_reason-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunization statusReason to Immunization</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of statusReason</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the statusReason</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_status_reason_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_STATUS_REASON_CODING table
		</div>
	<a href="#immunization_status_reason_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunization statusReason to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">immunization_status_reason_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION_STATUS_REASON</td>
				<td>ID of the Immunization statusReason</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_vaccine_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_VACCINE_CODE table
		</div>
	<a href="#immunization_vaccine_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunization vaccineCode to Immunization</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="immunization_vaccine_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			IMMUNIZATION_VACCINE_CODE_CODING table
		</div>
	<a href="#immunization_vaccine_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Immunization vaccineCode to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">immunization_vaccine_code_id</td>
				<td>varchar </td>
				<td>IMMUNIZATION_VACCINE_CODE</td>
				<td>ID of the Immunization vaccineCode</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_rxnorm_medication_statement_summary-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_RXNORM_MEDICATION_STATEMENT_SUMMARY table
		</div>
	<a href="#lens_rxnorm_medication_statement_summary-table" target="_self"></a>
	</h2>
	<p>A summarized MedicationStatement deduplicated by RxNorm code\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the MedicationStatement. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this MedicationStatement. This indicates whether this Observation has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>The status of the result value</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>CODEABLE_CONCEPT_CODING</td>
				<td>ID of the CodeableConcept that identifies the medication being administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_rxnorm</td>
				<td>text </td>
				<td></td>
				<td>RXNORM code of this MedicationStatement\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ndc</td>
				<td>text </td>
				<td></td>
				<td>NDC code of this MedicationStatement\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Display text for the code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Patient who is/was taking the medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">date_asserted</td>
				<td>datetime </td>
				<td></td>
				<td>The date when the medication statement was asserted by the information source</td>
			</tr>

			<tr>
				<td style="word-break:break-all">refills</td>
				<td>int </td>
				<td></td>
				<td>Number of medication refills for this MedicationStatement\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_fill_date</td>
				<td>datetime </td>
				<td></td>
				<td>date that this Medication was last filled\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">prescribed_date</td>
				<td>datetime </td>
				<td></td>
				<td>date that this Medication was last prescribed\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">days_supply</td>
				<td>datetime </td>
				<td></td>
				<td>days supply of the Medication\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity</td>
				<td>datetime </td>
				<td></td>
				<td>quantity of the Medication\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity_unit</td>
				<td>datetime </td>
				<td></td>
				<td>unit of the quantity of the Medication\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_prescriber_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>practitioner that prescribed the medication\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_prescriber_medication_request_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST</td>
				<td>medication request that prescribed the medication\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Observation is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Observation was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_snomed_condition-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_SNOMED_CONDITION table
		</div>
	<a href="#lens_snomed_condition-table" target="_self"></a>
	</h2>
	<p>A Lens SNOMED Condition represents a clinical condition\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Lens SNOMED Condition. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Lens SNOMED Condition. This indicates whether this Lens SNOMED Condition has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">clinical_status</td>
				<td>text </td>
				<td></td>
				<td>The status of the Lens SNOMED Condition (active | recurrence | relapse | inactive | remission | resolved)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">lens_snomed_condition_code_id</td>
				<td>varchar </td>
				<td>LENS_SNOMED_CONDITION_CODE</td>
				<td>ID of the Lens SNOMED Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_snomed</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_icd10cm</td>
				<td>text </td>
				<td></td>
				<td>ICD-10-CM code of Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_cci</td>
				<td>text </td>
				<td></td>
				<td>CCI code of Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ccs</td>
				<td>text </td>
				<td></td>
				<td>Lens SNOMED Condition’s CCS category based on the Clinical Classifications Software Refined (CCSR) aggregation of ICD-10-CM/PCS codes into clinically meaningful categories\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_hcc</td>
				<td>text </td>
				<td></td>
				<td>HCC code of Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Display value of Lens SNOMED Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Patient who has the Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">onset</td>
				<td>datetime </td>
				<td></td>
				<td>Onset of the Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">recorded_date</td>
				<td>datetime </td>
				<td></td>
				<td>Date Lens SNOMED Condition was first recorded</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Lens SNOMED Condition is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Lens SNOMED Condition was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Lens SNOMED Condition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_snomed_condition_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_SNOMED_CONDITION_CODE table
		</div>
	<a href="#lens_snomed_condition_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Lens SNOMED Condition Code to Lens SNOMED Condition</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of Lens SNOMED Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_snomed_condition_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_SNOMED_CONDITION_CODE_CODING table
		</div>
	<a href="#lens_snomed_condition_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Lens SNOMED Condition code to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">lens_snomed_condition_code_id</td>
				<td>varchar </td>
				<td>LENS_SNOMED_CONDITION_CODE</td>
				<td>ID of the Lens SNOMED Condition Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">user_selected</td>
				<td>tinyint </td>
				<td></td>
				<td>If this coding was chosen directly by the user</td>
			</tr>

			<tr>
				<td style="word-break:break-all">enrichment_type</td>
				<td>text </td>
				<td></td>
				<td>Type of enrichment</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE table
		</div>
	<a href="#lens_transition_of_care-table" target="_self"></a>
	</h2>
	<p>A FHIR LensTransitionOfCare describes the association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the LensTransitionOfCare</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this LensTransitionOfCare. This indicates whether this LensTransitionOfCare has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the LensTransitionOfCare. Possible values: planned | waitlist | active | onhold | finished | cancelled | entered-in-error</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who is the focus of this lens transition of care.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_start</td>
				<td>text </td>
				<td></td>
				<td>Start of the interval during responsibility is assumed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">period_end</td>
				<td>text </td>
				<td></td>
				<td>End of the interval during responsibility is assumed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">admitting_location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>The Zus admitting location extension denotes the location of the most recent emergency encounter in the transition.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_class_coding_id</td>
				<td>varchar </td>
				<td>CODING</td>
				<td>The Zus encounter class extension denotes the most recent “encounter class” in the transition (e.g. EMER\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">discharge_location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>The Zus discharge location extension denotes the location of the most recent inpatient encounter in the transition.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">lens_transition_of_care_discharge_disposition_id</td>
				<td>varchar </td>
				<td>LENS_TRANSITION_OF_CARE_DISCHARGE_DISPOSITION</td>
				<td>The Zus discharge disposition extension denotes the most recent discharge disposition for the transition.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this LensTransitionOfCare is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this LensTransitionOfCare was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this LensTransitionOfCare</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care_aggregated_from-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE_AGGREGATED_FROM table
		</div>
	<a href="#lens_transition_of_care_aggregated_from-table" target="_self"></a>
	</h2>
	<p>This relation joins LensTransitionOfCare resources to Zus aggregatedFrom extensions. The Zus aggregated from extension lists the Encounter resources that were used to generate this output resource.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">lens_transition_of_care_id</td>
				<td>varchar </td>
				<td>LENS_TRANSITION_OF_CARE</td>
				<td>ID of the LensTransitionOfCare</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter this lens transition of care is aggregated from</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care_diagnosis-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE_DIAGNOSIS table
		</div>
	<a href="#lens_transition_of_care_diagnosis-table" target="_self"></a>
	</h2>
	<p>The list of diagnosis relevant to this LensTransitionOfCare</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">lens_transition_of_care_id</td>
				<td>varchar </td>
				<td>LENS_TRANSITION_OF_CARE</td>
				<td>ID of the LensTransitionOfCare</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Conditions/problems/diagnoses this lens transition of care is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">role_code</td>
				<td>text </td>
				<td></td>
				<td>Code that describes role that this diagnosis has within the LensTransitionOfCare (e.g. admission\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">role_display</td>
				<td>text </td>
				<td></td>
				<td>Display that describes role that this diagnosis has within the LensTransitionOfCare (e.g. admission\</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care_discharge_disposition-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE_DISCHARGE_DISPOSITION table
		</div>
	<a href="#lens_transition_of_care_discharge_disposition-table" target="_self"></a>
	</h2>
	<p>This relation joins LensTransitionOfCare discharge dispositions to LensTransitionOfCares</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of discharge disposition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care_discharge_disposition_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE_DISCHARGE_DISPOSITION_CODING table
		</div>
	<a href="#lens_transition_of_care_discharge_disposition_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins LensTransitionOfCare Discharge Dispositions to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">lens_transition_of_care_discharge_disposition_id</td>
				<td>varchar </td>
				<td>LENS_TRANSITION_OF_CARE_DISCHARGE_DISPOSITION</td>
				<td>ID of the LensTransitionOfCare Discharge Disposition</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="lens_transition_of_care_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LENS_TRANSITION_OF_CARE_IDENTIFIER table
		</div>
	<a href="#lens_transition_of_care_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins LensTransitionOfCares to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">lens_transition_of_care_id</td>
				<td>varchar </td>
				<td>LENS_TRANSITION_OF_CARE</td>
				<td>ID of the LensTransitionOfCare</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION table
		</div>
	<a href="#location-table" target="_self"></a>
	</h2>
	<p>Details and position information for a physical place where services are provided and resources and participants may be stored\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this Location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Location. This indicates whether this Organization has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name</td>
				<td>text </td>
				<td></td>
				<td>Name of the location as used by humans</td>
			</tr>

			<tr>
				<td style="word-break:break-all">mode</td>
				<td>text </td>
				<td></td>
				<td>instance | kind</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_type_id</td>
				<td>varchar </td>
				<td>LOCATION_TYPE</td>
				<td>ID of the CodeableConcept encoding the type of function performed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_city</td>
				<td>text </td>
				<td></td>
				<td>City name in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_state</td>
				<td>text </td>
				<td></td>
				<td>State name in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_physical_type_id</td>
				<td>varchar </td>
				<td>LOCATION_PHYSICAL_TYPE</td>
				<td>ID of the CodeableConcept encoding the physical form of this location: https://www.hl7.org/fhir/r4/valueset-location-physical-type.html</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Location was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_IDENTIFIER table
		</div>
	<a href="#location_identifier-table" target="_self"></a>
	</h2>
	<p>Identifiers of the location</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>ID of the Location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_physical_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_PHYSICAL_TYPE table
		</div>
	<a href="#location_physical_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Location physicalType to Location</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of Location physicalType</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the Location physicalType</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_physical_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_PHYSICAL_TYPE_CODING table
		</div>
	<a href="#location_physical_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Location physicalType to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">location_physical_type_id</td>
				<td>varchar </td>
				<td>LOCATION_PHYSICAL_TYPE</td>
				<td>ID of the Location physicalType</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_TELECOM table
		</div>
	<a href="#location_telecom-table" target="_self"></a>
	</h2>
	<p>Contact details of the Location</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>ID of the Location</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the contact details</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_TYPE table
		</div>
	<a href="#location_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Location type to Location</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of Location type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the Location type</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="location_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			LOCATION_TYPE_CODING table
		</div>
	<a href="#location_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Location type to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">location_type_id</td>
				<td>varchar </td>
				<td>LOCATION_TYPE</td>
				<td>ID of the Location type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION table
		</div>
	<a href="#medication-table" target="_self"></a>
	</h2>
	<p>Definition of a Medication.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of the Medication.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_CODE</td>
				<td>ID of the Code encoding codes that identify this medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_form_id</td>
				<td>varchar </td>
				<td>MEDICATION_FORM</td>
				<td>ID of the Form encoding the form of the medication - powder | tablets | capsule +</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this record was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_administration-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_ADMINISTRATION table
		</div>
	<a href="#medication_administration-table" target="_self"></a>
	</h2>
	<p>FHIR MedicationAdministration describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the MedicationAdministration</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this MedicationAdministration. This indicates whether this MedicationAdministration has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the MedicationAdministration. Possible values: in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>MEDICATION_CONCEPT</td>
				<td>ID of the CodeableConcept of the medication that was administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who the procedure was performed on</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start time (inclusive) of the administered Medication being effective.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_end</td>
				<td>datetime </td>
				<td></td>
				<td>End time (inclusive) of the administered Medication being effective.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_route_concept_id</td>
				<td>varchar </td>
				<td>ROUTE_CONCEPT</td>
				<td>ID of the CodeableConcept of the path of substance into body.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_dose_unit</td>
				<td>text </td>
				<td></td>
				<td>Unit of dosage of Medication.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_dose_value</td>
				<td>int </td>
				<td></td>
				<td>Value of dosage of Medication.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this MedicationAdministration is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this MedicationAdministration was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this MedicationAdministration</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_adminstration_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_ADMINSTRATION_IDENTIFIER table
		</div>
	<a href="#medication_adminstration_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationAdministrations to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_administration_id</td>
				<td>varchar </td>
				<td>MEDICATION_ADMINISTRATION</td>
				<td>ID of the MedicationAdministration</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_adminstration_reason_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_ADMINSTRATION_REASON_CODE table
		</div>
	<a href="#medication_adminstration_reason_code-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationAdministrations to reason code Codeable Concept</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_administration_id</td>
				<td>varchar </td>
				<td>MEDICATION_ADMINISTRATION</td>
				<td>ID of the MedicationAdministration</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_snomed</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of the reason for the MedicationAdministration</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_adminstration_reason_reference-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_ADMINSTRATION_REASON_REFERENCE table
		</div>
	<a href="#medication_adminstration_reason_reference-table" target="_self"></a>
	</h2>
	<p>Condition that supports why the medication was administered</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_administration_id</td>
				<td>varchar </td>
				<td>MEDICATION_ADMINISTRATION</td>
				<td>ID of the MedicationAdministration</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Condition expressing the specific Reason for MedicationAdministration.</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_CODE table
		</div>
	<a href="#medication_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication codes to Medication</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_CODE_CODING table
		</div>
	<a href="#medication_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_CODE</td>
				<td>ID of the Medication Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_concept-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_CONCEPT table
		</div>
	<a href="#medication_concept-table" target="_self"></a>
	</h2>
	<p>Representation of a medication</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of the medication code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the medication code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_concept_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_CONCEPT_CODING table
		</div>
	<a href="#medication_concept_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined medication concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>MEDICATION_CONCEPT</td>
				<td>ID of the medication code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in the syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_dispense-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_DISPENSE table
		</div>
	<a href="#medication_dispense-table" target="_self"></a>
	</h2>
	<p>This resource covers the supply of medications to a patient. Examples include dispensing and pick-up from an outpatient or community pharmacy\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of the MedicationDispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this MedicationDispense. This indicates whether this Encounter has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>Medication dispense status: preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_reference_id</td>
				<td>varchar </td>
				<td>MEDICATION</td>
				<td>ID of the medication that was supplied</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>MEDICATION_CONCEPT</td>
				<td>ID of the CodeableConcept that identifies the medication being dispensed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ndc</td>
				<td>text </td>
				<td></td>
				<td>NDC code of the medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_rxnorm</td>
				<td>text </td>
				<td></td>
				<td>RxNorm code of the medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">refill_number</td>
				<td>int </td>
				<td></td>
				<td>Number of refills authorized</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the patient who the dispense is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performer_actor_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization that performed the dispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>ID of the location where the dispense occurred</td>
			</tr>

			<tr>
				<td style="word-break:break-all">authorizing_prescription_medication_request_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST</td>
				<td>ID of the MedicationRequest that authorizes the dispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_code</td>
				<td>text </td>
				<td></td>
				<td>Type of medication dispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">type_display</td>
				<td>text </td>
				<td></td>
				<td>Display text for the type of medication dispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity_unit</td>
				<td>text </td>
				<td></td>
				<td>Unit of the amount dispensed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity_value</td>
				<td>decimal </td>
				<td></td>
				<td>Amount dispensed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">days_supply</td>
				<td>int </td>
				<td></td>
				<td>Amount of medication expressed as a timing amount</td>
			</tr>

			<tr>
				<td style="word-break:break-all">when_prepared</td>
				<td>timestamp </td>
				<td></td>
				<td>When product was packaged and reviewed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">when_handed_over</td>
				<td>timestamp </td>
				<td></td>
				<td>When the medication was sent</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_instruction</td>
				<td>text </td>
				<td></td>
				<td>How the medication is to be used by the patient or administered by the caregiver</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Observation is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Observation was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_dispense_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_DISPENSE_IDENTIFIER table
		</div>
	<a href="#medication_dispense_identifier-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_dispense_id</td>
				<td>varchar </td>
				<td>MEDICATION_DISPENSE</td>
				<td>ID of the MedicationDispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_form-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_FORM table
		</div>
	<a href="#medication_form-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication forms to Medication</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_form_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_FORM_CODING table
		</div>
	<a href="#medication_form_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication forms to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_form_id</td>
				<td>varchar </td>
				<td>MEDICATION_FORM</td>
				<td>ID of the Medication Form</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_ingredient-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_INGREDIENT table
		</div>
	<a href="#medication_ingredient-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication to active or inactive ingredient</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_id</td>
				<td>varchar </td>
				<td>MEDICATION</td>
				<td>ID of the Medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_ingredient_item_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_INGREDIENT_ITEM_CODE</td>
				<td>ID of the item code encoding the actual ingredient or content</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_ingredient_item_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_INGREDIENT_ITEM_CODE table
		</div>
	<a href="#medication_ingredient_item_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication ingredient item codes to Medication ingredients</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_ingredient_item_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_INGREDIENT_ITEM_CODE_CODING table
		</div>
	<a href="#medication_ingredient_item_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication ingredient item codes to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_ingredient_item_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_INGREDIENT_ITEM_CODE</td>
				<td>ID of the Medication Ingredient Item Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST table
		</div>
	<a href="#medication_request-table" target="_self"></a>
	</h2>
	<p>An order or request for both supply of the medication and the instructions for administration of the medication to a patient.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the MedicationRequest</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this MedicationRequest. This indicates whether this MedicationRequest has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">intent</td>
				<td>text </td>
				<td></td>
				<td>proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_request_category_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST_CATEGORY</td>
				<td>Category of Medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_id</td>
				<td>varchar </td>
				<td>MEDICATION</td>
				<td>Medication to be taken</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>MEDICATION_CONCEPT</td>
				<td>ID of the Medication to be taken</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_rxnorm</td>
				<td>text </td>
				<td></td>
				<td>RXNORM code of MedicationRequest\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ndc</td>
				<td>text </td>
				<td></td>
				<td>NDC code of this MedicationRequest\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Display value of Medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who or group MedicationRequest is for</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter created as part of encounter/admission/stay</td>
			</tr>

			<tr>
				<td style="word-break:break-all">authored_on</td>
				<td>timestamp </td>
				<td></td>
				<td>When request was initially authored</td>
			</tr>

			<tr>
				<td style="word-break:break-all">requester_practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner who requested the Request</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_id</td>
				<td>varchar </td>
				<td>DOSAGE</td>
				<td>ID of Dosage to be applied</td>
			</tr>

			<tr>
				<td style="word-break:break-all">initial_fill_quantity_value</td>
				<td>decimal </td>
				<td></td>
				<td>Medication supply authorization\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">number_of_repeats_allowed</td>
				<td>decimal </td>
				<td></td>
				<td>Number of refills authorized</td>
			</tr>

			<tr>
				<td style="word-break:break-all">quantity</td>
				<td>decimal </td>
				<td></td>
				<td>Amount of medication to supply per dispense</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performer_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>The ID of the Organization intended dispenser</td>
			</tr>

			<tr>
				<td style="word-break:break-all">substitution_allowed</td>
				<td>tinyint </td>
				<td></td>
				<td>True if any restrictions on medication substitution</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this MedicationRequest is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this MedicationRequest was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this MedicationRequest</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_category-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_CATEGORY table
		</div>
	<a href="#medication_request_category-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication Request Category to Medication Requests</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_category_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_CATEGORY_CODING table
		</div>
	<a href="#medication_request_category_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication Request Category to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_request_category_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST_CATEGORY</td>
				<td>ID of the Medication Request Category</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_IDENTIFIER table
		</div>
	<a href="#medication_request_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationRequest to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_request_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST</td>
				<td>ID of the MedicationRequest</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_NOTE table
		</div>
	<a href="#medication_request_note-table" target="_self"></a>
	</h2>
	<p>Text notes associated with the MedicationRequest with information about the prescription.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_request_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST</td>
				<td>ID of the MedicationRequest</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_reason_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_REASON_CODE table
		</div>
	<a href="#medication_request_reason_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication Request Reason Code to Medication Requests</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of reason code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_reason_reference-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_REASON_REFERENCE table
		</div>
	<a href="#medication_request_reason_reference-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationRequest to the Condition that supports why the prescription is being written.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_request_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST</td>
				<td>ID of the MedicationRequest</td>
			</tr>

			<tr>
				<td style="word-break:break-all">condition_id</td>
				<td>varchar </td>
				<td>CONDITION</td>
				<td>ID of the Condition that supports why the prescription is being written</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_request_reson_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_REQUEST_RESON_CODE_CODING table
		</div>
	<a href="#medication_request_reson_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Medication Request Reason Code to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_request_reason_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_REQUEST_REASON_CODE</td>
				<td>ID of the Medication Request Reason Code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT table
		</div>
	<a href="#medication_statement-table" target="_self"></a>
	</h2>
	<p>A FHIR MedicationStatement represents a record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the MedicationStatement. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this MedicationStatement. This indicates whether this Observation has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>The status of the result value</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_concept_id</td>
				<td>varchar </td>
				<td>CODEABLE_CONCEPT_CODING</td>
				<td>ID of the CodeableConcept that identifies the medication being administered</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_rxnorm</td>
				<td>text </td>
				<td></td>
				<td>RXNORM code of this MedicationStatement\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_ndc</td>
				<td>text </td>
				<td></td>
				<td>NDC code of this MedicationStatement\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Display text for the code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who is/was taking the medication</td>
			</tr>

			<tr>
				<td style="word-break:break-all">context_encounter_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Encounter associated with the MedicationStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_start</td>
				<td>datetime </td>
				<td></td>
				<td>The start of the interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_end</td>
				<td>datetime </td>
				<td></td>
				<td>The end of the interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">date_asserted</td>
				<td>datetime </td>
				<td></td>
				<td>The date when the medication statement was asserted by the information source</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Observation is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Observation was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement_dosage-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT_DOSAGE table
		</div>
	<a href="#medication_statement_dosage-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationStatement to dosages</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_statement_id</td>
				<td>varchar </td>
				<td>MEDICATION_STATEMENT</td>
				<td>ID of the MedicationStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">dosage_id</td>
				<td>varchar </td>
				<td>DOSAGE</td>
				<td>ID of the Dosage</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT_IDENTIFIER table
		</div>
	<a href="#medication_statement_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins MedicationStatement to identifiers assigned by the perform or other systems</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_statement_id</td>
				<td>varchar </td>
				<td>MEDICATION_STATEMENT</td>
				<td>ID of the MedicationStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT_NOTE table
		</div>
	<a href="#medication_statement_note-table" target="_self"></a>
	</h2>
	<p>Any other notes and comments about the MedicationStatement</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_statement_id</td>
				<td>varchar </td>
				<td>MEDICATION_STATEMENT</td>
				<td>ID of the MedicationStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>varchar </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement_reason_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT_REASON_CODE table
		</div>
	<a href="#medication_statement_reason_code-table" target="_self"></a>
	</h2>
	<p>Reason for why the medication is being/was taken</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the reason code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">medication_statement_id</td>
				<td>varchar </td>
				<td>MEDICATION_STATEMENT</td>
				<td>ID of the MedicationStatement</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>varchar </td>
				<td></td>
				<td>Text of the reason code codeable concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="medication_statement_reason_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			MEDICATION_STATEMENT_REASON_CODE_CODING table
		</div>
	<a href="#medication_statement_reason_code_coding-table" target="_self"></a>
	</h2>
	<p>Code that describes the reason for why the medication is being/was taken</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">medication_statement_reason_code_id</td>
				<td>varchar </td>
				<td>MEDICATION_STATEMENT_REASON_CODE</td>
				<td>ID of the MedicationStatement reason code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>varchar </td>
				<td></td>
				<td>system of the coding</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>varchar </td>
				<td></td>
				<td>system of the coding</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>varchar </td>
				<td></td>
				<td>Text of the coding</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION table
		</div>
	<a href="#observation-table" target="_self"></a>
	</h2>
	<p>A FHIR Observation represents measurements and simple assertions made about a patient\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Observation. This value is globally unique</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Observation. This indicates whether this Observation has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the observation. Generally\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">category</td>
				<td>text </td>
				<td></td>
				<td>Classification of type of observation.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">observation_code_id</td>
				<td>varchar </td>
				<td>OBSERVATION_CODE</td>
				<td>ID of the CodeableConcept expressing the specific Observation that is performed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_act</td>
				<td>text </td>
				<td></td>
				<td>ACT code of this Observation\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_cpt</td>
				<td>text </td>
				<td></td>
				<td>CPT code of this Observation\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_loinc</td>
				<td>text </td>
				<td></td>
				<td>LOINC code of this Observation\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_snomed</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of this Observation\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the code for this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who was the subject of the Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter in which this Observation took place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_start</td>
				<td>datetime </td>
				<td></td>
				<td>Start date/time of when this Observation is clinically relevant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">effective_end</td>
				<td>datetime </td>
				<td></td>
				<td>End date/time of when this Observation is clinically relevant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">issued</td>
				<td>datetime </td>
				<td></td>
				<td>Date/Time this Observation version was made available</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_range_low</td>
				<td>int </td>
				<td></td>
				<td>The value of the lower range as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_range_high</td>
				<td>int </td>
				<td></td>
				<td>The value of the high range as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_date_time</td>
				<td>datetime </td>
				<td></td>
				<td>The datetime determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_period_start</td>
				<td>datetime </td>
				<td></td>
				<td>The start datetime determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_period_end</td>
				<td>datetime </td>
				<td></td>
				<td>The end datetime determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_integer</td>
				<td>int </td>
				<td></td>
				<td>The integer determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_string</td>
				<td>text </td>
				<td></td>
				<td>The string determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_quantity_value</td>
				<td>int </td>
				<td></td>
				<td>The value of the quantity determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">value_quantity_unit</td>
				<td>text </td>
				<td></td>
				<td>The unit of the quantity determined as a result of making the observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">observation_value_concept_id</td>
				<td>varchar </td>
				<td>OBSERVATION_VALUE_CONCEPT</td>
				<td>ID of the CodeableConcept expressing the value of the Observation that is performed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_absent_reason</td>
				<td>text </td>
				<td></td>
				<td>ID of the CodeableConcept expressing why specific Observation result is missing</td>
			</tr>

			<tr>
				<td style="word-break:break-all">observation_interpretation_id</td>
				<td>varchar </td>
				<td>OBSERVATION_INTERPRETATION</td>
				<td>ID of the CodeableConcept expressing a categorical assessment of an observation value. For example\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">body_site_concept_id</td>
				<td>varchar </td>
				<td>BODY_SITE_CONCEPT</td>
				<td>ID of the CodeableConcept expressing the body part observed in this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">observation_method_id</td>
				<td>varchar </td>
				<td>OBSERVATION_METHOD</td>
				<td>ID of the CodeableConcept expressing this Observation was taken</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reference_range_low</td>
				<td>int </td>
				<td></td>
				<td>The value of the lower range that represents guidance on how to interpret the value by comparison to a normal or recommended range.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reference_range_high</td>
				<td>int </td>
				<td></td>
				<td>The value of the high range that represents guidance on how to interpret the value by comparison to a normal or recommended range.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reference_range_unit</td>
				<td>text </td>
				<td></td>
				<td>The unit of the value of the lower range that was obtained that represents guidance on how to interpret the value by comparison to a normal or recommended range.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">reference_range_display</td>
				<td>text </td>
				<td></td>
				<td>The text of the value that was obtained that represents guidance on how to interpret the value by comparison to a normal or recommended range.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Observation is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Observation was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_CODE table
		</div>
	<a href="#observation_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation code to Observation</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the code</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_CODE_CODING table
		</div>
	<a href="#observation_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation code to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_code_id</td>
				<td>varchar </td>
				<td>OBSERVATION_CODE</td>
				<td>ID of the Observation code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Version of the system - if relevant</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">user_selected</td>
				<td>tinyint </td>
				<td></td>
				<td>If this coding was chosen directly by the user</td>
			</tr>

			<tr>
				<td style="word-break:break-all">enrichment_type</td>
				<td>text </td>
				<td></td>
				<td>Type of enrichment</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_IDENTIFIER table
		</div>
	<a href="#observation_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Observations to identifiers assigned by the perform or other systems</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_id</td>
				<td>varchar </td>
				<td>OBSERVATION</td>
				<td>ID of the Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_interpretation-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_INTERPRETATION table
		</div>
	<a href="#observation_interpretation-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation interpretation\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of interpretation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the interpretation</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_interpretation_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_INTERPRETATION_CODING table
		</div>
	<a href="#observation_interpretation_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation interpretation to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_interpretation_id</td>
				<td>varchar </td>
				<td>OBSERVATION_INTERPRETATION</td>
				<td>ID of the Observation interpretation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_method-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_METHOD table
		</div>
	<a href="#observation_method-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation method\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of method</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the method</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_method_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_METHOD_CODING table
		</div>
	<a href="#observation_method_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation method to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_method_id</td>
				<td>varchar </td>
				<td>OBSERVATION_METHOD</td>
				<td>ID of the Observation method</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_NOTE table
		</div>
	<a href="#observation_note-table" target="_self"></a>
	</h2>
	<p>Any other notes and comments about the observation</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_id</td>
				<td>varchar </td>
				<td>OBSERVATION</td>
				<td>ID of the Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_performer-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_PERFORMER table
		</div>
	<a href="#observation_performer-table" target="_self"></a>
	</h2>
	<p>Who is responsible for the observation. Each Observation may have multiple categories. This relation joins Observations to the reference that encode the performers for the observation.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_id</td>
				<td>varchar </td>
				<td>OBSERVATION</td>
				<td>ID of the Observation</td>
			</tr>

			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_value_concept-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_VALUE_CONCEPT table
		</div>
	<a href="#observation_value_concept-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation valueCodeableConcept\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of valueCodeableConcept</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the valueCodeableConcept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="observation_value_concept_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			OBSERVATION_VALUE_CONCEPT_CODING table
		</div>
	<a href="#observation_value_concept_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Observation valueCodeableConcept to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">observation_value_concept_id</td>
				<td>varchar </td>
				<td>OBSERVATION_VALUE_CONCEPT</td>
				<td>ID of the Observation valueCodeableConcept</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="organization-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ORGANIZATION table
		</div>
	<a href="#organization-table" target="_self"></a>
	</h2>
	<p>A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of this Organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Organization. This indicates whether this Organization has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">organization_type_id</td>
				<td>varchar </td>
				<td>ORGANIZATION_TYPE</td>
				<td>ID of the CodeableConcept encoding the kinf of the organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name</td>
				<td>text </td>
				<td></td>
				<td>Name used for the organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of address for the organization\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of address for the organization\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_city</td>
				<td>text </td>
				<td></td>
				<td>Name of city\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_state</td>
				<td>text </td>
				<td></td>
				<td>Sub-unit of country (abbreviations ok)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code for area</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Organization was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="organization_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ORGANIZATION_IDENTIFIER table
		</div>
	<a href="#organization_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Organizations to Identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="organization_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ORGANIZATION_TELECOM table
		</div>
	<a href="#organization_telecom-table" target="_self"></a>
	</h2>
	<p>Contact detail for the organization</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>ID of the Organization</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the contact details</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="organization_type-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ORGANIZATION_TYPE table
		</div>
	<a href="#organization_type-table" target="_self"></a>
	</h2>
	<p>This relation joins Organization type to Organization</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the type</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="organization_type_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ORGANIZATION_TYPE_CODING table
		</div>
	<a href="#organization_type_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Organization type to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">organization_type_id</td>
				<td>varchar </td>
				<td>ORGANIZATION_TYPE</td>
				<td>ID of the Organization type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT table
		</div>
	<a href="#patient-table" target="_self"></a>
	</h2>
	<p>Demographics and other administrative information about an individual or animal receiving care or other health-related services.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Patient. This indicates whether this Patient has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">active</td>
				<td>tinyint </td>
				<td></td>
				<td>Whether this patient's record is in active use</td>
			</tr>

			<tr>
				<td style="word-break:break-all">gender</td>
				<td>text </td>
				<td></td>
				<td>male | female | other | unknown</td>
			</tr>

			<tr>
				<td style="word-break:break-all">birth_date</td>
				<td>date </td>
				<td></td>
				<td>The date of birth for the individual</td>
			</tr>

			<tr>
				<td style="word-break:break-all">ethnicity</td>
				<td>text </td>
				<td></td>
				<td>Ethnicity of Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">race</td>
				<td>text </td>
				<td></td>
				<td>Race of Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">deceased</td>
				<td>tinyint </td>
				<td></td>
				<td>Indicates if the individual is deceased or not</td>
			</tr>

			<tr>
				<td style="word-break:break-all">deceased_datetime</td>
				<td>datetime </td>
				<td></td>
				<td>Date when the individual was deceased</td>
			</tr>

			<tr>
				<td style="word-break:break-all">marital_status</td>
				<td>text </td>
				<td></td>
				<td>Marital (civil) status of the patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">marital_status_display</td>
				<td>text </td>
				<td></td>
				<td>Display of the marital status</td>
			</tr>

			<tr>
				<td style="word-break:break-all">managing_organization_id</td>
				<td>varchar </td>
				<td>ORGANIZATION</td>
				<td>Organization that is the custodian of the patient record</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_family</td>
				<td>text </td>
				<td></td>
				<td>Family name of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_1</td>
				<td>text </td>
				<td></td>
				<td>First given name of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_2</td>
				<td>text </td>
				<td></td>
				<td>Second given name of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Patient was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_address-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_ADDRESS table
		</div>
	<a href="#patient_address-table" target="_self"></a>
	</h2>
	<p>This relation joins patients to their addresses</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">city</td>
				<td>text </td>
				<td></td>
				<td>City of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">state</td>
				<td>text </td>
				<td></td>
				<td>State of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code of the address</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_communication-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_COMMUNICATION table
		</div>
	<a href="#patient_communication-table" target="_self"></a>
	</h2>
	<p>A language which may be used to communicate with the patient about his or her health</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_communication_language_id</td>
				<td>varchar </td>
				<td>PATIENT_COMMUNICATION_LANGUAGE</td>
				<td>ID of the CodeableConcept encoding the language</td>
			</tr>

			<tr>
				<td style="word-break:break-all">preferred</td>
				<td>tinyint </td>
				<td></td>
				<td>Language preference indicator</td>
			</tr>

			<tr>
				<td style="word-break:break-all">preferred_type</td>
				<td>text </td>
				<td></td>
				<td>Language preference type</td>
			</tr>

			<tr>
				<td style="word-break:break-all">language_ability</td>
				<td>text </td>
				<td></td>
				<td>Language ability</td>
			</tr>

			<tr>
				<td style="word-break:break-all">language_ability_display</td>
				<td>text </td>
				<td></td>
				<td>The display of language ability</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_communication_language-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_COMMUNICATION_LANGUAGE table
		</div>
	<a href="#patient_communication_language-table" target="_self"></a>
	</h2>
	<p>This relation joins Patient Communication language to Patient Communication</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of language</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the language</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_communication_language_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_COMMUNICATION_LANGUAGE_CODING table
		</div>
	<a href="#patient_communication_language_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Patient Communication language to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_communication_language_id</td>
				<td>varchar </td>
				<td>PATIENT_COMMUNICATION_LANGUAGE</td>
				<td>ID of the Patient Communication language</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_contact-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_CONTACT table
		</div>
	<a href="#patient_contact-table" target="_self"></a>
	</h2>
	<p>A contact party (e.g. guardian\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of this patient contact</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_family</td>
				<td>text </td>
				<td></td>
				<td>Family name of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_1</td>
				<td>text </td>
				<td></td>
				<td>First given name of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_2</td>
				<td>text </td>
				<td></td>
				<td>Second given name of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of the address of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of the address of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_city</td>
				<td>text </td>
				<td></td>
				<td>City of the address of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_state</td>
				<td>text </td>
				<td></td>
				<td>State of the address of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code of the address of the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">relationship</td>
				<td>text </td>
				<td></td>
				<td>The nature of the relationship between the patient and the contact person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">relationship_display</td>
				<td>text </td>
				<td></td>
				<td>The display of the relationship</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_contact_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_CONTACT_TELECOM table
		</div>
	<a href="#patient_contact_telecom-table" target="_self"></a>
	</h2>
	<p>This relation joins patient contacts to the contact details</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_contact_id</td>
				<td>varchar </td>
				<td>PATIENT_CONTACT</td>
				<td>ID of the patient contact</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the contact details</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_general_practitioner-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_GENERAL_PRACTITIONER table
		</div>
	<a href="#patient_general_practitioner-table" target="_self"></a>
	</h2>
	<p>This relation joins Patients to their primary care provider</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_IDENTIFIER table
		</div>
	<a href="#patient_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins patients to their identifiers</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_name-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_NAME table
		</div>
	<a href="#patient_name-table" target="_self"></a>
	</h2>
	<p>This relation joins patients to their names</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">human_name_id</td>
				<td>varchar </td>
				<td>HUMAN_NAME</td>
				<td>ID of the HumanName</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="patient_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PATIENT_TELECOM table
		</div>
	<a href="#patient_telecom-table" target="_self"></a>
	</h2>
	<p>This relation joins patients to their contact details</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the contact details</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="practitioner-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PRACTITIONER table
		</div>
	<a href="#practitioner-table" target="_self"></a>
	</h2>
	<p>A person who is directly or indirectly involved in the provisioning of healthcare.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of the Practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Practitioner. This indicates whether this Practitioner has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>text </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_family</td>
				<td>text </td>
				<td></td>
				<td>Family name of the Pracititoner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_1</td>
				<td>text </td>
				<td></td>
				<td>First given name of the Pracititoner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_2</td>
				<td>text </td>
				<td></td>
				<td>Second given name of the Pracititoner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of address of the practitioner that are not role specific (typically home address)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of address of the practitioner that are not role specific (typically home address)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_city</td>
				<td>text </td>
				<td></td>
				<td>City of the practitioner that are not role specific (typically home address)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_state</td>
				<td>text </td>
				<td></td>
				<td>State of the practitioner that are not role specific (typically home address)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code of the practitioner that are not role specific (typically home address)</td>
			</tr>

			<tr>
				<td style="word-break:break-all">practitioner_qualification_id</td>
				<td>varchar </td>
				<td>PRACTITIONER_QUALIFICATION</td>
				<td>ID of an identifier for this qualification for the practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>datetime </td>
				<td></td>
				<td>Timestamp when this Encounter was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Encounter</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="practitioner_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PRACTITIONER_IDENTIFIER table
		</div>
	<a href="#practitioner_identifier-table" target="_self"></a>
	</h2>
	<p>Identifiers associated with the practitioner</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="practitioner_qualification-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PRACTITIONER_QUALIFICATION table
		</div>
	<a href="#practitioner_qualification-table" target="_self"></a>
	</h2>
	<p>Certification\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of the practitioner qualification</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the practitioner qualification</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="practitioner_qualification_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PRACTITIONER_QUALIFICATION_CODING table
		</div>
	<a href="#practitioner_qualification_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined practitioner qualification concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">practitioner_qualification_id</td>
				<td>varchar </td>
				<td>PRACTITIONER_QUALIFICATION</td>
				<td>ID of the Practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in the syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="practitioner_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PRACTITIONER_TELECOM table
		</div>
	<a href="#practitioner_telecom-table" target="_self"></a>
	</h2>
	<p>A contact detail for the practitioner (that apply to all roles)</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">practitioner_id</td>
				<td>varchar </td>
				<td>PRACTITIONER</td>
				<td>ID of the Practitioner</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the contact details</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE table
		</div>
	<a href="#procedure-table" target="_self"></a>
	</h2>
	<p>A FHIR Procedure represents an action that is or was performed on or for a patient. This can be a physical intervention like an operation\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this Procedure. This indicates whether this Procedure has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">status</td>
				<td>text </td>
				<td></td>
				<td>A code specifying the state of the procedure. Generally\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">procedure_code_id</td>
				<td>varchar </td>
				<td>PROCEDURE_CODE</td>
				<td>ID of the Procedure Code expressing the specific Procedure that is performed.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_cpt</td>
				<td>text </td>
				<td></td>
				<td>CPT code of this Procedure\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_loinc</td>
				<td>text </td>
				<td></td>
				<td>LOINC code of this Procedure\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_snomed</td>
				<td>text </td>
				<td></td>
				<td>HCPCS code of this Procedure\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_hcpcs</td>
				<td>text </td>
				<td></td>
				<td>SNOMED code of this Procedure\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code_display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the code for this Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">subject_patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient who was the subject of the Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">encounter_id</td>
				<td>varchar </td>
				<td>ENCOUNTER</td>
				<td>ID of the Encounter in which this Procedure took place</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performed_start</td>
				<td>timestamp </td>
				<td></td>
				<td>Start date/time of this Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">performed_end</td>
				<td>timestamp </td>
				<td></td>
				<td>End date/time of this Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">location_id</td>
				<td>varchar </td>
				<td>LOCATION</td>
				<td>ID of the Location where this Procedure happened</td>
			</tr>

			<tr>
				<td style="word-break:break-all">body_site_concept_id</td>
				<td>varchar </td>
				<td>BODY_SITE_CONCEPT</td>
				<td>ID of the CodeableConcept expressing the body site where the Procedure was performed</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this Procedure is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this Procedure was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure_body_site-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE_BODY_SITE table
		</div>
	<a href="#procedure_body_site-table" target="_self"></a>
	</h2>
	<p>Body site is a detailed and structured anatomical location information. Each Procedure may have multiple body sites. This relation joins Procedures to the CodeableConcepts that encode the body sites for the procedure.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">procedure_id</td>
				<td>varchar </td>
				<td>PROCEDURE</td>
				<td>ID of the Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">codeable_concept_id</td>
				<td>varchar </td>
				<td>CODEABLE_CONCEPT</td>
				<td>ID of the CodeableConcept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure_code-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE_CODE table
		</div>
	<a href="#procedure_code-table" target="_self"></a>
	</h2>
	<p>This relation joins Procedure Codes to Procedure</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text representation of the concept</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure_code_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE_CODE_CODING table
		</div>
	<a href="#procedure_code_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins Procedure Codes to Codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">procedure_code_id</td>
				<td>varchar </td>
				<td>PROCEDURE_CODE</td>
				<td>ID of the Procedure code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE_IDENTIFIER table
		</div>
	<a href="#procedure_identifier-table" target="_self"></a>
	</h2>
	<p>This relation joins Procedures to identifiers assigned by the performer or other systems</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">procedure_id</td>
				<td>varchar </td>
				<td>PROCEDURE</td>
				<td>ID of the Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="procedure_note-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			PROCEDURE_NOTE table
		</div>
	<a href="#procedure_note-table" target="_self"></a>
	</h2>
	<p>Any other notes and comments about the procedure</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">procedure_id</td>
				<td>varchar </td>
				<td>PROCEDURE</td>
				<td>ID of the Procedure</td>
			</tr>

			<tr>
				<td style="word-break:break-all">text_markdown</td>
				<td>text </td>
				<td></td>
				<td>The annotation - text content (as markdown)</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="questionnaire_response-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			QUESTIONNAIRE_RESPONSE table
		</div>
	<a href="#questionnaire_response-table" target="_self"></a>
	</h2>
	<p></p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td></td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="related_person-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			RELATED_PERSON table
		</div>
	<a href="#related_person-table" target="_self"></a>
	</h2>
	<p>A FHIR RelatedPerson represents information about a person that is involved in the care for a patient\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Logical ID (UUID) of the RelatedPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">version</td>
				<td>text </td>
				<td></td>
				<td>Current version of this RelatedPerson. This indicates whether this RelatedPerson has been updated.</td>
			</tr>

			<tr>
				<td style="word-break:break-all">last_updated</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp this record was last updated\</td>
			</tr>

			<tr>
				<td style="word-break:break-all">patient_id</td>
				<td>varchar </td>
				<td>PATIENT</td>
				<td>ID of the Patient this person is related to</td>
			</tr>

			<tr>
				<td style="word-break:break-all">related_person_relationship_id</td>
				<td>varchar </td>
				<td>RELATED_PERSON_RELATIONSHIP</td>
				<td>ID of the CodeableConcept encoding the relationship between the patient and the related person</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_family</td>
				<td>text </td>
				<td></td>
				<td>Family name of the RelaredPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_1</td>
				<td>text </td>
				<td></td>
				<td>First given name of the RelaredPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">name_given_2</td>
				<td>text </td>
				<td></td>
				<td>Second given name of the RelaredPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_1</td>
				<td>text </td>
				<td></td>
				<td>First line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_line_2</td>
				<td>text </td>
				<td></td>
				<td>Second line of the address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_city</td>
				<td>text </td>
				<td></td>
				<td>City name in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_state</td>
				<td>text </td>
				<td></td>
				<td>State name in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">address_postal_code</td>
				<td>text </td>
				<td></td>
				<td>Postal code in address</td>
			</tr>

			<tr>
				<td style="word-break:break-all">builder_id</td>
				<td>varchar </td>
				<td></td>
				<td>ID of the Builder that provided this data</td>
			</tr>

			<tr>
				<td style="word-break:break-all">upid</td>
				<td>text </td>
				<td></td>
				<td>Universal Patient Identifier of the Patient this RelatedPerson is part of</td>
			</tr>

			<tr>
				<td style="word-break:break-all">created_at</td>
				<td>timestamp </td>
				<td></td>
				<td>Timestamp when this RelatedPerson was first recorded in this system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">resource_json</td>
				<td>text </td>
				<td></td>
				<td>Original JSON document for this RelatedPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">data_source</td>
				<td>text </td>
				<td></td>
				<td>Name of the data partner network that provided this data</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="related_person_identifier-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			RELATED_PERSON_IDENTIFIER table
		</div>
	<a href="#related_person_identifier-table" target="_self"></a>
	</h2>
	<p>Identifier for a person within a particular scope.</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">related_person_id</td>
				<td>varchar </td>
				<td>RELATED_PERSON</td>
				<td>ID of the RelatedPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">identifier_id</td>
				<td>varchar </td>
				<td>IDENTIFIER</td>
				<td>ID of the Identifier</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="related_person_relationship-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			RELATED_PERSON_RELATIONSHIP table
		</div>
	<a href="#related_person_relationship-table" target="_self"></a>
	</h2>
	<p>This relation joins RelatedPerson relationship to RelatedPerson</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>ID of relationship</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Display of the relationship</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="related_person_relationship_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			RELATED_PERSON_RELATIONSHIP_CODING table
		</div>
	<a href="#related_person_relationship_coding-table" target="_self"></a>
	</h2>
	<p>This relation joins RelatedPerson relationship to codings</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">related_person_relationship_id</td>
				<td>varchar </td>
				<td>RELATED_PERSON_RELATIONSHIP</td>
				<td>ID of the RelatedPerson relationship</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="related_person_telecom-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			RELATED_PERSON_TELECOM table
		</div>
	<a href="#related_person_telecom-table" target="_self"></a>
	</h2>
	<p>A contact detail for the person\</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">related_person_id</td>
				<td>varchar </td>
				<td>RELATED_PERSON</td>
				<td>ID of the RelatedPerson</td>
			</tr>

			<tr>
				<td style="word-break:break-all">contact_point_id</td>
				<td>varchar </td>
				<td>CONTACT_POINT</td>
				<td>ID of the ContactPoint describing contact details for the person</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="route_concept-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ROUTE_CONCEPT table
		</div>
	<a href="#route_concept-table" target="_self"></a>
	</h2>
	<p>Representation of the route of which a drug should enter the body</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">id</td>
				<td>varchar (not null)</td>
				<td>PK</td>
				<td>Unique ID of the body site</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Plain text description of the body site</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
	


	<h2>
		<div id="route_concept_coding-table"></div>
		<div>
			<div id="section-codeable-concept-table"></div>
			ROUTE_CONCEPT_CODING table
		</div>
	<a href="#route_concept_coding-table" target="_self"></a>
	</h2>
	<p>Representation of a defined route concept using a symbol from a defined terminology system</p>
	<div class="rdmd-table">
		<div class="rdmd-table-inner">
			<table>
				<thead>
					<tr>
					<th>Column Name</th>
					<th>Data Type</th>
					<th>References</th>
					<th>Description</th>
					</tr>
				</thead>
				<tbody>
			<tr>
				<td style="word-break:break-all">route_concept_id</td>
				<td>varchar </td>
				<td>ROUTE_CONCEPT</td>
				<td>ID of the route code</td>
			</tr>

			<tr>
				<td style="word-break:break-all">system</td>
				<td>text </td>
				<td></td>
				<td>Identity of the terminology system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">code</td>
				<td>text </td>
				<td></td>
				<td>Symbol in the syntax defined by the system</td>
			</tr>

			<tr>
				<td style="word-break:break-all">display</td>
				<td>text </td>
				<td></td>
				<td>Representation defined by the system</td>
			</tr>
				</tbody>
			</table>
		</div>
	</div>
Column Name Data Type References Description
id varchar (not null) PK ID of the Address