{
  "resourceType" : "CodeSystem",
  "id" : "report-sections",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem report-sections</b></p><a name=\"report-sections\"> </a><a name=\"hcreport-sections\"> </a><p>This case-sensitive code system <code>http://fhir.tiro.health/CodeSystem/report-sections</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">medical-history<a name=\"report-sections-medical-history\"> </a></td><td>Medical history section</td></tr><tr><td style=\"white-space:nowrap\">prostate-history<a name=\"report-sections-prostate-history\"> </a></td><td>Prostate history section</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/report-sections",
  "version" : "0.1.0",
  "name" : "ReportSections",
  "title" : "Report Sections",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-07T08:53:58+00:00",
  "publisher" : "Tiro.health",
  "contact" : [{
    "name" : "Tiro.health",
    "telecom" : [{
      "system" : "url",
      "value" : "http://tiro.health"
    }]
  }],
  "description" : "This CodeSystem defines the sections of a report as they are coded in the EHR of ExampleHospital.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "medical-history",
    "display" : "Medical history section"
  },
  {
    "code" : "prostate-history",
    "display" : "Prostate history section"
  }]
}