Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: Practitioner - Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "1",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2019-06-06T03:04:12.348-04:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Joseph Nichols</div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "9941339108"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Nichols",
      "given" : [
        "Joseph",
        "P"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "800-277-1993",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "joseph.shaw@example.com"
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "53 Sunset AveApt 9"
      ],
      "city" : "Tulsa",
      "state" : "OK",
      "postalCode" : "74126",
      "country" : "USA"
    }
  ],
  "gender" : "male",
  "birthDate" : "1963-12-14"
}