langcare-procedure-notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-procedure-notes (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 a structured procedure note populated with patient context from FHIR resources.
fhir_read to retrieve Patient demographics and allergiesfhir_search to pull the Procedure resource for the completed procedure (code, performedDateTime, outcome)fhir_search to pull pre-procedure Observation resources (vitals, relevant labs, coagulation studies)fhir_search to pull active Condition resources for relevant comorbidities and procedure indicationfhir_search to pull MedicationRequest for anesthesia/sedation medications administeredfhir_create to persist as DocumentReference (LOINC 28570-0 for procedure note)fhir_read(resourceType="Procedure", id="[procedure-id]")fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&date=ge[procedure-date-minus-7d]&date=le[procedure-date]&_sort=-date")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.