Procedure Note Template
Overview
Generate pre-populated procedure documentation templates from FHIR data. Pull patient demographics, procedure indication from active conditions, relevant pre-procedure labs (coagulation studies, platelets, hemoglobin), allergy list, and current anticoagulant status. Include required elements: informed consent verification, time-out documentation, procedure details, specimen handling, complications, and post-procedure orders. Support common bedside procedures: central venous catheter, arterial line, intubation, lumbar puncture, paracentesis, thoracentesis, chest tube, foley catheter, and NG tube.
FHIR Resources Used
| Resource |
Purpose |
Key Fields |
| Patient |
Demographics for note header |
name, birthDate, gender, identifier |
| Condition |
Procedure indication |
code, clinicalStatus |
| Observation |
Pre-procedure labs (coags, CBC), vitals |
code, value[x], effectiveDateTime |
| AllergyIntolerance |
Allergy check (esp. latex, iodine, lidocaine) |
code, reaction, clinicalStatus |
| MedicationRequest |
Anticoagulant status, sedation orders |
medicationCodeableConcept, status, dosageInstruction |
| MedicationAdministration |
Sedation medications given |
medicationCodeableConcept, dosage, effectiveDateTime |
| Consent |
Informed consent status |
status, scope, dateTime |
| Procedure |
Create procedure record |
code, status, performedDateTime, outcome, complication |
Instructions
Step 1: Retrieve Patient Demographics
Tool: fhir_read
resourceType: "Patient"
id: "[patient-id]"
Extract: name, DOB, age, gender, MRN for procedure note header and patient identification band verification.
Step 2: Identify Procedure Indication
Tool: fhir_search
resourceType: "Condition"
queryParams: "patient=[patient-id]&clinical-status=active"
Match the stated procedure to an active condition as the indication. Common mappings:
- Central line: difficult IV access, need for vasopressors, TPN, prolonged IV antibiotics
- Arterial line: hemodynamic instability, frequent ABG monitoring
- Intubation: respiratory failure, airway protection
- Lumbar puncture: meningitis workup, subarachnoid hemorrhage evaluation
- Paracentesis: ascites (tense, diagnostic)
- Thoracentesis: pleural effusion (diagnostic or therapeutic)
- Chest tube: pneumothorax, hemothorax, empyema
- Foley catheter: urinary retention, strict I&O monitoring, perioperative
- NG tube: bowel obstruction, GI decompression, medication administration
Step 3: Pull Pre-Procedure Labs
Tool: fhir_search
resourceType: "Observation"
queryParams: "patient=[patient-id]&category=laboratory&code=http://loinc.org|5902-2,http://loinc.org|6301-6,http://loinc.org|777-3,http://loinc.org|718-7,http://loinc.org|3173-2&_sort=-date&_count=20"
Critical pre-procedure LOINC codes:
- 5902-2: PT (Prothrombin time)
- 6301-6: INR
- 3173-2: aPTT (Activated partial thromboplastin time)
- 777-3: Platelet count
- 718-7: Hemoglobin
- 4544-3: Hematocrit
Flag if:
- INR > 1.5 (relative contraindication for most invasive procedures)
- Platelets < 50,000 (increased bleeding risk)
- Platelets < 20,000 (contraindication without transfusion)
- aPTT > 1.5x control
- Hemoglobin < 7 (consider transfusion before elective procedure)
- Labs > 24 hours old (recommend recheck)
Step 4: Check Allergies
Tool: fhir_search
resourceType: "AllergyIntolerance"
queryParams: "patient=[patient-id]&clinical-status=active"
Flag procedure-relevant allergies:
- Latex: Use non-latex gloves, equipment
- Iodine/Betadine: Use chlorhexidine for skin prep
- Chlorhexidine: Use betadine for skin prep
- Lidocaine/local anesthetics: Use alternative anesthetic, allergy consult
- Adhesive/tape: Use alternative securement
- Heparin (HIT): Avoid heparin-coated catheters and flushes
Step 5: Check Anticoagulant Status
Tool: fhir_search
resourceType: "MedicationRequest"
queryParams: "patient=[patient-id]&status=active&category=http://terminology.hl7.org/CodeSystem/medicationrequest-category|inpatient"
Check active medications for anticoagulants and antiplatelets:
- Heparin drip: Check if held, last aPTT value
- Enoxaparin: Timing of last dose (hold 12h for prophylactic, 24h for therapeutic)
- Warfarin: Current INR
- DOACs (apixaban, rivarelbán, edoxaban): Timing of last dose (hold 24-48h)
- Clopidogrel, prasugrel, ticagrelor: Document if held
- Aspirin: Generally continued for most bedside procedures
Step 6: Check Consent Status
Tool: fhir_search
resourceType: "Consent"
queryParams: "patient=[patient-id]&status=active&scope=treatment"
If no procedure-specific consent found, flag: "INFORMED CONSENT: NOT DOCUMENTED -- obtain before proceeding."
Step 7: Pull Pre-Procedure Vitals
Tool: fhir_search
resourceType: "Observation"
queryParams: "patient=[patient-id]&category=vital-signs&_sort=-date&_count=10"
Document baseline vitals before procedure.
Step 8: Assemble Procedure Note Template
PROCEDURE NOTE
===============
Patient: [name] | MRN: [mrn] | DOB: [dob] (Age: [age]) | Sex: [gender]
Date/Time: [procedure datetime]
Procedure: [procedure name]
Operator: [Flag: "Enter operator name and credentials"]
Supervising Physician: [if applicable]
Service: [service]
INDICATION
----------
[Condition from Step 2 with ICD-10 code]
INFORMED CONSENT
----------------
[Consent status from Step 6]
Risks, benefits, and alternatives discussed with: [patient / surrogate]
Consent signed: [date/time or "REQUIRED"]
ALLERGIES
---------
[List with procedure-relevant flags]
PRE-PROCEDURE VERIFICATION (TIME-OUT)
--------------------------------------
- [ ] Correct patient (two-identifier verification)
- [ ] Correct procedure confirmed
- [ ] Correct site/laterality marked (if applicable)
- [ ] Informed consent obtained
- [ ] Relevant labs reviewed:
PT/INR: [value] ([date]) [FLAG if abnormal]
Platelets: [value] ([date]) [FLAG if abnormal]
Hemoglobin: [value] ([date]) [FLAG if abnormal]
aPTT: [value] ([date]) [FLAG if abnormal]
- [ ] Anticoagulant status: [status from Step 5]
- [ ] Allergies reviewed: [summary]
- [ ] Equipment and supplies verified
PRE-PROCEDURE VITALS
---------------------
HR: [hr] | BP: [sys]/[dia] | RR: [rr] | SpO2: [spo2]% on [O2]
SEDATION / ANESTHESIA
----------------------
[Flag: "Complete if conscious sedation used"]
Sedation type: [none / local only / moderate sedation / deep sedation]
Medications administered:
- [Drug] [dose] [route] [time] [Flag: "Enter"]
- [Drug] [dose] [route] [time] [Flag: "Enter"]
Pre-sedation assessment: ASA class [I-V], Mallampati [I-IV], NPO status [hours]
Monitoring: Continuous pulse oximetry, cardiac monitor, ETCO2 (if applicable)
PROCEDURE DETAILS
-----------------
[Flag: "Operator to complete procedure details"]
Position: [supine / lateral decubitus / sitting / Trendelenburg]
Skin prep: [chlorhexidine / betadine] [Note allergy-based selection]
Draping: Sterile draping applied
Anesthesia: [lidocaine X% / bupivacaine X%] [volume] mL infiltrated to [site]
Technique: [Description of procedure steps]
Site: [anatomical location, laterality]
[Procedure-specific fields -- see references/procedure-documentation.md]
SPECIMENS
---------
[If applicable]
Type: [fluid / tissue / culture]
Sent to: [lab / microbiology / cytology / pathology]
Tests ordered: [cell count, culture, protein, glucose, LDH, cytology, etc.]
Labeled: [Yes -- two-identifier verification]
ESTIMATED BLOOD LOSS
--------------------
[volume] mL
COMPLICATIONS
-------------
[None / describe]
[Procedure-specific complication checklist -- see references/procedure-safety.md]
POST-PROCEDURE
--------------
Patient tolerated procedure: [well / with complications]
Post-procedure vitals: HR [hr] | BP [sys]/[dia] | SpO2 [spo2]%
Post-procedure imaging ordered: [CXR for central line/chest tube / none]
Post-procedure orders:
- [Site check q[interval]]
- [Dressing change instructions]
- [Activity restrictions]
- [Lab follow-up]
DISPOSITION
-----------
Patient returned to: [floor / ICU / recovery]
Attending notified: [Yes/No]
Step 9: Create Procedure Resource in FHIR
Tool: fhir_create
resourceType: "Procedure"
resource: {
"resourceType": "Procedure",
"status": "completed",
"code": {
"coding": [{
"system": "http://www.ama-assn.org/go/cpt",
"code": "[CPT-code]",
"display": "[procedure-name]"
}]
},
"subject": {"reference": "Patient/[patient-id]"},
"encounter": {"reference": "Encounter/[encounter-id]"},
"performedDateTime": "[procedure-datetime]",
"performer": [{
"actor": {"reference": "Practitioner/[practitioner-id]"}
}],
"reasonReference": [{"reference": "Condition/[indication-condition-id]"}],
"outcome": {
"coding": [{
"system": "http://snomed.info/sct",
"code": "385669000",
"display": "Successful"
}]
},
"note": [{"text": "[brief procedure summary]"}]
}
Common CPT codes:
- 36556: Central venous catheter insertion (non-tunneled)
- 36620: Arterial line insertion
- 31500: Intubation, endotracheal
- 62270: Lumbar puncture
- 49083: Paracentesis
- 32555: Thoracentesis
- 32551: Chest tube insertion
- 51702: Foley catheter insertion
- 43752: NG tube insertion
Examples
Example 1: Central Line Placement
User says: "Procedure note for central line placement on patient 11111."
Actions:
fhir_read Patient/11111. Returns: James Torres, DOB 1955-06-30, Male, MRN-11111.
fhir_search Condition active. Returns: Septic shock (R65.21), pneumonia (J18.9), T2DM, CKD4.
fhir_search Observation labs (coags, CBC). Returns: INR 1.2, platelets 188k, Hgb 9.8, aPTT 28.
fhir_search AllergyIntolerance. Returns: Latex allergy (urticaria). Flag: USE NON-LATEX EQUIPMENT.
fhir_search MedicationRequest anticoagulants. Returns: Heparin drip active -- held 2 hours ago, aPTT at hold was 55.
fhir_search Observation vitals. Returns: HR 105, BP 88/52 on norepinephrine, SpO2 96% on 4L NC.
Result:
PROCEDURE NOTE
===============
Patient: James Torres | MRN: MRN-11111 | DOB: 1955-06-30 (Age: 68) | Sex: Male
Procedure: Central venous catheter insertion (non-tunneled)
INDICATION: Septic shock requiring vasopressor administration (R65.21)
ALLERGIES
** LATEX ALLERGY (urticaria) -- USE NON-LATEX GLOVES AND EQUIPMENT **
PRE-PROCEDURE VERIFICATION
- Labs: INR 1.2 [OK] | Platelets 188k [OK] | Hgb 9.8 [OK] | aPTT 28 [OK]
- Anticoagulant: Heparin drip HELD 2h ago, aPTT at hold: 55
- Consent: [VERIFY]
PRE-PROCEDURE VITALS
HR: 105 | BP: 88/52 (on norepinephrine) | SpO2: 96% on 4L NC
[Procedure details: operator to complete -- site, technique, number of attempts,
catheter type/size, line placement confirmation method, post-procedure CXR ordered]
Example 2: Lumbar Puncture
User says: "Generate LP procedure note template for patient pt-222, meningitis workup."
Actions:
fhir_read Patient/pt-222. Returns: Emily Park, DOB 1990-03-22, Female.
fhir_search Condition. Returns: Fever of unknown origin (R50.9), headache (R51.9), nuchal rigidity (R29.1).
fhir_search Observation labs. Returns: INR 1.0, platelets 245k, Hgb 12.8, WBC 18.5.
fhir_search AllergyIntolerance. Returns: NKDA.
fhir_search MedicationRequest. Returns: No anticoagulants active.
fhir_search Observation vitals. Returns: T 39.2C, HR 110, BP 128/78, SpO2 99% RA.
Result: Pre-populated LP template with indication (meningitis workup), normal coags confirmed, no allergy concerns, specimen handling section pre-filled (tube 1: cell count/diff, tube 2: glucose/protein, tube 3: Gram stain/culture, tube 4: hold for additional studies), opening pressure documentation field, post-LP instructions (flat 1-2 hours, monitor for headache).
Troubleshooting
Pre-procedure labs are older than 24 hours
- Flag prominently: "Labs dated [date] -- [X] hours old. Consider recheck before procedure if clinically indicated."
- For INR and platelets, 24-48 hours is generally acceptable if no interval events (bleeding, transfusion, new anticoagulation).
- For hemoglobin in actively bleeding patients, recommend point-of-care testing.
Consent resource not found in FHIR
- Consent resources are not universally implemented in FHIR servers. Many systems store consent in paper or scanned documents.
- Search DocumentReference for scanned consent:
fhir_search DocumentReference with patient=[id]&type=http://loinc.org|59284-0 (LOINC 59284-0 = Consent document).
- If not found, prominently flag: "INFORMED CONSENT STATUS: UNABLE TO VERIFY IN ELECTRONIC RECORD -- confirm paper consent before proceeding."
Procedure-specific CPT code not in standard list
- Use SNOMED CT coding as an alternative:
system: "http://snomed.info/sct".
- Common SNOMED codes: 233573008 (central line), 52765003 (intubation), 277762005 (lumbar puncture), 86088003 (paracentesis), 91602002 (thoracentesis).
- If no standard code matches, use
code.text with the procedure name as free text.
Related Skills
soap-note-generator - For documenting the encounter containing the procedure
progress-note-writer - For post-procedure daily documentation
lab-result-interpreter - For interpreting pre-procedure lab values
preoperative-lab-checklist - For verifying all required pre-procedure labs are current
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: langcare-langcare-mcp-fhir-procedure-note-template3description: Procedure Note Template4---56# Procedure Note Template78## Overview910Generate pre-populated procedure documentation templates from FHIR data. Pull patient demographics, procedure indication from active conditions, relevant pre-procedure labs (coagulation studies, platelets, hemoglobin), allergy list, and current anticoagulant status. Include required elements: informed consent verification, time-out documentation, procedure details, specimen handling, complications, and post-procedure orders. Support common bedside procedures: central venous catheter, arterial line, intubation, lumbar puncture, paracentesis, thoracentesis, chest tube, foley catheter, and NG tube.1112## FHIR Resources Used1314| Resource | Purpose | Key Fields |15|----------|---------|------------|16| Patient | Demographics for note header | name, birthDate, gender, identifier |17| Condition | Procedure indication | code, clinicalStatus |18| Observation | Pre-procedure labs (coags, CBC), vitals | code, value[x], effectiveDateTime |19| AllergyIntolerance | Allergy check (esp. latex, iodine, lidocaine) | code, reaction, clinicalStatus |20| MedicationRequest | Anticoagulant status, sedation orders | medicationCodeableConcept, status, dosageInstruction |21| MedicationAdministration | Sedation medications given | medicationCodeableConcept, dosage, effectiveDateTime |22| Consent | Informed consent status | status, scope, dateTime |23| Procedure | Create procedure record | code, status, performedDateTime, outcome, complication |2425## Instructions2627### Step 1: Retrieve Patient Demographics2829```30Tool: fhir_read31resourceType: "Patient"32id: "[patient-id]"33```3435Extract: name, DOB, age, gender, MRN for procedure note header and patient identification band verification.3637### Step 2: Identify Procedure Indication3839```40Tool: fhir_search41resourceType: "Condition"42queryParams: "patient=[patient-id]&clinical-status=active"43```4445Match the stated procedure to an active condition as the indication. Common mappings:46- Central line: difficult IV access, need for vasopressors, TPN, prolonged IV antibiotics47- Arterial line: hemodynamic instability, frequent ABG monitoring48- Intubation: respiratory failure, airway protection49- Lumbar puncture: meningitis workup, subarachnoid hemorrhage evaluation50- Paracentesis: ascites (tense, diagnostic)51- Thoracentesis: pleural effusion (diagnostic or therapeutic)52- Chest tube: pneumothorax, hemothorax, empyema53- Foley catheter: urinary retention, strict I&O monitoring, perioperative54- NG tube: bowel obstruction, GI decompression, medication administration5556### Step 3: Pull Pre-Procedure Labs5758```59Tool: fhir_search60resourceType: "Observation"61queryParams: "patient=[patient-id]&category=laboratory&code=http://loinc.org|5902-2,http://loinc.org|6301-6,http://loinc.org|777-3,http://loinc.org|718-7,http://loinc.org|3173-2&_sort=-date&_count=20"62```6364Critical pre-procedure LOINC codes:65- 5902-2: PT (Prothrombin time)66- 6301-6: INR67- 3173-2: aPTT (Activated partial thromboplastin time)68- 777-3: Platelet count69- 718-7: Hemoglobin70- 4544-3: Hematocrit7172Flag if:73- INR > 1.5 (relative contraindication for most invasive procedures)74- Platelets < 50,000 (increased bleeding risk)75- Platelets < 20,000 (contraindication without transfusion)76- aPTT > 1.5x control77- Hemoglobin < 7 (consider transfusion before elective procedure)78- Labs > 24 hours old (recommend recheck)7980### Step 4: Check Allergies8182```83Tool: fhir_search84resourceType: "AllergyIntolerance"85queryParams: "patient=[patient-id]&clinical-status=active"86```8788Flag procedure-relevant allergies:89- **Latex**: Use non-latex gloves, equipment90- **Iodine/Betadine**: Use chlorhexidine for skin prep91- **Chlorhexidine**: Use betadine for skin prep92- **Lidocaine/local anesthetics**: Use alternative anesthetic, allergy consult93- **Adhesive/tape**: Use alternative securement94- **Heparin** (HIT): Avoid heparin-coated catheters and flushes9596### Step 5: Check Anticoagulant Status9798```99Tool: fhir_search100resourceType: "MedicationRequest"101queryParams: "patient=[patient-id]&status=active&category=http://terminology.hl7.org/CodeSystem/medicationrequest-category|inpatient"102```103104Check active medications for anticoagulants and antiplatelets:105- Heparin drip: Check if held, last aPTT value106- Enoxaparin: Timing of last dose (hold 12h for prophylactic, 24h for therapeutic)107- Warfarin: Current INR108- DOACs (apixaban, rivarelbán, edoxaban): Timing of last dose (hold 24-48h)109- Clopidogrel, prasugrel, ticagrelor: Document if held110- Aspirin: Generally continued for most bedside procedures111112### Step 6: Check Consent Status113114```115Tool: fhir_search116resourceType: "Consent"117queryParams: "patient=[patient-id]&status=active&scope=treatment"118```119120If no procedure-specific consent found, flag: "INFORMED CONSENT: NOT DOCUMENTED -- obtain before proceeding."121122### Step 7: Pull Pre-Procedure Vitals123124```125Tool: fhir_search126resourceType: "Observation"127queryParams: "patient=[patient-id]&category=vital-signs&_sort=-date&_count=10"128```129130Document baseline vitals before procedure.131132### Step 8: Assemble Procedure Note Template133134```135PROCEDURE NOTE136===============137Patient: [name] | MRN: [mrn] | DOB: [dob] (Age: [age]) | Sex: [gender]138Date/Time: [procedure datetime]139Procedure: [procedure name]140Operator: [Flag: "Enter operator name and credentials"]141Supervising Physician: [if applicable]142Service: [service]143144INDICATION145----------146[Condition from Step 2 with ICD-10 code]147148INFORMED CONSENT149----------------150[Consent status from Step 6]151Risks, benefits, and alternatives discussed with: [patient / surrogate]152Consent signed: [date/time or "REQUIRED"]153154ALLERGIES155---------156[List with procedure-relevant flags]157158PRE-PROCEDURE VERIFICATION (TIME-OUT)159--------------------------------------160- [ ] Correct patient (two-identifier verification)161- [ ] Correct procedure confirmed162- [ ] Correct site/laterality marked (if applicable)163- [ ] Informed consent obtained164- [ ] Relevant labs reviewed:165 PT/INR: [value] ([date]) [FLAG if abnormal]166 Platelets: [value] ([date]) [FLAG if abnormal]167 Hemoglobin: [value] ([date]) [FLAG if abnormal]168 aPTT: [value] ([date]) [FLAG if abnormal]169- [ ] Anticoagulant status: [status from Step 5]170- [ ] Allergies reviewed: [summary]171- [ ] Equipment and supplies verified172173PRE-PROCEDURE VITALS174---------------------175HR: [hr] | BP: [sys]/[dia] | RR: [rr] | SpO2: [spo2]% on [O2]176177SEDATION / ANESTHESIA178----------------------179[Flag: "Complete if conscious sedation used"]180Sedation type: [none / local only / moderate sedation / deep sedation]181Medications administered:182 - [Drug] [dose] [route] [time] [Flag: "Enter"]183 - [Drug] [dose] [route] [time] [Flag: "Enter"]184Pre-sedation assessment: ASA class [I-V], Mallampati [I-IV], NPO status [hours]185Monitoring: Continuous pulse oximetry, cardiac monitor, ETCO2 (if applicable)186187PROCEDURE DETAILS188-----------------189[Flag: "Operator to complete procedure details"]190Position: [supine / lateral decubitus / sitting / Trendelenburg]191Skin prep: [chlorhexidine / betadine] [Note allergy-based selection]192Draping: Sterile draping applied193Anesthesia: [lidocaine X% / bupivacaine X%] [volume] mL infiltrated to [site]194Technique: [Description of procedure steps]195Site: [anatomical location, laterality]196197[Procedure-specific fields -- see references/procedure-documentation.md]198199SPECIMENS200---------201[If applicable]202Type: [fluid / tissue / culture]203Sent to: [lab / microbiology / cytology / pathology]204Tests ordered: [cell count, culture, protein, glucose, LDH, cytology, etc.]205Labeled: [Yes -- two-identifier verification]206207ESTIMATED BLOOD LOSS208--------------------209[volume] mL210211COMPLICATIONS212-------------213[None / describe]214[Procedure-specific complication checklist -- see references/procedure-safety.md]215216POST-PROCEDURE217--------------218Patient tolerated procedure: [well / with complications]219Post-procedure vitals: HR [hr] | BP [sys]/[dia] | SpO2 [spo2]%220Post-procedure imaging ordered: [CXR for central line/chest tube / none]221Post-procedure orders:222 - [Site check q[interval]]223 - [Dressing change instructions]224 - [Activity restrictions]225 - [Lab follow-up]226227DISPOSITION228-----------229Patient returned to: [floor / ICU / recovery]230Attending notified: [Yes/No]231```232233### Step 9: Create Procedure Resource in FHIR234235```236Tool: fhir_create237resourceType: "Procedure"238resource: {239 "resourceType": "Procedure",240 "status": "completed",241 "code": {242 "coding": [{243 "system": "http://www.ama-assn.org/go/cpt",244 "code": "[CPT-code]",245 "display": "[procedure-name]"246 }]247 },248 "subject": {"reference": "Patient/[patient-id]"},249 "encounter": {"reference": "Encounter/[encounter-id]"},250 "performedDateTime": "[procedure-datetime]",251 "performer": [{252 "actor": {"reference": "Practitioner/[practitioner-id]"}253 }],254 "reasonReference": [{"reference": "Condition/[indication-condition-id]"}],255 "outcome": {256 "coding": [{257 "system": "http://snomed.info/sct",258 "code": "385669000",259 "display": "Successful"260 }]261 },262 "note": [{"text": "[brief procedure summary]"}]263}264```265266Common CPT codes:267- 36556: Central venous catheter insertion (non-tunneled)268- 36620: Arterial line insertion269- 31500: Intubation, endotracheal270- 62270: Lumbar puncture271- 49083: Paracentesis272- 32555: Thoracentesis273- 32551: Chest tube insertion274- 51702: Foley catheter insertion275- 43752: NG tube insertion276277## Examples278279### Example 1: Central Line Placement280281**User says**: "Procedure note for central line placement on patient 11111."282283**Actions**:2841. `fhir_read` Patient/11111. Returns: James Torres, DOB 1955-06-30, Male, MRN-11111.2852. `fhir_search` Condition active. Returns: Septic shock (R65.21), pneumonia (J18.9), T2DM, CKD4.2863. `fhir_search` Observation labs (coags, CBC). Returns: INR 1.2, platelets 188k, Hgb 9.8, aPTT 28.2874. `fhir_search` AllergyIntolerance. Returns: Latex allergy (urticaria). Flag: USE NON-LATEX EQUIPMENT.2885. `fhir_search` MedicationRequest anticoagulants. Returns: Heparin drip active -- held 2 hours ago, aPTT at hold was 55.2896. `fhir_search` Observation vitals. Returns: HR 105, BP 88/52 on norepinephrine, SpO2 96% on 4L NC.290291**Result**:292```293PROCEDURE NOTE294===============295Patient: James Torres | MRN: MRN-11111 | DOB: 1955-06-30 (Age: 68) | Sex: Male296Procedure: Central venous catheter insertion (non-tunneled)297298INDICATION: Septic shock requiring vasopressor administration (R65.21)299300ALLERGIES301** LATEX ALLERGY (urticaria) -- USE NON-LATEX GLOVES AND EQUIPMENT **302303PRE-PROCEDURE VERIFICATION304- Labs: INR 1.2 [OK] | Platelets 188k [OK] | Hgb 9.8 [OK] | aPTT 28 [OK]305- Anticoagulant: Heparin drip HELD 2h ago, aPTT at hold: 55306- Consent: [VERIFY]307308PRE-PROCEDURE VITALS309HR: 105 | BP: 88/52 (on norepinephrine) | SpO2: 96% on 4L NC310311[Procedure details: operator to complete -- site, technique, number of attempts,312 catheter type/size, line placement confirmation method, post-procedure CXR ordered]313```314315### Example 2: Lumbar Puncture316317**User says**: "Generate LP procedure note template for patient pt-222, meningitis workup."318319**Actions**:3201. `fhir_read` Patient/pt-222. Returns: Emily Park, DOB 1990-03-22, Female.3212. `fhir_search` Condition. Returns: Fever of unknown origin (R50.9), headache (R51.9), nuchal rigidity (R29.1).3223. `fhir_search` Observation labs. Returns: INR 1.0, platelets 245k, Hgb 12.8, WBC 18.5.3234. `fhir_search` AllergyIntolerance. Returns: NKDA.3245. `fhir_search` MedicationRequest. Returns: No anticoagulants active.3256. `fhir_search` Observation vitals. Returns: T 39.2C, HR 110, BP 128/78, SpO2 99% RA.326327**Result**: Pre-populated LP template with indication (meningitis workup), normal coags confirmed, no allergy concerns, specimen handling section pre-filled (tube 1: cell count/diff, tube 2: glucose/protein, tube 3: Gram stain/culture, tube 4: hold for additional studies), opening pressure documentation field, post-LP instructions (flat 1-2 hours, monitor for headache).328329## Troubleshooting330331### Pre-procedure labs are older than 24 hours332- Flag prominently: "Labs dated [date] -- [X] hours old. Consider recheck before procedure if clinically indicated."333- For INR and platelets, 24-48 hours is generally acceptable if no interval events (bleeding, transfusion, new anticoagulation).334- For hemoglobin in actively bleeding patients, recommend point-of-care testing.335336### Consent resource not found in FHIR337- Consent resources are not universally implemented in FHIR servers. Many systems store consent in paper or scanned documents.338- Search DocumentReference for scanned consent: `fhir_search` DocumentReference with `patient=[id]&type=http://loinc.org|59284-0` (LOINC 59284-0 = Consent document).339- If not found, prominently flag: "INFORMED CONSENT STATUS: UNABLE TO VERIFY IN ELECTRONIC RECORD -- confirm paper consent before proceeding."340341### Procedure-specific CPT code not in standard list342- Use SNOMED CT coding as an alternative: `system: "http://snomed.info/sct"`.343- Common SNOMED codes: 233573008 (central line), 52765003 (intubation), 277762005 (lumbar puncture), 86088003 (paracentesis), 91602002 (thoracentesis).344- If no standard code matches, use `code.text` with the procedure name as free text.345346## Related Skills347348- `soap-note-generator` - For documenting the encounter containing the procedure349- `progress-note-writer` - For post-procedure daily documentation350- `lab-result-interpreter` - For interpreting pre-procedure lab values351- `preoperative-lab-checklist` - For verifying all required pre-procedure labs are current352353---354> Converted and distributed by [TomeVault](https://tomevault.io/claim/langcare) — claim your Tome and manage your conversions.355<!-- tomevault:4.0:skill_md:2026-04-13 -->