This page is part of the FHIR Clinical Documents (v1.1.0: STU 1) 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
| Page standards status: Informative |
@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/MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2024-05-07T11:28:17.000+00:00"^^xsd:dateTime ]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86</b></p><a name=\"MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </a><a name=\"hcMedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86\"> </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\">Last updated: 2024-05-07 11:28:17+0000; Language: en</p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 66493003}\">Theophylline 200mg</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Eve Everiewoman</a></p><p><b>requester</b>: <a href=\"Practitioner-Doctor1.html\">Peter Practitioner</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Management of Asthma</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title=\"Codes:\">Take with Food</span></p><p><b>timing</b>: 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 394899003}\">oral administration of treatment</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tablet} = '{tablet}')</span></td></tr></table></blockquote></div>"
] ;
fhir:MedicationRequest.status [ fhir:value "unknown"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:66493003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "66493003" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Theophylline 200mg" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-example> ;
fhir:Reference.reference [ fhir:value "Patient/patient-example" ] ;
fhir:Reference.display [ fhir:value "Eve Everiewoman" ]
] ;
fhir:MedicationRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/Doctor1> ;
fhir:Reference.reference [ fhir:value "Practitioner/Doctor1" ] ;
fhir:Reference.display [ fhir:value "Peter Practitioner" ]
] ;
fhir:MedicationRequest.reasonCode [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Management of Asthma" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index -1 ;
fhir:Dosage.additionalInstruction [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Take with Food" ]
] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "2"^^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 -1 ;
a sct:394899003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "394899003" ] ;
fhir:Coding.display [ fhir:value "oral administration of treatment" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index -1 ;
fhir:Dosage.doseAndRate.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ] ;
fhir:Coding.code [ fhir:value "ordered" ] ;
fhir:Coding.display [ fhir:value "Ordered" ]
]
] ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "tablet" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "{tablet}" ]
]
]
] .
<http://hl7.org/fhir/Patient/patient-example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/Doctor1> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86.ttl> .
IG © 2024+ HL7 International / Structured Documents.
Package hl7.fhir.uv.fhir-clinical-document#1.1.0 based on FHIR 4.0.1.
Generated
2026-07-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
