Welcome to Zarish FHIR Data DocumentationΒΆ
Comprehensive FHIR Terminology Resources for Healthcare Data Management
Welcome to the Zarish FHIR Data documentation! This repository provides a comprehensive collection of FHIR-compliant terminology resources, code systems, and value sets for healthcare data management.
π― What is Zarish FHIR Data?ΒΆ
Zarish FHIR Data is the central terminology repository for the ZarishSphere Platform, containing:
- Code Systems: Standardized medical terminologies (SNOMED CT, LOINC, ICD-10, RxNorm)
- Value Sets: Curated collections of codes for specific use cases
- Concept Maps: Mappings between different terminology systems
- Reference Data: Sample FHIR resources and examples
π Quick StartΒΆ
InstallationΒΆ
git clone https://github.com/ZarishSphere-Platform/zarish-fhir-data.git
cd zarish-fhir-data
go mod download
Using the DataΒΆ
import "github.com/zarishsphere-platform/zarish-fhir-data/pkg/terminology"
// Load a code system
cs, err := terminology.LoadCodeSystem("snomed-ct")
// Load a value set
vs, err := terminology.LoadValueSet("vital-signs")
π Available ResourcesΒΆ
Code SystemsΒΆ
-
SNOMED CT
Clinical terminology with 300,000+ concepts covering diseases, findings, procedures, and more.
-
LOINC
Laboratory and clinical observations with 90,000+ codes for tests and measurements.
-
ICD-10
International disease classification with 70,000+ diagnosis codes.
-
RxNorm
Medication terminology with 100,000+ drug concepts and relationships.
Value SetsΒΆ
Browse our curated value sets for common clinical scenarios:
- Vital Signs - Blood pressure, temperature, heart rate, etc.
- Medications - Common medications and drug classes
- Diagnoses - Frequently used diagnosis codes
- Procedures - Medical procedures and interventions
π Interactive FeaturesΒΆ
Terminology BrowserΒΆ
Explore our interactive terminology browser to search and navigate through code systems and value sets.
Mermaid DiagramsΒΆ
Visualize terminology hierarchies and relationships with interactive Mermaid diagrams.
π Documentation SectionsΒΆ
-
Code Systems
Detailed documentation for each code system including structure, usage, and examples.
-
Value Sets
Curated collections of codes for specific clinical use cases.
-
Guides
Step-by-step guides for using terminologies in your applications.
π FHIR ComplianceΒΆ
All resources comply with:
- FHIR Version: R4 (4.0.1)
- Validation: FHIR Validator conformance
- Standards: HL7 FHIR Terminology Services
π€ ContributingΒΆ
We welcome contributions! See our Contributing Guide for details.
π Related ProjectsΒΆ
- Zarish FHIR Server - FHIR API Server
- Zarish Terminology Server - Terminology Services
- Zarish FHIR Profiles - Profile Definitions
π LicenseΒΆ
This project is part of the ZarishSphere Platform.
Ready to get started? Check out our Getting Started Guide!