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

: Complete Dental Consult Note Document Bundle example - TTL Representation

Raw ttl | Download

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Complete-Dental-Consult-Note-Document-Bundle-Example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "17" ] ;
fhir:lastUpdated [ fhir:v "2021-08-27T15:48:21.262+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#0QvC0RTdwuXOfzzP"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:c417cad7-57b3-47a6-bab8-33fdae616840" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2021-06-25T10:30:00.000-08:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Composition/Dental-2-Med-Consult"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Composition/Dental-2-Med-Consult> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Patient/example-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Patient/example-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Encounter/Med-visit-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Encounter/Med-visit-1> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/PractitionerRole/PractitionerRole-M"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/PractitionerRole/PractitionerRole-M> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-M"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-M> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Organization/GHC-organization"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Organization/GHC-organization> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/AllergyIntolerance/Allergy-example-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/AllergyIntolerance/Allergy-example-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Lisinopril-medreq"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Lisinopril-medreq> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Medication/Lisinopril-med-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Medication/Lisinopril-med-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/HTN-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/HTN-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/DM1-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/DM1-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Dental-plaque-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Dental-plaque-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-UNK"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-UNK> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/toothache-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/toothache-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Swollen-gums-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Swollen-gums-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Bleeding-gums-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Bleeding-gums-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Caries-risk"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Caries-risk> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/ServiceRequest/example-dental-referral-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/ServiceRequest/example-dental-referral-1> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Encounter/Comp-oral-eval"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Encounter/Comp-oral-eval> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Immunization/imm-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Immunization/imm-1> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Procedure/Insulin-pump-insertion"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Procedure/Insulin-pump-insertion> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/Smoker-obs-example-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/Smoker-obs-example-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/Education-level-example-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/Education-level-example-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/Present-job-example-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/Present-job-example-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/vitals-panel"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/vitals-panel> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/respiratory-rate"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/respiratory-rate> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/heart-rate"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/heart-rate> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/blood-pressure"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/blood-pressure> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/body-temperature"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/body-temperature> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Coverage/Dental-Aetna"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Coverage/Dental-Aetna> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Tooth-infection18"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Tooth-infection18> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Mandibular-perm18-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Mandibular-perm18-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Maxillary-perm7-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Maxillary-perm7-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Observation/Overjet"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Observation/Overjet> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/MedicationRequest/erythromycin-medreq-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/MedicationRequest/erythromycin-medreq-2> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Ibuprofen-medreq-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Ibuprofen-medreq-2> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Tylenol-med-dental"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Tylenol-med-dental> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Dental-extraction-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Dental-extraction-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Resin-restore-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Resin-restore-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/ServiceRequest/prophylaxis-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/ServiceRequest/prophylaxis-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Radiograph-survey"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Radiograph-survey> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Procedure/Dental-flouride-tx-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Procedure/Dental-flouride-tx-example> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Communication/dental-education2"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Communication/dental-education2> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-D"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-D> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Encounter/Dental-encounter"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Encounter/Dental-encounter> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Organization/GOHC-organization"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Organization/GOHC-organization> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Dental-caries"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Dental-caries> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/no-chew"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/no-chew> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/us/dental-data-exchange/Condition/Chronic-periodontitis-example"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/us/dental-data-exchange/Condition/Chronic-periodontitis-example> )
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Composition/Dental-2-Med-Consult> a fhir:Composition ;
  fhir:id [ fhir:v "Dental-2-Med-Consult"] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><a name=\"Composition_Dental-2-Med-Consult\"> </a><p><b>Generated Narrative: Composition</b><a name=\"Dental-2-Med-Consult\"> </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 Composition &quot;Dental-2-Med-Consult&quot;  (Language &quot;en-US&quot;) </p></div><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>: Dentistry Consult note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34756-7)</span></p><p><b>encounter</b>: <a href=\"#Encounter_Dental-encounter\">See above (Encounter/Dental-encounter: 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\">See above (Practitioner/practitioner-D: 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\">See above (Practitioner/practitioner-D: Dentist Dentist D, DMD)</a></td></tr></table><p><b>custodian</b>: <a href=\"#Organization_GOHC-organization\">See above (Organization/GOHC-organization: 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>Care Provision <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ActClass.html\">ActClass</a>#PCPR)</span></td><td>2020-02-16 --&gt; 2020-02-16</td></tr></table></div>"
  ] ; # 
  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" ]     ] )
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Patient/example-dental> a fhir:Patient ;
  fhir:id [ fhir:v "example-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <div class=\"hapiHeaderText\">Patient \n              \n                            \n                            \n                            \n                            \n                            <b>A </b>\n                        </div>\n                        <table class=\"hapiPropertyTable\">\n                            <tbody>\n                                <tr>\n                                    <td>Identifier</td>\n                                    <td>5152020</td>\n                                </tr>\n                                <tr>\n                                    <td>Address</td>\n                                    <td>\n                                        <span>123 Test Dr. </span>\n                                        <br/>\n                                        <span>Denver </span>\n                                        <span>CO </span>\n                                        <span>US </span>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td>Date of birth</td>\n                                    <td>\n                                        <span>01 January 1990</span>\n                                    </td>\n                                </tr>\n                            </tbody>\n                        </table>\n                    </div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ;
    ( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ]       ]     ] [
fhir:url [ fhir:v "detailed"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1516-4" ] ;
fhir:display [ fhir:v "Zuni" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mixed" ]     ] )
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ;
    ( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2135-2" ] ;
fhir:display [ fhir:v "Hispanic or Latino" ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Hispanic or Latino" ]     ] )
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "M" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ]       ] ) ;
fhir:text [ fhir:v "Medical Record Number" ]     ] ;
fhir:system [ fhir:v "http://clinic.goodhealth.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5152020" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [ fhir:v "A" ] ;
    ( fhir:given [ fhir:v "Patient" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "123-456-7890" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "testA@email.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "123 Test Dr." ] ) ;
fhir:city [ fhir:v "Denver" ] ;
fhir:state [ fhir:v "CO" ] ;
fhir:postalCode [ fhir:v "80204" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Encounter/Med-visit-1> a fhir:Encounter ;
  fhir:id [ fhir:v "Med-visit-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_Med-visit-1\"> </a><p><b>Generated Narrative: Encounter</b><a name=\"Med-visit-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 Encounter &quot;Med-visit-1&quot; </p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-cpt-4.html\">CPT-4</a>#99201 &quot;Level 1 New Patient Office Visit&quot;)</span></p><p><b>priority</b>: routine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ActPriority.html\">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>period</b>: 2020-02-14 15:00:14-0500 --&gt; 2020-02-14 15:30:14-0500</p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99201" ] ;
fhir:display [ fhir:v "Level 1 New Patient Office Visit" ]     ] ) ;
fhir:text [ fhir:v "Office Visit" ]
  ] ) ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "routine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-02-14T15:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-02-14T15:30:14-05:00"^^xsd:dateTime ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/PractitionerRole/PractitionerRole-M> a fhir:PractitionerRole ;
  fhir:id [ fhir:v "PractitionerRole-M"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_PractitionerRole-M\"> </a><p><b>Generated Narrative: PractitionerRole</b><a name=\"PractitionerRole-M\"> </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 PractitionerRole &quot;PractitionerRole-M&quot; </p></div><p><b>practitioner</b>: <a href=\"#Practitioner_practitioner-M\">See above (Practitioner/practitioner-M: Dr. John M)</a></p><p><b>organization</b>: <a href=\"#Organization_GHC-organization\">See above (Organization/GHC-organization: Good Health Clinic)</a></p><p><b>specialty</b>: General practice (specialty) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>telecom</b>: ph: 5555557777</p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/practitioner-M" ] ;
fhir:display [ fhir:v "Dr. John M" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/GHC-organization" ] ;
fhir:display [ fhir:v "Good Health Clinic" ]
  ] ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394814009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394814009" ] ;
fhir:display [ fhir:v "General practice (specialty)" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555557777" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-M> a fhir:Practitioner ;
  fhir:id [ fhir:v "practitioner-M"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-M\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner-M\"> </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 Practitioner &quot;practitioner-M&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/1234569999</p><p><b>name</b>: John M </p><p><b>telecom</b>: ph: 303-303-6443(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-06-09</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234569999" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "M" ] ;
    ( fhir:given [ fhir:v "John" ] ) ;
    ( fhir:prefix [ fhir:v "Dr" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "303-303-6443" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1975-06-09"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Organization/GHC-organization> a fhir:Organization ;
  fhir:id [ fhir:v "GHC-organization"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_GHC-organization\"> </a><p><b>Generated Narrative: Organization</b><a name=\"GHC-organization\"> </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 Organization &quot;GHC-organization&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/1316452725</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Good Health Clinic</p><p><b>telecom</b>: ph: (+1) 555-677-7777, <a href=\"mailto:customer-service@GHclinic.org\">customer-service@GHclinic.org</a></p><p><b>address</b>: 7551 W Alameda Ave Lakewood CO 80226 USA </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1316452725" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Good Health Clinic"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 555-677-7777" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "customer-service@GHclinic.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "7551 W Alameda Ave" ] ) ;
fhir:city [ fhir:v "Lakewood" ] ;
fhir:state [ fhir:v "CO" ] ;
fhir:postalCode [ fhir:v "80226" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/AllergyIntolerance/Allergy-example-dental> a fhir:AllergyIntolerance ;
  fhir:id [ fhir:v "Allergy-example-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"AllergyIntolerance_Allergy-example-dental\"> </a><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"Allergy-example-dental\"> </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 AllergyIntolerance &quot;Allergy-example-dental&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#confirmed)</span></p><p><b>category</b>: medication</p><p><b>criticality</b>: high</p><p><b>code</b>: Penicillin G (Ingredient) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RxNorm#7980 &quot;Penicillin G&quot;)</span></p><p><b>patient</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 1998-05-01</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7980" ] ;
fhir:display [ fhir:v "Penicillin G" ]     ] ) ;
fhir:text [ fhir:v "Penicillin G (Ingredient)" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "1998-05-01"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Lisinopril-medreq> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "Lisinopril-medreq"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_Lisinopril-medreq\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"Lisinopril-medreq\"> </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 MedicationRequest &quot;Lisinopril-medreq&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"#Medication_Lisinopril-med-example\">See above (Medication/Lisinopril-med-example)</a></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>authoredOn</b>: 2020-02-14</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-M\">See above (Practitioner/practitioner-M: Dr. John M, MD)</a></p><p><b>reasonReference</b>: <a href=\"#Condition_HTN-example\">See above (Condition/HTN-example)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 tab once a day</td><td>Starting 2020-01-03, Once</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Lisinopril-med-example" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-02-14"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-M" ] ;
fhir:display [ fhir:v "Dr. John M, MD" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/HTN-example" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 1 tab once a day" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2020-01-03"^^xsd:date ]         ]       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Medication/Lisinopril-med-example> a fhir:Medication ;
  fhir:id [ fhir:v "Lisinopril-med-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <div class=\"hapiHeaderText\">Lisinopril 10 mg tab</div>\n                    </div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "314076" ] ;
fhir:display [ fhir:v "Lisinopril 10 mg Oral Tablet" ]     ] ) ;
fhir:text [ fhir:v "Lisinopril 10 mg Oral Tablet" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/HTN-example> a fhir:Condition ;
  fhir:id [ fhir:v "HTN-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_HTN-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"HTN-example\"> </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 Condition &quot;HTN-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span></p><p><b>code</b>: Hypertensive disorder (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#38341003 &quot;High blood pressure&quot;; <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#175027D &quot;High blood pressure&quot;)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2013-07-06</p><p><b>asserter</b>: <a href=\"#Practitioner_practitioner-UNK\">See above (Practitioner/practitioner-UNK)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:38341003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "38341003" ] ;
fhir:display [ fhir:v "High blood pressure" ]     ] [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "175027D" ] ;
fhir:display [ fhir:v "High blood pressure" ]     ] ) ;
fhir:text [ fhir:v "Hypertensive disorder (disorder)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2013-07-06"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner-UNK" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/DM1-example> a fhir:Condition ;
  fhir:id [ fhir:v "DM1-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_DM1-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"DM1-example\"> </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 Condition &quot;DM1-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span></p><p><b>code</b>: Diabetes mellitus type I <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#46635009; <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#175321D)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2013-07-06</p><p><b>asserter</b>: <a href=\"#Practitioner_practitioner-UNK\">See above (Practitioner/practitioner-UNK)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:46635009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46635009" ] ;
fhir:display [ fhir:v "Diabetes mellitus type I" ]     ] [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "175321D" ] ;
fhir:display [ fhir:v "Diabetes mellitus type I" ]     ] ) ;
fhir:text [ fhir:v "Diabetes mellitus type I" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2013-07-06"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner-UNK" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Dental-plaque-example> a fhir:Condition ;
  fhir:id [ fhir:v "Dental-plaque-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Dental-plaque-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Dental-plaque-example\"> </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 Condition &quot;Dental-plaque-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span></p><p><b>code</b>: Teeth covered in plaque (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#276453000; <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#108723D)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2013-07-06</p><p><b>asserter</b>: <a href=\"#Practitioner_practitioner-UNK\">See above (Practitioner/practitioner-UNK)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:276453000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "276453000" ] ;
fhir:display [ fhir:v "Teeth covered in plaque (finding)" ]     ] [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108723D" ] ;
fhir:display [ fhir:v "Teeth covered in plaque (finding)" ]     ] ) ;
fhir:text [ fhir:v "Teeth covered in plaque (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2013-07-06"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner-UNK" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-UNK> a fhir:Practitioner ;
  fhir:id [ fhir:v "practitioner-UNK"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-UNK\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner-UNK\"> </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 Practitioner &quot;practitioner-UNK&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/555555555</p><p><b>name</b>: UNK </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "555555555" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [
fhir:v "UNK" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]       ] )     ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/toothache-example> a fhir:Condition ;
  fhir:id [ fhir:v "toothache-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_toothache-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"toothache-example\"> </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 Condition &quot;toothache-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span></p><p><b>code</b>: Toothache (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#27355003; <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#131687D)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:27355003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27355003" ] ;
fhir:display [ fhir:v "Toothache (finding)" ]     ] [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "131687D" ] ;
fhir:display [ fhir:v "Toothache (finding)" ]     ] ) ;
fhir:text [ fhir:v "Toothache (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-14"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Swollen-gums-example> a fhir:Condition ;
  fhir:id [ fhir:v "Swollen-gums-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Swollen-gums-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Swollen-gums-example\"> </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 Condition &quot;Swollen-gums-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Swollen gums (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#148393D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#309685001)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "148393D" ] ;
fhir:display [ fhir:v "Swollen gums (finding)" ]     ] [
a sct:309685001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309685001" ] ;
fhir:display [ fhir:v "Swollen gums (finding)" ]     ] ) ;
fhir:text [ fhir:v "Swollen gums (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-14"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Bleeding-gums-example> a fhir:Condition ;
  fhir:id [ fhir:v "Bleeding-gums-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Bleeding-gums-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Bleeding-gums-example\"> </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 Condition &quot;Bleeding-gums-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Bleeding gums <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#148393D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#86276007)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "148393D" ] ;
fhir:display [ fhir:v "Bleeding gums" ]     ] [
a sct:86276007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86276007" ] ;
fhir:display [ fhir:v "Bleeding gums" ]     ] ) ;
fhir:text [ fhir:v "Bleeding gums" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-14"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Caries-risk> a fhir:Condition ;
  fhir:id [ fhir:v "Caries-risk"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Caries-risk\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Caries-risk\"> </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 Condition &quot;Caries-risk&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: At high risk for dental caries (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#179051D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#609402003)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "179051D" ] ;
fhir:display [ fhir:v "At high risk for dental caries (finding)" ]     ] [
a sct:609402003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "609402003" ] ;
fhir:display [ fhir:v "At high risk for dental caries (finding)" ]     ] ) ;
fhir:text [ fhir:v "At high risk for dental caries (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-14"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/ServiceRequest/example-dental-referral-1> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "example-dental-referral-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_example-dental-referral-1\"> </a><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; </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\">See above (Patient/example-dental)</a></p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-M\">See above (Practitioner/practitioner-M)</a></p><p><b>reasonReference</b>: </p><ul><li><a href=\"#Condition_toothache-example\">See above (Condition/toothache-example)</a></li><li><a href=\"Condition-LLQP-example.html\">Condition/LLQP-example</a></li><li><a href=\"#Condition_Bleeding-gums-example\">See above (Condition/Bleeding-gums-example)</a></li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:14736009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14736009" ] ;
fhir:display [ fhir:v "History and physical examination with evaluation and management of patient (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Evaluation and management of patient (procedure)" ]
  ] ) ; # 
  fhir:priority [ fhir:v "asap"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:103697008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103697008" ] ;
fhir:display [ fhir:v "Patient referral for dental care (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Patient referral for dental care (procedure)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-M" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/toothache-example" ]
  ] [
fhir:reference [ fhir:v "Condition/LLQP-example" ]
  ] [
fhir:reference [ fhir:v "Condition/Bleeding-gums-example" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Encounter/Comp-oral-eval> a fhir:Encounter ;
  fhir:id [ fhir:v "Comp-oral-eval"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_Comp-oral-eval\"> </a><p><b>Generated Narrative: Encounter</b><a name=\"Comp-oral-eval\"> </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 Encounter &quot;Comp-oral-eval&quot; </p></div><p><b>status</b>: planned</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Comprehensive Oral Evaluation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D0150)</span></p><p><b>priority</b>: routine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ActPriority.html\">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>period</b>: 2020-03-10 15:00:14-0500 --&gt; 2020-03-10 15:30:14-0500</p></div>"
  ] ; # 
  fhir:status [ fhir:v "planned"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D0150" ]     ] ) ;
fhir:text [ fhir:v "Comprehensive Oral Evaluation" ]
  ] ) ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "routine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-03-10T15:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-03-10T15:30:14-05:00"^^xsd:dateTime ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Immunization/imm-1> a fhir:Immunization ;
  fhir:id [ fhir:v "imm-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Immunization_imm-1\"> </a><p><b>Generated Narrative: Immunization</b><a name=\"imm-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 Immunization &quot;imm-1&quot; </p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: hepatitis B vaccine, pediatric or pediatric/adolescent dosage <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-CVX.html\">PH_VaccinesAdministeredCVX_CDC_NIP</a>#08)</span></p><p><b>patient</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>occurrence</b>: 2020-01-04</p><p><b>primarySource</b>: false</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "hepatitis B vaccine, pediatric or pediatric/adolescent dosage" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-01-04"^^xsd:date] ; # 
  fhir:primarySource [ fhir:v "false"^^xsd:boolean] . # 

<http://example.org/fhir/us/dental-data-exchange/Procedure/Insulin-pump-insertion> a fhir:Procedure ;
  fhir:id [ fhir:v "Insulin-pump-insertion"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_Insulin-pump-insertion\"> </a><p><b>Generated Narrative: Procedure</b><a name=\"Insulin-pump-insertion\"> </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 Procedure &quot;Insulin-pump-insertion&quot; </p></div><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07aff</p><p><b>status</b>: completed</p><p><b>code</b>: Insertion of insulin pump (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#443263006)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>performed</b>: 2013-11-03</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07aff" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:443263006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "443263006" ]     ] ) ;
