- 43
- 144 620
Gino Canessa
United States
เข้าร่วมเมื่อ 2 ก.ย. 2020
@Microsoft working on healthcare standards and interoperability, focused on FHIR. Educational content about FHIR specifications, implementation guides, and how to work with them in code.
FHIR and Databases - Part 2: Creating a WebAPI Project
Part 2 of FHIR and Databases, creating a basic FHIR WebAPI project.
github.com/GinoCanessa/FhirDevVideoNotes/blob/main/11-Databases/README.md
github.com/GinoCanessa/FhirDevVideoNotes/blob/main/11-Databases/README.md
มุมมอง: 5 357
วีดีโอ
FHIR and Databases - Part 1: Overview
มุมมอง 10K2 ปีที่แล้ว
Part 1 of FHIR and Databases, introducing the series and discussing some of the design challenges in mapping between FHIR models and databases. github.com/GinoCanessa/FhirDevVideoNotes/blob/main/11-Databases/README.md
FHIR Connectathon 29, Subscriptions: Part 3 - R4B Specification
มุมมอง 3682 ปีที่แล้ว
Detailed walkthrough of the Subscriptions R4 Backport Implementation Guide (IG) and new resources in R4B in preparation for Connectathon 29 (January 2022). IG: build.fhir.org/ig/HL7/fhir-subscription-backport-ig/ R4B: hl7.org/fhir/4.3.0-snapshot1/
FHIR Connectathon 29, Subscriptions: Part 4 - R5 Specification
มุมมอง 2072 ปีที่แล้ว
Quick walkthrough of the Subscriptions R5 specs in preparation for Connectathon 29. R5: hl7.org/fhir/5.0.0-snapshot1/subscriptions.html
FHIR Connectathon 29, Subscriptions: Part 1 - Overview
มุมมอง 9752 ปีที่แล้ว
Overview of the current state of FHIR Subscriptions (January 2022), in preparation for Connectathon 29. Deck: aka.ms/fhirsubscriptions
FHIR Connectathon 29, Subscriptions: Part 2 - Reference Implementation
มุมมอง 4242 ปีที่แล้ว
Detailed walkthrough of the Subscriptions Reference Implementation in preparation for Connectathon 29. RI Live Site: subscriptions.argo.run/
Trusted Dynamic Client Registration (UDAP) - Josh Mandel and Gino Canessa
มุมมอง 7053 ปีที่แล้ว
Summary discussion about a discovery project to work through the proposed FHIR dynamic registration protocol specification. GitHub Repo: github.com/microsoft-healthcare-madison/udap-spike Slide Deck: docs.google.com/presentation/d/1iwoPRNVBrwwbeWYTnGO1DiTTaSdJWG2snUI3HrHMbEk/edit?usp=sharing FHIR UDAP IG: build.fhir.org/ig/HL7/fhir-udap-security-ig/discovery.html UDAP: udap.org
FHIR Search - Part 4: Chaining and Including
มุมมอง 1.5K3 ปีที่แล้ว
Part 4 of FHIR Search, looking at following links between resources for criteria and including them in results. github.com/GinoCanessa/FhirDevVideoNotes/blob/main/10-Search/README.md
FHIR Search - Part 3: Result Parameters
มุมมอง 1.3K3 ปีที่แล้ว
Part 3 of FHIR Search, exploring Result Parameters: how to use them and how they change the data returned from a server. github.com/GinoCanessa/FhirDevVideoNotes/blob/main/10-Search/README.md
FHIR Search - Part 2: Types, Modifiers, and Prefixes
มุมมอง 1.6K3 ปีที่แล้ว
Part 2 of FHIR Search, looking at search value data types and search modifiers and prefixes. github.com/GinoCanessa/FhirDevVideoNotes/blob/main/10-Search/README.md
FHIR Search - Part 1: Introduction to Search
มุมมอง 3.5K3 ปีที่แล้ว
An introduction to FHIR Search - a basic overview of what search is and how it works. github.com/GinoCanessa/FhirDevVideoNotes/blob/main/10-Search/README.md
FHIR Connectathon 28, Subscriptions: Part 3 (#2) - Reference Implementation Updates
มุมมอง 1123 ปีที่แล้ว
Addition of Patient REST Endpoint scenario for easy endpoint testing. RI Live Site: subscriptions.argo.run/ Expanded Notes: github.com/GinoCanessa/FhirDevVideoNotes/blob/main/Connectathon-28/README.md
FHIR Connectathon 28, Subscriptions: Part 6 - C# Notification Listener Part 2
มุมมอง 4003 ปีที่แล้ว
Part 02 of Building a C# Server to listen for FHIR Subscription Notifications Adding public URL tunneling for easier testing. Code Repo: github.com/GinoCanessa/Subscription-CS-Endpoint Notes: github.com/GinoCanessa/FhirDevVideoNotes/blob/main/Connectathon-28/README.md
FHIR Connectathon 28, Subscriptions: Part 5 - C# Notification Listener Part 1
มุมมอง 5443 ปีที่แล้ว
Part 01 of Building a C# Server to listen for FHIR Subscription Notifications Code Repo: github.com/GinoCanessa/Subscription-CS-Endpoint Notes: github.com/GinoCanessa/FhirDevVideoNotes/blob/main/Connectathon-28/README.md
FHIR Connectathon 28, Subscriptions: Part 4 - Manual Requests
มุมมอง 2553 ปีที่แล้ว
Test Script Repo: github.com/microsoft-healthcare-madison/subscriptions-test-scripts Expanded Notes: github.com/GinoCanessa/FhirDevVideoNotes/blob/main/Connectathon-28/README.md
FHIR Connectathon 28, Subscriptions: Part 3 - Reference Implementation Tour
มุมมอง 2303 ปีที่แล้ว
FHIR Connectathon 28, Subscriptions: Part 3 - Reference Implementation Tour
FHIR Connectathon 28, Subscriptions: Part 2 - Specification Walkthrough
มุมมอง 4233 ปีที่แล้ว
FHIR Connectathon 28, Subscriptions: Part 2 - Specification Walkthrough
FHIR Connectathon 28, Subscriptions: Part 1 - Overview
มุมมอง 1.3K3 ปีที่แล้ว
FHIR Connectathon 28, Subscriptions: Part 1 - Overview
FHIR Profiles and Validation in C# - Part 6: Continuing Fluent Validation
มุมมอง 4383 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 6: Continuing Fluent Validation
FHIR Profiles and Validation in C# - Part 5: Starting Fluent Validation
มุมมอง 4543 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 5: Starting Fluent Validation
FHIR Profiles and Validation in C# - Part 4: Slicing, Inherited Profiles, and Factories
มุมมอง 5523 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 4: Slicing, Inherited Profiles, and Factories
FHIR Profiles and Validation in C# - Part 3: Complex Extensions
มุมมอง 7363 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 3: Complex Extensions
FHIR Local Test Server - IBM FHIR Server
มุมมอง 1.6K3 ปีที่แล้ว
FHIR Local Test Server - IBM FHIR Server
FHIR Local Test Server - HAPI FHIR Server
มุมมอง 10K3 ปีที่แล้ว
FHIR Local Test Server - HAPI FHIR Server
FHIR Local Test Server - Azure FHIR Server
มุมมอง 3.9K3 ปีที่แล้ว
FHIR Local Test Server - Azure FHIR Server
FHIR Profiles and Validation in C# - Part 2 (with audio!)
มุมมอง 1.1K3 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 2 (with audio!)
FHIR Profiles and Validation in C# - Part 1
มุมมอง 3.9K3 ปีที่แล้ว
FHIR Profiles and Validation in C# - Part 1
SMART on FHIR - C# with a custom URI scheme. Part 02.
มุมมอง 6043 ปีที่แล้ว
SMART on FHIR - C# with a custom URI scheme. Part 02.