Patient Demographics DTD From: http://www.mcis.duke.edu/standards/HL7/committees/sgml/demog.htm, November 1996 Patient Demographics DTD REPORT -- > REPORT-- --Top level-- > DEMOGRAPHICS-- --All demographic information about the patient is contained in this element.-- > FNAME-- --First Name-- > MI-- --Middle Initial or Middle Name-- > LNAME-- --Last Name-- > TITLE-- --For physicians mostly.-- > ALIAS-- --If known by any other name.-- > MAIDEN-- > NAME-- --This is a generic name element for both individuals and businesses-- --(such as insurance companies). The type of name is denoted by the attribute IOB-- --which can have either a "indvidual" value or a "business" value. Elements of-- --NAME that do not apply (such as FNAME for business) can be omitted.-- > STREET-- --This is the first block of the address. Element could be renamed "BLOCK1".-- > COUNTY-- > CITY-- > STATE-- > ZIP-- > ADDRESS-- --Address elements contained within this element.-- > EMPLOYER-- > SEX-- --This is a separate element and not an attribute due to the significance of this information-- --to the report.-- > BP-- --Blood Pressure-- > WEIGHT-- > HEIGHT-- > COMMENTS-- > SUBSCRIBER-- > POLICY-- > VITALS-- > LOCATION-- > DATE-- --This element stores the date in numeric format. The FORMAT attribute specifies the-- --display. The SIGNIFICANCE attribute denotes what type of date it is, DOB, date of birth,-- --DOD, date of death, preadmit fro previous admittance, admit, illness, accident, discharge,-- --effective or other. LOCATION specifies time and place. TIME specifies if a time was-- --included and will be formatted according to the FORMAT tag.-- ---- > CODE-- > POLICYHOLDER-- > INSURANCE-- > OCCUPATION-- > NUMBER-- --This number differs depending on the NOTYPE attribute. It can be generically used for-- --any number associated with the patient by chnaging the value of the NOTYPE Attribute.-- --One report could make use of MRN to identify the patient and another report could-- --make use of PID. Allowable number types are: MRN (Medical Record Number, SSN-- --(Social Security Number), PID (Patient IDentification), Billing, Serial, Account, and-- --Patient.-- ---- ---- > PHYSICIAN-- --Attribute for the physician specfies the physician type: attending, admitting, resident,-- --primary care physician, etc. This may need to be changed from an attribute list of items-- --to CDATA-- > CONTACT-- > PHONE-- > TIME-- > PATIENT-- --Patient Information-- > demog - Attribute List-000-- FORMAT (MMDDYY , MMDDYYYY , HHSSMMDDYY) #IMPLIED --FORMAT-- SIGNIFICANCE (DOB , DOD , PREADMIT , ADMIT , ACCIDENT , ILLNESS , DISCHARGE , EFFECTIVE , OTHER , EMPLOYMENT) #IMPLIED --<Title>SIGNIFICANCE-- > <!ATTLIST CODE --<Title>demog - Attribute List-001-- NUMBER NUMBER #IMPLIED --<Title>NUMBER-- > <!ATTLIST OCCUPATION --<Title>demog - Attribute List-002-- STATUS CDATA #IMPLIED --<Title>STATUS-- > <!ATTLIST NUMBER --<Title>REPORT - Attribute List-000-- NOTYPE (MRN , PID , BILLING , SERIAL , ACCOUNT , PATIENT , SSN) #IMPLIED --<Title>NOTYPE-- NOFORMAT CDATA #IMPLIED --<Title>NOFORMAT-- > <!ATTLIST PHYSICIAN --<Title>REPORT - Attribute List-003-- DOCTYPE (REFERRING , ATTENDING , ADMITTING , RESIDENT , PCP) #IMPLIED --<Title>DOCTYPE-- > <!ATTLIST NAME --<Title>REPORT - Attribute List-001-- IOB (BUSINESS , INDIVIDUAL) #IMPLIED --<Title>IOB-- > <!ATTLIST CONTACT --<Title>REPORT - Attribute List-005-- RELATIONSHIP (NEXTOFKIN , SELF , SPOUSE , OTHER) #IMPLIED --<Title>RELATIONSHIP-- > <!ATTLIST POLICYHOLDER --<Title>REPORT - Attribute List-002-- RELATIONSHIPTO (NEXTOFKIN , SPOUSE , SELF , DEPENDENT , OTHER) #IMPLIED --<Title>RELATIONSHIPTO-- > <!ATTLIST PATIENT --<Title>REPORT - Attribute List-006-- RELIGION CDATA #IMPLIED --<Title>RELIGION-- PREFERREDLANGUAGE CDATA #IMPLIED --<Title>PREFERREDLANGUAGE-- RACE CDATA #IMPLIED --<Title>RACE-- ETHNICITY CDATA #IMPLIED --<Title>ETHNICITY-- MARITALSTATUS CDATA #IMPLIED --<Title>MARITALSTATUS-- VETERAN CDATA #IMPLIED --<Title>VETERAN-- EDUCATION CDATA #IMPLIED --<Title>EDUCATION-- > <!ATTLIST INSURANCE --<Title>REPORT - Attribute List-007-- PAYORNUMBER CDATA #IMPLIED --<Title>PAYORNUMBER-- CONTROLNUMBER CDATA #IMPLIED --<Title>CONTROLNUMBER-- GROUPNUMBER CDATA #IMPLIED --<Title>GROUPNUMBER-- > <!ATTLIST PHONE --<Title>REPORT - Attribute List-004-- PHFORMAT CDATA #IMPLIED --<Title>PHFORMAT-- --This attribute will be used to indicate the phone format such as (999) 999 - 9999 x 999-- PHTYPE (FAX , HOME , BUSINESS , DAY , NIGHT , OTHER) #IMPLIED --<Title>PHTYPE-- > <!ATTLIST TIME --<Title>REPORT - Attribute List-008-- TIMEFORMAT (HHMM , HHMMSS) #IMPLIED --<Title>TIMEFORMAT-- > <!ENTITY % doctype "REPORT" --<Title>doctype-- > <!ENTITY DEMOG "Patient Demographics " --<Title>DEMOG-- > <!ENTITY lt "<" --<Title>lt-- > <!ENTITY gt ">" --<Title>gt-- > <!ENTITY amp "&" --<Title>amp-- > ]> Document instance based on patient demographics DTD <REPORT> <DEMOGRAPHICS> <PATIENT MARITALSTATUS="SINGLE"> <NAME IOB="INDIVIDUAL"> <FNAME>Jane</FNAME> <MI>Anne</MI> <LNAME>Doe</LNAME> </NAME> <ADDRRESS> <STREET>123 Main Street</STREET> <CITY>Boston</CITY> <STATE>MA</STATE> <ZIP>01234</ZIP> <PHONE PHFORMAT="(999) 999 - 9999" PHTYPE="HOME">6171234567</PHONE> </ADDRESS> <SEX>FEMALE</SEX> <CONTACT RELATIONSHIP="SPOUSE"> <NAME IOB="INDIVIDUAL"> <FNAME>John </FNAME> <LNAME>Doe </LNAME> </NAME> <ADDRESS> <STREET>1123 Main Street</STREET> <CITY>Boston</CITY> <STATE>MA</STATE> <ZIP>01234</ZIP> <PHONE PHFORRMAT="(999) 999 - 9999" PHTYPE="HOME">6171234567</PHONE> </ADDRESS> </CONTACT> <NUMBER NOFORMAT="99999.99" NOTYPE="MRN">12345.56</NUMBER> <EMPLOYER> <NAME IOB="BUSINESS">Microsoft C</NAME> <ADDRESS> <STREET>1234 Bill Gates Way</STREET> <CITY>Redmond</CITY> <STATE>WA</STATE> <ZIP>66666</ZIP> </ADDRESS> </EMPLOYER> <DATE FORMAT="MMDDYY" SIGNIFICANCE="DOB">010155</DATE> <DATE FORMAT="MMDDYY" SIGNIFICANCE="ILLNESS">010195</DATE> <PHYSICIAN DOCTYPE="ATTENDING"> <NAME IOB="INDIVIDUAL"> <FNAME>John</FNAME> <LNAME>Kildare</LNAME> <TITLE>DR. 5'4" 120 [Image] Back to home page...