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-example-dental-referral-1.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 example-dental-referral-1

version: 9; Last updated: 2021-08-17 18:21:18+0000;

Information Source: #SNBbxDLfpSgMOlLL

Profile: Dental Service Request

identifier: URI/urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4

status: Active

intent: Plan

category: Evaluation and management of patient (procedure)

priority: ASAP

code: Patient referral for dental care (procedure)

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

requester: Practitioner John M

reasonReference:


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-dental-referral-1",
  "meta": {
    "versionId": "9",
    "lastUpdated": "2021-08-17T18:21:18.760+00:00",
    "source": "#SNBbxDLfpSgMOlLL",
    "profile": [
      "http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4"
    }
  ],
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "14736009",
          "display": "History and physical examination with evaluation and management of patient (procedure)"
        }
      ],
      "text": "Evaluation and management of patient (procedure)"
    }
  ],
  "priority": "asap",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "103697008",
        "display": "Patient referral for dental care (procedure)"
      }
    ],
    "text": "Patient referral for dental care (procedure)"
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "requester": {
    "reference": "Practitioner/practitioner-M"
  },
  "reasonReference": [
    {
      "reference": "Condition/toothache-example"
    },
    {
      "reference": "Condition/LLQP-example"
    },
    {
      "reference": "Condition/Bleeding-gums-example"
    }
  ]
}