8000 GitHub - patrick-werner/fhir-resource-status-check: A Github Action which checks if all FHIR resources of a project have the status 'active' or ' retired'
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

patrick-werner/fhir-resource-status-check

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Validate FHIR Resource Status Action

This GitHub Action validates that FHIR JSON files in a given folder have a status field that, if present, is either "active" or "retired". Files without a status field are ignored.

Usage

In your workflow YAML, you can reference the action as follows:

jobs:
  validate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Validate FHIR Files
        uses: patrick-werner/fhir-resource-status-check@1.0.1
        with:
          folder: './path/to/fhir-files'

About

A Github Action which checks if all FHIR resources of a project have the status 'active' or ' retired'

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0