Experiment with layered schemas by editing layers, composing schema variants, and ingesting data. Select one of the examples to start.
These are all the data types you can ingest based on the selected layers. Select/unselect layers to create the bundle. Select one of the types in the bundle to compose the schema variant for that data type, and ingest data.
Select a data type from the bundle to compose the schema variant for that data type.
Select a data type to ingest, and enter a JSON object to ingest data of that type.
This example illustrates some layered schema
featues using a simple contact
list. Each Person
object contains the
name of the person, and a list of contacts, with a
type
and value
. The data model is:
Person: firstName string lastName string contact []Contact Contact: type string value string
This example contains the complete FHIR 4.0 schema as layered schema.
This example contains many schemas and layers. It may take a while to load.