fhir:text [ fhir:v "Insertion of insulin pump (procedure)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:performed [ fhir:v "2013-11-03"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/Smoker-obs-example-dental> a fhir:Observation ;
  fhir:id [ fhir:v "Smoker-obs-example-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Smoker-obs-example-dental\"> </a><p><b>Generated Narrative: Observation</b><a name=\"Smoker-obs-example-dental\"> </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 Observation &quot;Smoker-obs-example-dental&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Tobacco smoking status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72166-2)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>effective</b>: 2020-01-15 05:27:04+0000</p><p><b>issued</b>: Jan 15, 2020, 5:27:04 AM</p><p><b>value</b>: Never smoked tobacco (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#266919005)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social History" ]     ] ) ;
fhir:text [ fhir:v "Social History" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72166-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72166-2" ] ;
fhir:display [ fhir:v "Tobacco smoking status" ]     ] ) ;
fhir:text [ fhir:v "Tobacco smoking status" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-01-15T05:27:04Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2020-01-15T05:27:04Z"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:266919005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "266919005" ] ;
fhir:display [ fhir:v "Never smoked tobacco (finding)" ]     ] ) ;
fhir:text [ fhir:v "Never smoked tobacco (finding)" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/Education-level-example-dental> a fhir:Observation ;
  fhir:id [ fhir:v "Education-level-example-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Education-level-example-dental\"> </a><p><b>Generated Narrative: Observation</b><a name=\"Education-level-example-dental\"> </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 Observation &quot;Education-level-example-dental&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Highest Level of Education <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#82589-3)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>effective</b>: 2012-01-01 --&gt; 2016-01-01</p><p><b>value</b>: Received higher education college education (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#224302000)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:82589-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82589-3" ] ;
fhir:display [ fhir:v "Highest Level of Education" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2016-01-01"^^xsd:date ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:224302000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "224302000" ] ;
fhir:display [ fhir:v "Received higher education college education (finding)" ]     ] )
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/Present-job-example-dental> a fhir:Observation ;
  fhir:id [ fhir:v "Present-job-example-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Present-job-example-dental\"> </a><p><b>Generated Narrative: Observation</b><a name=\"Present-job-example-dental\"> </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 Observation &quot;Present-job-example-dental&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: History of Occupation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11341-5)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>effective</b>: 2015-01-01 --&gt; (ongoing)</p><p><b>value</b>: Accountants and Auditors <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#0800)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11341-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11341-5" ] ;
