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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeServiceRequest
IdServiceRequest-Dental-extraction-example.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: ServiceRequest Dental-extraction-example

version: 6; Last updated: 2021-08-25 15:09:04+0000;

Information Source: #c7jv7dROPUQx9Rtd

Profile: Dental Service Request

status: Active

intent: Plan

category: Surgical procedure

code: Extraction, erupted tooth or exposed root (elevation and/or forceps removal)

subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))

requester: Practitioner John D

bodySite: Structure of mandibular left second molar tooth


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Dental-extraction-example",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2021-08-25T15:09:04.426+00:00",
    "source": "#c7jv7dROPUQx9Rtd",
    "profile": [
      "http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "387713003",
          "display": "Surgical procedure"
        }
      ],
      "text": "Surgical procedure"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://ada.org/cdt",
        "code": "D7140",
        "display": "Extraction, erupted tooth or exposed root (elevation and/or forceps removal)"
      }
    ],
    "text": "Extraction, erupted tooth or exposed root (elevation and/or forceps removal)"
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "requester": {
    "reference": "Practitioner/practitioner-D"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "48402004",
          "display": "Structure of mandibular left second molar tooth"
        },
        {
          "system": "http://www.ada.org/snodent",
          "code": "161372D",
          "display": "Permanent lower left second molar tooth"
        }
      ]
    }
  ]
}