FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Procedure |
| Id | Procedure-RestorationTooth7-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 RestorationTooth7-example-dental-procedure
Profile: Dental Procedure
BodyStructure Reference: BodyStructure: location = Structure of permanent maxillary right lateral incisor tooth (body structure); locationQualifier = Entire buccal surface
status: Completed
category: Dental
code: resin-based composite - one surface, anterior
subject: Patient A
performed: 2024-08-17
Generated Narrative: BodyStructure #bs7buccal
location: Structure of permanent maxillary right lateral incisor tooth (body structure)
locationQualifier: Entire buccal surface
patient: Patient A
{
"resourceType": "Procedure",
"id": "RestorationTooth7-example-dental-procedure",
"meta": {
"profile": [
"http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-procedure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "BodyStructure",
"id": "bs7buccal",
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "424877001",
"display": "Structure of permanent maxillary right lateral incisor tooth (body structure)"
},
{
"system": "http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem",
"code": "7",
"display": "Permanent maxillary right lateral incisor tooth"
}
]
},
"locationQualifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "245647007",
"display": "Entire buccal surface"
}
]
}
],
"patient": {
"reference": "Patient/example-dental",
"display": "Patient A"
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "#bs7buccal"
}
}
],
"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": "D2330",
"display": "resin-based composite - one surface, anterior"
}
],
"text": "resin-based composite - one surface, anterior"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"performedDateTime": "2024-08-17"
}