ACT-NOW IG SACT Regimen IG Download all FHIRPath

Instructions

To validate a bundle, paste the Json into the textbox and click the Validate link. The bundle will be passed to the validator and the results displayed in the Issues list tab.

There are a number of different visualizations shown in the Visualization tab (once a bundle has been validated) including a list of the resources, issues for each resource and a graph showing the references between resources.

This document has some tips on using the visualizer.

Last {{libraryResultBundle.total}} bundles saved in Library

Click the Library button for other entries
{{entry.resource.id}}
{{entry.resource.description}} {{entry.resource.meta.versionId}}
{{patient.identifier[0].value}}
{{patient.name[0].text}} {{patient.id}}
Validation results {{arIssues.length}}

Issues from validator

{{issue.issue.severity.substring(0,1)}}
{{issue.issue.diagnostics}}
{{issue.issue.location[0]}}
Entry
{{input.selectedIssue.entry | json}}
Full issue
{{input.selectedIssue.issue | json}}
Conditional update {{countConditionalErrors}}

Issues checking Conditional update

{{item.entry.resource.resourceType}}
{{item.entry.resource.id}}
{{item.msg}}
{{input.selectedEntryFromConditional | json}}
Visualizations {{inputtedBundle.entry.length}} FHIRPath spec FHIRPath Lab tool
{{item.title}}
{{executeFhirPathForTemplate(item.fp) | json}}
{{item.fp}}
where a template is a set of fhirpath expressions that could, for example, generate a csv file or just download json functions to create template add / delete / move expressions execute template against bundle

Bundle
{{inputtedBundle | json}}
Result
{{fhirPathResult | json}}
{{oo | json}}