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
{
"resourceType" : "ServiceRequest",
"id" : "example-oncology-service-request",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/oncology-kenya-service-request"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-oncology-service-request</b></p><a name=\"example-oncology-service-request\"> </a><a name=\"hcexample-oncology-service-request\"> </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-kenya-service-request.html\">Oncology Service Request Kenya</a></p></div><p><b>County Where Request Originated</b>: <span title=\"Codes:{https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes Kiambu}\">Kiambu</span></p><p><b>Referral Type (Internal or External)</b>: <span title=\"Codes:{https://www.sha.go.ke/fhir/CodeSystem/referral-type external}\">external</span></p><p><b>Flag for National Cancer Registry Reporting</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd10 Z01.6}\">Radiological examination, not elsewhere classified</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>encounter</b>: <a href=\"Encounter-example-oncology-encounter.html\">Encounter: extension = Nyandarua,healthCentre,true; status = finished; class = ambulatory (ActCode#AMB); type = Encounter for examination for suspected neoplasm; period = 2025-02-01 --> 2025-02-01; reasonCode = Malignant neoplasm of cecum</a></p><p><b>occurrence</b>: 2025-07-01</p><p><b>authoredOn</b>: 2025-06-25</p><p><b>requester</b>: <a href=\"Practitioner/oncologist-kiambu\">Practitioner/oncologist-kiambu</a></p><p><b>performer</b>: <a href=\"Organization/kiambu-imaging-center\">Organization/kiambu-imaging-center</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://id.who.int/icd10 C50.9}\">Malignant neoplasm of breast, unspecified</span></p></div>"
},
"extension" : [
{
"url" : "http://example.org/StructureDefinition/service-request-context-county",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes",
"code" : "Kiambu"
}
]
}
},
{
"url" : "http://example.org/StructureDefinition/service-request-referral-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.sha.go.ke/fhir/CodeSystem/referral-type",
"code" : "external"
}
]
}
},
{
"url" : "http://example.org/StructureDefinition/service-request-registry-flag",
"valueBoolean" : true
}
],
"status" : "active",
"intent" : "order",
"priority" : "urgent",
"code" : {
"coding" : [
{
"system" : "http://id.who.int/icd10",
"code" : "Z01.6",
"display" : "Radiological examination, not elsewhere classified"
}
]
},
"subject" : {
"reference" : "Patient/example"
},
"encounter" : {
🔗 "reference" : "Encounter/example-oncology-encounter"
},
"occurrenceDateTime" : "2025-07-01",
"authoredOn" : "2025-06-25",
"requester" : {
"reference" : "Practitioner/oncologist-kiambu"
},
"performer" : [
{
"reference" : "Organization/kiambu-imaging-center"
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://id.who.int/icd10",
"code" : "C50.9",
"display" : "Malignant neoplasm of breast, unspecified"
}
]
}
]
}