langcare-demographics — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-demographics (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 consolidated view of non-clinical patient data including identifiers, contact information, emergency contacts, insurance coverage, preferred language, and advance directive status.
fhir_read to retrieve the Patient resource and extract identifiers, name, DOB, gender, race/ethnicity (US Core extensions), address, telecom, preferred language, and marital statusfhir_search to find RelatedPerson resources linked to the patient for emergency contacts, next of kin, and guarantorsfhir_search to retrieve active Coverage resources for insurance information including plan name, group, subscriber ID, payor, and coverage orderfhir_search to check for advance directives via Consent (category=acd) or DocumentReference (LOINC 64298-3)fhir_read(resourceType="Patient", id="[patient-id]")fhir_search(resourceType="RelatedPerson", queryParams="patient=[patient-id]")fhir_search(resourceType="Coverage", queryParams="patient=[patient-id]&status=active")fhir_search(resourceType="Consent", queryParams="patient=[patient-id]&category=http://terminology.hl7.org/CodeSystem/consentcategorycodes|acd")name.use = "official" as primary display name; note maiden names separately~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.