เริ่มต้นใช้งาน FHIR
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
HL7 FHIR (Fast Healthcare
Interoperaability Resource) เป็นมาตรฐานความสามารถในการทํางานร่วมกันรูปแบบใหม่จาก
องค์กรการพัฒนามาตรฐานด้านสุขภาพระดับ 7 (HL7)
FHIR พัฒนาจากความต้องการที่จะเปลี่ยนไอทีให้ก้าวเข้าสู่การดูแล API สมัยใหม่ API ทําให้นักพัฒนาเว็บและนักพัฒนาเว็บเข้าถึงการพัฒนาด้านการดูแลสุขภาพกันได้มากขึ้นจากทุกที่
แม้ว่าความสามารถในการทํางานร่วมกันหรือการโปรโมตการแลกเปลี่ยนข้อมูลจะเป็นเป้าหมายหลักของ FHIR ก็ตาม แต่การออกแบบมีประโยชน์มากมาย โดยเฉพาะอย่างยิ่งสําหรับโซลูชันสุขภาพดิจิทัล
- โมเดลข้อมูลทั่วไปสําหรับการสร้างแอปพลิเคชันด้านการดูแลสุขภาพ: ทรัพยากรของ FHIR แสดงถึงข้อมูลทางคลินิกและการดูแลระบบแต่ละรายการที่ใช้เพื่อกําหนดโมเดลข้อมูลสําหรับแอปพลิเคชันด้านการดูแลสุขภาพ
- ข้อกําหนดแบบเปิดและใช้งานได้ฟรี: ข้อกําหนดของ FHIR เป็นแบบเปิดซึ่งทุกคนมีส่วนเกี่ยวข้องกับกระบวนการลงคะแนน นอกจากนี้ยังใช้
แอปพลิเคชันใดก็ได้ฟรี
- อิงตามเทคโนโลยีที่คุ้นเคย: FHIR เป็นข้อกําหนดและ API เว็บมาตรฐานแบบเปิดซึ่งอิงตามมาตรฐานของเว็บซึ่งเป็นที่ยอมรับ เช่น REST, OAuth, XML, JSON และ HTTP
- ส่งเสริมความรับผิดชอบต่อเนื้อหา: ทรัพยากร FHIR ที่กําหนดโมเดลเชิงตรรกะ พจนานุกรมข้อมูล และระบบการเขียนโค้ดสําหรับแอปพลิเคชันใดแอปหนึ่งสามารถแชร์และนํามาใช้ซ้ําได้ ซึ่งช่วยส่งเสริมการรวบรวมข้อมูลที่สอดคล้องกันมากขึ้นในโปรแกรมที่คล้ายกัน รวมถึงการเผยแพร่หลักเกณฑ์ที่อิงตามหลักฐาน เช่น WHO SMART
หลักเกณฑ์สําหรับ
หากคุณเพิ่งเริ่มใช้ FHIR หรือเพียงแค่ต้องการทราบข้อมูลเพิ่มเติม ต่อไปนี้คือแหล่งข้อมูลมากมายที่จะช่วยให้คุณทํางานได้อย่างรวดเร็ว
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eHL7 FHIR is a next-generation standard for healthcare data exchange, designed to make healthcare development more accessible using modern API-driven approaches.\u003c/p\u003e\n"],["\u003cp\u003eFHIR offers a common data model, is free to use and built on familiar web technologies, promoting reusability and consistency in healthcare applications.\u003c/p\u003e\n"],["\u003cp\u003eFHIR's primary goal is to enhance interoperability by enabling seamless data exchange between different healthcare systems and applications.\u003c/p\u003e\n"],["\u003cp\u003eThe specification is open and anyone can participate, allowing for wider adoption and community contributions to its development.\u003c/p\u003e\n"]]],["FHIR (Fast Healthcare Interoperability Resources) is a healthcare interoperability standard designed to make healthcare development more accessible via API-driven approaches. Key features include a common data model using FHIR Resources, an open and free-to-use specification, reliance on web standards like REST and JSON, and support for content reusability. This promotes data consistency and guideline dissemination. Resources for learning more include the FHIR specification, webinars, and an Android developer SDK.\n"],null,["# Getting started with FHIR\n\n[HL7 FHIR](https://www.hl7.org/fhir/) (Fast Healthcare\nInteroperability Resources); is a next-generation interoperability standard from\nthe standards development organization Health Level 7 (HL7).\n\nFHIR evolved out of the desire to shift healthcare IT towards modern API driven\napproaches making healthcare development more accessible to mobile and web\ndevelopers everywhere.\n\nWhilst interoperability - or promoting data exchange - is the primary goal of\nFHIR, its design offers many benefits especially for digital health solutions:\n\n- *A common data model for building healthcare applications*: FHIR Resources represent individual units of clinical and administrative information that are used to define the data model for a healthcare application.\n- *Open specification and free to use*: The FHIR specification is open meaning that anyone can get involved in the balloting process. In addition it's free to use for any application anywhere.\n- *Based on familiar technologies*: FHIR is a specification and an open standardized web API that is based on established web standards like REST, OAuth, XML, JSON and HTTP.\n- *Promotes reusability of content* : FHIR Resources that define the logical models, data dictionaries and coding systems for a specific application can be shared and reused. This promotes more consistent data collection across similar programs as well as dissemination of evidence based guidelines such as the [WHO SMART\n Guidelines](https://www.who.int/teams/digital-health-and-innovation/smart-guidelines/fhir-based-smart-guidelines).\n\nIf you are new to FHIR or just looking to learn more, here is a selection of\nresources that can help you get up to speed quickly.\n\n- [HL7 FHIR Specification](https://www.hl7.org/fhir/)\n- [What is HL7 FHIR?](https://www.healthit.gov/sites/default/files/page/2021-04/What%20Is%20FHIR%20Fact%20Sheet.pdf)\n- [Digital Square on FHIR Webinar Series](https://digitalsquare.org/resourcesrepository/digital-square-on-fhir-4c78p)\n- [Our FHIR SDK for Android Developers](https://medium.com/androiddevelopers/our-fhir-sdk-for-android-developers-9f8455e0b42f)"]]