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

: Patient A example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-dental",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2021-03-30T15:54:14.486+00:00",
    "source" : "#nRym4nap90mqpxVr",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\">Patient \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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "1516-4",
            "display" : "Zuni"
          }
        },
        {
          "url" : "text",
          "valueString" : "Mixed"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Hispanic or Latino"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "M"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://clinic.goodhealth.org",
      "value" : "5152020"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "A",
      "given" : [
        "Patient"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "123-456-7890",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "testA@email.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-01-01",
  "address" : [
    {
      "line" : [
        "123 Test Dr."
      ],
      "city" : "Denver",
      "state" : "CO",
      "postalCode" : "80204",
      "country" : "US"
    }
  ]
}