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 Pass3 Enoxaparin - 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-pass3-enoxaparin"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministrationnotdone"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministrationnotdone>     ] )
  ] ; # 
  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-enoxaparin</b></p><a name=\"medicationadministration-example-ach-pass3-enoxaparin\"> </a><a name=\"hcmedicationadministration-example-ach-pass3-enoxaparin\"> </a><a name=\"medicationadministration-example-ach-pass3-enoxaparin-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.798</code>/101888833 (use: usual, )</p><p><b>status</b>: Not Done</p><p><b>statusReason</b>: <span title=\"Codes:{http://snomed.info/sct 182903008}\">Drug declined by patient - reason unknown (situation)</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient Medication</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 854235}\">Enoxaparin sodium, 0.4 ML,  100 MG/ML Prefilled Syringe</span></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-acute.html\">Critical care visit</a></p><p><b>effective</b>: 2024-02-02 21:04:00-0500</p><p><b>request</b>: <a href=\"MedicationRequest-medicationrequest-example-ach-pass3-enoxaparin.html\">MedicationRequest: identifier = urn:oid:2.16.840.1.113883.19.5.1.798#101888833 (use: usual, ); status = active; intent = order; category = Inpatient; medication[x] = -&gt;0.4 ML enoxaparin sodium 100 MG/ML Prefilled Syringe; authoredOn = 2024-02-02 12:21:00-0500</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Site</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>0.4ml subcutaneous once daily in abdomen</td><td><span title=\"Codes:{http://snomed.info/sct 42972002}\">Subcutaneous tissue structure of anterior abdominal wall (body structure)</span></td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral</span></td><td>4000 uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeuL = 'uL')</span></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-02-02T21:04:00-05:00"^^xsd:dateTime ]
  ] ) ; # 
  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 "101888833" ]
  ] ) ; # 
  fhir:status [ fhir:v "not-done"] ; # 
  fhir:statusReason ( [
    ( fhir:coding [
a sct:182903008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "182903008" ] ;
fhir:display [ fhir:v "Drug declined by patient - reason unknown (situation)" ]     ] )
  ] ) ; # 
  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:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "854235" ] ;
fhir:display [ fhir:v "0.4 ML enoxaparin sodium 100 MG/ML Prefilled Syringe" ]     ] ) ;
fhir:text [ fhir:v "Enoxaparin sodium, 0.4 ML,  100 MG/ML Prefilled Syringe" ]
  ] ; # 
  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-acute" ] ;
fhir:display [ fhir:v "Critical care visit" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-02-02T21:04:00-05:00"^^xsd:dateTime] ; # 
  fhir:request [
fhir:reference [ fhir:v "MedicationRequest/medicationrequest-example-ach-pass3-enoxaparin" ]
  ] ; # 
  fhir:dosage [
fhir:text [ fhir:v "0.4ml subcutaneous once daily in abdomen" ] ;
fhir:site [
      ( fhir:coding [
a sct:42972002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42972002" ] ;
fhir:display [ fhir:v "Subcutaneous tissue structure of anterior abdominal wall (body structure)" ]       ] )     ] ;
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 "4000"^^xsd:decimal ] ;
fhir:unit [ fhir:v "uL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "uL" ]     ]
  ] . #