fhir:display [ fhir:v "History of Occupation" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2015-01-01"^^xsd:date ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.11.7186"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0800" ] ;
fhir:display [ fhir:v "Accountants and Auditors" ]     ] )
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/vitals-panel> a fhir:Observation ;
  fhir:id [ fhir:v "vitals-panel"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_vitals-panel\"> </a><p><b>Generated Narrative: Observation</b><a name=\"vitals-panel\"> </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 Observation &quot;vitals-panel&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Vital signs Panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85353-1 &quot;Vital signs, weight, height, head circumference, oxygen saturation and BMI panel&quot;)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 2020-02-14</p><p><b>hasMember</b>: </p><ul><li><a href=\"#Observation_respiratory-rate\">See above (Observation/respiratory-rate: Respiratory Rate)</a></li><li><a href=\"#Observation_heart-rate\">See above (Observation/heart-rate: Heart Rate)</a></li><li><a href=\"#Observation_blood-pressure\">See above (Observation/blood-pressure: Blood Pressure)</a></li><li><a href=\"#Observation_body-temperature\">See above (Observation/body-temperature: Body Temperature)</a></li></ul></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] ) ;
fhir:text [ fhir:v "Vital Signs" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:85353-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85353-1" ] ;
fhir:display [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]     ] ) ;
fhir:text [ fhir:v "Vital signs Panel" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-02-14"^^xsd:date] ; # 
  fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/respiratory-rate" ] ;
fhir:display [ fhir:v "Respiratory Rate" ]
  ] [
fhir:reference [ fhir:v "Observation/heart-rate" ] ;
fhir:display [ fhir:v "Heart Rate" ]
  ] [
fhir:reference [ fhir:v "Observation/blood-pressure" ] ;
fhir:display [ fhir:v "Blood Pressure" ]
  ] [
fhir:reference [ fhir:v "Observation/body-temperature" ] ;
fhir:display [ fhir:v "Body Temperature" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/respiratory-rate> a fhir:Observation ;
  fhir:id [ fhir:v "respiratory-rate"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_respiratory-rate\"> </a><p><b>Generated Narrative: Observation</b><a name=\"respiratory-rate\"> </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 Observation &quot;respiratory-rate&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Respiratory rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#9279-1)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 2020-02-14</p><p><b>value</b>: 20 breaths/minute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /min = '/min')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] ) ;
fhir:text [ fhir:v "Vital Signs" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:9279-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9279-1" ] ;
fhir:display [ fhir:v "Respiratory rate" ]     ] ) ;
fhir:text [ fhir:v "Respiratory rate" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-02-14"^^xsd:date] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "breaths/minute" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/min" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/heart-rate> a fhir:Observation ;
  fhir:id [ fhir:v "heart-rate"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_heart-rate\"> </a><p><b>Generated Narrative: Observation</b><a name=\"heart-rate\"> </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 Observation &quot;heart-rate&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Heart rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8867-4)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 1999-07-02</p><p><b>value</b>: 78 beats/minute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /min = '/min')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] ) ;
fhir:text [ fhir:v "Vital Signs" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "Heart rate" ]     ] ) ;
fhir:text [ fhir:v "Heart rate" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "1999-07-02"^^xsd:date] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "78"^^xsd:decimal ] ;
fhir:unit [ fhir:v "beats/minute" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "/min" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/blood-pressure> a fhir:Observation ;
  fhir:id [ fhir:v "blood-pressure"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_blood-pressure\"> </a><p><b>Generated Narrative: Observation</b><a name=\"blood-pressure\"> </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 Observation &quot;blood-pressure&quot; </p></div><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281</p><p><b>basedOn</b>: <span><code>https://acme.org/identifiers</code>/1234</span></p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Blood pressure systolic &amp; diastolic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85354-9 &quot;Blood pressure panel with all children optional&quot;)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 2020-02-14</p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8480-6; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#271649006)</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8462-4)</span></p><p><b>value</b>: 80 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:identifier [
fhir:system [ fhir:v "https://acme.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ;
fhir:display [ fhir:v "Blood pressure panel with all children optional" ]     ] ) ;
fhir:text [ fhir:v "Blood pressure systolic & diastolic" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-02-14"^^xsd:date] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]       ] [
a sct:271649006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271649006" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/body-temperature> a fhir:Observation ;
  fhir:id [ fhir:v "body-temperature"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_body-temperature\"> </a><p><b>Generated Narrative: Observation</b><a name=\"body-temperature\"> </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 Observation &quot;body-temperature&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Body temperature <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8310-5)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 2020-02-14</p><p><b>value</b>: 36.9 C<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Cel = 'Cel')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] ) ;
fhir:text [ fhir:v "Vital Signs" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:8310-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "Body temperature" ]     ] ) ;
fhir:text [ fhir:v "Body temperature" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-02-14"^^xsd:date] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "36.9"^^xsd:decimal ] ;
fhir:unit [ fhir:v "C" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Coverage/Dental-Aetna> a fhir:Coverage ;
  fhir:id [ fhir:v "Dental-Aetna"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_Dental-Aetna\"> </a><p><b>Generated Narrative: Coverage</b><a name=\"Dental-Aetna\"> </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 Coverage &quot;Dental-Aetna&quot; </p></div><p><b>identifier</b>: <code>http://benefitsAetna.com/certificate</code>/12345</p><p><b>status</b>: active</p><p><b>type</b>: dental care policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#DENTAL)</span></p><p><b>subscriber</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>subscriberId</b>: 123456</p><p><b>beneficiary</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>dependent</b>: 0</p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>period</b>: 2020-01-01 --&gt; 2020-01-01</p><p><b>payor</b>: <a href=\"Organization-Aetna-organization.html\">Organization/Aetna-organization</a> &quot;Aetna Insurance&quot;</p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#plan)</span></td><td>B37FC</td><td>Aetna Full Coverage: Medical, Dental, Pharmacy, Vision, EHC</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://benefitsAetna.com/certificate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DENTAL" ] ;
fhir:display [ fhir:v "dental care policy" ]     ] )
  ] ; # 
  fhir:subscriber [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "123456"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:dependent [ fhir:v "0"] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-01-01"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/Aetna-organization" ]
  ] ) ; # 
  fhir:class ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ]       ] )     ] ;
fhir:value [ fhir:v "B37FC" ] ;
fhir:name [ fhir:v "Aetna Full Coverage: Medical, Dental, Pharmacy, Vision, EHC" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Tooth-infection18> a fhir:Condition ;
  fhir:id [ fhir:v "Tooth-infection18"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Tooth-infection18\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Tooth-infection18\"> </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 Condition &quot;Tooth-infection18&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Infection of tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#181608D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#427898007)</span></p><p><b>bodySite</b>: Mandibular left second molar tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161372D &quot;Permanent lower left second molar tooth&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#48402004)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem List Item" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "181608D" ] ;
fhir:display [ fhir:v "Infection of tooth" ]     ] [
a sct:427898007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "427898007" ] ;
fhir:display [ fhir:v "Infection of tooth" ]     ] ) ;
fhir:text [ fhir:v "Infection of tooth" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161372D" ] ;
fhir:display [ fhir:v "Permanent lower left second molar tooth" ]     ] [
a sct:48402004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48402004" ] ;
fhir:display [ fhir:v "Mandibular left second molar tooth" ]     ] ) ;
fhir:text [ fhir:v "Mandibular left second molar tooth" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Mandibular-perm18-example> a fhir:Condition ;
  fhir:id [ fhir:v "Mandibular-perm18-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Mandibular-perm18-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Mandibular-perm18-example\"> </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 Condition &quot;Mandibular-perm18-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span>, Disorder of mouth (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#118666D &quot;Disease of the mouth (disorder)&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#118938008)</span></p><p><b>code</b>: Dental caries (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#118065D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#80967001)</span></p><p><b>bodySite</b>: Mandibular left second molar tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161372D &quot;Permanent lower left second molar tooth&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#48402004)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-16</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118666D" ] ;
fhir:display [ fhir:v "Disease of the mouth (disorder)" ]     ] [
a sct:118938008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118938008" ] ;
fhir:display [ fhir:v "Disorder of mouth (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Disorder of mouth (disorder)" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118065D" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] [
a sct:80967001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80967001" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Dental caries (disorder)" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161372D" ] ;
fhir:display [ fhir:v "Permanent lower left second molar tooth" ]     ] [
a sct:48402004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48402004" ] ;
fhir:display [ fhir:v "Mandibular left second molar tooth" ]     ] ) ;
fhir:text [ fhir:v "Mandibular left second molar tooth" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-16"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Maxillary-perm7-example> a fhir:Condition ;
  fhir:id [ fhir:v "Maxillary-perm7-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Maxillary-perm7-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Maxillary-perm7-example\"> </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 Condition &quot;Maxillary-perm7-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Dental caries (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#118065D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#80967001)</span></p><p><b>bodySite</b>: Entire permanent maxillary right lateral incisor tooth (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161941D &quot;Permanent upper right lateral incisor tooth&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#245574002)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2019-06-10</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118065D" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] [
a sct:80967001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80967001" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Dental caries (disorder)" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161941D" ] ;
fhir:display [ fhir:v "Permanent upper right lateral incisor tooth" ]     ] [
a sct:245574002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "245574002" ] ;
fhir:display [ fhir:v "Entire permanent maxillary right lateral incisor tooth (body structure)" ]     ] ) ;
fhir:text [ fhir:v "Entire permanent maxillary right lateral incisor tooth (body structure)" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2019-06-10"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Observation/Overjet> a fhir:Observation ;
  fhir:id [ fhir:v "Overjet"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Overjet\"> </a><p><b>Generated Narrative: Observation</b><a name=\"Overjet\"> </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 Observation &quot;Overjet&quot; </p></div><p><b>status</b>: final</p><p><b>category</b>: Exam <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#exam)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Overjet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32916-9 &quot;Horizontal overlap [Length] Maxilla and Mandible Measured&quot;)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>effective</b>: 2020-02-16</p><p><b>value</b>: 3 mm</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ]     ] ) ;
fhir:text [ fhir:v "Exam" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:32916-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32916-9" ] ;
fhir:display [ fhir:v "Horizontal overlap [Length] Maxilla and Mandible Measured" ]     ] ) ;
fhir:text [ fhir:v "Overjet" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-02-16"^^xsd:date] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/MedicationRequest/erythromycin-medreq-2> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "erythromycin-medreq-2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_erythromycin-medreq-2\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"erythromycin-medreq-2\"> </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 MedicationRequest &quot;erythromycin-medreq-2&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"Medication-erythromycin-med-example.html\">Medication/erythromycin-med-example</a></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>authoredOn</b>: 2017-12-06</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D: Dr. John M, MD)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 tablet every six hours X10 days</td><td>Starting 2017-12-06, Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>10</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/erythromycin-med-example" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2017-12-06"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ] ;
fhir:display [ fhir:v "Dr. John M, MD" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 1 tablet every six hours X10 days" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2017-12-06"^^xsd:date ]         ]       ]     ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Ibuprofen-medreq-2> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "Ibuprofen-medreq-2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_Ibuprofen-medreq-2\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"Ibuprofen-medreq-2\"> </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 MedicationRequest &quot;Ibuprofen-medreq-2&quot; </p></div><p><b>status</b>: completed</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"Medication-ibuprofen-med-example-2.html\">Medication/ibuprofen-med-example-2</a></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>authoredOn</b>: 2019-12-06</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D: Dr. John M, MD)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 2-3 tablets every 8 hours as needed for pain</td><td>Starting 2019-12-06, Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 200 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/ibuprofen-med-example-2" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-12-06"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ] ;
fhir:display [ fhir:v "Dr. John M, MD" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 2-3 tablets every 8 hours as needed for pain" ] ;
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2019-12-06"^^xsd:date ]         ]       ]     ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "200"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/MedicationRequest/Tylenol-med-dental> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "Tylenol-med-dental"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_Tylenol-med-dental\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"Tylenol-med-dental\"> </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 MedicationRequest &quot;Tylenol-med-dental&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (RxNorm#993836)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>authoredOn</b>: 2020-03-30</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D: Dr. Dental D, DMD)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>take 1 tablet every 4 hours as needed for pain</td><td>Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 10</p><p><b>quantity</b>: 300 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "993836" ] ;
fhir:display [ fhir:v "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]" ]     ] ) ;
fhir:text [ fhir:v "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-03-30"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ] ;
fhir:display [ fhir:v "Dr. Dental D, DMD" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "take 1 tablet every 4 hours as needed for pain" ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral use" ]       ] )     ]
  ] ) ; # 
  fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "10"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "300"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Dental-extraction-example> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "Dental-extraction-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_Dental-extraction-example\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"Dental-extraction-example\"> </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;Dental-extraction-example&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Surgical procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#387713003)</span></p><p><b>code</b>: Extraction, erupted tooth or exposed root (elevation and/or forceps removal) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D7140)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></p><p><b>bodySite</b>: Structure of mandibular left second molar tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#48402004; <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161372D &quot;Permanent lower left second molar tooth&quot;)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:387713003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure" ]     ] ) ;
