FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr
Resource TypePractitioner
IdPractitioner-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Joseph Nichols

Source1

{
  "resourceType": "Practitioner",
  "id": "1",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2019-06-06T03:04:12.348-04:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  ],
  "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"
}