PHPackages                             medcore-ua/nk-026-2021-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. medcore-ua/nk-026-2021-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

medcore-ua/nk-026-2021-parser
=============================

A PHP library to parse the NK-026-2021 (Classifier of Medical Interventions) from meddata.pp.ua.

v0.1.0(5mo ago)00LicenseRef-CSSM-Unlimited-2.0PHPPHP &gt;=8.0CI passing

Since Nov 24Pushed 2mo agoCompare

[ Source](https://github.com/medcore-ua/nk-026-2021-parser)[ Packagist](https://packagist.org/packages/medcore-ua/nk-026-2021-parser)[ RSS](/packages/medcore-ua-nk-026-2021-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

NK-026-2021 Parser
==================

[](#nk-026-2021-parser)

[![Latest Stable Version](https://camo.githubusercontent.com/a644afd37804c47a6d5aff96917435496746ca54b3d974b7c42655afb8ac4b26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6564636f72652d75612f6e6b2d3032362d323032312d7061727365722e7376673f6c6162656c3d5061636b6167697374266c6f676f3d7061636b6167697374)](https://packagist.org/packages/medcore-ua/nk-026-2021-parser)[![Total Downloads](https://camo.githubusercontent.com/9e37f353886cf349dc0bdd22f3ec75ee5b45aaaf87ed65e5a8a1d6ac27c5f475/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6564636f72652d75612f6e6b2d3032362d323032312d7061727365722e7376673f6c6162656c3d446f776e6c6f616473266c6f676f3d7061636b6167697374)](https://packagist.org/packages/medcore-ua/nk-026-2021-parser)[![License](https://camo.githubusercontent.com/224db2038425311b8db429108b704b13dcd70ea3cb10751f0aa918c6620fd5e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6564636f72652d75612f6e6b2d3032362d323032312d7061727365722e7376673f6c6162656c3d4c6963656e6365266c6f676f3d6f70656e2d736f757263652d696e6974696174697665)](https://packagist.org/packages/medcore-ua/nk-026-2021-parser)

A PHP library to parse the NK-026-2021 (Classifier of Medical Interventions) from [meddata.pp.ua](https://meddata.pp.ua/data/classifications/nk-026-2021.json).

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require medcore-ua/nk-026-2021-parser
```

Usage
-----

[](#usage)

The `parse()` method returns an `InterventionCollection` object which you can iterate over, or use the finder methods to search for specific interventions.

### Basic Usage

[](#basic-usage)

```
