endeavors/fhir-resource-generator

Generate fhir resources into php classes

v1.3.0 2023-02-22 22:56 UTC

This package is not auto-updated.

Last update: 2024-04-18 05:02:16 UTC


README

Generate fhir resources into php classes using Laravel Artisan commands

Installation

composer require endeavors/fhir-resource-generator

Commands

Generate

php artisan fhir:resources.generate --{fhirversion} .

Note: If a fhirversion is not provided all versions will be generated.

Clean

php artisan fhir:resources.clean --{fhirversion} .

Note: If a fhirversion is not provided all versions will be cleaned.