<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="CDA.xsl"?>
<!--
 Title:        History and Physical
 Filename:     C-CDA_R2_History_and_Physical.xml
 
 $LastChangedDate: 2014-11-12 23:25:09 -0500 (Wed, 12 Nov 2014) $
  
 ********************************************************
 Disclaimer: This sample file contains representative data elements to represent a History and Physical. 
 The file depicts a fictional character's health data. Any resemblance to a real person is coincidental. 
 To illustrate as many data elements as possible, the clinical scenario may not be plausible. 
 The data in this sample file is not intended to represent real patients, people or clinical events. 
 This sample is designed to be used in conjunction with the C-CDA Clinical Notes Implementation Guide.
 ********************************************************
 -->
<ClinicalDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:hl7-org:v3" xmlns:cda="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc">
	<!--
********************************************************
  CDA Header
********************************************************
	-->
	<realmCode code="US"/>
	<typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/>
	<!-- US General Header Template -->
	<templateId root="2.16.840.1.113883.10.20.22.1.1" extension="2014-06-09"/>
	<!-- *** Note:  The next templateId, code and title will differ depending on what type of document is being sent. *** -->
	<!-- conforms to the document specific requirements  -->
	<templateId root="2.16.840.1.113883.10.20.22.1.3" extension="2014-06-09"/>
	<id extension="TT988" root="2.16.840.1.113883.19.5.99999.1"/>
	<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="34117-2" displayName="History and Physical Note"/>
	<title>Community Health and Hospitals: History &amp; Physical</title>
	<effectiveTime value="201209161905-0400"/>
	<confidentialityCode code="N" codeSystem="2.16.840.1.113883.5.25"/>
	<languageCode code="en-US"/>
	<setId extension="sTT988" root="2.16.840.1.113883.19.5.99999.19"/>
	<versionNumber value="1"/>
	<recordTarget>
		<patientRole>
			<id extension="998991" root="2.16.840.1.113883.19.5.99999.2"/>
			<!-- Fake ID using HL7 example OID. -->
			<id extension="111-00-2330" root="2.16.840.1.113883.4.1"/>
			<!-- Fake Social Security Number using the actual SSN OID. -->
			<addr use="HP">
				<!-- HP is "primary home" from codeSystem 2.16.840.1.113883.5.1119 -->
				<streetAddressLine>1357 Amber Drive</streetAddressLine>
				<city>Beaverton</city>
				<state>OR</state>
				<postalCode>97867</postalCode>
				<country>US</country>
				<!-- US is "United States" from ISO 3166-1 Country Codes: 1.0.3166.1 -->
			</addr>
			<telecom value="tel:(816)276-6909" use="HP"/>
			<!-- HP is "primary home" from HL7 AddressUse 2.16.840.1.113883.5.1119 -->
			<patient>
				<name use="L">
					<!-- L is "Legal" from HL7 EntityNameUse 2.16.840.1.113883.5.45 -->
					<given>Isabella</given>
					<given>Isa</given>
					<!-- CL is "Call me" from HL7 EntityNamePartQualifier 2.16.840.1.113883.5.43 -->
					<family>Jones</family>
				</name>
				<administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1" displayName="Female"/>
				<birthTime value="20050501"/>
				<maritalStatusCode code="M" displayName="Married" codeSystem="2.16.840.1.113883.5.2" codeSystemName="MaritalStatusCode"/>
				<religiousAffiliationCode code="1013" displayName="Christian (non-Catholic, non-specific)" codeSystemName="HL7 Religious Affiliation" codeSystem="2.16.840.1.113883.5.1076"/>
				<raceCode code="1966-1" displayName="Aleut" codeSystem="2.16.840.1.113883.6.238" codeSystemName="Race &amp; Ethnicity - CDC"/>
				<ethnicGroupCode code="2186-5" displayName="Not Hispanic or Latino" codeSystem="2.16.840.1.113883.6.238" codeSystemName="Race &amp; Ethnicity - CDC"/>
				<guardian>
					<code code="GRPRN" displayName="Grandparent" codeSystem="2.16.840.1.113883.5.111" codeSystemName="HL7 Role code"/>
					<addr use="HP">
						<!-- HP is "primary home" from codeSystem 2.16.840.1.113883.5.1119 -->
						<streetAddressLine>1357 Amber Drive</streetAddressLine>
						<city>Beaverton</city>
						<state>OR</state>
						<postalCode>97867</postalCode>
						<country>US</country>
						<!-- US is "United States" from ISO 3166-1 Country Codes: 1.0.3166.1 -->
					</addr>
					<telecom value="tel:(816)276-6909" use="HP"/>
					<guardianPerson>
						<name>
							<given>Ralph</given>
							<family>Jones</family>
						</name>
					</guardianPerson>
				</guardian>
				<birthplace>
					<place>
						<addr>
							<city>Beaverton</city>
							<state>OR</state>
							<postalCode>97867</postalCode>
							<country>US</country>
						</addr>
					</place>
				</birthplace>
				<languageCommunication>
					<languageCode code="en"/>
					<modeCode code="ESP" displayName="Expressed spoken" codeSystem="2.16.840.1.113883.5.60" codeSystemName="LanguageAbilityMode"/>
					<proficiencyLevelCode code="G" displayName="Good" codeSystem="2.16.840.1.113883.5.61" codeSystemName="LanguageAbilityProficiency"/>
					<preferenceInd value="true"/>
				</languageCommunication>
			</patient>
			<providerOrganization>
				<id root="2.16.840.1.113883.19.5.9999.1393"/>
				<name>Community Health and Hospitals</name>
				<telecom use="WP" value="tel: 555-555-5000"/>
				<addr>
					<streetAddressLine>1001 Village Avenue</streetAddressLine>
					<city>Portland</city>
					<state>OR</state>
					<postalCode>99123</postalCode>
					<country>US</country>
				</addr>
			</providerOrganization>
		</patientRole>
	</recordTarget>
	<author>
		<time value="20050329224411+0500"/>
		<assignedAuthor>
			<id extension="99999999" root="2.16.840.1.113883.4.6"/>
			<code code="200000000X" codeSystem="2.16.840.1.113883.6.101" displayName="Allopathic &amp; Osteopathic Physicians"/>
			<addr>
				<streetAddressLine>1002 Healthcare Drive </streetAddressLine>
				<city>Portland</city>
				<state>OR</state>
				<postalCode>99123</postalCode>
				<country>US</country>
			</addr>
			<telecom use="WP" value="tel:555-555-1002"/>
			<assignedPerson>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</assignedPerson>
		</assignedAuthor>
	</author>
	<dataEnterer>
		<assignedEntity>
			<id root="2.16.840.1.113883.4.6" extension="999999943252"/>
			<addr>
				<streetAddressLine>1001 Village Avenue</streetAddressLine>
				<city>Portland</city>
				<state>OR</state>
				<postalCode>99123</postalCode>
				<country>US</country>
			</addr>
			<telecom use="WP" value="tel:555-555-1002"/>
			<assignedPerson>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</assignedPerson>
		</assignedEntity>
	</dataEnterer>
	<informant>
		<assignedEntity>
			<id extension="KP00017" root="2.16.840.1.113883.19.5"/>
			<addr>
				<streetAddressLine>1001 Village Avenue</streetAddressLine>
				<city>Portland</city>
				<state>OR</state>
				<postalCode>99123</postalCode>
				<country>US</country>
			</addr>
			<telecom use="WP" value="tel:555-555-1002"/>
			<assignedPerson>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</assignedPerson>
		</assignedEntity>
	</informant>
	<informant>
		<relatedEntity classCode="PRS">
			<!-- classCode PRS represents a person with personal relationship with the patient. -->
			<code code="SPS" displayName="SPOUSE" codeSystem="2.16.840.1.113883.1.11.19563" codeSystemName="Personal Relationship Role Type Value Set"/>
			<relatedPerson>
				<name>
					<given>Frank</given>
					<family>Jones</family>
				</name>
			</relatedPerson>
		</relatedEntity>
	</informant>
	<custodian>
		<assignedCustodian>
			<representedCustodianOrganization>
				<id extension="99999999" root="2.16.840.1.113883.4.6"/>
				<name>Community Health and Hospitals</name>
				<telecom value="tel: 555-555-1002" use="WP"/>
				<addr use="WP">
					<streetAddressLine>1002 Healthcare Drive </streetAddressLine>
					<city>Portland</city>
					<state>OR</state>
					<postalCode>99123</postalCode>
					<country>US</country>
				</addr>
			</representedCustodianOrganization>
		</assignedCustodian>
	</custodian>
	<informationRecipient>
		<intendedRecipient>
			<informationRecipient>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</informationRecipient>
			<receivedOrganization>
				<name>Community Health and Hospitals</name>
			</receivedOrganization>
		</intendedRecipient>
	</informationRecipient>
	<legalAuthenticator>
		<time value="20090227130000+0500"/>
		<signatureCode code="S"/>
		<assignedEntity>
			<id extension="999999999" root="2.16.840.1.113883.4.6"/>
			<addr>
				<streetAddressLine>1001 Village Avenue</streetAddressLine>
				<city>Portland</city>
				<state>OR</state>
				<postalCode>99123</postalCode>
				<country>US</country>
			</addr>
			<telecom use="WP" value="tel:555-555-1002"/>
			<assignedPerson>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</assignedPerson>
		</assignedEntity>
	</legalAuthenticator>
	<authenticator>
		<time value="20090227130000+0500"/>
		<signatureCode code="S"/>
		<assignedEntity>
			<id extension="999999999" root="2.16.840.1.113883.4.6"/>
			<addr>
				<streetAddressLine>1001 Village Avenue</streetAddressLine>
				<city>Portland</city>
				<state>OR</state>
				<postalCode>99123</postalCode>
				<country>US</country>
			</addr>
			<telecom use="WP" value="tel:555-555-1002"/>
			<assignedPerson>
				<name>
					<given>Henry</given>
					<family>Seven</family>
				</name>
			</assignedPerson>
		</assignedEntity>
	</authenticator>
	<participant typeCode="IND">
		<time xsi:type="IVL_TS">
			<low value="19590101"/>
			<high value="20111025"/>
		</time>
		<associatedEntity classCode="NOK">
			<code code="MTH" codeSystem="2.16.840.1.113883.5.111"/>
			<addr>
				<streetAddressLine>17 Daws Rd.</streetAddressLine>
				<city>Beaverton</city>
				<state>OR</state>
				<postalCode>97867</postalCode>
				<country>US</country>
			</addr>
			<telecom value="tel:(999)555-1212" use="WP"/>
			<associatedPerson>
				<name>
					<prefix>Mrs.</prefix>
					<given>Martha</given>
					<family>Jones</family>
				</name>
			</associatedPerson>
		</associatedEntity>
	</participant>
	<inFulfillmentOf typeCode="FLFS">
		<order classCode="ACT" moodCode="RQO">
			<id root="2.16.840.1.113883.19" extension="12345-67890"/>
		</order>
	</inFulfillmentOf>
	<componentOf>
		<encompassingEncounter>
			<id extension="9937012" root="2.16.840.1.113883.19"/>
			<code codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT-4" code="99213" displayName="Evaluation and Management"/>
			<effectiveTime>
				<low value="20090227130000+0500"/>
				<high value="20090227130000+0500"/>
			</effectiveTime>
			<location>
				<healthCareFacility>
					<id root="2.16.540.1.113883.19.2"/>
				</healthCareFacility>
			</location>
		</encompassingEncounter>
	</componentOf>
	<!-- ********************************************************
     CDA Body
     ******************************************************** -->
	<component>
		<structuredBody>
			<!-- *********************** -->
			<!--
