You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will validate your FHIR entities and their reference relations to each other. It will also generate a summary count of all entities in each ndjson file.
61
+
62
+
NOTE: This process may take _**5 minutes**_ or more, depending on your platform or compute power due to the size of the current data.
63
+
64
+
#### Check for a field ex. extension
65
+
```bash
66
+
awk '!/extension/ {exit 1}' data/META/ResearchSubject.ndjson &&echo"Every line contains 'extension'"||echo"Not every line contains 'extension'"
52
67
```
53
-
g3t meta validate <path to data/META folder with ndjson files>
0 commit comments