@prefix fhir: . @prefix owl: . @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

Resource MedicationRequest "example-02"

Profile: MedicationRequest

status: active

intent: order

medication: Metformin hydrochloride 500 mg prolonged-release oral tablet (SNOMED CT#765507008)

subject: Patient/example-01: Adarsh Agrawal ""

authoredOn: 2023-09-07

requester: Practitioner/example-01: Dr. Aayush Agrawal ""

reasonCode: Type 2 diabetes mellitus (SNOMED CT#44054006)

reasonReference: Condition/example-02

DosageInstructions

-TextAdditionalInstructionTimingRouteMethod
*One tablet at onceWith or after food (SNOMED CT#311504000)Once per 1 daysOral Route (SNOMED CT#26643006)Swallow (SNOMED CT#421521009)
" ] ; # 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" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------