FHIR Resource Creator
The FHIR Resource Creator is a component that demonstrates how to create and map FHIR resources. It does so by demonstrating the following workflow:
First parses a template FHIR resource JSON. In this example, a v4.0.1 Patient resource has been provided.
Performs some sample mappings to the FHIR resource object
Removes any null values remaining in the mapped FHIR resource object
Serializes the FHIR resource object for further processing