Resource JSON

You can render the JSON of a resource. We remove the narrative before parsing the JSON, because there is no added value of seeing that in it's source form.

{
    "resourceType": "ImplementationGuide",
    "url": "https://simplifier.net/guide/wttest",
    "name": "WT Test",
    "status": "draft",
    "fhirVersion":  [
        "4.0.0"
    ],
    "definition": {
        "page": {
            "nameUrl": "Home.md",
            "title": "Home",
            "generation": "markdown",
            "page":  [
                {
                    "nameUrl": "WTitem.md",
                    "title": "WTitem",
                    "generation": "markdown"
                }
            ]
        }
    }
}