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

FHIR IG analytics

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

version: 2; Last updated: 2024-09-21 14:20:39+0000

identifier: NPI/3820583019

active: true

name: Gerald Park

telecom: ph: (555) 566 3494, gpark@patientcentricsolutions.com

address: 8100 Pinebrook Dr, Grand Rapids, MI 49504

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-GeraldPark",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2024-09-21T14:20:39.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "3820583019"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Gerald Park",
      "family": "Park",
      "given": [
        "Gerald"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 566 3494"
    },
    {
      "system": "email",
      "value": "gpark@patientcentricsolutions.com"
    }
  ],
  "address": [
    {
      "text": "8100 Pinebrook Dr, Grand Rapids, MI 49504",
      "line": [
        "8100 Pinebrook Dr"
      ],
      "city": "Grand Rapids",
      "state": "MI",
      "postalCode": "49504",
      "country": "US"
    }
  ],
  "gender": "male"
}