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

: LCaStaging Composition - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "LCaStagingComposition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition LCaStagingComposition</b></p><a name=\"LCaStagingComposition\"> </a><a name=\"hcLCaStagingComposition\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18841-7}\">Lung Cancer Staging Report</span></p><p><b>encounter</b>: <a href=\"Encounter-LCaStagingEncounter.html\">Encounter: status = in-progress</a></p><p><b>date</b>: 2023-05-23 00:00:00+0000</p><p><b>author</b>: <a href=\"Practitioner-DrHause.html\">Practitioner</a></p><p><b>title</b>: Lung Cancer Staging Report</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18841-7",
        "display" : "Hospital consultation note"
      }
    ],
    "text" : "Lung Cancer Staging Report"
  },
  "subject" : [
    {
      🔗 "reference" : "Patient/LCaPatient"
    }
  ],
  "encounter" : {
    🔗 "reference" : "Encounter/LCaStagingEncounter"
  },
  "date" : "2023-05-23T00:00:00+00:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/DrHause"
    }
  ],
  "title" : "Lung Cancer Staging Report",
  "section" : [
    {
      "title" : "Staging",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The patient was diagnosed with non-small cell lung cancer on 2023-05-23. The cTNM staging is T3N1M1. The patient has bony metastasis. The PD-L1 expression is 80%.</p></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "QuestionnaireResponse/LCaStagingResponse"
        },
        {
          🔗 "reference" : "Observation/CTStage"
        },
        {
          🔗 "reference" : "Observation/CNStage"
        },
        {
          🔗 "reference" : "Observation/CMStage"
        },
        {
          🔗 "reference" : "Observation/PDL1Expression"
        }
      ]
    },
    {
      "title" : "Conclusion",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Based on the results of the staging, the patient has a stage IV lung cancer.</p></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/TNMStageGroups"
        }
      ]
    }
  ]
}