phr document standard

printer friendly version of this page

View PHR Schema

personalHealthData.xsd

<?xml version="1.0" encoding="UTF-8"?>
 
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://indivo.org/xml/phr/personalHealthData"
    xmlns:phd="http://indivo.org/xml/phr/personalHealthData"
    xmlns:con="http://indivo.org/xml/phr/contact"
    xmlns="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="unqualified">
    
    
    <import namespace="http://indivo.org/xml/phr/contact" 
    schemaLocation="http://indivo.org/xml/phr/contact.xsd"/>
 
    <complexType name="PersonalHealthDataType" abstract="true">
        <sequence>
            <element name="Date" type="dateTime" minOccurs="0"/>
            <element name="Origin" type="con:ConciseContactInformationType" minOccurs="0"/>
            <element name="Comments" type="string" minOccurs="0"/>
            <element name="Provider" type="con:ConciseContactInformationType" minOccurs="0"/>
            <element name="EncounterId" type="string" minOccurs="0"/>
        </sequence>
    </complexType>
 
</schema>