Interactive tutorials for learning FHIR.
The site automatically selects a working FHIR server on page load by performing health checks against multiple public servers (HAPI FHIR R4, Firely Server R4). This ensures the tutorials continue to work even if one server is unavailable. The server selection is transparent to users and happens in the background.
Decide on an exercise name - in this example, the exercise name is patient-with-references.
To use the full server URL of a resource, use class="<exercise>-location-full" id="<html resource tag>" - you can use this on any HTML element. For example,
<note class="patient-with-references-location-full" id="rf-patient"><i>press Upload to get a Patient</i></note>To use the server ID only, use class="<exercise>-serverid" id="<html resource tag>".
To use the base URL only, use class="<exercise>-baseurl" id="<html resource tag>".