[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: FW: TEP xsd and example for next TEP meeting
Don, This is the schema used in the May 2011 exercise. Again, it’s not complete or perfect but may be a good starting point. Let us know whether you can reengineer this into a visual in visio, or EA or whatever works best in this initial phase. Thanks, Tim Grapes SE Solutions, Inc. (703) 304-4829 |
Attachment:
EDXL-TEP-NDMS-V2.4.xsd
Description: EDXL-TEP-NDMS-V2.4.xsd
<?xml version="1.0" encoding="UTF-8"?>
<EDXLDistribution xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:oasis:names:tc:emergency:EDXL:DE:1.0">
<distributionID>NeXt-360-1214526788-8</distributionID>
<senderID>ltincher@evotecinc.com</senderID>
<dateTimeSent>2011-29-03T14:29:08.7341955-04:00</dateTimeSent>
<distributionStatus>Exercise</distributionStatus>
<distributionType>Report</distributionType>
<combinedConfidentiality>UNCLASSIFIED AND NOT SENSITIVE</combinedConfidentiality>
<contentObject>
<contentDescription>NDMS TEP Test</contentDescription>
<xmlContent>
<embeddedXMLContent>
<tep:TEPMessage xmlns:tep="http://www.example.org/EDXL-TEP-NDMS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/EDXL-TEP-NDMS EDXL-TEP-NDMS-V2.3.xsd ">
<tep:messageID>001-001</tep:messageID>
<tep:Client>
<tep:clientUniqueIdNumber>001001001-001</tep:clientUniqueIdNumber>
<tep:clientUniqueIdNumberSource>System Name Here</tep:clientUniqueIdNumberSource>
<tep:gender>Male</tep:gender>
<tep:age>21</tep:age>
<tep:ageUnits>Years</tep:ageUnits>
<tep:lastName>Doe</tep:lastName>
<tep:firstName>John</tep:firstName>
<tep:specialTransportationNeeds>Agreed upon information here.</tep:specialTransportationNeeds>
</tep:Client>
<tep:Situation>
<tep:incidentId>NDMS-TEST-001</tep:incidentId>
<tep:incidentType>http://www.example.org/incidents</tep:incidentType>
<tep:incidentLocation>ABC Hospital 123 Main Street Nashville TN 00000</tep:incidentLocation>
</tep:Situation>
<tep:CareProvider>
<tep:agencyHospitalNumber>ABC-001</tep:agencyHospitalNumber>
<tep:agencyHospitalName>ABC Hospital</tep:agencyHospitalName>
<tep:agencyHospitalState>http://www.usps.com/ncsc/lookups/abbr_state.txt TN</tep:agencyHospitalState>
<tep:providerType>Some agreed upon text here</tep:providerType>
<tep:Transport>
<tep:unitNumber>001</tep:unitNumber>
<tep:currentLocation>123 Main Street Nashville TN 00000</tep:currentLocation>
</tep:Transport>
</tep:CareProvider>
<tep:ClientEncounter>
<tep:encounterID>1</tep:encounterID>
<tep:encounterDateTime>2011-03-29T09:00:00</tep:encounterDateTime>
<tep:NDMSPatient>Y</tep:NDMSPatient>
<tep:LocationCategory>Agreed upon text here</tep:LocationCategory>
<tep:Location>ABC Hospital 123 Main Street Nashville TN 00000</tep:Location>
<tep:ClientTransfer>
<tep:destinationTransferredToEta>10 minutes</tep:destinationTransferredToEta>
<tep:actualArrivalDateTime>2011-03-29T14:00:00</tep:actualArrivalDateTime>
<tep:actualDepartureTime>2011-03-29T13:31:00</tep:actualDepartureTime>
<tep:transferredToDestination>Some Location</tep:transferredToDestination>
</tep:ClientTransfer>
</tep:ClientEncounter>
<tep:ClientCare>
<tep:clientCareRecordID>001001001-001</tep:clientCareRecordID>
<tep:clientCareRecordDateTime>2011-03-29T12:00:00</tep:clientCareRecordDateTime>
<tep:triageStatus>Green</tep:triageStatus>
<tep:contingencyMedicalSpecialtyCode>Medical Surge</tep:contingencyMedicalSpecialtyCode>
<tep:clientCurrentDisposition>Some agreed up text here</tep:clientCurrentDisposition>
<tep:careProviderPrimaryImpression>Some agreed up text here</tep:careProviderPrimaryImpression>
</tep:ClientCare>
</tep:TEPMessage>
</embeddedXMLContent>
</xmlContent>
</contentObject>
</EDXLDistribution>Attachment:
sample_stylesheet.xsl
Description: sample_stylesheet.xsl
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="sample_stylesheet.xsl" type="text/xsl"?>
<EDXLDistribution xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:oasis:names:tc:emergency:EDXL:DE:1.0">
<distributionID>NeXt-360-1214526788-8</distributionID>
<senderID>ltincher@evotecinc.com</senderID>
<dateTimeSent>2011-29-03T14:29:08.7341955-04:00</dateTimeSent>
<distributionStatus>Exercise</distributionStatus>
<distributionType>Report</distributionType>
<combinedConfidentiality>UNCLASSIFIED AND NOT SENSITIVE</combinedConfidentiality>
<contentObject>
<contentDescription>NDMS TEP Test</contentDescription>
<xmlContent>
<embeddedXMLContent>
<tep:TEPMessage xmlns:tep="http://www.example.org/EDXL-TEP-NDMS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/EDXL-TEP-NDMS EDXL-TEP-NDMS-V2.4.xsd">
<tep:messageID>001-001</tep:messageID>
<tep:Client>
<tep:clientUniqueIdNumber>001001001-001</tep:clientUniqueIdNumber>
<tep:clientUniqueIdNumberSource>System Name Here</tep:clientUniqueIdNumberSource>
<tep:gender>Male</tep:gender>
<tep:age>21</tep:age>
<tep:ageUnits>Years</tep:ageUnits>
<tep:lastName>Doe</tep:lastName>
<tep:firstName>John</tep:firstName>
<tep:specialTransportationNeeds>Agreed upon information here.</tep:specialTransportationNeeds>
</tep:Client>
<tep:Situation>
<tep:incidentId>NDMS-TEST-001</tep:incidentId>
<tep:incidentType>http://www.example.org/incidents</tep:incidentType>
<tep:incidentLocation>ABC Hospital 123 Main Street Nashville TN 00000</tep:incidentLocation>
</tep:Situation>
<tep:CareProvider>
<tep:agencyHospitalNumber>ABC-001</tep:agencyHospitalNumber>
<tep:agencyHospitalName>ABC Hospital</tep:agencyHospitalName>
<tep:agencyHospitalState>http://www.usps.com/ncsc/lookups/abbr_state.txt TN</tep:agencyHospitalState>
<tep:providerType>Some agreed upon text here</tep:providerType>
<tep:Transport>
<tep:unitNumber>001</tep:unitNumber>
<tep:currentLocation>123 Main Street Nashville TN 00000</tep:currentLocation>
</tep:Transport>
</tep:CareProvider>
<tep:ClientEncounter>
<tep:encounterID>1</tep:encounterID>
<tep:encounterDateTime>2011-03-29T09:00:00</tep:encounterDateTime>
<tep:NDMSPatient>Y</tep:NDMSPatient>
<tep:LocationCategory>Agreed upon text here</tep:LocationCategory>
<tep:Location>ABC Hospital 123 Main Street Nashville TN 00000</tep:Location>
<tep:ClientTransfer>
<tep:destinationTransferredToEta>10 minutes</tep:destinationTransferredToEta>
<tep:actualArrivalDateTime>2011-03-29T14:00:00</tep:actualArrivalDateTime>
<tep:actualDepartureTime>2011-03-29T13:31:00</tep:actualDepartureTime>
<tep:transferredToDestination>Some Location</tep:transferredToDestination>
</tep:ClientTransfer>
</tep:ClientEncounter>
<tep:ClientCare>
<tep:clientCareRecordID>001001001-001</tep:clientCareRecordID>
<tep:clientCareRecordDateTime>2011-03-29T12:00:00</tep:clientCareRecordDateTime>
<tep:triageStatus>Green</tep:triageStatus>
<tep:contingencyMedicalSpecialtyCode>Medical Surge</tep:contingencyMedicalSpecialtyCode>
<tep:clientCurrentDisposition>Some agreed up text here</tep:clientCurrentDisposition>
<tep:careProviderPrimaryImpression>Some agreed up text here</tep:careProviderPrimaryImpression>
</tep:ClientCare>
</tep:TEPMessage>
</embeddedXMLContent>
</xmlContent>
</contentObject>
</EDXLDistribution>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]