Kenya eClaims FHIR IG - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-medicationrequest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://example.com/fhir/StructureDefinition/eclaims-medicationrequest"^^xsd:anyURI ;
fhir:l <https://example.com/fhir/StructureDefinition/eclaims-medicationrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-medicationrequest</b></p><a name=\"example-medicationrequest\"> </a><a name=\"hcexample-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-eclaims-medicationrequest.html\">MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue AMOX500}\">Amoxicillin 500mg Capsules</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">John Doe</a></p><p><b>encounter</b>: <a href=\"Encounter/example-encounter\">Encounter/example-encounter</a></p><p><b>authoredOn</b>: 2024-07-15</p><p><b>requester</b>: <a href=\"Practitioner/example-requester\">Dr. Jane Mwangi</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 65363002}\">Otitis media</span></p><p><b>note</b>: </p><blockquote><div><p>Ensure the patient is not allergic to penicillin.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one capsule three times a day after meals</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue 26643006}\">Oral route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 capsule</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2024-07-15 --> 2024-07-25</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 capsule</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td></tr><tr><td style=\"display: none\">*</td><td>10</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table><p><b>priorPrescription</b>: <a href=\"MedicationRequest/previous-request\">MedicationRequest/previous-request</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category> ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"^^xsd:anyURI ;
fhir:l <https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue> ] ;
fhir:code [ fhir:v "AMOX500" ] ;
fhir:display [ fhir:v "Amoxicillin 500mg Capsules" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ] ;
fhir:display [ fhir:v "John Doe" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/example-encounter ;
fhir:reference [ fhir:v "Encounter/example-encounter" ]
] ; #
fhir:authoredOn [ fhir:v "2024-07-15"^^xsd:date] ; #
fhir:requester [
fhir:l fhir:Practitioner/example-requester ;
fhir:reference [ fhir:v "Practitioner/example-requester" ] ;
fhir:display [ fhir:v "Dr. Jane Mwangi" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:65363002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "65363002" ] ;
fhir:display [ fhir:v "Otitis media" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Ensure the patient is not allergic to penicillin." ]
] ) ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take one capsule three times a day after meals" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:asNeeded [
a fhir:Boolean ;
fhir:v false ] ;
fhir:route [
( fhir:coding [
fhir:system [
fhir:v "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"^^xsd:anyURI ;
fhir:l <https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue> ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [
fhir:v "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"^^xsd:anyURI ;
fhir:l <https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue> ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:validityPeriod [
fhir:start [ fhir:v "2024-07-15"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-25"^^xsd:date ] ] ;
fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [
fhir:v "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"^^xsd:anyURI ;
fhir:l <https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue> ] ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ]
] ; #
fhir:substitution [
fhir:allowed [
a fhir:Boolean ;
fhir:v false ]
] ; #
fhir:priorPrescription [
fhir:l fhir:MedicationRequest/previous-request ;
fhir:reference [ fhir:v "MedicationRequest/previous-request" ]
] . #
IG © 2024+ iclKenya. Package fhir.kenyaClaimsIG#0.1.0 based on FHIR 4.0.1. Generated 2025-12-09
Links: Table of Contents |
QA Report