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-Resin-restore-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 Resin-restore-example

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

Information Source: #8eTk7ieg8JpgAUgE

Profile: Dental Service Request

status: Active

intent: Plan

code: Preventive resin restoration in a moderate to high caries risk patient-permanent tooth

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

requester: Practitioner John D

bodySite: Entire maxillary right lateral incisor tooth


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Resin-restore-example",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-08-25T15:09:04.431+00:00",
    "source": "#8eTk7ieg8JpgAUgE",
    "profile": [
      "http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://ada.org/cdt",
        "code": "D1352",
        "display": "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth"
      }
    ],
    "text": "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth"
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "requester": {
    "reference": "Practitioner/practitioner-D"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://www.ada.org/snodent",
          "code": "161941D",
          "display": "Permanent upper right lateral incisor tooth"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "245574002",
          "display": "Entire maxillary right lateral incisor tooth"
        }
      ],
      "text": "Entire maxillary right lateral incisor tooth"
    }
  ]
}