Changeset 54


Ignore:
Timestamp:
Jul 7, 2008, 11:18:50 PM (16 years ago)
Author:
Sam Habiel
Message:

Updated CCR Template for Providers

Location:
ccr/trunk/p
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/GPLACTORS.m

    r49 r54  
    44           ;  PROCESS THE ACTORS SECTION OF THE CCR
    55                   ;
    6                    ;===Revision History===
     6                   ; ===Revision History===
    77                   ; 0.1 Initial Writing of Skeleton--GPL
    88                   ; 0.2 Patient Data Extraction--SMH
  • ccr/trunk/p/GPLCCR0.m

    r53 r54  
    532532 ;;<CurrentName>
    533533 ;;<Given>@@ACTORGIVENNAME@@</Given>
     534 ;;<Middle>@@ACTORMIDDLENAME@@</Middle>
    534535 ;;<Family>@@ACTORFAMILYNAME@@</Family>
     536 ;;<Title>@@ACTORTITLE@@</Title>
    535537 ;;</CurrentName>
    536538 ;;</Name>
    537539 ;;</Person>
     540 ;;<IDs>
     541 ;;<Type><Text>NPI</Text></Type>
     542 ;;<ID>@@ACTORNPI@@</ID>
     543 ;;</IDs>
    538544 ;;<Specialty>
    539545 ;;<Text>@@ACTORSPECIALITY@@</Text>
     
    544550 ;;</Type>
    545551 ;;<Line1>@@ACTORADDRESSLINE1@@</Line1>
    546  ;;<City>@@ACTORADDRESSLINE2@@</City>
     552 ;;<Line2>@@ACTORADDRESSLINE2@@</Line2>
     553 ;;<City>@@ACTORADDRESSCITY@@</City>
    547554 ;;<State>@@ACTORADDRESSSTATE@@</State>
     555 ;;<PostalCode>@@ACTORPOSTALCODE@@</PostalCode>
    548556 ;;</Address>
     557 ;;<Telephone>
     558 ;;<Value>@@ACTORTELEPHONE@@</Value>
     559 ;;<Type><Text>@@ACTORTELTYPE@@</Text></Type>
     560 ;;</Telephone>
     561 ;;<Email>
     562 ;;<Value>@@ACTOREMAIL@@</Value>
     563 ;;</Email>
    549564 ;;<Source>
    550565 ;;<Actor>
Note: See TracChangeset for help on using the changeset viewer.