├── CODE_OF_CONDUCT.md ├── FSI in a Day - Lab 01 - Unified customer profile.pdf ├── FSI in a Day Lab - Customer Onboarding.pdf ├── LICENSE ├── Microsoft Cloud for Financial Services In A Day - Environment Assignments - 11-16.pdf ├── Microsoft-Cloud-For-FSI ├── Microsoft-Cloud-For-Healthcare ├── Healthbot-Service-Samples │ └── Triage-Handoff-Escalation │ │ ├── Images │ │ ├── EnableTeams.png │ │ ├── RestoreScreen.png │ │ └── SettingsScreen.png │ │ ├── README.md │ │ └── Sample Scenario - Triage, Handoff and Escalation.hbs ├── In-A-Day │ ├── V2 │ │ ├── Entity-Relationship Diagrams │ │ │ ├── Healthcare_ERD.vsdx │ │ │ ├── Healthcare_ERD_CarePlan.jpg │ │ │ ├── Healthcare_ERD_CarePlan.vsdx │ │ │ ├── Healthcare_ERD_ClinicalDetails.jpg │ │ │ ├── Healthcare_ERD_ClinicalDetails.vsdx │ │ │ ├── Healthcare_ERD_PatientDetails.jpg │ │ │ └── Healthcare_ERD_PatientDetails.vsdx │ │ ├── Lab Resources │ │ │ ├── AdaptiveCardForMedicationRefill.txt │ │ │ └── Old_AdaptiveCardForAppointment.txt │ │ ├── Original Files │ │ │ ├── Healthcare in a Day - Lab 01 - Care Management.docx │ │ │ ├── Healthcare in a Day - Lab 02 - Patient Outreach.docx │ │ │ ├── Healthcare in a Day - Lab 03 - Home Health.docx │ │ │ ├── Healthcare in a Day - Lab 04 - Azure Health Bot.docx │ │ │ ├── Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx │ │ │ ├── Healthcare in a Day - Lab 06 - Virtual Visits.docx │ │ │ └── readme.txt │ │ ├── PDFs │ │ │ ├── Healthcare Industry Labs - 1 - Microsoft Cloud for Healthcare Overview.pdf │ │ │ ├── Healthcare Industry Labs - 2 - Microsoft Cloud Solution Center.pdf │ │ │ ├── Healthcare Industry Labs - 3 - Healthcare Data Model.pdf │ │ │ ├── Healthcare Industry Labs - Lab 01 - Care Management.pdf │ │ │ ├── Healthcare Industry Labs - Lab 02 - Patient Outreach.pdf │ │ │ ├── Healthcare Industry Labs - Lab 03 - Home Health.pdf │ │ │ ├── Healthcare Industry Labs - Lab 04 - Azure Health Bot - Day 1.pdf │ │ │ ├── Healthcare Industry Labs - Lab 04 - Azure Health Bot.pdf │ │ │ ├── Healthcare Industry Labs - Lab 05 - Patient Access & Service Center.pdf │ │ │ ├── Healthcare Industry Labs - Lab 06 - Virtual Care v2.pdf │ │ │ └── Healthcare Industry Labs - Lab 06 - Virtual Care.pdf │ │ └── readme.txt │ ├── V3 │ │ ├── Healthcare in a Day - Lab 01 - Care Management.docx │ │ ├── Healthcare in a Day - Lab 02 - Patient Outreach.docx │ │ ├── Healthcare in a Day - Lab 03 - Home Health.docx │ │ ├── Healthcare in a Day - Lab 04 - Azure Health Bot.docx │ │ ├── Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx │ │ ├── Healthcare in a Day - Lab 06 - Virtual Visits.docx │ │ └── readme.txt │ └── readme.txt ├── MS-Learn │ ├── Videos │ │ └── readme.txt │ └── readme.txt └── readme.txt ├── Microsoft-Cloud-For-Retail └── In-A-Day-Labs │ ├── Lab Resources │ └── MC4R-Clarity.zip │ ├── MCR In A Day - Training Information - April 27-28 2022.pdf │ ├── MCR in a Day - Lab 01 - Seamless Customer Service.pdf │ ├── MCR in a Day - Lab 02 - Microsoft Clarity.pdf │ ├── MCR in a Day - Lab 03 - Microsoft Teams Integration with D365 Commerce.pdf │ ├── MCR in a Day - Lab 04 - Intelligent Order Management.pdf │ └── MCR in a Day - Lab 05 - Retail Churn Model.pdf ├── Microsoft-Cloud-For-Sustainability └── In-A-Day │ └── Lab exercises documents.zip ├── Microsoft-Cloud-for-Financial-Services └── In-A-Day │ ├── FSI in A Day - Environment Assignments - 12-07.pdf │ ├── FSI in a Day - Lab 01 - Unified customer profile.pdf │ ├── FSI in a Day - Lab 02 - Customer Onboarding.pdf │ ├── FSI in a Day - Lab 03 - Collaboration Manager for Loans.pdf │ ├── FSI in a Day - Session 1 - Microsoft Cloud for FSI Overview.pdf │ ├── FSI in a Day - Session 2 - Microsoft Cloud for Financial Services Data Model.pdf │ ├── FSI in a Day - Session 3 - Microsoft Cloud Solution Center.pdf │ └── Lab-Resources │ ├── FSI Model.pbix │ └── FSI Model.xlsm ├── README.md ├── SECURITY.md └── SUPPORT.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Microsoft Open Source Code of Conduct 2 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 4 | 5 | Resources: 6 | 7 | - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) 8 | - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) 9 | - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns 10 | -------------------------------------------------------------------------------- /FSI in a Day - Lab 01 - Unified customer profile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/FSI in a Day - Lab 01 - Unified customer profile.pdf -------------------------------------------------------------------------------- /FSI in a Day Lab - Customer Onboarding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/FSI in a Day Lab - Customer Onboarding.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) Microsoft Corporation. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE 22 | -------------------------------------------------------------------------------- /Microsoft Cloud for Financial Services In A Day - Environment Assignments - 11-16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft Cloud for Financial Services In A Day - Environment Assignments - 11-16.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-FSI: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/EnableTeams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/EnableTeams.png -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/RestoreScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/RestoreScreen.png -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/SettingsScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/SettingsScreen.png -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/README.md: -------------------------------------------------------------------------------- 1 | # Bot Triage, Handoff and Escalation to a human agent - sample scenario 2 | This repository contains a healthbot service(.hbs) file which consists of some sample Assets (such as Scenarios and Language models) required to quickly demonstrate the integration of Microsoft Health Bot service with Microsoft Cloud for Healthcare solutions. 3 | 4 | It provides an example of a multi-turn welcome scenario, a patient triage scenario and the ability to escalate a conversation to a human agent in Patient Service Center at any point during the conversation. 5 | 6 | This should enable you to quickly demo a full-fledged healthbot and its escalation capabilities from Patient Access Portal's chat widget. 7 | 8 | ## Prerequisites 9 | Before deploying the samples scenario make sure that: 10 | * [Microsoft Cloud for Healthcare solutions](https://docs.microsoft.com/en-us/dynamics365/industry/healthcare/deploy) have been successfully deployed. 11 | * [Microsoft Healthcare bot instance](https://docs.microsoft.com/en-us/healthbot/quickstart-createyourhealthcarebot) is created 12 | 13 | __NOTE: The Microsoft Health Bot service must be configured in the same Azure Active Directory (Azure AD) tenant as your Dynamics 365 or Microsoft Dataverse environment used for Patient Service Center.__ 14 | * No scenarios are created in this instance as during the samples deployment if the assets in this repository file have names that conflict with the assets in your bot, they will overwrite the existing bot assets. 15 | 16 | ## Deployment 17 | 18 | 1. Download the repository into your local folder. 19 | 2. On the top right corner, click on Settings and then click on Restore button. 20 | 21 | ![](https://github.com/microsoft/BAS-Ecosystem-Engineering/blob/main/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/SettingsScreen.png) 22 | 23 | 3. Use the file picker to locate the downloaded hbs file, type Restore in the bottom field and click on Restore button. 24 | 25 | ![](https://github.com/microsoft/BAS-Ecosystem-Engineering/blob/main/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/RestoreScreen.png) 26 | 27 | 4. Navigate to Intergation >> Channels and enable the "Teams" channel (if not already enabled). Click the "View" option and copy your bot ID to the clipboard. 28 | 29 | ![](https://github.com/microsoft/BAS-Ecosystem-Engineering/blob/main/Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Images/EnableTeams.png) 30 | 31 | __NOTE: The below steps are required only if you haven’t__ 32 | 33 | * Created a bot user in Dynamics 365 34 | * Configured Queues, workstreams and chat widgets in Dynamics 365 35 | * Embedded chat widget code in Portal Management. 36 | 5. Create a bot user by following the below steps: 37 | 38 | a. Navigate to your Dynamics 365 organization and go to Settings > Security > Users. 39 | 40 | b. In the view drop-down, select Application Users. 41 | 42 | c. Select New. 43 | 44 | d. In the Uses drop-down, select Application User. 45 | 46 | e. On the New User page, enter or select the following information: 47 | 48 | 49 | * User Name: User name of the bot. It is not displayed in the chat widget. 50 | 51 | * Application ID: An application ID for any valid (non-expired) application created in Azure Active Directory (Azure AD) for the same tenant. It is not used by the bot in Omnichannel for Customer Service. 52 | 53 | * Full Name: Name of the bot to be displayed in the chat widget. 54 | 55 | * Primary Email: Enter a dummy email address. It is not used by the bot in Omnichannel for Customer Service. 56 | 57 | * User type: Select Bot application user. 58 | 59 | * Bot application ID: Bot's ID you copied in the previous step(Step 4). 60 | For more information on creating an application user, see [Create an application user](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/use-multi-tenant-server-server-authentication#create-an-application-user--associated-with-the-registered-application--in-). 61 | 62 | f. Save the record. 63 | 64 | g. Select Manage Roles on the command bar. 65 | 66 | h. In the Manage User Roles window, select Omnichannel agent, and then select OK. 67 | 6. Configure a default queue with basic routing in the underlying Dynamics 365 Omnichannel application. 68 | 69 | a. Navigate to the Dynamics 365 Omnichannel Administration App. 70 | 71 | b. Open the Queues list. 72 | 73 | c. Open Default Queue and make sure the priority is set high enough and that, under Users (Agents), only the bot user that you created earlier is listed. Ensure that the bot capacity in the user record is set appropriately. [Learn more about capacity](https://docs.microsoft.com/en-us/dynamics365/omnichannel/administrator/users-user-profiles#capacity) 74 | 75 | d. Create a new queue to escalate to your service agents with a priority lower than your default queue with the bot. Add the appropriate service agents to the Users (Agents) list. Don't add the bot application user here. 76 | 77 | e. Open the work stream associated with the chat widget, or create and select a new one, while setting the channel to Live chat. [Learn more about work streams](https://docs.microsoft.com/en-us/dynamics365/omnichannel/administrator/work-streams-introduction) 78 | 79 | f. With the work stream record opened, open the Context variables tab and create a new context variable. Ensure that Type is set to Number. 80 | 81 | g. Navigate back to the work stream and open the Routing rule tab. 82 | 83 | • Create a new rule for the default queue with the Health Bot without a condition. 84 | 85 | • Create a new rule for the Agent queue with a condition (for example: Context variable > EscalateToAgent > Equals > 1). 86 | 87 | h. Create a new chat widget and associate the work stream with the chat widget. 88 | 89 | 7. Embed Microsoft Health bot into Patient Access Portal. 90 | 91 | a. In Patient Service Center, navigate to the chat widget record you want to embed and open it. 92 | 93 | b. Copy the code snippet under Widget snippet. This code will be used to embed the chat into the portal. 94 | 95 | c. Navigate to your Portal Management App and open the Content Snippets list. 96 | 97 | d. Look for an existing Chat Widget Code snippet and open it. 98 | 99 | e. In the Value > HTML window, paste your widget snippet code from Step 7(b) and save. 100 | 101 | f. Restart the Patient Access Portal from Power Platform Admin Center. 102 | 103 | Now you can navigate to the Patient Access Portal and follow the steps in the portal’s chat widget to demonstrate the sample healthbot scenarios which was imported from this repo. 104 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/Healthbot-Service-Samples/Triage-Handoff-Escalation/Sample Scenario - Triage, Handoff and Escalation.hbs: -------------------------------------------------------------------------------- 1 | â‹æ¸1¬FÑúbÖøâ†*‹VgЋv3‚[͹Æ8šKíp:Yˆ€ß{„j|1e¨ÈÝz^V늍#«Tdß³í(ª‚D…Ž^,mö˜›pÔ_Ð4ÍnÉMON<¯)Å#$c¶JÄ·8%‡d¼£?1±örÁ°`yÕañQÙ g=ò(º«8Ñ­Ã)͌.”új¡:<Ã;QçÛR·B7 ±YœZ­ò¾Ø̃©g=nmó ª=X±åxM'~K¨ÅTdd·%¾E¿é¢¸JeæKØÅL‘¤Bçð‚›½£ŠLMØˆ³,wŠ…ˆ®Xœ³JÍÓQN ëæ<²@rZ±|?'c$Èf_Dú!Š7ÏÁØ Bí£ÒÙL‘½¤Àë…ùZ?}¤×DDìZu¢‡þü$„ñœûyo µ§¸j 2 | <‹ üzV°ÚO*Ò?xa¢i;R£Cïrb$ ,Q…ELÚ6²”áò8_ìf´rBÊ8ä<ÑgÓl¤£je€cŽk¤€ÄöÖ&”ÜÄÉáÈÀJŒ£œ‚ÎS ™Íföôê|{·)ÿ3QëvG ùTÜÏ­ }ËÎaÛ)úÀðÔßÝ/X‘‡sŸÜOßK®ëiv¾¨å Y¼©19Hïº*6À¦ÚßÖ J„ØðÆ!N¢¯È/¶0:TÊdñ6,ü·©lÅ4ćé+Îp“ü,±OLˆ`ÁÄÿCž¸Ù_ð¼ÄN6© y±ð5[Ù:&Õ³UØ,¶éË©¸W‰Ï7„ú Gb7Â`@Á×í§ ø§!ýj±½È‘ºqÔË|i‚ÖQ8×;§ïc¼IyÀ~-_5·U·K͞ðWb¯nªL¡ÀÿeðÜlö'ÿ;îWÔQ(¼Éçí9y?CR^ҍx8èÂCûn}qC½Û—óÕv’)lŸ¿ìoXôvACy8Ã.´uIÀ |j2D†‹òJ0uaa„G&PóR¨´™Î폍Î&p&"™ÈÓâˆ9É[(ï¾I‘{Ûâ½­fGÐÚâgh”¬Ç9ðU˜"Ѕƒµ-õš‡xاeK^ԙ³tEƒÅrŠvNkèºWÊfVow®Ýa(—Zmo;û~Yé¨=Sh»¾ñ7W;È,¥˜tG:€Ì·'ú5û|“püµ§ñàtãú<ÓYÀS#m]†ÚüôݬõÍ̈%¿W©%G£[§@ÓÁyF%ÊÌU(H P=ªv 4 | á¤(;¡&‚ßJEßg>®¶¿á/$¬¦Ð Ù!/¢¾½!Ÿê€xRut•Žeµà”_„»dÔØTô»—¿VÃòæ°Ð|Ô@0ÄXÏI9gϳY]Uy¼=¶ N‹ÒªpGiâ>È]T1…T*€Ü^áGz®nx—BŽx‹'Y¶[8Ÿ9…{¬Q©A¾Êj¼æ#ð-Mò298PÅl–…Öfkß -Ȥµç0eBUúäÀ 4Q‹zÅ,«>Ó¤t®v±ùd î|qŸ*Iá«Ûkx<ÿZ¬­îúà~²«%'Ój’©ÄI 5 | ¡RÀäSÝg9F¬ ±ùˆGªn,ãf!ì8ÁUkxŸš³þkŒO†­ 6 | Yï)¯ 7 | ñÃäë.eÝqS%q²RbLÃÑÝXqßbßv–ЮºÁp•,‚ÃÂó¥ÂÒb?ü²E>ù“Wx}ZùÝs3 c% €rN˜Ó»`xpøG¡SùrE“!ÄýGÂSÄ\‘S’Õ¡›’ GÜЪ¾ŠŽ”›ÌY˜ŒI#kÖÁT½O‘C¦…±xg-‚è¶EÌÄg“3ã (›ït—m¬Ûøø´‡‡Û•hÜj|J #'ÊÉÀ5œ›¸Äö,wÊòÖw;| b4YWÞâ Ó”™I”û` p¤… ñŸ ™„ÇC¢&höPi,Ó1ð,¬P•›cŒØ|άE “¾z¨UÖI™ð¡¤·6¹™rŸô­ß0c´ a)“%€ï»¼™ýYél̐°Þú|1ÿ\”ôE©§CY“lØ3°^hÑúñM˜!ï£å?̧ãi¼0ÔŐü CÂëGð̋‰èÊ ’2B¾¯ùâd­ã% eç‡|ìpFü£²9>q„Ö o·.Z×Bºæé¨§ ]µ­VöoŠÅšzu´üÙã=Á &óï”ѤB󓐓Á9¡” x^ ~Ù±àåjÌÊ]—•†*ßE0ø>™àøhhW¬¡U&á 8 | %‰iÊ\šeä|¢Í.hœî+ïÓjŒÁ×;û¹+³ìþÒñƒUö+9üv!|ÌBƒHˆÊQ¾¦^VK봏RLàÞ¬³¦ƒHîX°yæUþG¦û› Çh­ÿŽ{­/Äî0°ÈÎà ­¦&àf©G~âi„2ã²ó¬KQ“LÏÊ´dt¾‰·×­BÄ€„ǹ…§fÅ=Òî_‚ñP 9 | gcÄñˆח¢t™õ'tˆ<§­ùv èæFG¦ðÍ=a·úaÆÿ:Açw74cÀ‘]Ê=³oÅWWá¥èlº|žIՉ۟Çy|G>¨8ŽÓÓ%o"ÂØ^»¬·FÑñ5éì˗jô†þm"¥!A±:í¦ÓÅzj_ñÂ|.7ÐG\GÅ®g“Ž»œœXœŸÁ²D¾®æ=Ѥ¾!¿×»jT¬t ï/KÑp6t4V¸iÃDú}º7‹‹KqÕF‘»asçB¥UÒs÷.t”†oÕ~-ƒÆÒª 10 | Ç­È´hٞ3 11 | !Ëþªð¨IŽNš~Ç íÏaÜØ­ªo9“,yc…Œ@%®ÃåvÛ!ñf³ã5˜r 12 | ;öŠ1Âpü(íuýô×Ñ®¶‚SæôŽl·*É"ÏÑԏ#ÕëW371Ejr,Eá¸bâÃK¦R2‡š6ÖG™ä«90U³¬ç]g|Òd¤Î9ÐHÍ]AúªÃe9ø~Ðæö)Þ:Z9qMþÉçjh:X]ªKXë†jÿ_—ùD¼#Ýn VxhMVR?hÒÚÇ±Þ µ]þFj @b'8£^ùÖØ+Mâ  ® 'hãÈÊH°® ¾Ppzh߆M8 13 | gPÜpª‘® ݅s0š!;Ầƒ\mw£OŸú ~W®Ra1P½ºØÓÍÍqî‚û=Û|¦ÔvYž¢ü^¦Y¦}íä‘_¿ñ‰Œ)Ù`9ñÚ<oi €½MÄô~ÐàÆ°’dW¬MãɺúPh–|œÉå}¢³PÄS‰´þ k®N!sËH„G½3Øô]ܹÒ\ÏåµÝº7ž†ë{ɁCht$ńØ“T¼cÛ–@¥1qV¸Ô>·Áñn=7!q{PM®¤Þ¤´B] }¬ÞdÂëô}1²¶7¬eHH*f×®®›Y3›,/˜ai§¿Î5P"ȶí—&pêI‹„Cë¡Ûûå¸15þ­’+† M?Ó9ӈâèOžú½û×zJ¸”eçÎˆI#K‚гÅ'#XÈ* =«~fÕx¨¼Â½Ó=¿¼,…Û„1$Ý{[§ÕH“Y«sٍ®gî0Vš(<,×čÞ+Lh]K¹)È·®ƒá¹zlב ®–83:Ažuøþ©-Æ,ÓxC§ÔVúo7°ë†Þš7Ýs;< o£Ê\Óo”aÒúU7ÿÇO¯•vÀê×FÉBåÕ«ÄèÆ`ðb¨Y@‚Ü6@œÒÐ:=fÉÕ?È~ÌzW·ÛµüT¼ÒI»ÚØvTé¶x¾ òf ÐeãA8D”QÇ ÐÀéÐkQcpˆ*`rj Š Ø#`%ù†Àîˆü˜MBû>~†ÈóÚ/”HÈøò\nH~(Êõ‡J4ÏK­Ñs›<ڊ ȇ#‘«k;»þøð‘# «z%1<—»”f )ÔóC¼»ÇcVqEè]̄©«ö 14 | T£ýfÌ"¦„Š!Ž]jºLrlC#Ô4å`;­'縡ž”­.™l,=˜6Â"§‘ 15 | ÇUº´îiAnׄÁÚ ÅðP=^Œ¥&³Î 16 | w¡75ÙS|þ¦|©¦,/ˆ¥ô(Jã)öе¥Ô |š¥bÿi&/\D`ȺX¢Êp –Ö“»Ò€ãêÆVhI` ðáš@‰Ñ?9˜S7“‹2™²x!–? £…@²×ÒEc•hÐØWUH<ùq#‚PRlÅîHö¦¾€b2oêcK+Lklof‘ß 17 | ©<¥G/7jiö@\­Û"-Ɣ¾0ZËB^3õ–¯òf 94|È¿ÁȔoª*Š Ì>•–ìx-8Ãì°é3"w÷…Öå+0Ý\ð)\WD€ˏ†F•á”p¹ç;ÌÕœÛrkÃðB]€¢ªˆ9,†hÓ4êâÖäõ[LƒÚa¹˜Î‹·T 18 | Ä{’¬EðYÑnº’@7ßÀD°ùÑËbÕg¾D¸cÒ8uF g°Å»x‹·|ß°#¶¶ÞïE¡šÇS¦Šb1I;áå®q‰ÂåQH“‡ ìtãÖ7 ô(ú‹.ßw›ÊèBpöÿ¦Ò)çÙ·Wk,ÁŽïÞÂ"ìoÂk 3¹>}ÎçA@…QÚ­:ðÁ VÉ5:Ñ.W: 19 | –.Âê:‘·ìH,d„Š×ÏÒãgC$5%g^šw¢V:~Zà{µF¯lDþƒ¾¼#­Àk:U*adE>YŠ)ŸdV 20 | ^»)?Û~ekLÿSå[¯tB·¸ªG³HŽ@Ô²ñe…ívû•iãíBÀُ¥xÈ­ùàcÕÉÖ\|m/±Ó© äÔk¦ø†7NAÐ6oò¥8[™Ëú_ÂNr v(ÆR*¦íÌ7œƒªW¨P=—q´”+Ð@·—ø´Ekù©x,æÊ 21 | àZبþ–ÏúÓá$ì<ƒ?…,1г4–2ÚžPm"?܉T]‘ÝA3Õ5Ÿ[¤IºYW Df…G®]Pþ/Äý›3ñƒ/¡a\ Ñ_Þ3l–wùۄùrT¦m Õtã^¡òKòA1g>eóyu)Aa8a'ä¶TÂb°Ç9ú.Þdýiû*ú?ÔôÈ쐺@3B|ãѱˆV(KP(§–D®!–}ØÊ)…øÅ“Qâ¡ɦ™óNñb W 1‡ò·º<Ë«›BÓ¨=dú³.”­§®Œ„ãøô‘›ŽñÇDʼ[ވ²VÔ|Y[cÄâ\½b:yáÜnZ÷€Zjü6(F±½ž’2âøAaŽTêㆼ”Š_m`’jV¼Ø+TYË] [æR;܄SUÓÔãäP§¸C®ÃA6c2¤ž= !edGæc!BɖK¥;kúŸò¾#ÂÎ㈮wôè–íí°XjkåÊûÎ¸™ªÉqiÊÔìL—f=¦^jâZŒÆåéÉö4¡{Âÿ¸ËßÐD‹Æ[ø•Ie˜y"Ì#*ü:°ÀÌf¸l –2лE10¼#ûˆEo»‘S+u 22 | #­I³¯Ï&5¹ÐY«KgWŠjíÞW’eŒYïe¾ª÷3³ðÚɸ ¨%±Ñ½öKhš=ґRù¡hºUêф\jM´”óýþˆ`7Ç”ùÎB{ÿÇÛb]\jù]æv1èÐ+—a´ýäVjKWûíÏö±Zj¿ìâue’öZTµ°gFèÊ\{‹ê>SŽÊÄÚï*ýž/ ’mdã^Ä 25 | ycMz»(x˜Í˜¢M]Àρ&¡zD÷wL¾’óŸs$ ¤ã,šã ó)ƒ2³äÚggùÝÉE‘«ÈYN •EYٛñ}ðsã„T¤Å#“Lš$lãÒÄU d¶ù´Lh8Dðú·ëc=êÅ.רž8ŒQ—žéC•Ô\‚!ØÒ^¡¼[Ì`FËâY~·›J X±`dHpw¶’ÕzAz¬6D¢À\ÿ0þäÍBë/D‘b-VsðSTŠ7f}‘jfÇ_o,¯[;B8ðx5¹{ÅV–%ǬWØõ|òGærs,ÑÎ^#¼lÇ}Çg Ïy“¯û+$ˆÅùºÌÕ«eBž!F1Î×öe,$+Gñ€íæ¡þÈ1äwÐu±‹ ìПT:»Ðð"ºü˜‚¥såV_§Éåm/CŽ˜ú©xÂøÉ8aë +ÞZ³«”ýéU_ʌ&.¿&nÉtËPŒb|+~.KüHYßÇ~¶XeŸ«š/ˆauLb½‰z™Øúâi±Ad™"¿Þ!¤Jvd† òpô.QCó 26 | —æ®Â ‰¾„l¨¹ a 27 | >êFÿ¯1ÃÛ$ý ¤<ŽfˆL8|,‡\yç2¶#s C 7‰å÷÷rQâm¥_Ÿ~©¸K ¼ÆG„’K`ÁÙø2ðPH璢þx«U€·§<Ú©D_Ù×µ4ëñøk÷` Rô¨×®N¸ú­$œ(5>†ò“tNÆeg ‰|…hôŠÇÛ'¤RTò̽½zÜC—Bír/¤˜\$ _ ;ۃÈÃ!˜†¼€×¥r]*Nƒ¢lÛ¸ïn¨²nM?]0ùCµš3.íÓ:%ñRx,Ù7:{1—̨Q“|¤ݕ &x‰íP»Iô ë0áÕ:Õ\´§#w±¾Ã;nmÉq¯Ó cÿ" 29 | >uáLïö¥£œ4£ž·æÃùn™¬«;xZ¬õß]ۃ¦rÁ?KÄöÉéØäkHÍõï¼wzøÖöfJ†J«¨#Ípð|$"{_ç%F'o¾Ý [Æm“Èܔ%Nk¾ÿkG.-â{;ùÂ݄…(Œ,Lä0óeܧ)BtÝ1¶aø¬<³ï™MP[ž î/øzõ¸•Eó%j†¢è…‚KK¾8Ãg³`WÂT öt^éi8fÅô˜½H·” ~ ¸Cw•oP_tÿ*0°¯¹û}´gÊK×ËwëpÝ#F}©¢U^ˆAßÉfoãNjŸ%m¾Nm¼Õ›(þ^h‡ñJ‹Æ[—uˆ8-c [þ5üïù÷V„ žõf%Ñל‹* ²É.`,šVt—† 5“Wˆ°ÂFDaÂÉb tœåëõï1ž>[ˆhq¡ÿ-Û¼âT¹Ü?üxDCí[^'/õ—íbv0#wVvER­% ñÇBrì7=¤wÈ 30 | x;þÚ©äÈj×B…ÂI °—Z}h¿¼/åltG¥¾¯‡}" 32 | ,jܑœ'gÚÐÕacÑNú¥&šëW¹U_œ''Dv·“øÜ'O®.†ÃßÉ?B߅Ê ›@Šrõx%Àё« uÉ:‘zh­«¢fWðûpM@‡¬PW.Æåˆ‹_ï#.-S ö4H¤šêj¯â±üÿ7r4šƒ²dŠ:ø¹Äú°ùS•ò<* öš¾Óî×cÒæ¶Ñ¯Tó[Ð¡µ Ï¡$vñ¯ƒA?gÌ}G—âÊ;]ýzÃZ=žÍsݽËâŒ _SeđR¬–ÀnoŠÊÿQ¾nƒ¥o<¸‚Z"ÛûÊâ@?‚?hdûà S|rŒqgõo„’Q¼¸Ã¾\ÊÝ«ú&"9e=•2W¨ú´BH.'Dg×ÿŸÀ+  DC 33 | û[ÚAàNL¡ƒœt™ï7{Û,™úN ÐX¸2…wÍq‹Á¡£Ã!jéZ›ðX®µ4þB¦©p´m[ú¥€½´õsêZŽçŒ°˜M0¬$Ö©Ûr,„Âé]2FNáÏR¸JÒJß¡Vµ.,êä-bó­I~Ôc«JÒV «ú…hoù1íFwÕÿmØD›öÚÝZº„©*}n› ô¤õ9€aýEçr–}0ߏÒw“» ëØäöˆßxkÉè£0>n·Ï†ÎÿLášRwìçEõù¥àœš9èQÕ˘¾|/d/ðƒ]X¢êgԔñu×µ9φ«Uìm Oπ=h¼ ˜MAÅþ6.^æŒʈªö 35 | #AºZÓæîå P]­ô0à®jî 36 | +n`UºI¬‚Jwa|@¦Rîªnÿ•Ô{ߑè—÷—ú2ªÒ 37 | ¯Ï˜7ˆÃ^á5íôç©p%†c°ÓÞB¶ŽÁšËlˆÍ"ŸQF4®Âaï!7€É«Ǫ#­†rÏ©Ý.¦™û—ÿ Źùš†eU~šº U2{s9@Ó>~k²î¾W·h"¯ÑF –sÈG1€#ϟÞ9ÑóÝbTѐ{ 38 | s¾«Ê¤Kª‡ólOÏJçßEÉ;4\VóJô„,ƒF¨~ʗ7±èÜt"³SŒÜêÄ:ÀÐÿ÷uÓ~ë¬Éµ:’‚ÃñAF¦.Hà_Gj.jXâ¸ÉØöý[EI“šÚ“?±Ã£˜eßaöí ¥@,ŸdŒòQK›o÷ûb4(xžåÓÄxy!.á–^û²V9¤÷@·BÏUñ}ðŒ˜âx™©£fc Lzúâ 39 | Õ܁õÜZ?֍nÜ$IUjl{S–bMËà}3¨ ;aŠ•¯Ó”ÜÿšþvFüMê·ªù×òOœvõTÕªŒZÈöá©][¼wÞ¡Š0̱yÉ/øR1û 10m…ËL׿£B=ÏÌ8ð÷¶Û^þÁ<¬MA 40 | •Fø•f‚Ô‚r¤é[®{‡!)^ÍÝʁ¶ÑCm蛟q/«¾wUá5Ê]yøHۓóùFÐF9–Ò̬tmª[mz}À‘ŸrW Ù¨ú{÷9´F?~—±…b~+ۑŸé]€¤¥Ivã ÇUš“‹ˆäVêw«ŸWm*N00Å¿I_`EáAîìÂH_íÐwaßNéX:Ökp›ŸòÚUóôUe ðjmÊõéåm&(>„ù¤Ö&ÈAu:¿z^qe„ŽKØ£:ä}åk~CÛ”yѰ¯ÍtëœOÈ< ·bÚɍ&YP …‚낲d¨=•(-º FŒ1I7ÿЏF.o“q¾ì˜epK™?¬bp"Æ«]g ·Rfɬ(® 41 | Á´–oh»Ý?_±ÝL®V–;È}•YíV?ögøÆZ yÍdÙ#ÚÊ6„WÐð:Œ2§cÖ+‰Ð#ç¨*½Èo·ô ì,ô*I⎠w±—6QËóžíÔ ¹¿Æü¨[…p4 ¡!÷%*”kAa©âɼ_ÄÒ /» 42 | –nçyH?fýòme¾ŸG‡mßR…3fŒ²%õf8‘jbrkur±XêÖë¨j¹a6‚EI á®ÖR”o³¤lCŒùË~ØFè=ò}ÒÍÛº½ßÙõxY)JeÉfuÅ}¬L%R?o=ò»ˆñÈ-°_¢ºüô£Î;;;äp…ÕaÑ¥BÌZÞjîvÜ(_NCνvïã1$¸gà>Ú s©1q¹mP\nÚy0r›„=dw dßò_D7¾Vñ# 43 | ¹ª®òÄ}{÷ãïœXÀC 44 | ’8u¾]Êû¼å1÷mLŽÂSe’ýS©{ìŸ>0êcÄŸc8°ÙC1'ª»!«êU7¦Œ Å¥{ž¦½Û†`莚?´9ŸÀözaƒja£EÅûore}iJ9ÔšMRªPe©™()â:>y""f3Ý7šþÜáôÀL⤪&Z =ö 45 | ˆrˆ€fÎðÉ[ûŽùgñg®Í —»Ó2ƎÄ5ðÔ¢½d!vA¢aTBY—,“«ÎDƒMoÖ(àß5ÀèÒʊ„´ "æËÅ5iÿ2«¨ 46 | f‘XÁc{k3ùê„HÊGpBuö*-VI½ÂõyLWeҌVå±{)âJ­†*0qÁߌ¾4°”’6ç\åëJ Mm º÷VBØú¢UÞ_Kn ±NL,¯ë„æDkˆYÕbÂyÀ#³óuÔçâc,Åâw¸ôÿ™Þbrp…úœ`¥y~¦šâëA»7 àéH®½Áé,ٛšrÏYI95Õ`è¬RòzµÅç-ù ©äÛ!¾¹ jv%ØÅZ¨† ûöÚVRø[ýƒEÈ|÷mõ—½d¦fÖC£¯fäÏs´ƒqŸHŽDò÷S¬öÔ}…ñs‡÷t<͈p°]މßFƒÌ"q^­ö̈́ô„ð’fiˆ]ü~Xb$wÆ;µK=n ÏD‰²W4y)ƒ+7SÈ3FC#ËØ÷Y‘Žkžì-`ËÕMÖTf¿„ ôùç•D¢òÄåRR5µ§<ãJÉIKmµ®4wVŠÔqMgWÔ2‘é`B$d¢ã:›_æ #¤¿@`ºHm8;ý|0nÀ˜åU/¥åÕío׀땆~¾º qP\vWwt©ÞC ¦è·<®ô\‡_5­'}´ŸóeZVF†1fü|µT°CÄ©©çrbLÌC “Zf—à±Ü"6òù‚ÝÏAQ.Â,ÎÜ­ÃÛKBDؘuNl¤±3¼ý Ñ¥FC}»SnˆÝVNg¢Æµ{gÞ½ðÞÀ¼`¨Áw~˜‘ë7äˬMBw̬l/iMi|4Øé„'B'¹\.ÁDÈÆ™Y|’°ã«Ÿ–Diûù'VÃÍ« É!W'«5„OŒ÷Èk 48 |  •®^ûÒ»ž²GeOqžÞÇ¿ÜÎOs8Æ9Յ€–@B¯.X¼¼uì·SMg ¸=šŸâŒ?ݞÁ†¡ß%?À…øü²b5Þ¿†Ë®Ð„ñ)xàBǰT¬±>‡Ÿ}«7†ŒÉ`¢•v;–¨•ÕV 䜀wÜ0òß>§Ìw ‹Nk“… VtøÒû+1†“«cA¯R¾ËFFŠh슇x6leʼnΈ;8þѫ2@wÍ֎ÁЦ Û¦U$ÊHL;¯–ãkØj¸‹Ù)WÈ®gºñqµÞ¦€×¥KZ¿Û/çÕj¼ÊíTÁ°Û»r®ôðv]ñ¯yrù†^CÀãtZè`üIâLÙB*™À…ìÓ!JµŸ®ûØ4U‹û<Ýû/>H”šqJßÅë,’üð²8D)íê+n± 49 | ´T}b·ÄÐ/»G²þrÄ냵‹ç6w¾±úlã±¾Å\fLà$@¿R˜»ÈŽ“óª³Æ;+7OìÇ@HGv­UÆþ½Öï?]1y•èFÝEPjO|áådteçw(6²{©{-ÿ¯[N®*Âѳ™Sp݅È+û곎óÝýßa*aó=؊\9Õ3ƒI¯•«r×ݹÉ& 50 | ÍÙ*òÊbüs‡â‰ù¦Ó¿}žÄ¥Úo>»õÉ„š #BiPòÈgšÜÂÂn…¸Yo:’ˆh;G ˜´4 €ÄŕƘ>ª2l­—–“Bqöeû¥8àŒ¢!*Ü´@€r6»­Ò‡-M'½'(½&ËÏL.= 51 | OÃl&x–îužïÚUcc€<¬¾ÆŠ×7á¿Ì}Ë/ñHVǵ¿ñí.6«v}“±¾í®¸KÁ/åÒí“Ì­üƁ(M ûÜ<Ú 7 cŽ%ó?LNNËõ4l:A.AŸQ}ôX&ûWÂ¥k¹ 54 | 1ù]“7ӊù­!ó$˜•Ήãñg$pàêôÝð 55 | ÝÇÇd?,†ý,H2Ã2c­OÇccJpF‚äÌHˆsJ´ çÓüeO³KpÑÖcÑÉ_BóÓCQ=ÈïÀ¸öù§z/s¶Ï(>‡.eÌ™ÜØã]6°,0i6bô& 56 | ûü9Ýc,´Ü{`¥Ó-IAHO|÷®ë‚)æt­ 57 | ˜+?Wx¯ƒøJ*1¡"Q¯P`„|D¤›õ ?wæ®$Uµb®‡+²qIw*¯ûJ崄€Õó‘¤x7xÝ_©æ:+¢ýoi…Úðìx¿!鉠=`ÝaÛnµ”’+ N¦ÄýW7>Mݹ¨”ŠÏŒ¤N—­(^ã`8ғn>_©7'êzV¹<œ_ÝtÌ{< (pñ’b´/¶Ö TÀ³ö‘¶ڋ¾U‚~ËSnpiÀyȔm%—2Þï·QžÐa¢‡¸¨²Øj&7dK&µ( Ï»îëÓñnXYí¿:W Ue°-RR½)rü֛·¢Êƒ7U0ø>NrÚÛ^1n݃*bõP9'o®“°ÝU0‹³‹Àãp®B¹¬Î,§m€bäÊþ³sŽÆŽÎ²{²Mª$"z¡S¦a 'êôÖ÷ܼ ãirq$v 58 | WªRÆ'‰ ¢ÊWIûܹÞã-×ô/B­uP IÙ¦;pEq·L’ØÜÜâ6ØB¼eÁ¿-ǀ ¨9tÓ-Ö¿‹¢º«¸´©B?´‘öˆ/áÏ 59 | ׿8Ø A 60 | ÌœïÕíCuCSg&’®oœ qØ ’Ùcõˆ\3Ø^¿›p17]Ž(A7oÚ©ÄM 61 | L¬_@Šù¢™ T%‡F e[UlZù4Ž<•^ö„'_1»‘{XªA*ÅÍÅ V±4-’æL…‹Êd¼g#ͧi]–èÈìu¯ê‡GQ˜NlÄÒ9÷ÎÅ»åî®ZgTþÂL¿VßMž¹à´\Ñd wúÝ!Žo¿†qÚ\0ÿ<ÈÆEAzŠgxODî¼"«Qõ\]È£ ‚xÜÖ¤ò„8]÷Qß¹©Ce}ð+ž§ß(ÛV݋§Ó©h§ýƒ=Ç«WCÈ­}ý÷v1œú‚$Ï´Ï… ¿,¤VÞ*ËWFCqÁêí îYSÈT~Nom¿Gt`ʇMè,“ª8 a˜£Jsà±â7ƒKØoÍyášÖBdQ”¤©Û£Ë|¬§HM®ußèúµø›hšë‹åÖºhx|þŒGgÍéíd‹ˆ‡ÿkd3 g!ø|²‘X¹ ½|hÙ 7\l õvÿ™¬©û2œ5r/\À+ u†xÊ̓áAv,ŒQn‘Šm€‚¯Éä¥LVØaª)>¦öm‹Ëp| 62 | ”<£Ç¦?'O!ÜO¦§ãQ7Ï£ŒB«%£;€GuJïĂ5o6G´ w¯Ë šÉv˜bŠ’µx¯…•>|ñò 63 | Óx fRÐîG¤Knóé§Oh†^}ô‰¬ ÞC’kÉÌJ=\!¼€Œïu“ˆâ¥üȹ“r:ه7ùF¼õ&÷S­±‚ 64 | ºÁõ^[âTãU‹n8ƒúõæâ§mJgՏôú܆þÁ¶Üë35óÖ<èc ÝŒBÏywsÇìçSÖnYÛ¶¨Le]Â]xz(Ý ¹XÇÕú¹ G|umXÓXu'Šäh3,Í­NMÍêží2Ø+ííx#¨¸Ý’§…€ËÆe€‰³NBâa£d D”¶brîŒ_Nlv¯x^ÚEp …PÊ|ÚÅ_§íùY-,̖jI0qdá+~jÑJct•äÿ^ÔVybÇjÎ[‰'WEƋ­e5²6›þë$o`}ã…$ïO,©å鮫Y|@ùÆ&è%ÛÔ_äóKˆÏfDj6"MWÛîÃW¡îÿÓxô‘tª>‡¯ñe#k—<Ìn 2®)(šå)¼"Øyñá'jw[¨Z4’¯>Û;¯é€9'·N{ 65 | JçὃYK’(“”§難ØUEó>;3Ð Ñ`qª1ì‚ ƒ Þ½GÃé1XˆÂŽ_OóbW*,){Ù¦'©|nMWoŒ§ 66 | åe_ëÜ0\SÚ­ù×TsFðç Ï«u%®ñýº )å{(šudB‘²Z4ƒ¡·E1~°mÇWDþ˜l‘åRŸ@CП3ƒËÍè"›dD4Ž!ރÈ+í ±óí?yÒ°*]“Ãüeíþ×¶Ù)¾´¨ÛnÚþ¢: ÃòFtî$­`EYÉ}4uO‘À­OÿZÛ«Ñ´øGT~A,CP¼e)i¿¬$~Ñ/W â3d+țþ§ ˜nü‚©IŒø´Ãz2ãÆÍbaÐoëõ?é`‰Â0‚½àQ=AàŒb$1ûTÛR¶¦ztOÕñÞÒã­ÊM ÷“à'Ź«8.®Ô4&QyE÷8Öq1ÛöcL‡I­“ér’éÈäHNN/68ÝÖ¹îi¨rÊÈaË6j¬Ç7]ƒŸÆ–£†Ií‘*×|»Ç6­[M¢"-, xšD(¡¯=]ÇפÖ4€LhÝM»ØìYB96f ¼ŠÂÌ»þ"vê€CÒã·ÌÐ+Su¹÷ø«í)EGBPQ€Ó÷¥(8[=Ôjo>š¯s˨¬OwéÒOÙl×°¨²kjzþÂà3~´EôT> žl WÈøÆÇ×´‚vöòUqªð•%ŸŸ[ò h²xK8Jæ³0¶ÙIþ¼Ñ>TŒ§½7½Ø¿rŽüy´$Oı±$1·ežŸ3OýãÀˆ(¼Äß54k;„±ƒz£dª”èÐü~â"c^{‘,vòù“Ó 67 | ÃxÍøaà‹û”GOCÝ¡½G'3ƒ$çwŸH=hùƒ²I_q\_¢\vsYØñ©Ž-k™fʼ‘;å‹8É'ŽÑ³ø¼|fR¼CÛõÛÙ:Ãáë‚!g¬¡pª“B9½² H?ÐJš5ºµë¤ÑN¨È«ärëßbç2òhr“®’â9F" ^)yq{? ³iФÍìwÂ.ÈBdžÝKR—ø;ѳÖ^ÂlO¹TR{ü•卹ËUYÈ^䑦Õ‘Ž9Ú~ùv¼=JPj}¼%«BéŒô¸[7RìJåI©ÅGµ™pÉÚcÍdÿaàk¹ÅÉY¼-2¹˜p)" ¢t0*†Ù4÷Ëëµ#¥ÛPŒ7Ë) 'þk?ÑÃ$¦ÕwÀ#Þ,±ˆäáùâ¶nÆTЇ­¹¹A짛î’oYÞ:yÀ;GÝY$¶Ä²Ã-•„èP“ØÝÀ¥@@$ÈV÷ûlÒVçqa }@n“ñYP²‹ú®¾øSÓþjì>CO­Î5?°eVào»Ÿ÷¯«í›„ßÚù]oŸïȋKiÔJ6P¾ïS!¯gPö³PßÕ Î‘ù[ú©’Ø­•TŽgŠ ¹N¹Ü×Õäø#=pZþfµÄSm þOÝ6¢Ìcš†‘©•Æ¥v‰¿³ÜN[_ìý‡\„Ìߣ[ VCŸ }Ø¿õ/ }àŠÜ(=ÅØ¾  “ìŽ/niš“†‘Ë¯K Ãø(ÆmB¨ððäö GtÅxôŒ.‚éPªT1Óã(^ëOÿÒ ôAÒªQ*½Þþ@* sânIâ2{!dN¥À)’¡-• ±ëâW@,ü&NLcÃæP>Ò»žæÏk¸Þ.3VÖBè¹Ê!Q€v˜¤¼u½ü´Jt©ñM*}ÿ³Ò3‹ZàùðrjïM÷iŒZö2º—Ö•óF“ “LN G¯>I[)¹!õ–PÞo¢BHà» pwLâWÿœœ†éxq 68 | ÷Îz±b¯6£oÁ‰\‘¦y$èã-ٓRa<+Wë0æh$Öc®eókÖÙI“BþC{lcšY#jRÞ95d¯:K“¥æ€Ñéþãèá ȶÃdgþõ¢Ê}0l½¬ÔUe:PùÔ¢ñó"õÚÜ&-¢€ãgڃUPO`ÞUʳ¾)Æ?´ÿ‘ºÈ\Ø{Pý=–wÉxÇ.¾ˆbܛ‡üî”k>ӎSN„G%búðK±9Ha_ÒúÞD"`ÓÆ°´)\;ƒÐqöBŸÃÝʀNŒ5ƒàfïžÎúôòØ(UÛ0öНe´å’TðÓmä“UÖÖ³5%ÞE ñòFx?ÅÃÇò5n{9³÷Gã ˆ¬_˜`Ó¿©BMk¦±RÖ¿|iR£TåâPóž0ڜ÷ª5nÛqse$/•M,Ÿø‚làWƒ`Š#—M<^ñ,cåî#5—D¿ps^~±ùÓ㋁úHºÆÅ'äkR™<•.U– 70 | A»BðOýÌûÏ)SÁÿ=¦ÌßôšÔóç~©îPqÃÊNîàLç}¡¸0®°öš#$ɱÂ3iñÆSs/\Å ¬È3«ì^"rßwŸuŒ?x1làeV.¸õ»êœnÈKVœõ.P?àŒ#pe úsüa_ùt[qÙ©òQ‡σλŒcÀÁ*Òa.&f[}¬0>ñÊns}mŠ<ÇWXºrÅE­udÌ䅘Ãö¡n¶‘÷þïÿï†ÛÄ|p–:ñobÔûma0ú'spPF´› 71 | M xNà§}CpÕ^ï¾¢YjÇÔn,3&$'º¦º\ˆqߓ?£•«EýdYvû²ðtìÜýt±N­€/Ò§™JôÁªét@>²ðñˆy’Hš Te3¬Ö¦ ÿÖî½+ã<7oA» ˆŠÇÆÆ—ÀoÞB¼1Ú6›F2r^ȒUi þ)pmv“ÍeÜa¯ *N|]Q´BÙ¸ÃæÊ<ùýQ°OÃ?½ó,ðHùãTºÎ0v÷æº8 «¯âÊD…ózžÓgOHßÖ¥Þd hì>ìû@dRÉÜPe«82-ÐÝÎvf )±Ú5Ÿ ªSn¨î=Ѝ 6,8Oƒ HnÀ¬©ÐΤÌ'â´MÉD†_NÅõq¾H0•\®$®U«Œó[GPfì¥_’{ނšSö«Ç¢!{‘۷űCMCÃo«Gz7$LÄ|ïHö×Žä”·ÅkQᦿ t_žWÝP²5@¨m.FeuÅpÐ^zðKúsx}PR 72 | ¶ÿêÜ 73 | àsôåÿ†C¹ˆ¾™ìÇüdU¦b…mQ"¬P 74 | ŽÝUgƒkÛ²k,‰r-|ЦX½œK&0Ëð‹Î«ÁT–ōsðšÌ1™6H‘úلU¬Y‘£ ^zVJCNkÝL;7‘Ý]”“…w ¦sZigP0úX§7®œ¨êÃ: 0ÁüO;åʄx¼4מbÈY& J͏ù|Û:Nçb[5CŸÁëÖ¥Á™4J ÁºAŽM”@8;‹ÌŸ»áôל,ØËMDg§Íæ»Z@]ý‡49^O#V¡UËWÝB6® K TÐy.”SuxkN¤¹òÒæföô‘+Áê›àÿ^£^}#?;̦P[^&GZ(hëºþo(nâêM sp¤yá*¿D„¨·ãØ .™~P¹ OØkU´¤Ÿ¶vJ¬Løj3¾è)¥²Î£Vx†VKî#׫µâŠrý`“ôBSr«ÝÙx>W 75 |  Ì”O;*>7ÎlçoØ^!dÙ:z—]¼¸hæ‹)x@5(Eâ™t9ë_>{ui·«Ý•Z(N 76 | òÔ#œþ4[9$AdVëc xߓÏlf²Ý_leÿBˆÏV¸ *”2ÅA|õ\¹krÍâFÊTxÝ 77 | ^œx)Ió÷+Þø±Fé…ubdjÐ ÈÝF\}DŒÀŸC›Yô60Æø3õqÚmn÷­É|ûkœÁÂ4ñÛÁÇÔsšÐs7ë ²œ®”™h&£¾5ÞЂá‚G€³}’+ øÜ9IŒ»ˆŽÆ[Êëe ƒ]HXHþÍs@xšƒMxW?¾ü†ª‘C‹ÆØ¾SA-`³ÊŒ7¼Ø( b ¸EÏ[ÛѰéP «{»d^NÞ0d쉹 k鈫Œ¤ˆäLÔMƳã ÅÚDÓ³Y·Qçm‹‚­ãèvPAŽüâP2 ôH”[L5cݪ‡Š5Ã>Ú;rùª 78 | ÌGøÇ€|¶–¾âÍVXGFÒ{# Õ_Õ°b{º‹Øâ¢„ß?·’üû¦øg¡S‹RÈY½ãà³Ç:†ØÝ¿–œ·¯h¬žWg„š`•ˆ©U•BAmæ •ž˜×øþZI3§Ç©UÒSŠÄ»Ò¡×z -Ÿ 79 | ýUcJ¡·€ÈNôÙØ ñàÓKàNýÎÄatfû%}ó÷TÍ<¿¢L5Ì0 ”¬Õíz\Âëm;ęùADTFçx)92jÈs×ZÔPþ¥°ý 84 | œØ-†Ü8v°k*µqØY&<ÀY„¾ùÂeÞ'ÐüÙ:EË|nŸ¢>éã|Ãx0U֏ï{s›1Ýr9mQÞc«MŽéŒ‰ÀØæâi=b&EíðífÁ{U4áQ‰Jˆ’Æñì€W~çÌß·T¬WhkýUje&Ë {^ù$„ ¸#r¬[#Èè <ÕD€~²‰Õˆùó· 7 ÜãS,®fûD¯ (š y.TłÞm#Û2~í'Nc×éVLuCI[Ð1¤Dõ£ƒƒÊñ’,Í×ÂF`:ÎGE t©ZÆÊ´(ÄÁ¤Æ›8ëB¬³q"KÄ{­¹މqrñbUeýydXŽÅ6ÿۊ¨}AŽàZ±=a—ƒ§ºD/Èé—¨Ÿ|°à .~Z†8Þ87& 85 | fÝ)òKÚ#´)å¶j›Qn–< u¦€é?&F±,_&®Ž;?‘¶¤mn"º)л¥k§†©Eé‘;pIî”t¢ÜáÃ0œmzL:MvXç˜áúP›šFÑ¡¥¡ÕäG,´­ \N.×ÌÑý°t ™×p旛4ݖ®IMj¢Hfµ®¾zPWCn*Ŋ)øÔºB8'ô‰Ý?°ÃP‹ÖYìoó‚ŸØµw¬ãdš+ôéè=ü*Í¡ Êíû¥ýža·˜JÇ1+~6Ôùb—lÿðí¹ð¥6AH…Ü:úk«O͕5¡¾!œÉæå’¦Bñ#å\k°ÒE-ÏDÁkÊ|ÒfŒ#6oìwf=;L 86 | ˜±íq2}ŒdÑAÞixj±KÏne§d½Ò$Y•3žˆÆ^ *c{gQ µ×”Û­ Ë¶½j—n×S·‡_@å Ã#DWMDfN`(' v`[bêmeÛsd‚mqå,f!†7Î/žÌ=0‰9äÕ¾ªÄU¾Su,iÖìñ_Ò®kìe}/fڂ8XÎ¥ÜÖiµê¨z•‘΂P¡&&°øÝÿA#fÑpë Á´‡dÖL8f¶ñsÄI¦QiŠÕÍ¶£™Å_YìB0Ýæª:wQã®ÁöÅÁÅ|47 ,¿VþOÙhtºe`Õå–F$gv¿œâ®E{)€«&±ÎO\D•¾‘tÚUz÷SvSñ–5ú`ßAÜ:•vÌ–²"}ömÃÍ[VœAЅctì$/ӟƒøzEyr’͏¨WiþhlÅ~Ã3b#ðÏ.–ÃQk)<(”±ä¢ßzET¸W· uÌpUàW¬¶wJ-7ÃC  U¸©Ü‘@ ¯k=pˆ—øsvó©é¢:݅3 Neaû?”´a8 ¬lB܍Á€¹{Â~º´îjso ©ú{N-©Aüú#­­ Óéeä]GW¿ ¥ínèhDØÚI£Ì¹ºì--ˆ™€uYr"nüõq'Ì3‚D߇&K Í,ý߅&ö£Q¦$éSúf‡V5`RÎ)v×C`–N¾ÜÂWD)ÿv§ÊE:ÂR­^E ”·’èÉ4BâôA –hÚ9ã?‚ñN 87 | ±Y‡­Ä›*¾8W@ìÙüô“%ðÖÆš?ã~·4ïNjÏj[©Ðù‡¨ÚÃͪ:ÂÄ·# s†å—'ýY™+;ÜÑ{´Úç¾pçb[¼ÿêÁ¹¥rm1úu¿y¨"ЛêuÀ´`ÕGŽ*D;z;¦;=Ä(tm<<¡KЄ6ÄmVmA•7 ’ÖŨH*ܪ»¶ƒ£»}•¼S“Ⱦ-‚±áë©&ɚ¹y¶°‰G†°U.»sÈ­xE!-€`Rµ£‹ ”„àk{=°öH÷DÂ~ª9¿óIn=.A¢pຬæ[[JÉ´ Úý©ž×x,䘃—™E±îà$ÙZ¾=Ý-!a*'²cä©\6zAdçØ–ø 88 | —×$D«÷]n‰‡ÁÆ-8{'‹* ôVË,ìԛ<âÂ,ŒÎÂc(ò;믚®XÑ úÀàÀMßýP"¦æ¾³:•xÿ.\҈¸˜ Ýþ Š®J£…=,æ×/A«|Êm ûAÛ™žïö×¶¡è'0Q†·¥å«¢ô÷IÏvAßUð¼(`rlÈ>•Œ²ä²¤”áÃíšçBøã¢îdtŽØð¹ó#qž˜v..¹Hì/Á'*Κnÿƺ&de˜b±âvúÖX=¢;7¯h Ô3Ë2Ï ÐýûfŒS½™ ú¨v>…°ñ¨ž/¢T[G’ÈT¾/đÌ^SIÿU ˜ƒä£‰ÚÌ)7t!À¡Z;™fˆ6‹¸šI]ҷ͔gðê ¾• m½Sa’eo=%B9l}þÒ×$¨ŠO¾Gda~²XEËVÖÓS߬ÆûO:c_!¥º˜ÿhð}Ê6í«žÐ2È\އ´Ç"¬ü´#+.Gó±Ï¹AIAF O:ñ¨ ÜÇA %è)fÇF·Áþ )½`Ö±B»GÒèÛÉe’Ïö“›˜ùÇòÔd¿æ×ªJŒùô-~®Y?]ˆÿI£$|J'.@':m3Ë7Ð.ùD=Íïҍ©¾Þëõ‡ì±àO V¬áNÆÿò—¼Ð™% еÄntËåÐLr«·jboääöí•îÓDo®eˆa—#4sl²¿‘4žÐ–ºLȐËõï{fña£ä™i¯«ùîç  ¶œïqàü1EaŒ×¢ŠáWýs ).FõX¶R1oÆÖ£§bQÛ&8<{®„:|ì¨u}]Bô«ÿ#¹¼°’EAÅyÀð Ê àK¶Ø«¾# 89 | IÜÕ Æ2 «`•^ÙP:èïetD 90 | Oìœigâך?ÊXïÞ$Ռ憮üQ)[ƒ=•(Dû¨h%ÆHp¨N¥dç ­CƒÛ1J8º¹ù wqXH‰­Œí̆9PqSôuÒïG™¢,>±¼Ú‰º)Ì2Ã&äLBõápq#9}”gíwñ±Þ—j*uÝgåàÈ ôN>x«nØef¹Ž¡´JH[G½7ž¥S_é½ÏJ¥ÜËâÓÿ5Ñ\O`¼€®âž=öIܪ·ˆ½Ý½ÙùUDEùdÑiˆsÃÐ+° 91 | ¨Rd8 šÈ®§í˜~¸s ë"‚X5”¶y'Ÿk󍆔†2Tϕ©P[0ڟö$%Ã>Œ ¦u¦ æó'ó6”±û梈j;ä|£řo[Zæ»Q ä­éUæiý½ÕŠ0Fh‚é1˜è´ATÛ¹•!,`lq=ZòŒ§–aP¸3Á@±´°H7#ꎏˆ­¦¥öv ,ÌgYJÎ& 8v猉1¨œa ÖV–¡e³>/aܪèç`"ÖâqZ֖jæ‡Ö\W¦”øa%O"Âti› ‡½“£‘º˜Ý?F5$ˌq޶`X¨QAQȧ@b$/¦'&‰î©vá[:ã]e¯Ôäº 92 | ¢ 93 | ñ†O{ÀÅ̿ۦ³ ýˆ&Œö9†½²°P’QVêû…©Ÿ+žÍÄÜßïª.´"±Š°†;Futÿx»ÄÝyI„wŸ=N9»£øQoŇNñ4Š‚„j ÚkÊn•<´kÈôFÀÉuփÈ'cèKè`Ïï T)ÃÐ^ŒÝä®”mÌÑ薟¼ 94 | âþˆä *”EoB™­e´É¼¨ 95 | 4ÝCí¦È51T¼NÁR‰o¿\)È¥±s ´=†A3Ùï6ßæF±´‹t[ӌÓ³zºc 96 | rw#¶¶eïTØnÖ u±¤™£(u[é")ö=XÔòÅzÐÊäxw*lÏ.¶ü&ì#!{~zO#ÐÿF· †uç˜L8L¤zg¿.FŒØ5b1ɉ*kÈFÌÌ^é‚ÂóäbåKP¤]ÐóŒXoÕЂÿ¡¥öoY6ÕÆP8:,«¸àȗMLyP›P~ÁSމ°'¥®÷ýgS»€!ªŸ“ûì@OÑ=ÒndàoŠ1ßá±´¡»¦Ž4DB:–y縌Añ´ 8f·9-EÑb3š(•ÊûžH—üôxBxÕh0uô1–¤ßຨhÛø‹¸¨Á×vÝ*›ÑZ‰q>'Ö\‘V‡6#DžhÓnðg•­s"Yú_¡ERµGãîºb'ØÖBÇîvñÅâ…?—Jb$˜nޙiÎTÇEwd4ç_¾!@Ž.:CÑûÐç­üèÿºžÃ–×óÈéT=ïí¢ÃÚ\ 97 | §lQƒ“‡Ìn*}פ徕 ô-{æ¡CôÁ(~ƪ۟1m^©"^©cÛÈ-÷FÁˆçJ7싷„ç (ìíNžZ®õr#ÖÌ+ÇðìÊl•½aòbé¶l4Ô¼~G€yÒlP±ƒÐp>R±bGoʉ¼t}Û`¿W“YÙºÖI‘‹ós¬înM3Ú¬Ztäb»k;ñb\ÒäØîbh×ZÉQà¶®jY9`Š>ðLÖ^ˆy‡µ¨šxmGL}g@müø \û‚؈d€„Ke­a45ˆØW\¨Ê‘Ýt uª§2ØCžêj¤1‘ø{øE›Eï½Z¨§Ë±iÑ/˜à¯)™°mFC5Kü ¯â+réø¨àòDP“Ð͈;â.®ƒ]¢9/~Öe~ÅÄg­ YÅĸ¦= çS™(’^ºXì4ò%ÅS>XN‚¢JˆqüÎým)_¿së° ïfj+æeæ8Ù·ŠÅ£@OÆÚ;‚áCCÞÐeT¶dob²Ri? Ý.AOp¸ÚݬkÒº¯*¦ÐÑAÌ¥4ˆ®Á'3÷ܑA å8´æ øv3^€)¬lÿ¸ÊՄûߞ™³ô†…FíF¶<^Î0#2áÈ(9îÅZ;#D–€tⶅðÍñl„ìy¾žb6NÄeK\—ð héôŸÖå`¤’U|47|­P²ô[é¿ôí+ˆ13d£Ì¡U¦Ýúà¿7esˆG^º¬Ö|ˆç¦‡â]†wÀvNÑf¥õíâ:\]‹F¹kÖñj›íF»Y÷à´¾ï¢î§‹j.ÛqXúa²TQ*ÂvKUŒÚn5]–/v'*o“p—2¼ž°jäëyÐ 98 | ‰¯.3“WÞ§ÍŽ^!¥¶ë‘ËŒÊØÝ'QZôÅX™^¶¯Q•…g°¥ gê0Áœ¹^à3zQ¹›I#¾áÉW&YíYç{,˜¼®2Œk<Ž~m¥§~w:’„ùÿ©Çä¸á%¬>ÄNRR¿ ,ÁÈÝ0c!%çí„{Ùæt&æ.†&VªþU‚s^ukûW³ÈczÙcÄ» MŸ£×[|#•Ø—2< | ^à!ÇçˆÄì@ÿ2r]­D]èÒRá—ҁ« áS1Öé~®E¼#H÷1X»Êo4OÏӠܽ•„0;2?ugAj¹…ëð¢œìgØà·Œ.›ð?jóÀØÿËf8¸£ò “±ŽÚ0 t½5ò¨r»ø 2Ç[f³]=ñ°‰ÏQy€óWG¡ú LÄÜo¿ôñ~Œî皋 mŤ.×h0T †fУºƒï›«Ú12îýÁ¦áȰIq¬U@Luy½üX X{³Áš2Aò±Ã5(‰CÅÚDxßć}*a0–+Ã}Øs 99 | Ñ謼ÜÂAü<Ðëÿ9}²ï.vh¶éï â Nƒ‡ÄîY™2±d魆©ZƒÎhÖµÿèÄmˆc €)"Tn†øôu͝ãl\À4ÉKÁ5yíí!Û'ö8¶çÙhs6–zö‡31WzèÉc~¤¹£†2Y ::‹2÷Y›ÑƬ]'ß;Ñ{8–J”¢7»öqWø¸Jæz× Ø(»5€ xÃ{µÆ’Õ+åÅÛyØÖTMð3ˆ‚k4€|@þȄ@‚tnd&žíÉpÿ:!Р®`3–ºCn}õ§üï3‡\QöÙ ÔM|û‰P×(™ó’¢C­Kø•¦X˂Þ 100 | `e_hgs˜[ó‡³yÒá‰`0ះöb3¿ Ìýµ¢/±{³áŽ,wÀºñÊ&x]æ‰À£‡§ÈÎS'p`á²ý$õ?\Ÿ64ΣƒmR÷È í›ÌÔfßü_`¿,ñÝïNÊvjŠìs„>fRg–˜WàŠÉ¼Ï3¼Šjhñ)ž ñAv%àÞð9½ð=‘ÒOð‹Uhà•Àˆ–É?‚–íc‘b—éQ­Ž¢éÁŠTIt_4÷žRí[{ãõìö³ãyÏ ²àÃ6¤ö½Í¿t¶ð±GÔ?cÜ1†ã`nR9ózEei©¨ýõET‘±?ÔåÌ/nÎÂ*2únO⊂ƴüý1±JQèŒd4"Þ)úbV·‹jEAp·­ûÞĀ-7‘àŠzγԋìí퍒5ÎÙ~¬A„.WLõ=iWxD±“å£ð'ŸÊŒY„VúÿŠ`›˜€?8 naÒ£YA“!7+×(Á™/¯Z盀'Ì h>€’! •SZ‚x¶$3š‡‘j €Í 101 | #0ά¹M¤¬ñ|L_¾tsàªö›€7CŒ²~ÚˌØk1"›}¥SvmýBDš“?îæ{É9}O»üßKk™µ‹ý$Ñ(ŽôÄ»–bdµô¤Ҁ¹$w¢QE›¨V{y§Œë.vj@}Eæ}­~6[zŽˆûc£ :cuå©°: […@"âÁGþŒcó|úǭȏLÒ(sØ"ÔË¿õDmõÑoLðH.øêT›z·ú™l‹®º¤Ž"}÷l¢ž[žÿÅÇ´j÷ œ@ˆwEç47ÕDò÷êk’@QŠ>ÈãKDו»ÂFýB…YiåMG}ª$ɂ~x‡JڑþEH[Q]+זqÇ8ZÀþwA•à,¦s+«¢oiÝFVc¾ ôê#ÆõóƒêæX·ÄäÊC_æòû>(§S¦?åw4Ë–1´ÝÄa~àºQ@©ÉÈ»îši¦ÁðaÝ ñ½b|Gu‘_xY Ùûý²°ÈäæàóÂ<Œj§0HÔÌO=Û=‡’ÝÊ{ƒ[&ðæ`AÆjñƒà=÷}nWMz®~br¸Ú¬ÆUN´á3HªËæµÚŒ¿‚ŠUÏ)׿5çz:€€YÓ|ocšù“ôÚe–Œˆ·N—Ë—zZ”«Åî>“jÔaf8/ÛÓßxà'ÉT}ÜêP‡AÜ~–6gþ]”'ƒ4è൸QKŽ w€øó 108 | EXU |ĈRÀzïgÒ FÎ[E‚Ã÷±"o\Iopz+˜ =ß¡Kn•âÔ7ßx}IÆ´Dnî¢iÿZ±ÏƒB³þ°g¼aFã'»ø*—SÌG“uꙮêÇ«ò…XWáÆÎxz—xOvnL¹Š4–tTûJ*m‰VËAyDÒRwdörâr{F¹øÕgã4³õÿ†¢ø–÷Ün÷ûþÒü* G3óš¾ô ·(âîçŽõª¼å!)0ƺÁ$DgŠ(¬Vˆ™¦è |ÇZ/5…56Qnê¥ådS„Þü¶®Ì¨Ã ‡2ù€½¾ w6µjƒ`åTbx‰͔dI‹:í¹Ðœ¹ÌvsåŽ1÷Ƃ@ò 109 | rE~dtׯ¡„\ݸl¹s渃ÉÊ]ªÒ_›ÁÛ¸Z°Ø½Ka”¥Ïv©éEé}7Wàkke¬wûô‡…†§8û Êëw–FæžbúÚìjæÍ372‘¼:»8oŽk/IÁ¶{¶Ê­gid©õ3€W/`¾¸JѺ8P»1˜w î(Ä3ƒ£(7Ø âÞÛå)IK;ÂPkHÜbkVâ÷—*¤åÚyû ”N/“¬'§áH¾»SM;äù ¯(î=AÞùƒg™ß;W¼!vKÔÃíåé]x<|P+֚õ.©Gošþ#]t$·>V 110 | ¯_ßÖàjœ& Ô.6[&‘8Õn˜þÇÁ3侃mÙX§ "é.;GêØ[xòKõϞFn¯éZY®eV€%úípŽ“R©‹¸¤E9·’#Ë8>› 5û1¢„’ѶQ[";ò×¶ì÷ïQaïPó×ßu¦9·åäêßσ¡û¹rÒ¶õ™áDä² L[¿y0 ÎnŰr}.ǘ@AEàKbº’*MIhîÑW­Ž0|"ø;m‰½qK\›¾ gç[Œ ŸF¦eJÈ-·õâ 111 | AÃ/ébïì´ò¥Ï ÷ÒD}Ypž (uë‰I¯¨ó^ŽÐÂb38ªœ}O'®%¸hx£¾4°82'!!ÍæÑ“eK15%'Rí΁§UQÕš˜S¤ÑëõLÂÙ°iOq·G2˜ím ï´º'êL’‹Ür“J…µå;ÓÊèñî~ãB!UK 112 | ó ÓÜÌ÷DQZ¢«º¿Z¦.ï=èàâ+$Ä÷Ê¿þ*‰!¦.AI< -Ú¯ùÜ¥‘g÷猇·yùæ²Òo¦ @ÓaÀAò”T2©4ŸªI±Pç¢5M&9§ß6‹ßá{Œï¾&¬ÏÙB€“ël™4:–àvr¿c·$5¡ ®Ý´¶†GG´¦)¬åt 5j¬Dⓝ„-÷Oàs\:! É®&ßC]">´åÆÇ›URña¿vŠ_tƒºÄÕ í–v¾ìÙ4Èøk—ôpâ~څª³»jmêÈ´áBUû?}YqYñx]šQ¹ò€ï<ð‹t¤6cÁìB<`¸U¡Mé> }|òp½FeЏìeDõ 113 | ‘ãÌc¬€m~|qӒä5Ž–Ûÿ/‰oÿ Qˆöˆ4›àà´)õf@F¨»ò^H>0ûlõB[ì³1!¯.[ð²›Í} P/%y(ÏEÒA®k׊‡ã‘ü{MVA¾>–bWoµ>Ð/b¥MÊK²É>oߨƒÒÀÿš‰ù3DcPÀ¯£È†øÂwUž8õªŽ‰J®0ÇÒyÑÿ{Ý[Fû?£rSšR^σz’{SXq³_j¢j͊b[Ñáh)Øá)Ÿú&S˜[;¢†3Úc`ëi¢a\8ˆn‘ë6.~¬ø}z¼D^Cl±¦«:kÒP`x©ž4ÍJh×ê©÷.áÂïðƒ‘¾g$€ 116 | a—Ù°.6ŠK2O‡Ú’"[ƒxßQs^F·Œï±æœ¡øŠ­[WS“ñŒV{Žv É ÙYt 7+“Wåe™h>¼ôrd:xm®šÎÿ‰„}ʃ×ógn(π½¯#‘ 117 | ۀ³\SVÿ‘\8º%kè÷Ü]dBüm¬îPf©YݵÚjáªÝâNL ‹z”+‘ˆyÙbI§†3ÙúÓ²¦Žá¥…íeݼÖ¬I&}b{üšwenë=WúðÊÅù}›äUÞ(”Z d֝)òMoÊ´ìÞÍ­-x©ª»Ô;a-ÃCqÀ›–#„¼æOÃÿŽÀ# 118 | C¶|—¸ Ñ&‰u°(M¹®,B¾‚Mã‘ÔYáS@Fs¶º"jæ¶ô“÷WïnSŸ!²u}j‚™‡³|ôÑÍRŒ!˜ÂÀ!>,,Œ¼‡ã,lvžþjN°?ìPí"UJ1f¾8 119 | `¡Š‡ˆïnÁ#«Mjsçá½Å¢ Ž 1½ñ—þzÁ°7`Š5‘7é鬁¡BÅ-ÖHWMEg?n–†Øz‡ó :©%àWfH¬p73XÆA…Å@ ðñ4[Y®çjHš(]€ ÷(ÊÎæ˜Ë²½mÞÈe&ÊXMsájª…6LSÂи}Ê0ÒèHŒ¥¥ܼy )ç҄²°ÏUÖ˜¿ñFºë5“Ü÷pxù'e÷c¾ëÜwe¡¥~Clôºkå¸{Š I¢^2Û2¸nH©Êÿ!šòëÙÎ WǞ,Aåè:¯·q„¼õ.J!µT˜^§“yU4eÊpj~£ßkUjŠÌŠkÿ‡Ù¸Ú9#ü×ér°AFs(·P¢èÈcEÒc^¼¹”³:F½Ô–²à¿¶Œ\à¨Í`v%“÷|›²‚ýï™è‰sïêU »cöqa»ãÝØ¾ƒu€y”º½É`â4No„:JP‚SÐ>,Ïb½f¨Í?¢)>Uè·'þÝÞEÚgtê/Ù‰ÌZC@ÔzXÕO#؅éöÀã#b¨¨5%¼îð÷¨«âº'ómjH—N<“—¥2ö²=m‡0gûËWo)Gû \û±¿¬6nÞiUð$õŒ¿V 120 | ŠÍ6úf¡f€©Ø}ΎòÂò6~Ø¥Jyô+òßrӈá€xarmþIþ¢ÍÝГ˸v'jŽ™‘]1­ÇIÏèŽÜ'º™máЪ4yŎ:c€äð0omÿUj~áÕü؄2¢¶ 121 | 8WÅVŸ(òNÀœ–õQoÌ{¬¦bà€Ô*dã¿'¼i•.'f}¿ LÇ#vÐ}{6iaÞX®ÉÙ,‡§ØñМ†Ð¾÷+¾Qi+^/qCäFAòÎJv;þ䓥šÛzÎßéJaß©÷ª‚g˜E°ú³²¥í 122 | æk^Ø8îE©r"²!(úǽ¯>“áļÁ å½ÿ¬d‰0Íçû*ϋ­ÔBÃ7–ÙqdsF„e]©ª¹x^çî8b¶1ȑ{ƒu|×é‘čÝ3„“3Õ_´%smœâ§[ˆƒ¤Œ8 kÒèÁG*ß÷ŠÙ»\é|Ð*]A¿ôÈ¿¹XmµUG1°5E፮Éí¯°Â{m†»4 ÃÖÃ’ÛùÀ÷?žÑ)88™é~ç²Mmܺ ›ÐC ¦‡ü’}f>Ó\³ŽÐ$³û÷ì÷0Á6ýIiî-Ñ/­ë "eˆØP /¦¹ï¯¾£ÕޘʨáÕÐHNJìžzÿr¡8Ÿ²%жVUœTôœTV;S; ‚ô?OÒ.ꄸPÑZéÀ 123 | W!>|/¡bNk7Ñ%¾ÿC2FؔÏP[NééP«¾î?Ƌ)?®mЎ"(C7Pëݯ…É4ƒØž~‡Ùc|BˆScãEÖ6Š<þP¥³œhnã&ê ŨïM!µ¼!óÝJê§PS˜|˜‘& ?¬$íN§.,yï ­øœ]"žp ìŸtþB›4PôÀVlb° FŒ­É}izy×éxìX»Àî:YäÁÎËùž\0fzàHÊ­ñ›À#K•A“öë f=ª¾6ŸÇ*7*ÿ­ae]²—š‹zÅOØU²1òÓk %hîéCEb˜Û–²Ž(Уì€+±¡‰“xë1{>2Št‘ðy“aïY2,?Çðy5ÍáN9©8CÛͲ¤†²+ ™ðɎ'nf^| nGºIñ¿¤Ðš4g$¢îÁEÕI_Š!t#ÕõN\o-€½¯ƒ=¹G_䦒I}/°„ŸNzó³ìëP)ØÎ? ^¤Û¶²bÅó!ß÷>6Û’Žb•ØŸ$|e¸Ïmn³RL%r2Öqz 4·é—²E–7GX:¦Å«Þ1|)?F±ùÌ·š´67t¦I­¬Ð‰‰SvûæfÛÉÊ5°ìþ‘Ÿ|+†Ž³ëâ¾Önm-¢Üÿ'Xº_Æ %)'Z\ï^*`”p y‡Wøþ«oµwtÅÄaÐ^RꢲR*·{S² 130 | ¬ÕOÁƒ.Æ»#e´y«5êñÐ;á«j%ޛ!5{#˜w° ÌT–í—{Œ·ƒ!:žš ñQi¥VÐ"§| 131 | Ap2Z§¢Þš0_cý0<àäâ³[ 132 | NÔýՋ̘ùP7ͶQõ¿-²ñk:BêDؒùÅy+Ó©Ÿ5xŸla™[§Kò,íhðÀBօ^§ñf#cv“ƒÉöëg"ôDôNq€ý¾ý¦Zvóh”Æ’"ŒÅŸÚÿöƐ «öଭ§N?~àŸ 133 | ðŠSޚ€lšÜùx•â⌭ƒÁBƈ4ž¦0âë²NgE´–2¬DÉ÷–;=#χñv›ê¤VL^‚•qÖÝcƅáçáƒdıŽîëÎÅÝ=äî|!¾‹‡Ú=ù?¹§øézàåà6AôW&™ÒĄ» ¶¾™`¸ÍM[«¾•Á‡v­¸X@JàÅ—¢µÃ.¤HÃ+N„üq\Iet_ 2D#~§;pÃ3ȫ覀kú^Œ¾½*×C.ôR¸·7,­BäM²ÑYϦirˆs®+·›Fº*à±y/{!T×ÈëHÊp­šú&P°˜x½;b×hÝgneÞO`ö‰ä½vÜÁÆÙYçȁ`ØúÙ 3zëR¥ßþ%CEQýVEƒ’¿!ö™w##¼’Ök ·ìc˜öz/H\Væ‹(6FJ†Äܗòšñn 134 | j…Z8½†)3`]õXõ~©^‚Ñ¥.žž·­%™F„r–¬Åz£fðwÅ[°ÌÏá¡m씯»…+z €?/Í­ú²·Û£±_ú ØÔEŽ š'ÔÍ>éÝé¿Êü­#—«v€Tºó?×ÂÂÿ¤Å¡«—&.Ì3ÊÝÅž÷DS &ÉzÆ RÐj÷"I)†õM2­Fùf½ÊÕLò¸©'– 137 | «Pi.¥UkH4üI9¹ÖlÞaŽÃO`:ĪÑj²Jà¯W 138 | ->õÑ*2Í  ô2DWzd‡4: 139 | þw§v¸"îÏ}ãuX1¶½yJR6ñŽJ¨£Þ/¿[A6ÑÐâAMÐøT–žU½@EÔ\³„3TÁav¼hèÖâN`øþ;æïÈ«Ÿ‡oٞfH„DwÉónŠ\yá 140 | 3ºM¿%«UpTärzž£r9µ€¾]UK{ s‹ÙXꅮÐ{—õÏì²áÿÉ*÷<{Ø#Ăç«Ù®…vF—IP=3 Ôráo‘'û½"h€Ê¢cý@f e¾»¼YŒgxG¯ºi‹äqÚ_g3Ãv+u®éû­Nñº±û—E‹¸}\+ãR˜|Ç<òlY4:Š=±¸ü«ªFNµ«ÐȔâa­ÿ[§cð!£‰1à 141 | Î_ªf«,šX;õ¯Ã¦0€Ùыéäÿn¼ -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD.vsdx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_CarePlan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_CarePlan.jpg -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_CarePlan.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_CarePlan.vsdx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_ClinicalDetails.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_ClinicalDetails.jpg -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_ClinicalDetails.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_ClinicalDetails.vsdx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_PatientDetails.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_PatientDetails.jpg -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_PatientDetails.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Entity-Relationship Diagrams/Healthcare_ERD_PatientDetails.vsdx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Lab Resources/AdaptiveCardForMedicationRefill.txt: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", 3 | "type": "AdaptiveCard", 4 | "version": "1.0", 5 | "body": [ 6 | { 7 | "type": "ColumnSet", 8 | "columns": [ 9 | { 10 | "type": "Column", 11 | "width": 2, 12 | "items": [ 13 | { 14 | "type": "TextBlock", 15 | "text": "Tell us about yourself", 16 | "weight": "bolder", 17 | "size": "medium" 18 | }, 19 | { 20 | "type": "TextBlock", 21 | "text": "We just need a few more details to get your Medication refill.", 22 | "isSubtle": true, 23 | "wrap": true 24 | }, 25 | { 26 | "type": "TextBlock", 27 | "text": "Don't worry, we'll never share or sell your information.", 28 | "isSubtle": true, 29 | "wrap": true, 30 | "size": "small" 31 | }, 32 | { 33 | "type": "TextBlock", 34 | "text": "Your name", 35 | "wrap": true 36 | }, 37 | { 38 | "type": "Input.Text", 39 | "id": "myName", 40 | "placeholder": "Last, First" 41 | }, 42 | { 43 | "type": "TextBlock", 44 | "text": "Your email", 45 | "wrap": true 46 | }, 47 | { 48 | "type": "Input.Text", 49 | "id": "myEmail", 50 | "placeholder": "youremail@example.com", 51 | "style": "email" 52 | }, 53 | { 54 | "type": "TextBlock", 55 | "text": "Medication Requested" 56 | }, 57 | { 58 | "type": "Input.Text", 59 | "id": "myMedReq", 60 | "placeholder": "Medication Name", 61 | "wrap": "true" 62 | } 63 | ] 64 | } 65 | ] 66 | } 67 | ], 68 | "actions": [ 69 | { 70 | "type": "Action.Submit", 71 | "title": "Submit" 72 | } 73 | ] 74 | } -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Lab Resources/Old_AdaptiveCardForAppointment.txt: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", 3 | "type": "AdaptiveCard", 4 | "version": "1.0", 5 | "body": [ 6 | { 7 | "type": "ColumnSet", 8 | "columns": [ 9 | { 10 | "type": "Column", 11 | "width": 2, 12 | "items": [ 13 | { 14 | "type": "TextBlock", 15 | "text": "Tell us about yourself", 16 | "weight": "bolder", 17 | "size": "medium" 18 | }, 19 | { 20 | "type": "TextBlock", 21 | "text": "We just need a few more details to get you booked your Appointment!", 22 | "isSubtle": true, 23 | "wrap": true 24 | }, 25 | { 26 | "type": "TextBlock", 27 | "text": "Don't worry, we'll never share or sell your information.", 28 | "isSubtle": true, 29 | "wrap": true, 30 | "size": "small" 31 | }, 32 | { 33 | "type": "TextBlock", 34 | "text": "Your name", 35 | "wrap": true 36 | }, 37 | { 38 | "type": "Input.Text", 39 | "id": "myName", 40 | "placeholder": "Last, First" 41 | }, 42 | { 43 | "type": "TextBlock", 44 | "text": "Your email", 45 | "wrap": true 46 | }, 47 | { 48 | "type": "Input.Text", 49 | "id": "myEmail", 50 | "placeholder": "youremail@example.com", 51 | "style": "email" 52 | }, 53 | { 54 | "type": "TextBlock", 55 | "text": "Phone Number" 56 | }, 57 | { 58 | "type": "Input.Text", 59 | "id": "myTel", 60 | "placeholder": "xxx.xxx.xxxx", 61 | "style": "tel" 62 | } 63 | ] 64 | }, 65 | { 66 | "type": "Column", 67 | "width": 1, 68 | "items": [ 69 | { 70 | "type": "Image", 71 | "url": "https://upload.wikimedia.org/wikipedia/commons/b/b2/Diver_Silhouette%2C_Great_Barrier_Reef.jpg", 72 | "size": "auto" 73 | } 74 | ] 75 | } 76 | ] 77 | } 78 | ], 79 | "actions": [ 80 | { 81 | "type": "Action.Submit", 82 | "title": "Submit" 83 | } 84 | ] 85 | } -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 01 - Care Management.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 01 - Care Management.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 02 - Patient Outreach.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 02 - Patient Outreach.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 03 - Home Health.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 03 - Home Health.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 04 - Azure Health Bot.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 04 - Azure Health Bot.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 06 - Virtual Visits.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/Healthcare in a Day - Lab 06 - Virtual Visits.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/Original Files/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 1 - Microsoft Cloud for Healthcare Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 1 - Microsoft Cloud for Healthcare Overview.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 2 - Microsoft Cloud Solution Center.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 2 - Microsoft Cloud Solution Center.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 3 - Healthcare Data Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - 3 - Healthcare Data Model.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 01 - Care Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 01 - Care Management.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 02 - Patient Outreach.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 02 - Patient Outreach.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 03 - Home Health.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 03 - Home Health.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 04 - Azure Health Bot - Day 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 04 - Azure Health Bot - Day 1.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 04 - Azure Health Bot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 04 - Azure Health Bot.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 05 - Patient Access & Service Center.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 05 - Patient Access & Service Center.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 06 - Virtual Care v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 06 - Virtual Care v2.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 06 - Virtual Care.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V2/PDFs/Healthcare Industry Labs - Lab 06 - Virtual Care.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V2/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 01 - Care Management.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 01 - Care Management.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 02 - Patient Outreach.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 02 - Patient Outreach.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 03 - Home Health.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 03 - Home Health.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 04 - Azure Health Bot.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 04 - Azure Health Bot.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 05 - Patient Access & Service Center.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 06 - Virtual Visits.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Healthcare/In-A-Day/V3/Healthcare in a Day - Lab 06 - Virtual Visits.docx -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/V3/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/In-A-Day/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/MS-Learn/Videos/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/MS-Learn/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Healthcare/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/Lab Resources/MC4R-Clarity.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/Lab Resources/MC4R-Clarity.zip -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR In A Day - Training Information - April 27-28 2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR In A Day - Training Information - April 27-28 2022.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 01 - Seamless Customer Service.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 01 - Seamless Customer Service.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 02 - Microsoft Clarity.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 02 - Microsoft Clarity.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 03 - Microsoft Teams Integration with D365 Commerce.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 03 - Microsoft Teams Integration with D365 Commerce.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 04 - Intelligent Order Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 04 - Intelligent Order Management.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 05 - Retail Churn Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Retail/In-A-Day-Labs/MCR in a Day - Lab 05 - Retail Churn Model.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-For-Sustainability/In-A-Day/Lab exercises documents.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-For-Sustainability/In-A-Day/Lab exercises documents.zip -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in A Day - Environment Assignments - 12-07.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in A Day - Environment Assignments - 12-07.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 01 - Unified customer profile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 01 - Unified customer profile.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 02 - Customer Onboarding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 02 - Customer Onboarding.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 03 - Collaboration Manager for Loans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Lab 03 - Collaboration Manager for Loans.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 1 - Microsoft Cloud for FSI Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 1 - Microsoft Cloud for FSI Overview.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 2 - Microsoft Cloud for Financial Services Data Model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 2 - Microsoft Cloud for Financial Services Data Model.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 3 - Microsoft Cloud Solution Center.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/FSI in a Day - Session 3 - Microsoft Cloud Solution Center.pdf -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/Lab-Resources/FSI Model.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/Lab-Resources/FSI Model.pbix -------------------------------------------------------------------------------- /Microsoft-Cloud-for-Financial-Services/In-A-Day/Lab-Resources/FSI Model.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/BAS-Ecosystem-Engineering/a6e6a93cfac8e11902847445bca2a7fb40d51785/Microsoft-Cloud-for-Financial-Services/In-A-Day/Lab-Resources/FSI Model.xlsm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Introduction 2 | 3 | We are the Microsoft Industry Clouds Partner and Customer Growth Engineering team, which is part of Microsoft Industry Clouds Group. We work side by side with the teams responsible for our solutions such as the Microsoft Cloud for Healthcare, Microsoft Cloud for Retail, Microsoft Cloud for Financial Services and also dependent technologies such as Dataverse, Power Platform, Azure API for FHIR, Healthcare bot service and more. Through our POCs and collaboration with our dev teams, we bring you these reference samples. As we work with customers, partners, and co-workers, we frequently come across requests for samples for end to end demos/implementations of our solutions. For example, how can I demonstrate the triage process and agent escalation scenario in Patient Portal Chat? These questions and scenarios then become the basis for our samples and code snippets. We generalize the design for greater suitability and impact. As you look through this repository, which will be updated over time, you will see some typical 'hello world' examples as well as more complex solutions. We conduct peer reviews to bring you the best practices for using the Microsoft technologies. We invite you to ask questions, make suggestions and share use cases which we might consider for future posts. 4 | 5 | ## Contributing 6 | 7 | This project welcomes contributions and suggestions. Most contributions require you to agree to a 8 | Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us 9 | the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. 10 | 11 | When you submit a pull request, a CLA bot will automatically determine whether you need to provide 12 | a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions 13 | provided by the bot. You will only need to do this once across all repos using our CLA. 14 | 15 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 16 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or 17 | contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. 18 | 19 | ## Trademarks 20 | 21 | This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft 22 | trademarks or logos is subject to and must follow 23 | [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). 24 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. 25 | Any use of third-party trademarks or logos are subject to those third-party's policies. 26 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). 40 | 41 | -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- 1 | # TODO: The maintainer of this repo has not yet edited this file 2 | 3 | **REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? 4 | 5 | - **No CSS support:** Fill out this template with information about how to file issues and get help. 6 | - **Yes CSS support:** Fill out an intake form at [aka.ms/spot](https://aka.ms/spot). CSS will work with/help you to determine next steps. More details also available at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). 7 | - **Not sure?** Fill out a SPOT intake as though the answer were "Yes". CSS will help you decide. 8 | 9 | *Then remove this first heading from this SUPPORT.MD file before publishing your repo.* 10 | 11 | # Support 12 | 13 | ## How to file issues and get help 14 | 15 | This project uses GitHub Issues to track bugs and feature requests. Please search the existing 16 | issues before filing new issues to avoid duplicates. For new issues, file your bug or 17 | feature request as a new Issue. 18 | 19 | For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE 20 | FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER 21 | CHANNEL. WHERE WILL YOU HELP PEOPLE?**. 22 | 23 | ## Microsoft Support Policy 24 | 25 | Support for this **PROJECT or PRODUCT** is limited to the resources listed above. 26 | --------------------------------------------------------------------------------