********************************************************
Allergies, Adverse Reactions, Alerts
********************************************************
-->
			<component>
				<section>
					<!-- *** Allergies and Intolerances section with entries optional *** -->
					<templateId root="2.16.840.1.113883.10.20.22.2.6" extension="2014-06-09"/>
					<code code="48765-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
					<title>ALLERGIES, ADVERSE REACTIONS, ALERTS</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Substance</th>
									<th>Reaction</th>
									<th>Severity</th>
									<th>Status</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>ALLERGENIC EXTRACT, PENICILLIN</td>
									<td>
										<content ID="reaction1">Nausea</content>
									</td>
									<td>
										<content ID="severity1">Moderate to severe</content>
									</td>
									<td>Inactive</td>
								</tr>
								<tr>
									<td>Codeine</td>
									<td>
										<content ID="reaction2">Wheezing</content>
									</td>
									<td>
										<content ID="severity2">Moderate</content>
									</td>
									<td>Active</td>
								</tr>
								<tr>
									<td>Aspirin</td>
									<td>
										<content ID="reaction3">Hives</content>
									</td>
									<td>
										<content ID="severity3">Mild to moderate</content>
									</td>
									<td>Active</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<act classCode="ACT" moodCode="EVN">
						  <templateId root="2.16.840.1.113883.10.20.22.4.30" extension="2014-06-09"/>
							<!-- ** Allergy Concern act ** -->
							<id root="36e3e930-7b14-11db-9fe1-0800200c9a66"/>
						  <code code="CONC" codeSystem="2.16.840.1.113883.5.6" codeSystemName="HL7ActClass" displayName="Concern"/>
							<statusCode code="active"/>
							<effectiveTime value="20070501">
								<low value="20070501"/>
								<high value="20090227130000+0500"/>
							</effectiveTime>
							<entryRelationship typeCode="SUBJ">
								<observation classCode="OBS" moodCode="EVN">
									<!-- allergy observation template -->
								  <templateId root="2.16.840.1.113883.10.20.22.4.7" extension="2014-06-09"/>
									<id root="4adc1020-7b14-11db-9fe1-0800200c9a66"/>
									<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20070501"/>
									</effectiveTime>
									<value xsi:type="CD" code="419511003" displayName="Propensity to adverse reactions to drug" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
										<originalText>
											<reference value="#reaction1"/>
										</originalText>
									</value>
									<participant typeCode="CSM">
										<participantRole classCode="MANU">
											<playingEntity classCode="MMAT">
												<code code="314422" displayName="ALLERGENIC EXTRACT, PENICILLIN" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
													<originalText>
														<reference value="#reaction1"/>
													</originalText>
												</code>
											</playingEntity>
										</participantRole>
									</participant>
									
									<entryRelationship typeCode="MFST" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.9" extension="2014-06-09"/>
											<!-- Reaction observation template -->
											<id root="4adc1020-7b14-11db-9fe1-0800200c9a64"/>
										  <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
											<text>
												<reference value="#reaction1"/>
											</text>
											<statusCode code="completed"/>
											<effectiveTime>
												<low value="20070501"/>
											</effectiveTime>
											<value xsi:type="CD" code="73879007" codeSystem="2.16.840.1.113883.6.96" displayName="Nausea"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.8" extension="2014-06-09"/>
											<!-- ** Severity observation template ** -->
											<code code="SEV" displayName="Severity Observation" codeSystem="2.16.840.1.113883.5.4" codeSystemName="ActCode"/>
											<text>
												<reference value="#severity1"/>
											</text>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="371924009" displayName="Moderate to severe" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
										</observation>
									</entryRelationship>
								</observation>
							</entryRelationship>
						</act>
					</entry>
					<entry typeCode="DRIV">
						<act classCode="ACT" moodCode="EVN">
						  <templateId root="2.16.840.1.113883.10.20.22.4.30" extension="2014-06-09"/>
							<!-- ** Allergy problem act ** -->
							<id root="36e3e930-7b14-11db-9fe1-0800200c9a66"/>
						  <code code="CONC" codeSystem="2.16.840.1.113883.5.6" codeSystemName="HL7ActClass" displayName="Concern"/>
							<statusCode code="active"/>
							<effectiveTime value="20060501">
								<low value="20060501"/>
								<high value="20090227130000+0500"/>
							</effectiveTime>
							<entryRelationship typeCode="SUBJ">
								<observation classCode="OBS" moodCode="EVN">
									<!-- allergy observation template -->
								  <templateId root="2.16.840.1.113883.10.20.22.4.7" extension="2014-06-09"/>
									<id root="4adc1020-7b14-11db-9fe1-0800200c9a66"/>
									<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20060501"/>
									</effectiveTime>
									<value xsi:type="CD" code="419511003" displayName="Propensity to adverse reactions to drug" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
										<originalText>
											<reference value="#reaction2"/>
										</originalText>
									</value>
									<participant typeCode="CSM">
										<participantRole classCode="MANU">
											<playingEntity classCode="MMAT">
												<code code="2670" displayName="Codeine" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
													<originalText>
														<reference value="#reaction2"/>
													</originalText>
												</code>
											</playingEntity>
										</participantRole>
									</participant>
									
									<entryRelationship typeCode="MFST" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.9" extension="2014-06-09"/>
											<!-- Reaction observation template -->
											<id root="4adc1020-7b14-11db-9fe1-0800200c9a64"/>
										  <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
											<text>
												<reference value="#reaction2"/>
											</text>
											<statusCode code="completed"/>
											<effectiveTime>
												<low value="20060501"/>
											</effectiveTime>
											<value xsi:type="CD" code="56018004" codeSystem="2.16.840.1.113883.6.96" displayName="Wheezing"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.8" extension="2014-06-09"/>
											<!-- ** Severity observation template ** -->
											<code code="SEV" displayName="Severity Observation" codeSystem="2.16.840.1.113883.5.4" codeSystemName="ActCode"/>
											<text>
												<reference value="#severity2"/>
											</text>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="6736007" displayName="Moderate" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
										</observation>
									</entryRelationship>
								</observation>
							</entryRelationship>
						</act>
					</entry>
					<entry typeCode="DRIV">
						<act classCode="ACT" moodCode="EVN">
						  <templateId root="2.16.840.1.113883.10.20.22.4.30" extension="2014-06-09"/>
							<!-- ** Allergy problem act ** -->
							<id root="36e3e930-7b14-11db-9fe1-0800200c9a66"/>
						  <code code="CONC" codeSystem="2.16.840.1.113883.5.6" codeSystemName="HL7ActClass" displayName="Concern"/>
							<statusCode code="active"/>
							<effectiveTime value="20080501">
								<low value="20080501"/>
								<high value="20090227130000+0500"/>
							</effectiveTime>
							<entryRelationship typeCode="SUBJ">
								<observation classCode="OBS" moodCode="EVN">
									<!-- allergy observation template -->
								  <templateId root="2.16.840.1.113883.10.20.22.4.7" extension="2014-06-09"/>
									<id root="4adc1020-7b14-11db-9fe1-0800200c9a66"/>
									<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20080501"/>
									</effectiveTime>
									<value xsi:type="CD" code="419511003" displayName="Propensity to adverse reactions to drug" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
										<originalText>
											<reference value="#reaction3"/>
										</originalText>
									</value>
									<participant typeCode="CSM">
										<participantRole classCode="MANU">
											<playingEntity classCode="MMAT">
												<code code="1191" displayName="Aspirin" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
													<originalText>
														<reference value="#reaction3"/>
													</originalText>
												</code>
											</playingEntity>
										</participantRole>
									</participant>
									
									<entryRelationship typeCode="MFST" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.9" extension="2014-06-09"/>
											<!-- Reaction observation template -->
											<id root="4adc1020-7b14-11db-9fe1-0800200c9a64"/>
										  <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
											<text>
												<reference value="#reaction3"/>
											</text>
											<statusCode code="completed"/>
											<effectiveTime>
												<low value="20080501"/>
											</effectiveTime>
											<value xsi:type="CD" code="247472004" codeSystem="2.16.840.1.113883.6.96" displayName="Hives"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.8" extension="2014-06-09"/>
											<!-- ** Severity observation template ** -->
											<code code="SEV" displayName="Severity Observation" codeSystem="2.16.840.1.113883.5.4" codeSystemName="ActCode"/>
											<text>
												<reference value="#severity3"/>
											</text>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="371923003" displayName="Mild to moderate" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
										</observation>
									</entryRelationship>
								</observation>
							</entryRelationship>
						</act>
					</entry>
				</section>
			</component>
			<!-- ************************************
