Resources

Narrative Section

FHIR will produce a warning if you don't supply a narrative. The examples in this section have a narrative section but Simplifier doesn't show the Narrative html code. In your code you should have the "div" section below

Simplifier View

"text": {
    "status": "empty",
    --- We have skipped the narrative for better readability of the resource ---
},

Database

"text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
},