https://github.com/gabisonia/fhir-integration-samples
FHIR integration samples on .net
https://github.com/gabisonia/fhir-integration-samples
fhir healthcare hl7 hl7-fhir
Last synced: 3 months ago
JSON representation
FHIR integration samples on .net
- Host: GitHub
- URL: https://github.com/gabisonia/fhir-integration-samples
- Owner: gabisonia
- Created: 2023-09-09T06:41:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T17:59:19.000Z (over 1 year ago)
- Last Synced: 2025-01-19T05:53:59.078Z (4 months ago)
- Topics: fhir, healthcare, hl7, hl7-fhir
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FHIR integration samples (.Net)
This repo provides HL7 FHIR code samples on .net.
| Sample | URL | Description |
| -------- | ------- |------- |
| Cerner Auth | [Source](https://github.com/gabisonia/fhir-integration-samples/tree/main/Cerner.Auth) | Cerner Auth - backend system |
| Epic Auth | [Source](https://github.com/gabisonia/fhir-integration-samples/tree/main/Epic.Auth) | Epic Auth - backend system|
| Hapi Samples | [Source](https://github.com/gabisonia/fhir-integration-samples/tree/main/Hapi.Samples) | Hapi Server samples - backend system|## FHIR Resources
| Resources | URL | Description |
| -------- | ------- |------- |
| Gino Canessa | [Youtube](https://www.youtube.com/@GinoCanessa) | Educational content about FHIR specifications, implementation guides, and how to work with them in code. |
| James Agnew from Smile CDR | [Youtube](https://www.youtube.com/watch?v=YbQcJj1GqH0) | Intro to FHIR. |
| Hapi test server | [Swagger](https://hapi.fhir.org/baseR4/swagger-ui/?page=Organization) | Open API for testing.|
| FHIR Cheatsheets | [Confluence page](https://confluence.hl7.org/display/FHIR/FHIR+Cheatsheets) | FHIR Cheatsheets.|
| Community | [Website](https://chat.fhir.org/) | FHIR Community chat.|