💥Inpatient Professional Fee Coding MOC
Tags: moc inpatient profee
🩻 Core Concepts
🎗️Code Sets
❤️🩹 Modifiers & Rules
🧑🏾⚕️Services
⚕️ Compliance
🔗Resources
📋 Recent Compliance Notes
TABLE WITHOUT ID
file.link as "Note",
file.mtime as "Modified"
FROM #compliance
WHERE contains(file.path, "Inpatient")
SORT file.mtime DESC
LIMIT 5
📚 Coding Reference Notes
TABLE WITHOUT ID
file.link as "Note",
file.tags as "Tags"
FROM #coding/inpatient
SORT file.name ASC
⚠️ Pending Queries
TABLE WITHOUT ID
file.link as "Query",
file.mtime as "Created"
FROM #coding/query
WHERE contains(file.path, "Inpatient")
SORT file.mtime DESC