Termbox Docs

Resource

Loads a single FHIR resource (CodeSystem, ValueSet, or ConceptMap) from a local JSON file.

FieldOptionalDescription
locationPath to a local .json file with the resource

Relative paths are resolved from the Termbox root. Dependencies are not resolved automatically; each resource must be listed as a separate source entry.

sources:
  - type: resource
    location: /data/my-codesystem.json

Last updated: