FHIR IG analytics| Package | ke.fhir.nccp |
| Resource Type | Observation |
| Id | Observation-RECISTBaselineObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Baseline RECIST measurement: sum of longest diameters of 3 target lesions = 58 mm (breast cancer)
{
"resourceType": "Observation",
"id": "RECISTBaselineObservationExample",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-recist-baseline-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}