<?xml version="1.0" ?> 
  <ContinuityOfCareRecord xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" foo="urn:astm-org:CCR">
  <CCRDocumentObjectID>1</CCRDocumentObjectID>
  <!-- Track issued CCR number.  This id should be stored to track communcation between other linked sites.-->
  <Language>
    <Text>English</Text>
    <Code>
      <Value>EN</Value>
      <CodingSystem>ISO-639-1</CodingSystem>
    </Code>
  </Language>
  <!-- Language display CCR data.  Trasferred data should be in one language identified.-->
  <Version>V1.0</Version>
  <!--Currently, we only support <Version>V1.0</Version>.-->
  <DateTime>
    <Type>
      <Text>Issued Time</Text>
    </Type>
    <ExactDateTime>2000-09-01T00:00:00-05:00</ExactDateTime>
  </DateTime>
  <!-- Time issued this CCR.  This time stamp should be match to CCRDocumentObjectID.-->
  <Patient>
    <ActorID>DRX-MEMBER10000000000</ActorID>
    <!-- Member ID or ID for the peron with the member profile in this CCR.  This Actor should be in Actor''s list in <Actors>. -->
  </Patient>
  <From>
    <ActorLink>
      <ActorID>DRX</ActorID>
      <ActorRole>
        <Text>InformationSystem</Text>
      </ActorRole>
    </ActorLink>
  </From>
  <To>
    <ActorLink>
      <ActorID>PharmaSurveyor</ActorID>
      <ActorRole>
        <Text>InformationSystem</Text>
      </ActorRole>
    </ActorLink>
  </To>
  <Purpose>
    <Description>
      <Text>Medication</Text>
    </Description>
  </Purpose>
  <Body>
    <!-- See my list of medications-->
    <Medications>
      <Medication>
        <CCRDataObjectID>MED_0001</CCRDataObjectID>
        <DateTime>
          <Type>
            <Text>Medication Start Date</Text>
          </Type>
          <ExactDateTime>2002-09-03T00:00:00-05:00</ExactDateTime>
        </DateTime>
        <Type>
          <Text>Medication</Text>
        </Type>
        <Status>
          <Text>Active</Text>
        </Status>
        <Source>
          <Actor>
            <ActorID>Prescription_Physician_001</ActorID>
            <ActorRole>
              <Text>Physician</Text>
            </ActorRole>
          </Actor>
        </Source>
        <Product>
          <ProductName>
            <Text>Ambien Oral</Text>
            <Code>
              <Value>68115001960</Value>
              <CodingSystem>NDC</CodingSystem>
            </Code>
          </ProductName>
          <Strength>
            <Value>100</Value>
            <Units>
              <Unit>mg</Unit>
            </Units>
          </Strength>
          <Form>
            <Text>Tablet</Text>
          </Form>
        </Product>
        <Quantity>
          <Value>90</Value>
          <Units>
            <Unit>Table</Unit>
          </Units>
        </Quantity>
        <Directions>
          <Direction>
            <Dose>
              <Value>1</Value>
              <Units>
                <Unit>tablet</Unit>
              </Units>
            </Dose>
            <Route>
              <Text>Oral</Text>
            </Route>
            <Frequency>
              <Value>3</Value>
              <Units>
                <Unit>time per day</Unit>
              </Units>
            </Frequency>
            <Duration>
                <Value>30</Value>
                <Units>
                    <Unit>Days</Unit>
                </Units>
            </Duration>
          </Direction>
        </Directions>
        <PatientInstructions>
            <Instruction>
                <Text>Talk to your physician before taking medication.</Text>
            </Instruction>
        </PatientInstructions>
      </Medication>
      <Medication>
        <CCRDataObjectID>MED_0002</CCRDataObjectID>
        <DateTime>
          <Type>
            <Text>Medication Start Date</Text>
          </Type>
          <ExactDateTime>2002-09-03T00:00:00-05:00</ExactDateTime>
        </DateTime>
        <Type>
          <Text>Medication</Text>
        </Type>
        <Status>
          <Text>Active</Text>
        </Status>
        <Source>
          <Actor>
            <ActorID>Prescription_Physician_001</ActorID>
            <ActorRole>
              <Text>Physician</Text>
            </ActorRole>
          </Actor>
        </Source>
        <Product>
          <ProductName>
            <Text>Warfarin Oral</Text>
            <Code>
              <Value>00182152101</Value>
              <CodingSystem>NDC</CodingSystem>
            </Code>
          </ProductName>
          <Strength>
            <Value>10</Value>
            <Units>
              <Unit>mg</Unit>
            </Units>
          </Strength>
          <Form>
            <Text>Tablet</Text>
          </Form>
        </Product>
        <Quantity>
          <Value>30</Value>
        </Quantity>
        <Directions>
          <Direction>
            <Dose>
              <Value>1</Value>
              <Units>
                <Unit>tablet</Unit>
              </Units>
            </Dose>
            <Route>
              <Text>Oral</Text>
            </Route>
            <Frequency>
              <Value>3 time per day</Value>
            </Frequency>
          </Direction>
        </Directions>
      </Medication>
    </Medications>
  </Body>
  <Actors>
<Actor>
<ActorObjectID>DRX_MEMBER_18</ActorObjectID><Person><Name><CurrentName><Given>bk</Given><Family>kim</Family></CurrentName></Name><DateOfBirth><Type><Text>Birthday</Text></Type><ExactDateTime>1901-01-01T00:00:00-09:00</ExactDateTime></DateOfBirth><Gender><Text>0</Text></Gender></Person><Telephone><Value>1231231234</Value><Type>Home Phone Number</Type></Telephone><Email><Value>a@b.com</Value><Type>Primary Email</Type></Email>
</Actor>

    <Actor>
      <ActorObjectID>Prescription_Physician_001</ActorObjectID>
      <Person>
        <Name>
          <CurrentName>
            <Given>Cecil</Given>
            <Family>Baker</Family>
          </CurrentName>
        </Name>
        <DateOfBirth>
            <Type>
                <Text>Birthday</Text>
            </Type>
          <ExactDateTime>1930-09-21</ExactDateTime>
        </DateOfBirth>
        <Gender>
          <Text>MALE</Text>
          <Code>
            <Value>248153007</Value>
            <CodingSystem>SNOMED</CodingSystem>
          </Code>
        </Gender>
      </Person>
      <Source>
        <Actor>
          <ActorID>DRX</ActorID>
        </Actor>
      </Source>
    </Actor>
    <Actor>
      <ActorObjectID>PharmaSurveyor</ActorObjectID>
      <InformationSystem>
        <Name>PharmaSurveyor by PharmaSurveyor</Name>
        <Type>EHR</Type>
        <Version>10.2.1.22180</Version>
      </InformationSystem>
       <Source>
        <Actor>
          <ActorID>PharmaSurveyor</ActorID>
        </Actor>
      </Source>
    </Actor>
    <Actor>
      <ActorObjectID>DRX</ActorObjectID>
      <InformationSystem>
        <Name>http://www.drx.com</Name>
        <Type>EHR</Type>
        <Version>10.2.1.22180</Version>
      </InformationSystem>
      <URL>
        <Value>http://drx.com</Value>
        <Type>Company URL</Type>
      </URL>
      <Source>
        <Actor>
          <ActorID>DRX</ActorID>
        </Actor>
      </Source>
    </Actor>
  </Actors>
</ContinuityOfCareRecord>