ASSESSMENT
************************************ -->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.8" extension="2014-06-09"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="51848-0" displayName="ASSESSMENT"/>
					<title>ASSESSMENT</title>
					<text>
						<list listType="ordered">
							<item>Recurrent GI bleed of unknown etiology; hypotension perhaps secondary to
                        this but as likely secondary to polypharmacy.</item>
							<item>Acute on chronic anemia secondary to #1.</item>
							<item>Azotemia, acute renal failure with volume loss secondary to #1.</item>
							<item>Hyperkalemia secondary to #3 and on ACE and K+ supplement.</item>
							<item>Other chronic diagnoses as noted above, currently stable.</item>
						</list>
					</text>
				</section>
			</component>
			<!-- ************************************
CHIEF COMPLAINT / REASON FOR VISIT
************************************ -->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.13"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="46239-0" displayName="REASON FOR VISIT + CHIEF COMPLAINT"/>
					<title>REASON FOR VISIT/CHIEF COMPLAINT</title>
					<text>
						<paragraph>Dark stools.</paragraph>
					</text>
				</section>
			</component>
			<!--
********************************************************
FAMILY HISTORY
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.15" extension="2014-06-09"/>
					<!--  ********  Family history section template   ******** -->
					<code code="10157-6" codeSystem="2.16.840.1.113883.6.1"/>
					<title>FAMILY HISTORY</title>
					<text>
						<paragraph>Father (deceased)</paragraph>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Diagnosis</th>
									<th>Age At Onset</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>Myocardial Infarction (cause of death)</td>
									<td>57</td>
								</tr>
								<tr>
									<td>Diabetes</td>
									<td>40</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<organizer moodCode="EVN" classCode="CLUSTER">
						  <templateId root="2.16.840.1.113883.10.20.22.4.45" extension="2014-06-09"/>
							<!--  ********  Family history organizer template   ******** -->
						  <id root="9123aedf-5315-4c3a-aeef-1e98319cc6b5"/>
							<statusCode code="completed"/>
							<subject>
								<relatedSubject classCode="PRS">
									<code code="FTH" displayName="Father" codeSystemName="HL7 FamilyMember" codeSystem="2.16.840.1.113883.5.111">
										<translation code="9947008" displayName="Biological father" codeSystemName="SNOMED" codeSystem="2.16.840.1.113883.6.96"/>
									</code>
									<subject>
										<administrativeGenderCode code="M" codeSystem="2.16.840.1.113883.5.1" displayName="Male"/>
										<birthTime value="1910"/>
										<!-- Example use of sdtc extensions included below in comments -->
										<!--
					<sdtc:deceasedInd value="true"/>
					<sdtc:deceasedTime value="1967"/>
					-->
									</subject>
								</relatedSubject>
							</subject>
							<component>
								<observation classCode="OBS" moodCode="EVN">
								  <templateId root="2.16.840.1.113883.10.20.22.4.46" extension="2014-06-09"/>
									<!-- Family History Observation template -->
									<id root="d42ebf70-5c89-11db-b0de-0800200c9a66"/>
								  <code code="75323-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Condition"/>
									<statusCode code="completed"/>
									<effectiveTime value="1967"/>
									<value xsi:type="CD" code="22298006" codeSystem="2.16.840.1.113883.6.96" displayName="Myocardial infarction"/>
									<entryRelationship typeCode="CAUS">
										<observation classCode="OBS" moodCode="EVN">
											<templateId root="2.16.840.1.113883.10.20.22.4.47"/>
											<!--  ******** Family history death observation template   ******** -->
											<id root="6898fae0-5c8a-11db-b0de-0800200c9a66"/>
											<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="419099009" codeSystem="2.16.840.1.113883.6.96" displayName="Dead"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
											<templateId root="2.16.840.1.113883.10.20.22.4.31"/>
											<!--  ********  Age observation template   ******** -->
											<code code="445518008" codeSystem="2.16.840.1.113883.6.96" displayName="Age At Onset"/>
											<statusCode code="completed"/>
											<value xsi:type="PQ" value="57" unit="a"/>
										</observation>
									</entryRelationship>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.46" extension="2014-06-09"/>
									<!--  ********  Family history observation template   ******** -->
									<id root="5bfe3ec0-5c8b-11db-b0de-0800200c9a66"/>
								  <code code="75323-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Condition"/>
									<statusCode code="completed"/>
									<effectiveTime value="1950"/>
									<value xsi:type="CD" code="46635009" codeSystem="2.16.840.1.113883.6.96" displayName="Diabetes mellitus type 1"/>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
											<templateId root="2.16.840.1.113883.10.20.22.4.31"/>
											<!--  ********  Age observation template   ******** -->
											<code code="445518008" codeSystem="2.16.840.1.113883.6.96" displayName="Age At Onset"/>
											<statusCode code="completed"/>
											<value xsi:type="PQ" value="40" unit="a"/>
										</observation>
									</entryRelationship>
								</observation>
							</component>
						</organizer>
					</entry>
				</section>
			</component>
			<!-- ************************************
GENERAL STATUS
************************************ -->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.2.5"/>
					<code code="10210-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="GENERAL STATUS"/>
					<title>GENERAL STATUS</title>
					<text>
						<paragraph>Alert and in good spirits, no acute distress. </paragraph>
					</text>
				</section>
			</component>
			<!-- ************************************
HISTORY OF PAST ILLNESS
************************************ -->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.20" extension="2014-06-09"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="11348-0" displayName="HISTORY OF PAST ILLNESS"/>
					<title>PAST MEDICAL HISTORY</title>
					<text>
						<paragraph>See History of Present Illness.</paragraph>
					</text>
				</section>
			</component>
			<!--
********************************************************
HISTORY OF PRESENT ILLNESS
********************************************************
-->
			<component>
				<section>
					<templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.4"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="10164-2" displayName="HISTORY OF PRESENT ILLNESS"/>
					<title>HISTORY OF PRESENT ILLNESS</title>
					<text>
						<paragraph>This patient was only recently discharged for a recurrent GI bleed as
                     described below.</paragraph>
						<paragraph>He presented to the ER today c/o a dark stool yesterday but a normal
                     brown stool today. On exam he was hypotensive in the 80?s resolved after ....
                     .... .... </paragraph>
						<paragraph>Lab at discharge: Glucose 112, BUN 16, creatinine 1.1, electrolytes
                     normal. H. pylori antibody pending. Admission hematocrit 16%, discharge
                     hematocrit 29%. WBC 7300, platelet count 256,000. Urinalysis normal. Urine
                     culture: No growth. INR 1.1, PTT 40.</paragraph>
						<paragraph>He was transfused with 6 units of packed red blood cells with .... ....
                     ....</paragraph>
						<paragraph>GI evaluation 12 September: Colonoscopy showed single red clot in ....
                     .... ....</paragraph>
					</text>
				</section>
			</component>
			<!--
