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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-oncology-medicationrequest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/oncology-kenya-medicationrequest"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/oncology-kenya-medicationrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-oncology-medicationrequest</b></p><a name=\"example-oncology-medicationrequest\"> </a><a name=\"hcexample-oncology-medicationrequest\"> </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-medicationrequest.html\">Oncology Medication Request Kenya</a></p></div><p><b>County Where Medication Was Prescribed</b>: <span title=\"Codes:{https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes Nyandarua}\">Nyandarua</span></p><p><b>Flag for Reporting Medication Request to National Registry</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://www.kemri.go.ke/fhir/CodeSystem/oncology-medication-category chemotherapy}\">chemotherapy</span></p><p><b>medication</b>: <span title=\"Codes:{http://id.who.int/icd10 Z51.1}\">Chemotherapy session for neoplasm</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>authoredOn</b>: 2025-03-01</p><p><b>requester</b>: <a href=\"Practitioner/example-oncologist\">Practitioner/example-oncologist</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://id.who.int/icd10 C50.2}\">Malignant neoplasm of upper-inner quadrant of breast</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Administer 500mg/m2 intravenously every 21 days for 6 cycles</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://example.org/StructureDefinition/medicationrequest-prescribed-county"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Nyandarua" ] ] ) ]
] [
fhir:url [ fhir:v "http://example.org/StructureDefinition/medicationrequest-registry-flag"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://www.kemri.go.ke/fhir/CodeSystem/oncology-medication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "chemotherapy" ] ] )
] ) ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z51.1" ] ;
fhir:display [ fhir:v "Chemotherapy session for neoplasm" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:authoredOn [ fhir:v "2025-03-01"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/example-oncologist" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C50.2" ] ;
fhir:display [ fhir:v "Malignant neoplasm of upper-inner quadrant of breast" ] ] )
] ) ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "Administer 500mg/m2 intravenously every 21 days for 6 cycles" ]
] ) . #
IG © 2025+ Medby_Tech. Package medby#0.1.0 based on FHIR 4.0.1. Generated 2025-06-24
Links: Table of Contents |
QA Report