Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "998"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/medicationRequest|0.3.0"^^xsd:anyURI ;
fhir:link <http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/medicationRequest|0.3.0> ] )
] ; #
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 998</b></p><a name=\"998\"> </a><a name=\"hc998\"> </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\">Nphies MedicationRequestversion: null0.3.0)</a></p></div><p><b>identifier</b>: <code>http://saudigeneralhospital.com.sa/identifiers/medicationrequest</code>/9988811</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/scientific-codes 7000000961-500-100000073665}\">PARACETAMOL-500mg-Film-coated tablet</span></p><p><b>subject</b>: <a href=\"Patient-123454186.html\">Ahmad Khaled Abbas(official) Male, DoB: 1984-12-25 ( Passport Number: G12345678)</a></p><p><b>authoredOn</b>: 2023-01-09</p><p><b>requester</b>: <a href=\"Practitioner-4.html\">Practitioner Dr. Ashraf Naeem</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 2 tbls daily for 7 days</p><p><b>patientInstruction</b>: take 2 tablets daily for 7 days</p><p><b>timing</b>: Duration 7days , 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/route-of-admin EBPROA0079}\">oral</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 {tbl}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://saudigeneralhospital.com.sa/identifiers/medicationrequest"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9988811" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/scientific-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7000000961-500-100000073665" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/123454186" ]
] ; #
fhir:authoredOn [ fhir:v "2023-01-09"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/4" ]
] ; #
fhir:dosageInstruction ( [
fhir:sequence [ fhir:v 1 ] ;
fhir:text [ fhir:v "2 tbls daily for 7 days" ] ;
fhir:patientInstruction [ fhir:v "take 2 tablets daily for 7 days" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2023-01-23T09:41:11+03:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-01-30T09:41:11+03:00"^^xsd:dateTime ] ] ;
fhir:duration [ fhir:v "7"^^xsd:decimal ] ;
fhir:durationUnit [ fhir:v "d" ] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/route-of-admin"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EBPROA0079" ] ;
fhir:display [ fhir:v "oral" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "{tbl}" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ] )
] ) . #
IG © 2024+ HL7 Saudi Arabia. Package nphies-fs#0.3.0 based on FHIR 4.0.1. Generated 2025-07-30
Links: Table of Contents |
QA Report