********************************************************
IMMUNIZATIONS
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.2.1" extension="2014-06-09"/>
					<!-- Entries Required -->
					<!--  ********  Immunizations section template   ******** -->
					<code code="11369-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of immunizations"/>
					<title>IMMUNIZATIONS</title>
					<text>
						<content ID="immunSect"/>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Vaccine</th>
									<th>Date</th>
									<th>Status</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<content ID="immun1"/>Influenza virus vaccine, IM</td>
									<td>Nov 1999</td>
									<td>Completed</td>
								</tr>
								<tr>
									<td>
										<content ID="immun2"/>Influenza virus vaccine, IM</td>
									<td>Dec 1998</td>
									<td>Completed</td>
								</tr>
								<tr>
									<td>
										<content ID="immun3"/>Pneumococcal polysaccharide vaccine, IM</td>
									<td>Dec 1998</td>
									<td>Completed</td>
								</tr>
								<tr>
									<td>
										<content ID="immun4"/>Tetanus and diphtheria toxoids, IM</td>
									<td>1997</td>
									<td>Refused</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
							<templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2014-06-09"/>
							<!--  ********   Immunization activity template    ******** -->
							<id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
							<text>
								<reference value="#immun1"/>
							</text>
							<statusCode code="completed"/>
							<effectiveTime xsi:type="IVL_TS" value="199911"/>
							<routeCode code="C28161" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="National Cancer Institute (NCI) Thesaurus" displayName="Intramuscular injection"/>
							<doseQuantity value="50" unit="mcg"/>
							<consumable>
								<manufacturedProduct classCode="MANU">
									<templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/>
									<!--  ********   Immunization Medication Information    ******** -->
									<manufacturedMaterial>
										<code code="88" codeSystem="2.16.840.1.113883.12.292" displayName="Influenza virus vaccine" codeSystemName="CVX">
											<originalText>Influenza virus vaccine</originalText>
											<translation code="111" displayName="influenza, live, intranasal" codeSystemName="CVX" codeSystem="2.16.840.1.113883.12.292"/>
										</code>
										<lotNumberText>1</lotNumberText>
									</manufacturedMaterial>
									<manufacturerOrganization>
										<name>Health LS - Immuno Inc.</name>
									</manufacturerOrganization>
								</manufacturedProduct>
							</consumable>
							<entryRelationship typeCode="SUBJ" inversionInd="true">
								<act classCode="ACT" moodCode="INT">
								  <templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09"/>
									<!-- ** Instructions Template ** -->
									<code code="171044003" codeSystem="2.16.840.1.113883.6.96" displayName="immunization education"/>
									<text>
										<reference value="#immunSect"/>Possible flu-like symptoms for three
                              days.</text>
									<statusCode code="completed"/>
								</act>
							</entryRelationship>
						</substanceAdministration>
					</entry>
					<entry typeCode="DRIV">
						<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
						  <templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2014-06-09"/>
							<!--  ********   Immunization activity template    ******** -->
							<id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
							<text>
								<reference value="#immun2"/>
							</text>
							<statusCode code="completed"/>
							<effectiveTime xsi:type="IVL_TS" value="19981215"/>
							<routeCode code="C28161" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="National Cancer Institute (NCI) Thesaurus" displayName="Intramuscular injection"/>
							<doseQuantity value="50" unit="mcg"/>
							<consumable>
								<manufacturedProduct classCode="MANU">
								  <templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/>
									<!--  ********   Immunization Medication Information    ******** -->
									<manufacturedMaterial>
										<code code="88" codeSystem="2.16.840.1.113883.12.292" displayName="Influenza virus vaccine" codeSystemName="CVX">
											<originalText>Influenza virus vaccine</originalText>
											<translation code="111" displayName="influenza, live, intranasal" codeSystemName="CVX" codeSystem="2.16.840.1.113883.12.292"/>
										</code>
									  <lotNumberText>134</lotNumberText>
									</manufacturedMaterial>
									<manufacturerOrganization>
										<name>Health LS - Immuno Inc.</name>
									</manufacturerOrganization>
								</manufacturedProduct>
							</consumable>
							<entryRelationship typeCode="SUBJ" inversionInd="true">
								<act classCode="ACT" moodCode="INT">
								  <templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09"/>
									<!-- ** Instructions Template ** -->
									<code code="171044003" codeSystem="2.16.840.1.113883.6.96" displayName="immunization education"/>
									<text>
										<reference value="#immunSect"/>Possible flu-like symptoms for three
                              days.</text>
									<statusCode code="completed"/>
								</act>
							</entryRelationship>
						</substanceAdministration>
					</entry>
					<entry typeCode="DRIV">
						<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
						  <templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2014-06-09"/>
							<!--  ********   Immunization activity template    ******** -->
							<id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
							<text>
								<reference value="#immun3"/>
							</text>
							<statusCode code="completed"/>
							<effectiveTime xsi:type="IVL_TS" value="19981215"/>
							<routeCode code="C28161" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="National Cancer Institute (NCI) Thesaurus" displayName="Intramuscular injection"/>
							<doseQuantity value="50" unit="mcg"/>
							<consumable>
								<manufacturedProduct classCode="MANU">
								  <templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/>
									<!--  ********   Immunization Medication Information    ******** -->
									<manufacturedMaterial>
										<code code="33" codeSystem="2.16.840.1.113883.12.292" displayName="Pneumococcal polysaccharide vaccine" codeSystemName="CVX">
											<originalText>Influenza virus vaccine</originalText>
											<translation code="109" displayName="Pneumococcal NOS" codeSystemName="CVX" codeSystem="2.16.840.1.113883.12.292"/>
										</code>
									  <lotNumberText>136</lotNumberText>
									</manufacturedMaterial>
									<manufacturerOrganization>
										<name>Health LS - Immuno Inc.</name>
									</manufacturerOrganization>
								</manufacturedProduct>
							</consumable>
							<entryRelationship typeCode="SUBJ" inversionInd="true">
								<act classCode="ACT" moodCode="INT">
								  <templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09"/>
									<!-- ** Instructions Template ** -->
									<code code="171044003" codeSystem="2.16.840.1.113883.6.96" displayName="immunization education"/>
									<text>
										<reference value="#immunSect"/>Possible flu-like symptoms for three
                              days.</text>
									<statusCode code="completed"/>
								</act>
							</entryRelationship>
						</substanceAdministration>
					</entry>
					<entry typeCode="DRIV">
						<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="true">
						  <templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2014-06-09"/>
							<!--  ********   Immunization activity template    ******** -->
							<id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
							<text>
								<reference value="#immun3"/>
							</text>
							<statusCode code="completed"/>
							<effectiveTime xsi:type="IVL_TS" value="19981215"/>
							<routeCode code="C28161" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="National Cancer Institute (NCI) Thesaurus" displayName="Intramuscular injection"/>
							<doseQuantity value="50" unit="mcg"/>
							<consumable>
								<manufacturedProduct classCode="MANU">
								  <templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/>
									<!--  ********   Immunization Medication Information    ******** -->
									<manufacturedMaterial>
										<code code="103" codeSystem="2.16.840.1.113883.12.292" displayName="Tetanus and diphtheria toxoids - preservative free" codeSystemName="CVX">
											<originalText>Tetanus and diphtheria toxoids - preservative
                                    free</originalText>
											<translation code="09" displayName="Tetanus and diphtheria toxoids - preservative free" codeSystemName="CVX" codeSystem="2.16.840.1.113883.12.292"/>
										</code>
									  <lotNumberText>137</lotNumberText>
									</manufacturedMaterial>
									<manufacturerOrganization>
										<name>Health LS - Immuno Inc.</name>
									</manufacturerOrganization>
								</manufacturedProduct>
							</consumable>
							<entryRelationship typeCode="SUBJ" inversionInd="true">
								<act classCode="ACT" moodCode="INT">
								  <templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09"/>
									<!-- ** Instructions Template ** -->
									<code code="171044003" codeSystem="2.16.840.1.113883.6.96" displayName="immunization education"/>
									<text>
										<reference value="#immunSect"/>Possible flu-like symptoms for three
                              days.</text>
									<statusCode code="completed"/>
								</act>
							</entryRelationship>
							<entryRelationship typeCode="RSON">
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.53"/>
									<!-- Immunization Refusal -->
									<id root="2a620155-9d11-439e-92b3-5d9815ff4dd8"/>
									<code displayName="Patient Objection" code="PATOBJ" codeSystemName="HL7 ActNoImmunizationReason" codeSystem="2.16.840.1.113883.5.8"/>
									<statusCode code="completed"/>
								</observation>
							</entryRelationship>
						</substanceAdministration>
					</entry>
				</section>
			</component>
			<!--
