FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Procedure |
| Id | Procedure-RootCanalTooth8-example-dental-procedure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure RootCanalTooth8-example-dental-procedure
Profile: Dental Procedure
status: Completed
category: Dental
code: Endodontic therapy, anterior tooth (excluding final restoration)
subject: Patient A
performed: 2024-08-17
bodySite: Structure of permanent maxillary right central incisor tooth (body structure)
{
"resourceType": "Procedure",
"id": "RootCanalTooth8-example-dental-procedure",
"meta": {
"profile": [
"http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category",
"code": "dental",
"display": "Dental"
}
]
},
"code": {
"coding": [
{
"system": "http://www.ada.org/cdt",
"code": "D3310",
"display": "Endodontic therapy, anterior tooth (excluding final restoration)"
}
],
"text": "Endodontic therapy, anterior tooth (excluding final restoration)"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"performedDateTime": "2024-08-17",
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "422653006",
"display": "Structure of permanent maxillary right central incisor tooth (body structure)"
},
{
"system": "http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem",
"code": "8",
"display": "Permanent maxillary right central incisor tooth"
}
]
}
]
}