Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Patient A (example) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example-dental",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2020-08-06T17:04:19.612+00:00",
    "source" : "#JZHO74QMsJTO1bf6",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Patient <b>A </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>5152020</td></tr><tr><td>Address</td><td><span>123 Test Dr. </span><br/><span>Denver </span><span>CO </span><span>US </span></td></tr><tr><td>Date of birth</td><td><span>01 January 1990</span></td></tr></tbody></table></div>"
  },
  "extension" : [
    {
      "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-race"
    },
    {
      "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-ethnicity"
    },
    {
      "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"
    }
  ]
}