FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeProcedure
IdProcedure-RootCanalTooth8-example-dental-procedure.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure RootCanalTooth8-example-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)


Source1

{
  "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"
        }
      ]
    }
  ]
}