Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Clinical Document - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "doc-001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference doc-001</b></p><a name=\"doc-001\"> </a><a name=\"hcdoc-001\"> </a><p><b>status</b>: Current</p><p><b>description</b>: </p><div><p>Referral letter from AZ Monica</p>\n</div><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>text/html</td><td>Referral letter from AZ Monica</td></tr></table></blockquote></div>"
  },
  "status" : "current",
  "description" : "Referral letter from AZ Monica",
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/html",
        "title" : "Referral letter from AZ Monica"
      }
    }
  ]
}