langcare-medication-reconciliation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-medication-reconciliation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when a clinician needs to reconcile medications across care settings per Joint Commission NPSG.03.06.01 -- admission, discharge, or transfer.
fhir_search to pull active MedicationRequest resources (prescribed orders) with status=active,on-holdfhir_search to pull active MedicationStatement resources (patient-reported home medications)fhir_search to pull MedicationAdministration resources (inpatient administered medications) filtered by admission datefhir_search to pull active AllergyIntolerance and Condition resources for safety cross-referencefhir_update to update MedicationStatement/MedicationRequest status if authorizedfhir_search(resourceType="MedicationRequest", queryParams="patient=[patient-id]&status=active,on-hold&_include=MedicationRequest:medication&_count=100")fhir_search(resourceType="MedicationStatement", queryParams="patient=[patient-id]&status=active,intended,on-hold&_count=100")fhir_search(resourceType="MedicationAdministration", queryParams="patient=[patient-id]&effective-time=ge[admission-date]&_count=100")http://www.nlm.nih.gov/research/umls/rxnorm) for medication matching; fall back to text matching when codes unavailable~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.