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-Radiograph-survey.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 Radiograph-survey

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

Information Source: #pV3lHNgD21KZwfyT

Profile: Dental Service Request

status: Active

intent: Plan

code: Full mouth radiographic survey

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

requester: Practitioner John D


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Radiograph-survey",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-08-25T15:09:04.427+00:00",
    "source": "#pV3lHNgD21KZwfyT",
    "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": "D0210",
        "display": "Full mouth radiographic survey"
      }
    ],
    "text": "Full mouth radiographic survey"
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "requester": {
    "reference": "Practitioner/practitioner-D"
  }
}