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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypePractitioner
IdPractitioner-Practitioner-DavidAlbahari.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

Generated Narrative: Practitioner Practitioner-DavidAlbahari

version: 4; Last updated: 2024-09-21 14:11:15+0000

identifier: NPI/1482843715

active: true

name: David Albahari

telecom: ph: (555) 474-7745, dalbahari@MetroHospital.com

address: 22327 Moross Rd, Detroit, MI 48236

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-DavidAlbahari",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2024-09-21T14:11:15.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1482843715"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "David Albahari",
      "family": "Albahari",
      "given": [
        "David"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 474-7745"
    },
    {
      "system": "email",
      "value": "dalbahari@MetroHospital.com"
    }
  ],
  "address": [
    {
      "text": "22327 Moross Rd, Detroit, MI 48236",
      "line": [
        "22327 Moross Rd"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48236",
      "country": "US"
    }
  ],
  "gender": "male"
}