FHIR Implementation Guide for ABDM - Local Development build (v7.0.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/example-02> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-02"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-02</b></p><a name=\"example-02\"> </a><a name=\"hcexample-02\"> </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-MedicationRequest.html\">MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 765507008}\">Metformin hydrochloride 500 mg prolonged-release oral tablet</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">Adarsh Agrawal</a></p><p><b>authoredOn</b>: 2023-09-07</p><p><b>requester</b>: <a href=\"Practitioner-example-01.html\">Dr. Aayush Agrawal</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Type 2 diabetes mellitus</span></p><p><b>reasonReference</b>: <a href=\"Condition-example-02.html\">Condition Type 2 diabetes mellitus</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>"
] ;
fhir:MedicationRequest.status [ fhir:value "active"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:765507008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "765507008" ] ;
fhir:Coding.display [ fhir:value "Metformin hydrochloride 500 mg prolonged-release oral tablet" ]
]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/example-01> ;
fhir:Reference.reference [ fhir:value "Patient/example-01" ] ;
fhir:Reference.display [ fhir:value "Adarsh Agrawal" ]
] ;
fhir:MedicationRequest.authoredOn [ fhir:value "2023-09-07"^^xsd:date] ;
fhir:MedicationRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/example-01> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-01" ] ;
fhir:Reference.display [ fhir:value "Dr. Aayush Agrawal" ]
] ;
fhir:MedicationRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:44054006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "44054006" ] ;
fhir:Coding.display [ fhir:value "Type 2 diabetes mellitus" ]
]
] ;
fhir:MedicationRequest.reasonReference [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/example-02> ;
fhir:Reference.reference [ fhir:value "Condition/example-02" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.text [ fhir:value "One tablet at once" ] ;
fhir:Dosage.additionalInstruction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:311504000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "311504000" ] ;
fhir:Coding.display [ fhir:value "With or after food" ]
]
] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:26643006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "26643006" ] ;
fhir:Coding.display [ fhir:value "Oral Route" ]
]
] ;
fhir:Dosage.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:421521009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "421521009" ] ;
fhir:Coding.display [ fhir:value "Swallow" ]
]
]
] .
<http://hl7.org/fhir/Patient/example-01> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example-01> a fhir:Practitioner .
<http://hl7.org/fhir/Condition/example-02> a fhir:Condition .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/example-02.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/example-02.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |