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 2.0.0-ballot 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
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Dental-2-Med-Consult"] ; # fhir:meta [ fhir:versionId [ fhir:v "24" ] ; fhir:lastUpdated [ fhir:v "2021-08-24T23:27:45.426+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#sBPqj3BhYLw4XXH8"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-consult-note"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-consult-note> ] ) ] ; # fhir:language [ fhir:v "en-US"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Composition Dental-2-Med-Consult</b></p><a name=\"Dental-2-Med-Consult\"> </a><a name=\"hcDental-2-Med-Consult\"> </a><a name=\"Dental-2-Med-Consult-en-US\"> </a><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\">version: 24; Last updated: 2021-08-24 23:27:45+0000; Language: en-US; </p><p style=\"margin-bottom: 0px\">Information Source: #sBPqj3BhYLw4XXH8</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-consult-note.html\">Dental Consult Note</a></p></div><p><b>Order Extension</b>: <a href=\"ServiceRequest-example-dental-referral-1.html\">ServiceRequest Patient referral for dental care (procedure)</a></p><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uuid:f28fefc8-5aac-427c-93d7-f0bc7d633a9b</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34756-7}\">Dentistry Consult note</span></p><p><b>encounter</b>: <a href=\"Encounter-Dental-encounter.html\">Dental Referral with patient A</a></p><p><b>date</b>: 2020-02-16 09:10:14+0000</p><p><b>author</b>: <a href=\"Practitioner-practitioner-D.html\">Dentist D, DMD</a></p><p><b>title</b>: Consultation Note</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2020-03-28 09:10:14+0000</td><td><a href=\"Practitioner-practitioner-D.html\">Dentist Dentist D, DMD</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-GOHC-organization.html\">Good Oral Health Clinic</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActClass PCPR}\">Care Provision</span></td><td>2020-02-16 --> 2020-02-16</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ccda/StructureDefinition/OrderExtension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "ServiceRequest/example-dental-referral-1" ] ] ] ) ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:f28fefc8-5aac-427c-93d7-f0bc7d633a9b" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:34756-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "34756-7" ] ; fhir:display [ fhir:v "Dentistry Consult note" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example-dental" ] ; fhir:display [ fhir:v "Patient A" ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/Dental-encounter" ] ; fhir:display [ fhir:v "Dental Referral with patient A" ] ] ; # fhir:date [ fhir:v "2020-02-16T09:10:14Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "Practitioner/practitioner-D" ] ; fhir:display [ fhir:v "Dentist D, DMD" ] ] ) ; # fhir:title [ fhir:v "Consultation Note"] ; # fhir:attester ( [ fhir:mode [ fhir:v "legal" ] ; fhir:time [ fhir:v "2020-03-28T09:10:14Z"^^xsd:dateTime ] ; fhir:party [ fhir:reference [ fhir:v "Practitioner/practitioner-D" ] ; fhir:display [ fhir:v "Dentist Dentist D, DMD" ] ] ] ) ; # fhir:custodian [ fhir:reference [ fhir:v "Organization/GOHC-organization" ] ; fhir:display [ fhir:v "Good Oral Health Clinic" ] ] ; # fhir:event ( [ ( fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ; fhir:code [ fhir:v "PCPR" ] ; fhir:display [ fhir:v "Care Provision" ] ] ) ] ) ; fhir:period [ fhir:start [ fhir:v "2020-02-16"^^xsd:date ] ; fhir:end [ fhir:v "2020-02-16"^^xsd:date ] ] ] ) ; # fhir:section ( [ fhir:title [ fhir:v "Allergies and Intolerances Section" ] ; fhir:code [ ( fhir:coding [ a loinc:48765-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "48765-2" ] ; fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td>\n <b>Substance</b>\n </td>\n <td>\n <b>Overall Severity</b>\n </td>\n <td>\n <b>Reaction</b>\n </td>\n <td>\n <b>Reaction Severity</b>\n </td>\n <td>\n <b>Status</b>\n </td>\n </tr>\n <tr>\n <td>Penicillin G (Ingredient)</td>\n <td>Mild</td>\n <td>Skin rash</td>\n <td>Mild</td>\n <td>Active</td>\n </tr>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "AllergyIntolerance/Allergy-example-dental" ] ] ) ] [ fhir:title [ fhir:v "History of Present Illness Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10164-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10164-2" ] ; fhir:display [ fhir:v "History of Present illness Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>The patient has not visited a dentist or received fluoride treatments in the past four years while away at college</p>\n </div>" ] ] [ fhir:title [ fhir:v "Problem Section" ] ; fhir:code [ ( fhir:coding [ a loinc:11450-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11450-4" ] ; fhir:display [ fhir:v "Problem list - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Mild, Hypertension</p>\n <p>Type 1 diabetes</p>\n <p>Dental caries</p>\n <p>Unable to chew</p>\n <p>Teeth covered in plague</p>\n <p>Toothache</p>\n <p>Chronic periodontitis</p>\n <p>Infection of tooth</p>\n <p>At high risk for dental caries (finding)</p>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Condition/HTN-example" ] ] [ fhir:reference [ fhir:v "Condition/DM1-example" ] ] [ fhir:reference [ fhir:v "Condition/Dental-caries" ] ] [ fhir:reference [ fhir:v "Condition/no-chew" ] ] [ fhir:reference [ fhir:v "Condition/Dental-plaque-example" ] ] [ fhir:reference [ fhir:v "Condition/toothache-example" ] ] [ fhir:reference [ fhir:v "Condition/Chronic-periodontitis-example" ] ] [ fhir:reference [ fhir:v "Condition/Tooth-infection18" ] ] [ fhir:reference [ fhir:v "Condition/Caries-risk" ] ] ) ] [ fhir:title [ fhir:v "Medication Section" ] ; fhir:code [ ( fhir:coding [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td>\n <b>Medication</b>\n </td>\n <td>\n <b>Directions</b>\n </td>\n <td>\n <b>Start Date</b>\n </td>\n <td>\n <b>Status</b>\n </td>\n <td>\n <b>Indications</b>\n </td>\n <td>\n <b>Fill Instructions</b>\n </td>\n </tr>\n <tr>\n <td>erythromycin 500 mg</td>\n <td>Take 1 tablet every six hours X10 days</td>\n <td/>\n <td>Active</td>\n <td/>\n <td/>\n </tr>\n <tr>\n <td>ibuprofen (OTC) 200 mg tab</td>\n <td>Take 2-3 tablets every 8 hours as needed for pain</td>\n <td>Take 2-3 tablets every 8 hours as needed for pain</td>\n <td/>\n <td>Active</td>\n <td/>\n <td/>\n </tr>\n <tr>\n <td>acetaminophen (OTC) 325 mg</td>\n <td>Take 2 tablets every 4-6 hours as needed for pain</td>\n <td/>\n <td>Active</td>\n <td/>\n <td/>\n </tr>\n <tr>\n <td>Lisinopril 10 mg tab</td>\n <td>1 tab once a day</td>\n <td/>\n <td>Active</td>\n <td/>\n <td/>\n </tr>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "MedicationRequest/erythromycin-medreq-2" ] ] [ fhir:reference [ fhir:v "MedicationRequest/Ibuprofen-medreq-2" ] ] [ fhir:reference [ fhir:v "MedicationRequest/Tylenol-med-dental" ] ] [ fhir:reference [ fhir:v "MedicationRequest/Lisinopril-medreq" ] ] ) ] [ fhir:title [ fhir:v "Assessment Section" ] ; fhir:code [ ( fhir:coding [ a loinc:51848-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "51848-0" ] ; fhir:display [ fhir:v "Evaluation note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p> Patient reports inability to chew on left side due to pain and\n sensitivity, a condition that has increased in severity in the two days\n since his medical appointment </p>\n <p> Significant decay on the left lower second molar (tooth #18)\n with signs of infection </p>\n <p> Early signs of a caries lesion (decay) on the right upper\n lateral incisor (tooth #7) </p>\n <p> Recommend an extraction of the left lower second molar(tooth\n #18) and a restoration on the right upper lateral incisor (tooth #7) due\n to a caries lesion </p>\n </div>" ] ] [ fhir:title [ fhir:v "Immunizations Section" ] ; fhir:code [ ( fhir:coding [ a loinc:11369-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11369-6" ] ; fhir:display [ fhir:v "History of Immunization Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Vaccine</th>\n <th>Date</th>\n <th>Status</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>\n Hepatitis B vaccine\n </td>\n <td>January 4, 2020</td>\n <td>Completed</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Immunization/imm-1" ] ] ) ] [ fhir:title [ fhir:v "Medical Equipment Section" ] ; fhir:code [ ( fhir:coding [ a loinc:46264-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "46264-8" ] ; fhir:display [ fhir:v "History of medical device use" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Device Type</th>\n <th>Procedure</th>\n <th>Implant Date</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Insulin Pump</td>\n <td>Insertion of insulin pump (procedure)</td>\n <td>November 3, 2013</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Procedure/Insulin-pump-insertion" ] ] ) ] [ fhir:title [ fhir:v "Plan of Treatment Section" ] ; fhir:code [ ( fhir:coding [ a loinc:18776-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "18776-5" ] ; fhir:display [ fhir:v "Plan of care note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Date</th>\n <th>Code</th>\n <th>Description</th>\n <th>Mouth Location</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Feb 23, 2020</td>\n <td>D7140</td>\n <td>Extraction, erupted tooth or exposed root (elevation and/or\n forceps removal)</td>\n <td>Tooth #18</td>\n </tr>\n <tr>\n <td>Mar 3, 2020</td>\n <td>D1352</td>\n <td>Preventive resin restoration in a moderate to high caries\n risk patient-permanent tooth</td>\n <td>Tooth #7</td>\n </tr>\n <tr>\n <td>Mar 10, 2020</td>\n <td>D0150</td>\n <td>comprehensive oral evaluation - new or established\n patient</td>\n <td>N/A</td>\n </tr>\n <tr>\n <td>Mar 10, 2020</td>\n <td>D1110</td>\n <td>Prophylaxis - Adult</td>\n <td>N/A</td>\n </tr>\n <tr>\n <td>Mar 10, 2020</td>\n <td>D0210</td>\n <td>Full mouth radiographic survey</td>\n <td>N/A</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "ServiceRequest/Dental-extraction-example" ] ] [ fhir:reference [ fhir:v "ServiceRequest/Resin-restore-example" ] ] [ fhir:reference [ fhir:v "ServiceRequest/prophylaxis-example" ] ] [ fhir:reference [ fhir:v "ServiceRequest/Radiograph-survey" ] ] ) ] [ fhir:title [ fhir:v "Procedures Section" ] ; fhir:code [ ( fhir:coding [ a loinc:47519-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "47519-4" ] ; fhir:display [ fhir:v "History of Procedures Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Date</th>\n <th>Code</th>\n <th>Description</th>\n <th>Mouth Location</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Feb 16, 2020</td>\n <td>D1206</td>\n <td>topical application of fluoride varnish</td>\n <td>N/A</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Procedure/Dental-flouride-tx-example" ] ] ) ] [ fhir:title [ fhir:v "Reason for Visit Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29299-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29299-5" ] ; fhir:display [ fhir:v "Reason for visit" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Patient referred for evaluation and treatment for toothache lower left</p>\n </div>" ] ] [ fhir:title [ fhir:v "Social History Section" ] ; fhir:code [ ( fhir:coding [ a loinc:29762-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29762-2" ] ; fhir:display [ fhir:v "Social history Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td>\n <b>Social History Element</b>\n </td>\n <td>\n <b>Description</b>\n </td>\n <td>\n <b>Effective Dates</b>\n </td>\n </tr>\n <tr>\n <td>Smoking Status - Meaningful Use</td>\n <td>Never smoked tobacco</td>\n <td>Feb 14, 2020</td>\n </tr>\n <tr>\n <td>Highest Education Level</td>\n <td>College Education</td>\n <td>2005/05/01 - 2010/02/28</td>\n </tr>\n <tr>\n <td>Employment</td>\n <td>Accountaint, Full Time</td>\n <td>2005/05/01 - 2010/02/28</td>\n </tr>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/Smoker-obs-example-dental" ] ] [ fhir:reference [ fhir:v "Observation/Education-level-example-dental" ] ] [ fhir:reference [ fhir:v "Observation/Present-job-example-dental" ] ] ) ] [ fhir:title [ fhir:v "Vital Signs Section" ] ; fhir:code [ ( fhir:coding [ a loinc:8716-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8716-3" ] ; fhir:display [ fhir:v "Vital signs" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Observation Type</th>\n <th>Value</th>\n <th>Units</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Body Temperature</td>\n <td>99</td>\n <td>[degF]</td>\n </tr>\n <tr>\n <td>Heart Rate</td>\n <td>82</td>\n <td>/min</td>\n </tr>\n <tr>\n <td>Blood Pressure - Diastolic</td>\n <td>80</td>\n <td>mmHg</td>\n </tr>\n <tr>\n <td>Blood Pressure - Systolic</td>\n <td>120</td>\n <td>mmHg</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/body-temperature" ] ] [ fhir:reference [ fhir:v "Observation/heart-rate" ] ] [ fhir:reference [ fhir:v "Observation/blood-pressure" ] ] ) ] [ fhir:title [ fhir:v "Instructions Section" ] ; fhir:code [ ( fhir:coding [ a loinc:69730-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "69730-0" ] ; fhir:display [ fhir:v "Instructions" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Patient educated on the benefits of using a fluoride toothpaste, daily\n flossing, and bi-annual routine dental cleaning visits.</p>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Communication/dental-education2" ] ] ) ] [ fhir:title [ fhir:v "Payers Section" ] ; fhir:code [ ( fhir:coding [ a loinc:48768-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "48768-6" ] ; fhir:display [ fhir:v "Payment sources Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Aetna Comprehensive Medical /Dental Insurance</p>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Coverage/Dental-Aetna" ] ] ) ] [ fhir:title [ fhir:v "Dental Findings Section" ] ; fhir:code [ ( fhir:coding [ a loinc:8704-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8704-9" ] ; fhir:display [ fhir:v "Physical findings of Mouth and Throat and Teeth" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table border=\"1\" width=\"100%\">\n <thead>\n <tr>\n <th>Finding Type</th>\n <th>Value</th>\n <th>Location</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Problem</td>\n <td>Dental Caries</td>\n <td>Tooth #18</td>\n </tr>\n <tr>\n <td>Problem</td>\n <td>Infection of Tooth</td>\n <td>Tooth #18</td>\n </tr>\n <tr>\n <td>Problem</td>\n <td>Dental Caries</td>\n <td>Tooth #7</td>\n </tr>\n <tr>\n <td>Result</td>\n <td>Overjet</td>\n <td>3mm</td>\n </tr>\n </tbody>\n </table>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Condition/Mandibular-perm18-example" ] ] [ fhir:reference [ fhir:v "Condition/Tooth-infection18" ] ] [ fhir:reference [ fhir:v "Condition/Maxillary-perm7-example" ] ] [ fhir:reference [ fhir:v "Observation/Overjet" ] ] ) ] ) . #
IG © 2020+ Payer/Provider Information Exchange Work Group. Package hl7.fhir.us.dental-data-exchange#2.0.0-ballot based on FHIR 4.0.1. Generated 2024-09-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change