Published
Edited
Dec 6, 2019
Insert cell
Insert cell
Insert cell
Insert cell
window.myApp = {}
Insert cell
Insert cell
fetch("https://fhir-open.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Patient/4342008", { headers: { Accept:"application/json+fhir" } })
.then(data => {data.json()} )
.then(data => {window.myApp.data = data})
Insert cell
Insert cell
window.myApp.data.gender
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more