Skip to content

hendeavors/fhir-resource-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fhir-resource-generator

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.