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-RestorationTooth12-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 RestorationTooth12-example-dental-procedure

BodyStructure Reference: BodyStructure: location = Structure of permanent maxillary left first premolar tooth (body structure); locationQualifier = Entire buccal surface

status: Completed

category: Dental

code: resin-based composite - one surface, posterior

subject: Patient A

performed: 2024-08-17


Generated Narrative: BodyStructure #bs12buccal

location: Structure of permanent maxillary left first premolar tooth (body structure)

locationQualifier: Entire buccal surface

patient: Patient A


Source1

{
  "resourceType": "Procedure",
  "id": "RestorationTooth12-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": "bs12buccal",
      "location": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "61897005",
            "display": "Structure of permanent maxillary left first premolar tooth (body structure)"
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem",
            "code": "12",
            "display": "Permanent maxillary left first premolar 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": "#bs12buccal"
      }
    }
  ],
  "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": "D2391",
        "display": "resin-based composite - one surface, posterior"
      }
    ],
    "text": "resin-based composite - one surface, posterior"
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "performedDateTime": "2024-08-17"
}