Dental Data Exchange
2.0.0-ballot - 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 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: 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 class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance Allergy-example-dental</b></p><a name=\"Allergy-example-dental\"> </a><a name=\"hcAllergy-example-dental\"> </a><a name=\"Allergy-example-dental-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 4; Last updated: 2020-08-06 17:04:21+0000; </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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 7980}\">Penicillin G (Ingredient)</span></p><p><b>patient</b>: <a href=\"Patient-example-dental.html\">Patient A</a></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"
}