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

: Allergy example example - JSON Representation

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "Allergy-example-dental",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-06T17:04:21.858+00:00",
    "source" : "#E8CdDQ0mBY5KkSU9",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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; Version &quot;4&quot; Updated &quot;2020-08-06 17:04:21+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #E8CdDQ0mBY5KkSU9!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-allergyintolerance.html\">US Core AllergyIntolerance Profile</a></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.html\">Patient/example-dental: Patient A</a> &quot; A&quot;</p><p><b>onset</b>: 1998-05-01</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    "medication"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "7980",
        "display" : "Penicillin G"
      }
    ],
    "text" : "Penicillin G (Ingredient)"
  },
  "patient" : {
    🔗 "reference" : "Patient/example-dental",
    "display" : "Patient A"
  },
  "onsetDateTime" : "1998-05-01"
}