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

FHIR IG analytics

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

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

identifier: NPI/9395820218

active: true

name: Nura Mekel

telecom: ph: (210) 555 5555, nmekel@patientcentricsolutions.com

address: 177 Branching Tree Blvd, Grand Rapids, MI 49509

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-NuraMekel",
  "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": "9395820218"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Nura Mekel",
      "family": "Mekel",
      "given": [
        "Nura"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 5555"
    },
    {
      "system": "email",
      "value": "nmekel@patientcentricsolutions.com"
    }
  ],
  "address": [
    {
      "text": "177 Branching Tree Blvd, Grand Rapids, MI 49509",
      "line": [
        "177 Branching Tree Blvd"
      ],
      "city": "Grand Rapids",
      "state": "MI",
      "postalCode": "49509",
      "country": "US"
    }
  ],
  "gender": "female"
}