FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Procedure |
| Id | Procedure-RestorationTooth8-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 RestorationTooth8-example-dental-procedure
Profile: Dental Procedure
BodyStructure Reference: BodyStructure: location = Structure of permanent maxillary right central incisor tooth (body structure); locationQualifier = Entire buccal surface,Entire lingual surface of tooth (body structure)
status: Completed
category: Dental
code: resin-based composite - two surfaces, anterior
subject: Patient A
performed: 2024-08-17
Generated Narrative: BodyStructure #bs8buccallingual
location: Structure of permanent maxillary right central incisor tooth (body structure)
locationQualifier: Entire buccal surface, Entire lingual surface of tooth (body structure)
patient: Patient A
{
"resourceType": "Procedure",
"id": "RestorationTooth8-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": "bs8buccallingual",
"location": {
"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"
}
]
},
"locationQualifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "245647007",
"display": "Entire buccal surface"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "362104007",
"display": "Entire lingual surface of tooth (body structure)"
}
]
}
],
"patient": {
"reference": "Patient/example-dental",
"display": "Patient A"
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "#bs8buccallingual"
}
}
],
"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": "D2331",
"display": "resin-based composite - two surfaces, anterior"
}
],
"text": "resin-based composite - two surfaces, anterior"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"performedDateTime": "2024-08-17"
}