Publication Build: This will be filled in by the publication tooling
| Page standards status: Informative |
@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 "medicationrequest-example-ach-pass2-metformin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest|6.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest|6.0.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 medicationrequest-example-ach-pass2-metformin</b></p><a name=\"medicationrequest-example-ach-pass2-metformin\"> </a><a name=\"hcmedicationrequest-example-ach-pass2-metformin\"> </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=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-medicationrequest.html\">QICore MedicationRequestversion: null6.0.0)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifiers/798</code>/101888892 (use: usual, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category community}\">Home Medication</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-metformin-1000.html\">Metformin hydrochloride 1000 MG</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-emergency.html\">Emergency Encounter</a></p><p><b>authoredOn</b>: 2024-01-31 04:22:00-0500</p><p><b>requester</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))</a></p><p><b>recorder</b>: Patient Identified</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1000 mg tablet by mouth twice daily</p><p><b>timing</b>: 2 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral</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 calculated}\">calculated</span></td><td>1000 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://example.org/identifiers/798"^^xsd:anyURI ] ;
fhir:value [ fhir:v "101888892" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community" ] ;
fhir:display [ fhir:v "Community" ] ] ) ;
fhir:text [ fhir:v "Home Medication" ]
] ) ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/medication-example-metformin-1000" ] ;
fhir:display [ fhir:v "Metformin hydrochloride 1000 MG" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass2-emergency" ] ;
fhir:display [ fhir:v "Emergency Encounter" ]
] ; #
fhir:authoredOn [ fhir:v "2024-01-31T04:22:00-05:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ]
] ; #
fhir:recorder [
fhir:display [ fhir:v "Patient Identified" ]
] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "1000 mg tablet by mouth twice daily" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:asNeeded [
a fhir:boolean ;
fhir:v false ] ;
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 Use" ] ] ) ;
fhir:text [ fhir:v "Oral" ] ] ;
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "calculated" ] ;
fhir:display [ fhir:v "Calculated" ] ] ) ;
fhir:text [ fhir:v "calculated" ] ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1000"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ] )
] ) . #
IG © 2025+ HL7 International / Public Health. Package hl7.fhir.us.nhsn-dqm#1.0.0 based on FHIR 4.0.1. Generated 2025-07-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