********************************************************
MEDICATIONS
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.1" extension="2014-06-09"/>
					<templateId root="2.16.840.1.113883.10.20.22.2.1.1" extension="2014-06-09"/>
					<code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HISTORY OF MEDICATION USE"/>
					<title>MEDICATIONS</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Medication</th>
									<th>Directions</th>
									<th>Start Date</th>
									<th>Status</th>
									<th>Indications</th>
									<th>Fill Instructions</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<content ID="MedSec_1">Proventil 0.09 MG/ACTUAT inhalant
                                 solution</content>
									</td>
									<td>0.09 MG/ACTUAT inhalant solution, 2 puffs QID PRN wheezing</td>
									<td>20070103</td>
									<td>Active</td>
									<td>Pneumonia (233604007 SNOMED CT)</td>
									<td>Generic Substitition Allowed</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<substanceAdministration classCode="SBADM" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
							<!-- ** MEDICATION ACTIVITY -->
							<id root="cdbd33f0-6cde-11db-9fe1-0800200c9a66"/>
							<text>
								<reference value="#MedSec_1"/>0.09 MG/ACTUAT inhalant solution, 2 puffs QID
                        PRN wheezing </text>
							<statusCode code="completed"/>
							<effectiveTime xsi:type="IVL_TS">
								<low value="20070103"/>
								<high value="20120515"/>
							</effectiveTime>
							<effectiveTime xsi:type="PIVL_TS" institutionSpecified="true" operator="A">
								<period value="6" unit="h"/>
							</effectiveTime>
							<routeCode code="C38216" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="NCI Thesaurus" displayName="RESPIRATORY (INHALATION)"/>
							<doseQuantity value="1" unit="mg/actuat"/>
							<rateQuantity value="90" unit="ml/min"/>
							<maxDoseQuantity nullFlavor="UNK">
								<numerator nullFlavor="UNK"/>
								<denominator nullFlavor="UNK"/>
							</maxDoseQuantity>
							<administrationUnitCode code="C42944" displayName="INHALANT" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="NCI Thesaurus"/>
							<consumable>
								<manufacturedProduct classCode="MANU">
									<templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
									<id root="2a620155-9d11-439e-92b3-5d9815ff4ee8"/>
									<manufacturedMaterial>
										<code code="573621" codeSystem="2.16.840.1.113883.6.88" displayName="Proventil 0.09 MG/ACTUAT inhalant solution">
											<originalText>
												<reference value="#MedSec_1"/>
											</originalText>
											<translation code="573621" displayName="Proventil 0.09 MG/ACTUAT inhalant solution" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm"/>
										</code>
									</manufacturedMaterial>
									<manufacturerOrganization>
										<name>Medication Factory Inc.</name>
									</manufacturerOrganization>
								</manufacturedProduct>
							</consumable>
							<performer>
								<assignedEntity>
									<id nullFlavor="NI"/>
									<addr nullFlavor="UNK"/>
									<telecom nullFlavor="UNK"/>
									<representedOrganization>
										<id root="2.16.840.1.113883.19.5.9999.1393"/>
										<name>Community Health and Hospitals</name>
										<telecom nullFlavor="UNK"/>
										<addr nullFlavor="UNK"/>
									</representedOrganization>
								</assignedEntity>
							</performer>
							<participant typeCode="CSM">
								<participantRole classCode="MANU">
									<templateId root="2.16.840.1.113883.10.20.22.4.24"/>
									<code code="412307009" displayName="drug vehicle" codeSystem="2.16.840.1.113883.6.96"/>
									<playingEntity classCode="MMAT">
										<code code="324049" displayName="Aerosol" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm"/>
										<name>Aerosol</name>
									</playingEntity>
								</participantRole>
							</participant>
							<entryRelationship typeCode="RSON">
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.19" extension="2014-06-09"/>
									<id root="db734647-fc99-424c-a864-7e3cda82e703" extension="45665"/>
								  <code code="75321-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Clinical finding"/>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20070103"/>
									</effectiveTime>
									<value xsi:type="CD" code="233604007" displayName="Pneumonia" codeSystem="2.16.840.1.113883.6.96"/>
								</observation>
							</entryRelationship>
							<entryRelationship typeCode="REFR">
								<supply classCode="SPLY" moodCode="INT">
									<templateId root="2.16.840.1.113883.10.20.22.4.17" extension="2014-06-09"/>
									<id nullFlavor="NI"/>
									<statusCode code="completed"/>
									<effectiveTime xsi:type="IVL_TS">
										<low value="20070103"/>
										<high nullFlavor="UNK"/>
									</effectiveTime>
									<repeatNumber value="1"/>
									<quantity value="75"/>
									<product>
										<manufacturedProduct classCode="MANU">
											<templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
											<id root="2a620155-9d11-439e-92b3-5d9815ff4ee8"/>
											<manufacturedMaterial>
												<code code="573621" codeSystem="2.16.840.1.113883.6.88" displayName="Proventil 0.09 MG/ACTUAT inhalant solution">
													<originalText>
														<reference value="#MedSec_1"/>
													</originalText>
													<translation code="573621" displayName="Proventil 0.09 MG/ACTUAT inhalant solution" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm"/>
												</code>
											</manufacturedMaterial>
											<manufacturerOrganization>
												<name>Medication Factory Inc.</name>
											</manufacturerOrganization>
										</manufacturedProduct>
									</product>
									<performer>
										<assignedEntity>
											<id extension="2981823" root="2.16.840.1.113883.19.5.9999.456"/>
											<addr>
												<streetAddressLine>1001 Village Avenue</streetAddressLine>
												<city>Portland</city>
												<state>OR</state>
												<postalCode>99123</postalCode>
												<country>US</country>
											</addr>
										</assignedEntity>
									</performer>
									<author>
										<time nullFlavor="UNK"/>
										<assignedAuthor>
											<id root="2a620155-9d11-439e-92b3-5d9815fe4de8"/>
											<addr nullFlavor="UNK"/>
											<telecom nullFlavor="UNK"/>
											<assignedPerson>
												<name>
													<prefix>Dr.</prefix>
													<given>Henry</given>
													<family>Seven</family>
												</name>
											</assignedPerson>
										</assignedAuthor>
									</author>
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<act classCode="ACT" moodCode="INT">
											<templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09"/>
											<!-- ** Instructions Template ** -->
											<code code="409073007" codeSystem="2.16.840.1.113883.6.96" displayName="instruction"/>
											<text>
												<reference value="#MedSec_1"/>label in spanish</text>
											<statusCode code="completed"/>
										</act>
									</entryRelationship>
								</supply>
							</entryRelationship>
							<entryRelationship typeCode="REFR">
								<supply classCode="SPLY" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.18" extension="2014-06-09"/>
									<!-- ** Medication Dispense Template ** -->
									<id root="1.2.3.4.56789.1" extension="cb734647-fc99-424c-a864-7e3cda82e704"/>
									<statusCode code="completed"/>
									<effectiveTime value="20070103"/>
									<repeatNumber value="1"/>
									<quantity value="75"/>
									<product>
										<manufacturedProduct classCode="MANU">
											<templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
											<id root="2a620155-9d11-439e-92b3-5d9815ff4ee8"/>
											<manufacturedMaterial>
												<code code="573621" codeSystem="2.16.840.1.113883.6.88" displayName="Proventil 0.09 MG/ACTUAT inhalant solution">
													<originalText>
														<reference value="#MedSec_1"/>
													</originalText>
													<translation code="573621" displayName="Proventil 0.09 MG/ACTUAT inhalant solution" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm"/>
												</code>
											</manufacturedMaterial>
											<manufacturerOrganization>
												<name>Medication Factory Inc.</name>
											</manufacturerOrganization>
										</manufacturedProduct>
									</product>
									<performer>
										<time nullFlavor="UNK"/>
										<assignedEntity>
											<id root="2.16.840.1.113883.19.5.9999.456" extension="2981823"/>
											<addr>
												<streetAddressLine>1001 Village Avenue</streetAddressLine>
												<city>Portland</city>
												<state>OR</state>
												<postalCode>99123</postalCode>
												<country>US</country>
											</addr>
											<telecom nullFlavor="UNK"/>
											<assignedPerson>
												<name>
													<prefix>Dr.</prefix>
													<given>Henry</given>
													<family>Seven</family>
												</name>
											</assignedPerson>
											<representedOrganization>
												<id root="2.16.840.1.113883.19.5.9999.1393"/>
												<name>Community Health and Hospitals</name>
												<telecom nullFlavor="UNK"/>
												<addr nullFlavor="UNK"/>
											</representedOrganization>
										</assignedEntity>
									</performer>
								</supply>
							</entryRelationship>
							<precondition typeCode="PRCN">
								<criterion>
									<!-- *** Precondition for substance administration *** -->
									<templateId root="2.16.840.1.113883.10.20.22.4.25" extension="2014-06-09"/>
									<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
									<value xsi:type="CD" code="56018004" codeSystem="2.16.840.1.113883.6.96" displayName="Wheezing"/>
								</criterion>
							</precondition>
						</substanceAdministration>
					</entry>
				</section>
			</component>
			<!-- ************************************
