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:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medicationadministration-example-ach-pass3-metronidazole-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration|6.0.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration|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: MedicationAdministration medicationadministration-example-ach-pass3-metronidazole-2</b></p><a name=\"medicationadministration-example-ach-pass3-metronidazole-2\"> </a><a name=\"hcmedicationadministration-example-ach-pass3-metronidazole-2\"> </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-medicationadministration.html\">QICore MedicationAdministrationversion: null6.0.0)</a></p></div><p><b>identifier</b>: <code>http://example.org/identifiers/798</code>/1018888322 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient Medication</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-metronidazole.html\">Metronidazole 500 MG</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass3.html\">Pass2 ACH</a></p><p><b>context</b>: <a href=\"Encounter-encounter-example-ach-ach-pass3-short-stay.html\">Short Stay</a></p><p><b>effective</b>: 2024-02-02 21:09:00-0500</p><p><b>request</b>: <a href=\"MedicationRequest-medicationrequest-example-ach-pass3-metronidazole.html\">MedicationRequest: identifier = http://example.org/identifiers/798#101888832 (use: usual, ); status = active; intent = order; category = Inpatient; medication[x] = ->Metronidazole 500 MG; authoredOn = 2024-02-01 20:33:00-0500</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>5mg tablet by mouth twice daily</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral</span></td><td>5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></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 "1018888322" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "Inpatient" ] ] ) ;
fhir:text [ fhir:v "Inpatient Medication" ]
] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/medication-example-metronidazole" ] ;
fhir:display [ fhir:v "Metronidazole 500 MG" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass3" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass3-short-stay" ] ;
fhir:display [ fhir:v "Short Stay" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-02-02T21:09:00-05:00"^^xsd:dateTime
] ; #
fhir:request [
fhir:reference [ fhir:v "MedicationRequest/medicationrequest-example-ach-pass3-metronidazole" ]
] ; #
fhir:dosage [
fhir:text [ fhir:v "5mg tablet by mouth twice daily" ] ;
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:dose [
fhir:value [ fhir:v "5"^^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
