Next in thread → Next in month →

RE: [emergency-have] Groups - Draft - HAVE Issues List (EDXL_HAVE_IssuesList_v1.0.xls) uploaded

From
Rob Torchon <>
Date
2010-07-14T18:18:10+00:00
ID
002201cb2380$d7a01610$86e04230$@com
Thread
RE: [emergency-have] Groups - Draft - HAVE Issues List (EDXL_HAVE_IssuesList_v1.0.xls) uploaded
<hospital>
<facilityInfo>
    <ParentFacility></ParentFacility> <!-- typically a large medical faciltiy is part of a group belonging to a parent org.
                                      Also during diasasters they may spin up seperate, maybe temporary facilities -->
    <name></name>
    <type></type> <!-- i.e. hospital, aid station, urgent care,evacution center with medical services, etc. -->
    <ID></ID>
    <locationInfo></locationInfo>
    <transportation></transportation>
    <contactInfo></contactInfo> <!-- or put this under organization -->
    <organization></organization>
    <HoursOfOperations></HoursOfOperations> <!-- structured for a week -->
    <EmergencyDeptHours></EmergencyDeptHours><!-- structured for a week - maybe this belongs under services,
                                                  or do we make the emergenct department a block by itself?  -->
    <LastUpdateTime></LastUpdateTime>
    <Comment></Comment>
    <status>
        <OpenClosed></OpenClosed>
        <HospitalEOCStatus></HospitalEOCStatus>
        <HospitalEOCPlan></HospitalEOCPlan>
        <security></security>
        <evacuations></evacuations>
        <Comment></Comment>
    </status>
    <Staffing></Staffing>  <!-- this would be for general hospital staff not covered by department -->
</facilityInfo>
<services> <!-- Multiple  - rename departments? -->
    <Name></Name>
    <status></status>
    <HoursOfOperation></HoursOfOperation> <!-- structured for a week -->
    <ContactInfo></ContactInfo>
    <Comment></Comment>
    <TimePeriod> <!-- Multiple - Default enumerations - current, 24hrs, 48,72, the rest can be extendable -->
        <SupplyStatus></SupplyStatus>
        <bedCapacity>
            <baseline></baseline>
            <current></current>
        </bedCapacity>
        <Staffing> <!-- enumerations? -->
            <Surgeaons></Surgeaons>
            <Nursing></Nursing>
            <Adminstration></Adminstration>
        </Staffing>
        <Surgery>
            <operatingRooms></operatingRooms>
        </Surgery>
        <ServiceSpecificInventory> <!-- not sure if a facility tracks inventory per dept, at the facility level, or both -->
            <inventoryStructure></inventoryStructure>  <!--refer to resources -->
        </ServiceSpecificInventory>
        <Comment></Comment>
    </TimePeriod>

</services>
<resources> <!-- Multiple - I think this should be called inventory, resources to me reflects everything the hopspital has to offer -->
            <!-- maybe do this by a time period as well -->
            <!-- does it need to be a block by itself or should it all be under services ?? -->
    <Name></Name>
    <status></status>
    <Type></Type>
    <UnitsOfMeasure></UnitsOfMeasure>
    <LotNumber></LotNumber>
    <StorageRequirements></StorageRequirements>
    <Expiration></Expiration>
    <OnHand></OnHand>
    <Needed></Needed>
        <Requested> <!-- multiple -->
            <Qty></Qty>
            <RequestedFrom></RequestedFrom>  <!-- ContactInfoBlock? -->
            <DateRequested></DateRequested>
            <PlannedDeliveryDate></PlannedDeliveryDate>
            <Comment></Comment>
        </Requested>
    <Confirmed></Confirmed>
    <Comment></Comment>
</resources>

</hospital>
Next in thread → Next in month →