fhir:text [ fhir:v "Surgical procedure" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D7140" ] ;
fhir:display [ fhir:v "Extraction, erupted tooth or exposed root (elevation and/or forceps removal)" ]     ] ) ;
fhir:text [ fhir:v "Extraction, erupted tooth or exposed root (elevation and/or forceps removal)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:48402004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48402004" ] ;
fhir:display [ fhir:v "Structure of mandibular left second molar tooth" ]     ] [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161372D" ] ;
fhir:display [ fhir:v "Permanent lower left second molar tooth" ]     ] )
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Resin-restore-example> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "Resin-restore-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_Resin-restore-example\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"Resin-restore-example\"> </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;Resin-restore-example&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: Preventive resin restoration in a moderate to high caries risk patient-permanent tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D1352)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></p><p><b>bodySite</b>: Entire maxillary right lateral incisor tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161941D &quot;Permanent upper right lateral incisor tooth&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#245574002)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D1352" ] ;
fhir:display [ fhir:v "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth" ]     ] ) ;
fhir:text [ fhir:v "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161941D" ] ;
fhir:display [ fhir:v "Permanent upper right lateral incisor tooth" ]     ] [
a sct:245574002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "245574002" ] ;
fhir:display [ fhir:v "Entire maxillary right lateral incisor tooth" ]     ] ) ;
fhir:text [ fhir:v "Entire maxillary right lateral incisor tooth" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/ServiceRequest/prophylaxis-example> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "prophylaxis-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_prophylaxis-example\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"prophylaxis-example\"> </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;prophylaxis-example&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: Preventive resin restoration in a moderate to high caries risk patient-permanent tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D1352)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></p><p><b>bodySite</b>: Entire maxillary right lateral incisor tooth <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#161941D &quot;Permanent upper right lateral incisor tooth&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#245574002)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D1352" ] ;
fhir:display [ fhir:v "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth" ]     ] ) ;
fhir:text [ fhir:v "Preventive resin restoration in a moderate to high caries risk patient-permanent tooth" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "161941D" ] ;
fhir:display [ fhir:v "Permanent upper right lateral incisor tooth" ]     ] [
a sct:245574002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "245574002" ] ;
fhir:display [ fhir:v "Entire maxillary right lateral incisor tooth" ]     ] ) ;
fhir:text [ fhir:v "Entire maxillary right lateral incisor tooth" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/ServiceRequest/Radiograph-survey> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "Radiograph-survey"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_Radiograph-survey\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"Radiograph-survey\"> </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;Radiograph-survey&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>code</b>: Full mouth radiographic survey <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D0210)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>requester</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D0210" ] ;
fhir:display [ fhir:v "Full mouth radiographic survey" ]     ] ) ;
fhir:text [ fhir:v "Full mouth radiographic survey" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Procedure/Dental-flouride-tx-example> a fhir:Procedure ;
  fhir:id [ fhir:v "Dental-flouride-tx-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_Dental-flouride-tx-example\"> </a><p><b>Generated Narrative: Procedure</b><a name=\"Dental-flouride-tx-example\"> </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 Procedure &quot;Dental-flouride-tx-example&quot; </p></div><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:uuid:c2a737f2-2fdb-49c1-b097-dac173d07aff</p><p><b>status</b>: completed</p><p><b>code</b>: topical application of fluoride varnish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (cdt#D1206)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>performed</b>: 2020-02-16 12:55:26-0700 --&gt; 2020-02-16 13:25:26-0700</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:c2a737f2-2fdb-49c1-b097-dac173d07aff" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D1206" ]     ] ) ;
fhir:text [ fhir:v "topical application of fluoride varnish" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2020-02-16T12:55:26-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-02-16T13:25:26-07:00"^^xsd:dateTime ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]     ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Communication/dental-education2> a fhir:Communication ;
  fhir:id [ fhir:v "dental-education2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Communication_dental-education2\"> </a><p><b>Generated Narrative: Communication</b><a name=\"dental-education2\"> </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 Communication &quot;dental-education2&quot; </p></div><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>encounter</b>: <a href=\"#Encounter_Dental-encounter\">See above (Encounter/Dental-encounter)</a></p><p><b>sent</b>: 2020-02-16 18:01:10-0800</p><p><b>received</b>: 2020-01-16 18:01:11-0800</p><p><b>recipient</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>sender</b>: <a href=\"#Practitioner_practitioner-D\">See above (Practitioner/practitioner-D)</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits.</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Dental-encounter" ]
  ] ; # 
  fhir:sent [ fhir:v "2020-02-16T18:01:10-08:00"^^xsd:dateTime] ; # 
  fhir:received [ fhir:v "2020-01-16T18:01:11-08:00"^^xsd:dateTime] ; # 
  fhir:recipient ( [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
  ] ; # 
  fhir:payload ( [
fhir:content [ fhir:v "Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits." ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Practitioner/practitioner-D> a fhir:Practitioner ;
  fhir:id [ fhir:v "practitioner-D"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner-D\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner-D\"> </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 Practitioner &quot;practitioner-D&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/1234560000</p><p><b>name</b>: John D </p><p><b>telecom</b>: ph: 720-555-6443(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1990-06-09</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234560000" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "D" ] ;
    ( fhir:given [ fhir:v "John" ] ) ;
    ( fhir:prefix [ fhir:v "Dr" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "720-555-6443" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1990-06-09"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Encounter/Dental-encounter> a fhir:Encounter ;
  fhir:id [ fhir:v "Dental-encounter"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_Dental-encounter\"> </a><p><b>Generated Narrative: Encounter</b><a name=\"Dental-encounter\"> </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 Encounter &quot;Dental-encounter&quot; </p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Encounter for problem (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#185347001)</span></p><p><b>priority</b>: routine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ActPriority.html\">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental)</a></p><p><b>period</b>: 2020-02-16 15:00:14-0500 --&gt; 2020-02-16 15:30:14-0500</p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:185347001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "185347001" ]     ] ) ;
fhir:text [ fhir:v "Encounter for problem (procedure)" ]
  ] ) ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "routine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-02-16T15:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-02-16T15:30:14-05:00"^^xsd:dateTime ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Organization/GOHC-organization> a fhir:Organization ;
  fhir:id [ fhir:v "GOHC-organization"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_GOHC-organization\"> </a><p><b>Generated Narrative: Organization</b><a name=\"GOHC-organization\"> </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 Organization &quot;GOHC-organization&quot; </p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/2316452725</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Good Oral Health Clinic</p><p><b>telecom</b>: ph: (+1) 720-677-7777, <a href=\"mailto:customer2-service@GHclinic.org\">customer2-service@GHclinic.org</a></p><p><b>address</b>: 7552 W Alameda Ave Lakewood CO 80226 USA </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2316452725" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Good Oral Health Clinic"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 720-677-7777" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "customer2-service@GHclinic.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "7552 W Alameda Ave" ] ) ;
fhir:city [ fhir:v "Lakewood" ] ;
fhir:state [ fhir:v "CO" ] ;
fhir:postalCode [ fhir:v "80226" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Dental-caries> a fhir:Condition ;
  fhir:id [ fhir:v "Dental-caries"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Dental-caries\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Dental-caries\"> </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 Condition &quot;Dental-caries&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Dental caries (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#118065D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#80967001)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-16</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118065D" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] [
a sct:80967001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80967001" ] ;
fhir:display [ fhir:v "Dental caries (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Dental caries (disorder)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-16"^^xsd:date] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/no-chew> a fhir:Condition ;
  fhir:id [ fhir:v "no-chew"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_no-chew\"> </a><p><b>Generated Narrative: Condition</b><a name=\"no-chew\"> </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 Condition &quot;no-chew&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span></p><p><b>code</b>: Unable to chew (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#126488D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#288920002)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem List Item" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "126488D" ] ;
fhir:display [ fhir:v "Unable to chew (finding)" ]     ] [
a sct:288920002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "288920002" ] ;
fhir:display [ fhir:v "Unable to chew (finding)" ]     ] ) ;
fhir:text [ fhir:v "Unable to chew (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] . # 

<http://example.org/fhir/us/dental-data-exchange/Condition/Chronic-periodontitis-example> a fhir:Condition ;
  fhir:id [ fhir:v "Chronic-periodontitis-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_Chronic-periodontitis-example\"> </a><p><b>Generated Narrative: Condition</b><a name=\"Chronic-periodontitis-example\"> </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 Condition &quot;Chronic-periodontitis-example&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item &quot;Problem List Item&quot;)</span>, Dental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-dental-category.html\">Dental Category</a>#dental)</span>, Dental Problem List <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#118666D &quot;Disorder of mouth (disorder)&quot;)</span></p><p><b>code</b>: Chronic periodontitis (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\">Systematized Nomenclature of Dentistry (SNODENT)</a>#116957D; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#5689008)</span></p><p><b>subject</b>: <a href=\"#Patient_example-dental\">See above (Patient/example-dental: Patient A)</a></p><p><b>onset</b>: 2020-02-14</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] ) ;
fhir:text [ fhir:v "Confirmed" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] ) ;
fhir:text [ fhir:v "Problem" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "118666D" ] ;
fhir:display [ fhir:v "Disorder of mouth (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Dental Problem List" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116957D" ] ;
fhir:display [ fhir:v "Chronic periodontitis (disorder)" ]     ] [
a sct:5689008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5689008" ] ;
fhir:display [ fhir:v "Chronic periodontitis (disorder)" ]     ] ) ;
fhir:text [ fhir:v "Chronic periodontitis (disorder)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-02-14"^^xsd:date] . #