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

: Initial Report - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "random-report-id-321",
  "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</b></p><a name=\"random-report-id-321\"> </a><a name=\"hcrandom-report-id-321\"> </a><p><b>status</b>: Registered</p><p><b>type</b>: <span title=\"Codes:\">Initial 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>: Initial Report</p></div>"
  },
  "status" : "registered",
  "type" : {
    "text" : "Initial 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" : "Initial Report"
}