phr document standard

printer friendly version of this page

View PHR Schema

dischargeSummary.xsd

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://indivo.org/xml/phr/dischargeSummary"
    xmlns:con="http://indivo.org/xml/phr/contact"    
    xmlns:en="http://indivo.org/xml/phr/dischargeSummary"
    xmlns:phd="http://indivo.org/xml/phr/personalHealthData"
    xmlns:note="http://indivo.org/xml/phr/note"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="unqualified">
 
    <import namespace="http://indivo.org/xml/phr/personalHealthData" 
    schemaLocation="http://indivo.org/xml/phr/personalHealthData.xsd"/>
 
    <import namespace="http://indivo.org/xml/phr/contact" 
    schemaLocation="http://indivo.org/xml/phr/contact.xsd"/>
    
    <import namespace="http://indivo.org/xml/phr/note" 
    schemaLocation="http://indivo.org/xml/phr/note.xsd"/>
    
    <element name="DischargeSummary" type="en:DischargeSummaryType"/>
    <complexType name="DischargeSummaryType">
        <complexContent>
            <extension base="note:NoteType">
                <sequence>
                    <element name="PrimaryProvider" type="con:ConciseContactInformationType" minOccurs="0"/>
                    <element name="AdmissionDuration" type="duration" minOccurs="0"/>
                    <element name="AdmittingDiagnosis" type="string" minOccurs="0"/>
                    <element name="PrincipalDiagnosis" type="string" minOccurs="0"/>
                    <element name="AdditionalDiagnosis" type="string" minOccurs="0" maxOccurs="unbounded"/>
                    <element name="PrincipalProcedurePhysician" type="con:ConciseContactInformationType" minOccurs="0"/>
                    <element name="PrincipalProcedure" type="string" minOccurs="0"/>
                    <element name="AdditionalProcedure" type="string" minOccurs="0" maxOccurs="unbounded"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
</schema>