Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Dental Referral ServiceRequest (example) - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "example-dental-referral-1",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-06T17:04:19.913+00:00",
    "source" : "#csg3mayPcO4M1lAE",
    "profile" : [
      "http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: example-dental-referral-1</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 14736009}\">Evaluation and management of patient (procedure)</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 103697008}\">Patient referral for dental care (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Generated Summary: id: example-dental; Medical Record Number: 5152020 (USUAL); active; Patient A ; ph: 123-456-7890(HOME), testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>requester</b>: <a href=\"Practitioner-practitioner-M.html\">Generated Summary: id: practitioner-M; id: 1234569999; John M ; ph: 303-303-6443(WORK); gender: male; birthDate: 1975-06-09</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-toothache-example.html\">Generated Summary: id: toothache-example; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span>; <span title=\"Codes: {http://snomed.info/sct 27355003}, {http://www.ada.org/snodent 131687D}\">Toothache (finding)</span>; onset: 2020-02-14</a></li><li><a href=\"Condition-LLQP-example.html\">Generated Summary: id: LLQP-example; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern problem</span>; <span title=\"Codes: {http://snomed.info/sct 301716002}\">Left lower quadrant pain</span></a></li><li><a href=\"Condition-Bleeding-gums-example.html\">Generated Summary: id: Bleeding-gums-example; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List</span>; <span title=\"Codes: {http://www.ada.org/snodent 148393D}, {http://snomed.info/sct 86276007}\">Bleeding gums</span>; onset: 2020-02-14</a></li></ul></div>"
  },
  "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)"
    }
  ],
  "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"
    }
  ]
}