0.1.0 - ci-build

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

: Oncology Diagnostic Report - Biopsy for Cervical Cancer - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "example-oncology-diagnostic-report",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/oncology-diagnostic-report-kenya"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-oncology-diagnostic-report</b></p><a name=\"example-oncology-diagnostic-report\"> </a><a name=\"hcexample-oncology-diagnostic-report\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-oncology-diagnostic-report-kenya.html\">Oncology Diagnostic Report Kenya</a></p></div><h2><span title=\"Codes:{https://www.kenyacode.com/fhir/CodeSystem/oncology-diagnostic-types cervix-biopsy}\">Cervical Biopsy Report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 PAT}\">Pathology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2025-06-10</td></tr><tr><td>Reported</td><td>2025-06-12 10:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner/example-pathologist\">Practitioner/example-pathologist</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/example-cervix-observation' could not be resolved</i></td></tr></table><p>Invasive squamous cell carcinoma, Stage IIA</p></div>"
  },
  "extension" : [
    {
      "url" : "http://example.org/StructureDefinition/report-cancer-stage",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.kenyacode.com/fhir/CodeSystem/kenya-cancer-staging",
            "code" : "stage-iia",
            "display" : "Stage IIA"
          }
        ]
      }
    },
    {
      "url" : "http://example.org/StructureDefinition/report-specimen-origin-county",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes",
            "code" : "Nyandarua"
          }
        ]
      }
    },
    {
      "url" : "http://example.org/StructureDefinition/report-registry-flag",
      "valueBoolean" : true
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "PAT",
          "display" : "Pathology"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://www.kenyacode.com/fhir/CodeSystem/oncology-diagnostic-types",
        "code" : "cervix-biopsy",
        "display" : "Cervical Biopsy Report"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-kenya"
  },
  "effectiveDateTime" : "2025-06-10",
  "issued" : "2025-06-12T10:00:00+03:00",
  "performer" : [
    {
      "reference" : "Practitioner/example-pathologist"
    }
  ],
  "resultsInterpreter" : [
    {
      "reference" : "Practitioner/example-oncologist"
    }
  ],
  "result" : [
    {
      "reference" : "Observation/example-cervix-observation"
    }
  ],
  "conclusion" : "Invasive squamous cell carcinoma, Stage IIA",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "url" : "https://kemri.go.ke/reports/example-cervix-biopsy.pdf"
    }
  ]
}