This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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-03"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-03</b></p><a name=\"example-03\"> </a><a name=\"hcexample-03\"> </a><a name=\"example-03-hi-IN\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 319775004}\">Aspirin 75 mg oral tablet</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>authoredOn</b>: 2023-12-11</p><p><b>requester</b>: <a href=\"Practitioner-example-01.html\">Practitioner Dr. DEF</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 410429000}\">Cardiac arrest</span></p><p><b>reasonReference</b>: <a href=\"Condition-example-03.html\">Condition Cardiac arrest, unspecified</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>AdditionalInstruction</b></td><td><b>Timing</b></td><td><b>Route</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>One tablet at once</td><td><span title=\"Codes:{http://snomed.info/sct 311504000}\">With or after food</span></td><td>Once per 1 day</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral Route</span></td><td><span title=\"Codes:{http://snomed.info/sct 421521009}\">Swallow</span></td></tr></table></div>"^^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:reference [ fhir:v "Patient/example-01" ]
] ; #
fhir:authoredOn [ fhir:v "2023-12-11"^^xsd:date] ; #
fhir:requester [
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: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" ] ] ) ]
] ) . #
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#6.5.0 based on FHIR 4.0.1. Generated 2025-05-08
Links: Table of Contents |
QA Report
| Version History | Feedback Form |