@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationRequest example-02

status: Active

intent: Order

medication: Metformin hydrochloride 500 mg prolonged-release oral tablet

subject: Adarsh Agrawal

authoredOn: 2023-09-07

requester: Dr. Aayush Agrawal

reasonCode: Type 2 diabetes mellitus

reasonReference: Condition Type 2 diabetes mellitus

DosageInstructions

-TextAdditionalInstructionTimingRouteMethod
*One tablet at onceWith or after foodOnce per 1 dayOral RouteSwallow
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:765507008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "765507008" ] ; fhir:display [ fhir:v "Metformin hydrochloride 500 mg prolonged-release oral tablet" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ; fhir:display [ fhir:v "Adarsh Agrawal" ] ] ; # fhir:authoredOn [ fhir:v "2023-09-07"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ; fhir:display [ fhir:v "Dr. Aayush Agrawal" ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:44054006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "44054006" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus" ] ] ) ] ) ; # fhir:reasonReference ( [ fhir:link ; fhir:reference [ fhir:v "Condition/example-02" ] ] ) ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "One tablet at once" ] ; fhir:additionalInstruction ( [ fhir:coding ( [ a sct:311504000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "311504000" ] ; fhir:display [ fhir:v "With or after food" ] ] ) ] ) ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ fhir:coding ( [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral Route" ] ] ) ] ; fhir:method [ fhir:coding ( [ a sct:421521009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "421521009" ] ; fhir:display [ fhir:v "Swallow" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------