PHYSICAL EXAMINATION
************************************ -->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.2.10" extension="2014-06-09"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="29545-1" displayName="PHYSICAL FINDINGS"/>
					<title>PHYSICAL EXAMINATION</title>
					<text>
						<list listType="ordered">
							<item>HEENT: All normal to examination.</item>
							<item>Heart: RRR, no murmur.</item>
							<item>THORAX &amp; LUNGS: Clear without rhonchi or wheeze.</item>
							<item>ABDOMEN: No distension, tenderness, or guarding, obese, pos bowel
                        sounds.</item>
							<item>BACK: Normal to inspection and palpation, without tenderness; no
                        presacral edema.</item>
							<item>EXTREMITIES: Doughy edema bilaterally, chronic stasis changes, no
                        asymmetrical swelling.</item>
						</list>
					</text>
				</section>
			</component>
			<!--
********************************************************
PLAN OF CARE
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.10" extension="2014-06-09"/>
					<!--  **** Plan of Care section template  **** -->
					<code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Treatment plan"/>
					<title>PLAN OF CARE</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Planned Activity</th>
									<th>Planned Date</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>Colonoscopy</td>
									<td>20120512</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<observation classCode="OBS" moodCode="RQO">
							<templateId root="2.16.840.1.113883.10.20.22.4.44" extension="2014-06-09"/>
							<!--   Plan of Care Activity Observation template   -->
							<id root="9a6d1bac-17d3-4195-89a4-1121bc809b4a"/>
							<code code="28023-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Colonoscopy Study observation"/>
							<statusCode code="new"/>
							<effectiveTime>
								<center value="20120512"/>
							</effectiveTime>
						</observation>
					</entry>
					<entry>
						<act moodCode="RQO" classCode="ACT">
							<templateId root="2.16.840.1.113883.10.20.22.4.39" extension="2014-06-09"/>
							<!--  ****  Plan of Care Activity Act template   **** -->
							<id root="9a6d1bac-17d3-4195-89a4-1121bc809a5c"/>
							<code code="73761001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Colonoscopy"/>
							<statusCode code="active"/>
							<effectiveTime>
								<center value="20120512"/>
							</effectiveTime>
						</act>
					</entry>
					<entry>
						<encounter moodCode="INT" classCode="ENC">
							<templateId root="2.16.840.1.113883.10.20.22.4.40" extension="2014-06-09"/>
							<!--  ****  Plan of Care Activity Encounter template  **** -->
							<id root="9a6d1bac-17d3-4195-89a4-1121bc809b4d"/>
							<code code="185349003" displayName="encounter for check-up (procedure)" codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96"> </code>
							<statusCode code="active"/>
						</encounter>
					</entry>
					<entry>
						<procedure moodCode="RQO" classCode="PROC">
							<templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2014-06-09"/>
							<!-- ** Plan of Care Activity Procedure template ** -->
							<id root="9a6d1bac-17d3-4195-89c4-1121bc809b5a"/>
							<code code="73761001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Colonoscopy"/>
							<statusCode code="new"/>
							<effectiveTime>
								<center value="20120512"/>
							</effectiveTime>
						</procedure>
					</entry>
				</section>
			</component>
			<!--
********************************************************
PROBLEM LIST
********************************************************
-->
			<component>
			  <!-- Problem Section (entries required) (V2) -->
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.5.1" extension="2014-06-09"/>
					<code code="11450-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="PROBLEM LIST"/>
					<title>PROBLEMS</title>
					<text>
						<content ID="problems"/>
						<list listType="ordered">
							<item>
								<content ID="problem1">Pneumonia : Status - Resolved</content>
							</item>
							<item>
								<content ID="problem2">Asthma : Status - Active</content>
							</item>
						</list>
					</text>
					<entry typeCode="DRIV">
						<act classCode="ACT" moodCode="EVN">
							<!-- Problem Concern Act (V2) template -->
							<templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2014-06-09"/>
							<id root="ec8a6ff8-ed4b-4f7e-82c3-e98e58b45de7"/>
							<code code="CONC" codeSystem="2.16.840.1.113883.5.6" displayName="Concern"/>
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="20080103"/>
								<high value="20080103"/>
							</effectiveTime>
							<entryRelationship typeCode="SUBJ">
								<observation classCode="OBS" moodCode="EVN">
									<!-- Problem observation template -->
									<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2014-06-09"/>
									<id root="ab1791b0-5c71-11db-b0de-0800200c9a66"/>
								  <code code="75322-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Complaint"/>
									<text>
										<reference value="#problem1"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20080103"/>
									</effectiveTime>
									<value xsi:type="CD" code="233604007" codeSystem="2.16.840.1.113883.6.96" displayName="Pneumonia"/>
									
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
											<templateId root="2.16.840.1.113883.10.20.22.4.31"/>
											<!--    Age observation template   -->
											<code code="445518008" codeSystem="2.16.840.1.113883.6.96" displayName="Age At Onset"/>
											<statusCode code="completed"/>
											<value xsi:type="PQ" value="57" unit="a"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="REFR">
									  <!-- Health status observation template -->
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.5" extension="2014-06-09"/>
										  <id root="e3c3db86-e8b4-4169-865b-b9e80ba10eb8"/>
											<code code="11323-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Health status"/>
											<text>
												<reference value="#problems"/>
											</text>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="81323004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Alive and well"/>
										</observation>
									</entryRelationship>
								</observation>
							</entryRelationship>
						</act>
					</entry>
					<entry typeCode="DRIV">
						<act classCode="ACT" moodCode="EVN">
							<!-- Problem act template -->
						  <templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2014-06-09"/>
							<id root="ec8a6ff8-ed4b-4f7e-82c3-e98e58b45de7"/>
							<code code="CONC" codeSystem="2.16.840.1.113883.5.6" displayName="Concern"/>
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="20070103"/>
								<high value="20070103"/>
							</effectiveTime>
							<entryRelationship typeCode="SUBJ">
								<observation classCode="OBS" moodCode="EVN">
									<!-- Problem observation template -->
								  <templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2014-06-09"/>
									<id root="ab1791b0-5c71-11db-b0de-0800200c9a66"/>
								  <code code="75322-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Complaint"/>
									<text>
										<reference value="#problem2"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime>
										<low value="20070103"/>
									</effectiveTime>
									<value xsi:type="CD" code="195967001" codeSystem="2.16.840.1.113883.6.96" displayName="Asthma"/>
									
									<entryRelationship typeCode="SUBJ" inversionInd="true">
										<observation classCode="OBS" moodCode="EVN">
											<templateId root="2.16.840.1.113883.10.20.22.4.31"/>
											<!--    Age observation template   -->
											<code code="445518008" codeSystem="2.16.840.1.113883.6.96" displayName="Age At Onset"/>
											<statusCode code="completed"/>
											<value xsi:type="PQ" value="57" unit="a"/>
										</observation>
									</entryRelationship>
									<entryRelationship typeCode="REFR">
										<observation classCode="OBS" moodCode="EVN">
										  <templateId root="2.16.840.1.113883.10.20.22.4.5" extension="2014-06-09"/>
											<!-- Health status observation template -->
										  <id root="b2e63993-0b08-4cc6-9733-f4024ebfb9a6"/>
											<code code="11323-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Health status"/>
											<text>
												<reference value="#problems"/>
											</text>
											<statusCode code="completed"/>
											<value xsi:type="CD" code="81323004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Alive and well"/>
										</observation>
									</entryRelationship>
								</observation>
							</entryRelationship>
						</act>
					</entry>
				</section>
			</component>
			<!--
