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

: FilledReport - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "random-report-id-321-final",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition random-report-id-321-final</b></p><a name=\"random-report-id-321-final\"> </a><a name=\"hcrandom-report-id-321-final\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:\">Some Report</span></p><p><b>encounter</b>: <a href=\"Encounter-random-encounter-id-123.html\">Encounter: identifier = https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr#123456; status = in-progress; plannedStartDate = 2024-06-22; plannedEndDate = 2024-06-22</a></p><p><b>date</b>: 2024-06-22</p><p><b>author</b>: <a href=\"Practitioner-random-practitioner-id-123.html\">Practitioner Dr. Pauwels </a></p><p><b>title</b>: Some Report</p></div>"
  },
  "status" : "final",
  "type" : {
    "text" : "Some Report"
  },
  "subject" : [
    {
      🔗 "reference" : "Patient/random-patient-id-123"
    }
  ],
  "encounter" : {
    🔗 "reference" : "Encounter/random-encounter-id-123"
  },
  "date" : "2024-06-22",
  "author" : [
    {
      🔗 "reference" : "Practitioner/random-practitioner-id-123"
    }
  ],
  "title" : "Some Report",
  "section" : [
    {
      "title" : "Questionnaire with Bookmarks",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Voornaam: Jan</p><p>Familienaam: Jansens</p><p>Geslacht: Man</p></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "QuestionnaireResponse/Response"
        },
        {
          🔗 "reference" : "Basic/random-bookmarks-id-123"
        }
      ]
    }
  ]
}