describe
Synopsis
Section titled “Synopsis”fhir-test-data describe [options] <resource-type>Resource types
Section titled “Resource types”patient, practitioner, practitioner-role, organization, observation, condition, allergy-intolerance, medication-statement, encounter, diagnostic-report, bundle
Options
Section titled “Options”Options: --locale <code> include locale-specific identifier details for this locale --pretty pretty-print JSON (default for stdout) (default: true) --no-pretty compact JSON output -h, --help display help for commandDescription
Section titled “Description”Returns a JSON object with:
resourceType— FHIR resource type namedescription— plain-language description of what is generatedfields— map of JSONPath-style field paths to descriptionssupportedLocales— array of all locale codeslocaleDetail(when--localeis supplied) — identifier definitions for that locale
Examples
Section titled “Examples”Describe the patient resource type:
fhir-test-data describe patientDescribe a patient with UK locale detail:
fhir-test-data describe patient --locale ukDescribe a bundle:
fhir-test-data describe bundle