Skip to content

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.

    Learn more

  • LOINC


    Laboratory and clinical observations with 90,000+ codes for tests and measurements.

    Learn more

  • ICD-10


    International disease classification with 70,000+ diagnosis codes.

    Learn more

  • RxNorm


    Medication terminology with 100,000+ drug concepts and relationships.

    Learn more

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.

graph TD A[FHIR Terminology] --> B[Code Systems] A --> C[Value Sets] A --> D[Concept Maps] B --> E[SNOMED CT] B --> F[LOINC] B --> G[ICD-10] B --> H[RxNorm] C --> I[Vital Signs] C --> J[Medications] C --> K[Diagnoses]

πŸ“– Documentation SectionsΒΆ

  • Code Systems


    Detailed documentation for each code system including structure, usage, and examples.

    Browse Code Systems

  • Value Sets


    Curated collections of codes for specific clinical use cases.

    Browse Value Sets

  • Guides


    Step-by-step guides for using terminologies in your applications.

    View Guides

🌐 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.

πŸ“„ LicenseΒΆ

This project is part of the ZarishSphere Platform.


Ready to get started? Check out our Getting Started Guide!