From 4a3ef4b27d0a220f910c56cc4b2b68527752b4af Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 15 Mar 2024 14:56:51 -0400 Subject: [PATCH] update all documents --- CONTACT.md | 41 +++++++++++++++++++++++++++++++++++++++-- _sidebar.md | 4 ++-- in-action/_sidebar.md | 4 ++++ in-action/index.md | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 in-action/_sidebar.md create mode 100644 in-action/index.md diff --git a/CONTACT.md b/CONTACT.md index 1242542..3155462 100644 --- a/CONTACT.md +++ b/CONTACT.md @@ -1,2 +1,39 @@ -# Contact -YuCheng Hu [yhu@isharkfly.com](mailto:yhu@isharkfly.com) \ No newline at end of file +# 联系方式 + +请使用下面的联系方式和我们联系: + +| 联系方式名称 | 联系方式 | +|--------|-----------------------------------------------| +| 电子邮件 | [service@ossez.com](mailto:service@ossez.com) | +| QQ 或微信 | 103899765 | +| 社区论坛 | https://www.isharkfly.com/ | + +# 公众平台 + +我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号。 + +## 微信公众号 + +![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png ) + +## 头条号 + +![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png) + +## 百家号 + +![](https://cdn.ossez.com/img/sharkfly/baidu/baidu-qr.jpg) + +## 知乎 + +https://www.zhihu.com/people/huyuchengus + +## 快速导航 + +在下面的表格中,我们列出了有用的 iSharkFly 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论: + +| 网站名称 | URL | NOTE | +|--------------------|----------------------------------------------------------------|---------------------------| +| WIKI 维基 | [track.ossez.com](https://track.ossez.com/articles) | YouTrack 部署的 WIKI 知识库 | +| DOCS.ISHARKFLY.COM | [https://docs.isharkfly.com/#/](https://docs.isharkfly.com/#/) | 本手册的编译版本将会部署在这个链接上 | +| CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | diff --git a/_sidebar.md b/_sidebar.md index 2c02b54..a1b9a5f 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,7 +1,7 @@ -- CT5510 +- HIS 医疗数据信息化 - [Readme](README.md) - [Contact](CONTACT.md) -- [Week 1](week-1/index.md) +- [FHIR In Action](in-action/index.md) - [Week 2](week-2/index.md) - [Week 3](week-3/index.md) - [Week 4](week-4/_index.md) diff --git a/in-action/_sidebar.md b/in-action/_sidebar.md new file mode 100644 index 0000000..2b25e07 --- /dev/null +++ b/in-action/_sidebar.md @@ -0,0 +1,4 @@ +- [Class Rules](/in-action/class_rules.md) +- [Install JDK](/in-action/install_jdk.md) +- [Install Eclipse](/in-action/install_eclipse.md) +- [Naming Conventions](/in-action/naming_conventions.md) \ No newline at end of file diff --git a/in-action/index.md b/in-action/index.md new file mode 100644 index 0000000..7f1999c --- /dev/null +++ b/in-action/index.md @@ -0,0 +1,32 @@ +# FHIR In Action +--- + +针对 FHIR 标准的指南和示例以及相关内容的讨论。 + +FHIR® – Fast Health Interoperable Resources (Index - FHIR v5.0.0) – 是由 HL7 提出的新一代标准框架。 + +FHIR 整合了 HL7 V2,V3 和 CDA 的优点,同时利用了最新的Web标准,紧紧围绕着 implementability 开发和实现。 + +如还想了解更多有关 FHIR 的定义,请访问链接:https://www.isharkfly.com/t/hl7-fhir/15160 + +## 版权 + +本文本遵守开源著作权的开放版权协议,你可以: + +* 下载、保存以及打印本书 +* 网络链接、转载本书的部分或者全部内容,但是必须在明显处向读者提供访问本书发布网站的链接 +* 在你的程序中任意使用本书所附的程序代码,但是由本书的程序所引起的任何问题,作者不承担任何责任 + +## 在线电子版本 + +在线电子版本请访问:https://fhir.isharkfly.com + +## 参考 + +| 网站名称 | URL | NOTE | +|-----------------|-----------------------------------------------------------------------------|----------| +| iSharkFly | https://www.isharkfly.com/c/industry-software/hospital-information-system/6 | HIS 相关信息 | +| David Hay 博客 | http://fhirblog.com/ | | +| Ewout Kramer 博客 | https://github.com/JaneBlue/PPTpaper | | +| 硕士论文 | https://github.com/JaneBlue/PPTpaper | | +| FHIR GitHub 参考 | https://github.com/wanghaisheng/fhir-in-action/ | |