- 1 min read

📝 Create a Simple Note with FHIR's DocRef

On this page
Introduction

Creating notes in FHIR is actually pretty straightforward.

Essentially do a POST to DocumentReference with base64 (btoa) content

Try https://repl.it/@patientDev/docref-create .

It uses SMART Health IT sandbox to make a note, but it should work in Cerner/Epic as well.