National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: MedicationAdministration - Example ACH Pass2 Dex4 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medicationadministration-example-ach-pass2-dex4"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministration>     ] )
  ] ; # 
  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-pass2-dex4</b></p><a name=\"medicationadministration-example-ach-pass2-dex4\"> </a><a name=\"hcmedicationadministration-example-ach-pass2-dex4\"> </a><a name=\"medicationadministration-example-ach-pass2-dex4-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101888893 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Medication-medication-example-dex4-tablet.html\">Dex4 4 gm chewable tablet X1</a></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>context</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-emergency.html\">Emergency Encounter</a></p><p><b>effective</b>: 2024-01-31 04:54:00-0500</p><p><b>request</b>: <a href=\"MedicationRequest-medicationrequest-example-ach-pass2-dex4-tablet.html\">MedicationRequest: identifier = urn:oid:2.16.840.1.113883.19.5.1.798#101888892 (use: usual, ); status = active; intent = plan; category = Outpatient; medication[x] = -&gt;Dex4 4 gm chewable tablet X1; authoredOn = 2024-01-31 04:46: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>4 gm chewable tablet X1</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral</span></td><td>4 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5.1.798"^^xsd:anyURI ] ;
fhir:value [ fhir:v "101888893" ]
  ] ) ; # 
  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 "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ]     ] ) ;
fhir:text [ fhir:v "Outpatient" ]
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/medication-example-dex4-tablet" ] ;
fhir:display [ fhir:v "Dex4 4 gm chewable tablet X1" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass2-emergency" ] ;
fhir:display [ fhir:v "Emergency Encounter" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-01-31T04:54:00-05:00"^^xsd:dateTime] ; # 
  fhir:request [
fhir:reference [ fhir:v "MedicationRequest/medicationrequest-example-ach-pass2-dex4-tablet" ]
  ] ; # 
  fhir:dosage [
fhir:text [ fhir:v "4 gm chewable tablet X1" ] ;
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 "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ]     ]
  ] . #