{
  "resourceType" : "Observation",
  "id" : "RECISTBaselineObservationExample",
  "meta" : {
    "profile" : ["https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-recist-baseline-observation"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Baseline RECIST measurement: sum of longest diameters of 3 target lesions = 58 mm (breast cancer)</p></div>"
  },
  "extension" : [{
    "url" : "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-recist-timepoint-extension",
    "valueCode" : "BASELINE"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "imaging",
      "display" : "Imaging"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs",
      "code" : "SHA-IMAGING",
      "display" : "SHA: Oncology Diagnostic Imaging"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "focus" : [{
    "reference" : "Condition/example-condition"
  }],
  "effectiveDateTime" : "2026-01-08",
  "performer" : [{
    "reference" : "Practitioner/example-practitioner"
  }],
  "valueQuantity" : {
    "value" : 58,
    "unit" : "mm",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm"
  }
}