@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-03"] ; # 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-03

status: Active

intent: Order

medication: Aspirin 75 mg oral tablet

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

authoredOn: 2023-12-11

requester: Practitioner Dr. DEF

reasonCode: Cardiac arrest

reasonReference: Condition Cardiac arrest, unspecified

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:319775004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "319775004" ] ; fhir:display [ fhir:v "Aspirin 75 mg oral tablet" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:authoredOn [ fhir:v "2023-12-11"^^xsd:date] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:410429000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "410429000" ] ; fhir:display [ fhir:v "Cardiac arrest" ] ] ) ] ) ; # fhir:reasonReference ( [ fhir:link ; fhir:reference [ fhir:v "Condition/example-03" ] ] ) ; # 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" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------