********************************************************
PROCEDURES
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.7" extension="2014-06-09"/>
					<!-- Procedures section template -->
					<code code="47519-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HISTORY OF PROCEDURES"/>
					<title>PROCEDURES</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Procedure</th>
									<th>Date</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<content ID="Proc1">Colonic polypectomy</content>
									</td>
									<td>1998</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<procedure classCode="PROC" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
							<!-- ***** Procedure  Activity Procedure Template ***** -->
							<id root="d68b7e32-7810-4f5b-9cc2-acd54b0fd85d"/>
							<code code="73761001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Colonoscopy">
								<originalText>
									<reference value="#Proc1"/>
								</originalText>
							</code>
							<statusCode code="completed"/>
							<effectiveTime value="20120512"/>
							<methodCode nullFlavor="UNK"/>
							<!-- ****OPTIONAL*****-->
							<specimen typeCode="SPC">
								<specimenRole classCode="SPEC">
									<id root="c2ee9ee9-ae31-4628-a919-fec1cbb58683"/>
									<specimenPlayingEntity>
										<code code="309226005" codeSystem="2.16.840.1.113883.6.96" displayName="colonic polyp sample"/>
									</specimenPlayingEntity>
								</specimenRole>
							</specimen>
							<performer>
								<assignedEntity>
									<id root="2.16.840.1.113883.19.5.9999.456" extension="2981823"/>
									<addr>
										<streetAddressLine>1001 Village Avenue</streetAddressLine>
										<city>Portland</city>
										<state>OR</state>
										<postalCode>99123</postalCode>
										<country>US</country>
									</addr>
									<telecom use="WP" value="555-555-5000"/>
									<representedOrganization>
										<id root="2.16.840.1.113883.19.5.9999.1393"/>
										<name>Community Health and Hospitals</name>
										<telecom use="WP" value="555-555-5000"/>
										<addr>
											<streetAddressLine>1001 Village Avenue</streetAddressLine>
											<city>Portland</city>
											<state>OR</state>
											<postalCode>99123</postalCode>
											<country>US</country>
										</addr>
									</representedOrganization>
								</assignedEntity>
							</performer>
							<participant typeCode="DEV">
								<!-- *** Optional *** -->
								<participantRole classCode="MANU">
									<templateId root="2.16.840.1.113883.10.20.22.4.37"/>
									<!--   Product instance template   -->
									<id root="742aee30-21c5-11e1-bfc2-0800200c9a66"/>
									<playingDevice>
										<code code="90412006" codeSystem="2.16.840.1.113883.6.96" displayName="Colonoscope"/>
									</playingDevice>
									<scopingEntity>
										<id root="eb936010-7b17-11db-9fe1-0800200c9b65"/>
									</scopingEntity>
								</participantRole>
							</participant>
						</procedure>
					</entry>
					<entry>
						<observation classCode="OBS" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.13" extension="2014-06-09"/>
							<!-- Procedure Activity Observation -->
							<id extension="123456789" root="2.16.840.1.113883.19"/>
							<code code="274025005" codeSystem="2.16.840.1.113883.6.96" displayName="Colonic polypectomy" codeSystemName="SNOMED-CT">
								<originalText>
									<reference value="#Proc1"/>
								</originalText>
							</code>
							<statusCode code="aborted"/>
							<effectiveTime value="20110203"/>
							<priorityCode code="CR" codeSystem="2.16.840.1.113883.5.7" codeSystemName="ActPriority" displayName="Callback results"/>
							<value xsi:type="CD"/>
							<methodCode nullFlavor="UNK"/>
							<targetSiteCode code="416949008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Abdomen and pelvis"/>
							<performer>
								<assignedEntity>
									<id root="2.16.840.1.113883.19.5" extension="1234"/>
									<addr>
										<streetAddressLine>17 Daws Rd.</streetAddressLine>
										<city>Blue Bell</city>
										<state>MA</state>
										<postalCode>02368</postalCode>
										<country>US</country>
									</addr>
									<telecom use="WP" value="(555)555-555-1234"/>
									<representedOrganization>
										<id root="2.16.840.1.113883.19.5"/>
										<name>Community Health and Hospitals</name>
										<telecom nullFlavor="UNK"/>
										<addr nullFlavor="UNK"/>
									</representedOrganization>
								</assignedEntity>
							</performer>
							<participant typeCode="LOC">
								<participantRole classCode="SDLOC">
									<templateId root="2.16.840.1.113883.10.20.22.4.32"/>
									<!-- Service Delivery Location template -->
									<code code="1160-1" codeSystem="2.16.840.1.113883.6.259" codeSystemName="HealthcareServiceLocation" displayName="Urgent Care Center"/>
									<addr>
										<streetAddressLine>17 Daws Rd.</streetAddressLine>
										<city>Blue Bell</city>
										<state>MA</state>
										<postalCode>02368</postalCode>
										<country>US</country>
									</addr>
									<telecom nullFlavor="UNK"/>
									<playingEntity classCode="PLC">
										<name>Community Health and Hospitals</name>
									</playingEntity>
								</participantRole>
							</participant>
						</observation>
					</entry>
					<entry>
					  <!-- Procedure Activity Act (V2) -->
						<act classCode="ACT" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.12" extension="2014-06-09"/>
							<id root="1.2.3.4.5.6.7.8" extension="1234567"/>
							<code code="274025005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Colonic polypectomy">
								<originalText>
									<reference value="#Proc1"/>
								</originalText>
							</code>
							<statusCode code="completed"/>
							<effectiveTime value="20110203"/>
							<priorityCode code="CR" codeSystem="2.16.840.1.113883.5.7" codeSystemName="ActPriority" displayName="Callback results"/>
							<performer>
								<assignedEntity>
									<id root="2.16.840.1.113883.19" extension="1234"/>
									<addr>
										<streetAddressLine>17 Daws Rd.</streetAddressLine>
										<city>Blue Bell</city>
										<state>MA</state>
										<postalCode>02368</postalCode>
										<country>US</country>
									</addr>
									<telecom use="WP" value="(555)555-555-1234"/>
									<representedOrganization>
										<id root="2.16.840.1.113883.19.5"/>
										<name>Community Health and Hospitals</name>
										<telecom nullFlavor="UNK"/>
										<addr nullFlavor="UNK"/>
									</representedOrganization>
								</assignedEntity>
							</performer>
							<participant typeCode="LOC">
								<participantRole classCode="SDLOC">
									<templateId root="2.16.840.1.113883.10.20.22.4.32"/>
									<!-- Service Delivery Location template -->
									<code code="1160-1" codeSystem="2.16.840.1.113883.6.259" codeSystemName="HealthcareServiceLocation" displayName="Urgent Care Center"/>
									<addr>
										<streetAddressLine>17 Daws Rd.</streetAddressLine>
										<city>Blue Bell</city>
										<state>MA</state>
										<postalCode>02368</postalCode>
										<country>US</country>
									</addr>
									<telecom nullFlavor="UNK"/>
									<playingEntity classCode="PLC">
										<name>Community Health and Hospitals</name>
									</playingEntity>
								</participantRole>
							</participant>
						</act>
					</entry>
				</section>
			</component>
			<!--
********************************************************
RESULTS
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.3" extension="2014-06-09"/>
					<templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2014-06-09"/>
					<!-- Entries Required -->
					<code code="30954-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="RESULTS"/>
					<title>RESULTS</title>
					<text>
						<table>
							<tbody>
								<tr>
									<td colspan="2">LABORATORY INFORMATION</td>
								</tr>
								<tr>
									<td colspan="2">Chemistries and drug levels</td>
								</tr>
								<tr>
									<td>
										<content ID="result1">HGB (M 13-18 g/dl; F 12-16 g/dl)</content>
									</td>
									<td>13.2</td>
								</tr>
								<tr>
									<td>
										<content ID="result2">WBC (4.3-10.8 10+3/ul)</content>
									</td>
									<td>6.7</td>
								</tr>
								<tr>
									<td>
										<content ID="result3">PLT (135-145 meq/l)</content>
									</td>
									<td>123 (L)</td>
								</tr>
								<tr>
									<td colspan="2">Liver Functions and Other Laboratory Values</td>
								</tr>
								<tr>
									<td>ALT (SGPT)</td>
									<td>31.0</td>
								</tr>
								<tr>
									<td>AST (SGOT)</td>
									<td>18.0</td>
								</tr>
								<tr>
									<td>GGT</td>
									<td>28.0 Alk</td>
								</tr>
								<tr>
									<td>Phos</td>
									<td>86.0</td>
								</tr>
								<tr>
									<td>Total Bili</td>
									<td>0.1</td>
								</tr>
								<tr>
									<td>Albumin</td>
									<td>3.2</td>
								</tr>
								<tr>
									<td colspan="2">Blood Count</td>
								</tr>
								<tr>
									<td>White Count</td>
									<td>7.7</td>
								</tr>
								<tr>
									<td>Platelets</td>
									<td>187.0</td>
								</tr>
								<tr>
									<td>Hematocrit</td>
									<td>23.7</td>
								</tr>
								<tr>
									<td>Hemoglobin</td>
									<td>8.1</td>
								</tr>
								<tr>
									<td colspan="2">ELECTROCARDIOGRAM (EKG) INFORMATION</td>
								</tr>
								<tr>
									<td>EKG</td>
									<td>Sinus rhythm without acute changes</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<organizer classCode="BATTERY" moodCode="EVN">
							<!-- Result organizer template -->
							<templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2014-06-09"/>
							<id root="7d5a02b0-67a4-11db-bd13-0800200c9a66"/>
							<code code="43789009" displayName="CBC WO DIFFERENTIAL" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
							<statusCode code="completed"/>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<!-- Result observation template -->
									<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2014-06-09"/>
									<id root="107c2dc0-67a5-11db-bd13-0800200c9a66"/>
									<code code="30313-1" displayName="HGB" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"> </code>
									<text>
										<reference value="#result1"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="200003231430"/>
									<value xsi:type="PQ" value="13.2" unit="g/dl"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
									<methodCode/>
									<targetSiteCode/>
									<author>
										<time/>
										<assignedAuthor>
											<id root="2a620155-9d11-439e-92b3-5d9816ff4de8"/>
										</assignedAuthor>
									</author>
									<referenceRange>
										<observationRange>
											<text>M 13-18 g/dl; F 12-16 g/dl</text>
											<value xsi:type="IVL_PQ">
												<low value="12.0" unit="g/dl"/>
												<high value="15.5" unit="g/dl"/>
											</value>
										</observationRange>
									</referenceRange>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<!-- Result observation template -->
									<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2014-06-09"/>
									<id root="107c2dc0-67a5-11db-bd13-0800200c9a66"/>
									<code code="33765-9" displayName="WBC" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"> </code>
									<text>
										<reference value="#result2"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="200003231430"/>
									<value xsi:type="PQ" value="6.7" unit="10+3/ul"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
									<methodCode/>
									<targetSiteCode/>
									<author>
										<time/>
										<assignedAuthor>
											<id root="2a620154-9d11-439e-92b3-5d9815ff4de8"/>
										</assignedAuthor>
									</author>
									<referenceRange>
										<observationRange>
											<value xsi:type="IVL_PQ">
												<low value="4.3" unit="10+3/ul"/>
												<high value="10.8" unit="10+3/ul"/>
											</value>
										</observationRange>
									</referenceRange>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<!-- Result observation template -->
									<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2014-06-09"/>
									<id root="107c2dc0-67a5-11db-bd13-0800200c9a66"/>
									<code code="26515-7" displayName="PLT" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"> </code>
									<text>
										<reference value="#result3"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="200003231430"/>
									<value xsi:type="PQ" value="123" unit="10+3/ul"/>
									<interpretationCode code="L" codeSystem="2.16.840.1.113883.5.83"/>
									<methodCode/>
									<targetSiteCode/>
									<author>
										<time/>
										<assignedAuthor>
											<id root="2a620155-9d11-439e-92b3-5d9815ff4de8"/>
										</assignedAuthor>
									</author>
									<referenceRange>
										<observationRange>
											<value xsi:type="IVL_PQ">
												<low value="150" unit="10+3/ul"/>
												<high value="350" unit="10+3/ul"/>
											</value>
										</observationRange>
									</referenceRange>
								</observation>
							</component>
						</organizer>
					</entry>
				</section>
			</component>
			<!-- ************************************
