Da Vinci Payer Data Exchange
1.0.0 - STU1

This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ExamplePractitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "4",
  "meta" : {
    "lastUpdated" : "2020-07-12T18:26:23.217+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: National Provider Identifier: 874635264</p><p><b>name</b>: Susan Smith </p><p><b>telecom</b>: ph: 3015551234</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1965-11-15</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/IdentifierTypeCS",
            "code" : "npi"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "874635264"
    }
  ],
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "Susan"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "3015551234"
    }
  ],
  "gender" : "female",
  "birthDate" : "1965-11-15"
}