npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

openehr-tools

v0.1.2

Published

## Dependencies: ``` fhirpath tree-model lodash ajv luxon yaml chai ts-morph [ do we really need ?] zustand [ do we really need ?] ```

Downloads

14

Readme

openEHR Tools

Dependencies:

fhirpath
tree-model
lodash
ajv
luxon
yaml
chai
ts-morph [ do we really need ?]
zustand [ do we really need ?]

Install:

npm i

Run tests:

npm run test

Specifications on what this transformation library should be able to do:

Archetype based components:

  • [ ] Support a data type that can be outputted from archetype components. This output should be able to serialize to standard openEHR JSON.
  • [ ] Load up a composition in archetype components. The library should be able to parse the intermediate format and bind it back to archetype based components for future edits.

Clinikk / Eka.care scenarios:

  • [ ] Transfer medications from current one composition to another composition of a different template - Use floating compositions as intermediate format. Parse and serialize from and to desired template.
  • [ ] Show suggestions for other sign / symptom based on the list of sign/symptom entered - Fever, Malise - clicking on these suggestions should add these as sign/symptom with the appropriate data elements to the UI while also altering the current working composition. Floating compositions can be used as the input format since its template agnostic.

ABDM M2 scenarios:

Get a set of openEHR compositions with webtemplates -> Convert these to FHIR resource Bundles by looking at the archetypes that are contained in each resource (use a configurable YAML to actually store mapping knowledge)

ABDM M3 scenarios:

Get a FHIR resource Bundle -> Convert to appropriate openEHR composition using configurable YAML