REVIEW OF SYSTEMS
************************************ -->
			<component>
				<section>
					<templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.18"/>
					<code codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" code="10187-3" displayName="REVIEW OF SYSTEMS"/>
					<title>REVIEW OF SYSTEMS</title>
					<text>
						<paragraph>Patient denies recent history of fever or malaise. Positive for
                     weakness and shortness of breath. One episode of melena. No recent headaches.
                     Positive for osteoarthritis in hips, knees and hands. </paragraph>
					</text>
				</section>
			</component>
			<!--
********************************************************
SOCIAL HISTORY
********************************************************
-->
			<component>
				<!--   Social History ******** -->
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.17" extension="2014-06-09"/>
					<!--  ********  Social history section template   ******** -->
					<code code="29762-2" codeSystem="2.16.840.1.113883.6.1" displayName="Social History"/>
					<title>SOCIAL HISTORY</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th>Social History Element</th>
									<th>Description</th>
									<th>Effective Dates</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<content ID="soc1"/>Tobacco smoking status</td>
									<td>Former smoke</td>
									<td>20050501 to 20090227130000+0500</td>
								</tr>
								<tr>
									<td>
										<content ID="soc2"/>History of industrial exposure</td>
									<td>5 years of working with asbestos</td>
									<td>20050501-20100431</td>
								</tr>
								<tr>
									<td>
										<content ID="soc3"/>Alcoholic drinks per day</td>
									<td>0</td>
									<td>20050501 - </td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<observation classCode="OBS" moodCode="EVN">
							<!-- Smoking status observation template -->
							<templateId root="2.16.840.1.113883.10.20.22.4.78" extension="2014-06-09"/>
							<id extension="123456789" root="2.16.840.1.113883.19"/>
							<code code="72166-2" codeSystem="2.16.840.1.113883.6.1" displayName="Tobacco smoking status NHIS"/>
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="20050501"/>
								<high value="20090227130000+0500"/>
							</effectiveTime>
							<value xsi:type="CD" code="8517006" displayName="Former smoker" codeSystem="2.16.840.1.113883.6.96"/>
						</observation>
					</entry>
					<entry typeCode="DRIV">
						<observation classCode="OBS" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.38" extension="2014-06-09"/>
							<!--  ********  Social history observation template   ******** -->
							<id root="9b56c25d-9104-45ee-9fa4-e0f3afaa01c1"/>
						  <code code="10159-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of industrial exposure">
								<originalText>
									<reference value="#soc1"/>
								</originalText>
							</code>
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="20050501"/>
								<high value="20100431"/>
							</effectiveTime>
							<value xsi:type="ST">5 years of working with asbestos</value>
						</observation>
					</entry>
					
					<entry typeCode="DRIV">
						<observation classCode="OBS" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.38" extension="2014-06-09"/>
							<!--  ********  Social history observation template   ******** -->
							<id root="37f76c51-6411-4e1d-8a37-957fd49d2cef"/>
						  <code code="74013-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
						    displayName="Alcoholic drinks per day" >
								<originalText>
									<reference value="#soc3"/>
								</originalText>
							</code>
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="20050501"/>
							</effectiveTime>
						  <value xsi:type="PQ" value="0" />
						</observation>
					</entry>
				</section>
			</component>
			<!--
********************************************************
VITAL SIGNS
********************************************************
-->
			<component>
				<section>
					<templateId root="2.16.840.1.113883.10.20.22.2.4" extension="2014-06-09"/>
					<templateId root="2.16.840.1.113883.10.20.22.2.4.1" extension="2014-06-09"/>
					<code code="8716-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="VITAL SIGNS"/>
					<title>VITAL SIGNS</title>
					<text>
						<table border="1" width="100%">
							<thead>
								<tr>
									<th align="right">Date / Time: </th>
									<th>Nov 14, 1999</th>
									<th>April 7, 2000</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<th align="left">Height</th>
									<td>
										<content ID="vit1">177 cm</content>
									</td>
									<td>
										<content ID="vit2">177 cm</content>
									</td>
								</tr>
								<tr>
									<th align="left">Weight</th>
									<td>
										<content ID="vit3">86 kg</content>
									</td>
									<td>
										<content ID="vit4">88 kg</content>
									</td>
								</tr>
								<tr>
									<th align="left">Blood Pressure</th>
									<td>
										<content ID="vit5">132/86 mmHg</content>
									</td>
									<td>
										<content ID="vit6">145/88 mmHg</content>
									</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<organizer classCode="CLUSTER" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.26" extension="2014-06-09"/>
							<!-- Vital signs organizer template -->
							<id root="c6f88320-67ad-11db-bd13-0800200c9a66"/>
							<code code="74728-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Vital signs, weight, height, head circumference, oximetry, BMI, and BSA panel"/>
							<statusCode code="completed"/>
							<effectiveTime value="19991114"/>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="8302-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Height"/>
									<text>
										<reference value="#vit1"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="19991114"/>
									<value xsi:type="PQ" value="177" unit="cm"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="3141-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Patient Body Weight - Measured"/>
									<text>
										<reference value="#vit4"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="19991114"/>
									<value xsi:type="PQ" value="86" unit="kg"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="8480-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Intravascular Systolic"/>
									<text>
										<reference value="#vit5"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="19991114"/>
									<value xsi:type="PQ" value="132" unit="mm[Hg]"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
						</organizer>
					</entry>
					<entry typeCode="DRIV">
						<organizer classCode="CLUSTER" moodCode="EVN">
							<templateId root="2.16.840.1.113883.10.20.22.4.26" extension="2014-06-09"/>
							<!-- Vital signs organizer template -->
							<id root="c6f88320-67ad-11db-bd13-0800200c9a66"/>
							<code code="74728-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Vital signs, weight, height, head circumference, oximetry, BMI, and BSA panel"/>
							<statusCode code="completed"/>
							<effectiveTime value="20000407"/>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="8302-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Height"/>
									<text>
										<reference value="#vit2"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="20000407"/>
									<value xsi:type="PQ" value="177" unit="cm"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="3141-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Patient Body Weight - Measured"/>
									<text>
										<reference value="#vit4"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="20000407"/>
									<value xsi:type="PQ" value="88" unit="kg"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<templateId root="2.16.840.1.113883.10.20.22.4.27" extension="2014-06-09"/>
									<!-- Vital Sign Observation template -->
									<id root="c6f88321-67ad-11db-bd13-0800200c9a66"/>
									<code code="8480-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Intravascular Systolic"/>
									<text>
										<reference value="#vit6"/>
									</text>
									<statusCode code="completed"/>
									<effectiveTime value="20000407"/>
									<value xsi:type="PQ" value="145" unit="mm[Hg]"/>
									<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
								</observation>
							</component>
						</organizer>
					</entry>
				</section>
			</component>
		</structuredBody>
	</component>
</ClinicalDocument>
