Back to Patients
Record Dental Procedure
Creates a FHIR R4 Procedure resource. Treatment coded in SNOMED CT AU; CDT code recorded for billing.
Procedure Form
FHIR: Procedure
FHIR Procedure Resource
Procedures link back to the Patient, carry SNOMED CT AU coding, a CDT billing code, and optionally a tooth site via bodySite.
{
"resourceType": "Procedure",
"status": "completed",
"code": {
"coding": [{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/32506021000036107",
"code": "234776006",
"display": "Dental extraction"
},
{
"system": "http://www.ada.org/cdt",
"code": "D7140",
"display": "Extraction, erupted tooth"
}]
},
"subject": { "reference": "Patient/<id>" },
"performedDateTime": "2026-03-22",
"bodySite": [{ "text": "Tooth #16" }]
}
Common SNOMED Procedures
234776006 | Extraction |
180534004 | Filling |
103697008 | Cleaning |
234780006 | Root canal |
234773003 | Crown |