Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Dental Referral ServiceRequest example - JSON Representation

Raw json | Download


{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"example-dental-referral-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;example-dental-referral-1&quot; Version &quot;9&quot; Updated &quot;2021-08-17 18:21:18+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #SNBbxDLfpSgMOlLL!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-servicerequest.html\">Dental Service Request</a></p></div><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Evaluation and management of patient (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#14736009 &quot;History and physical examination with evaluation and management of patient (procedure)&quot;)</span></p><p><b>priority</b>: asap</p><p><b>code</b>: Patient referral for dental care (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103697008)</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient/example-dental</a> &quot; A&quot;</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-M.html\">Practitioner/practitioner-M</a> &quot; M&quot;</p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-toothache-example.html\">Condition/toothache-example</a></li><li><a href=\"Condition-LLQP-example.html\">Condition/LLQP-example</a></li><li><a href=\"Condition-Bleeding-gums-example.html\">Condition/Bleeding-gums-example</a></li></ul></div>"
  },
  "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"
    }
  ]
}