How to Create FHIR Extensions using Forge
FHIR Extensions let you add custom elements that aren’t part of the base resource. For example, the US Core Birth Sex Extension is different from gender
, it records biological sex at birth and not gender identity.
In this tutorial we will,
- Add an existing Extension
- Create your own Extension
- Add a custom Extension to a Profile
- And share some best practices