Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FHIR RESOURCE VALIDATION

Sample code to demonstrate various approach for validating FHIR resource

Options

  1. StructureDefinition FHIR profiles

Program → ValidateUsingFhirProfile() validates Goals in Data/careplan.json using StructureDefination in Profiles Directory

  1. Typed validation rules using FluentValidation

Program → ValidateUsingFluentValidation() function initiate GoalValidator which then internally validate measures using MeasureValidators

Build and Run

dotnet restore
dotnet run

Note

validator_cli.jar can be downloaded from official FHIR validator. Local StructureDefinition profiles can be validated using java -jar validator_cli.jar Profiles/StructureDefinition-goal.json

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages