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

FHIR IG analytics

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

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

active: true

name: Alexander Kuikhoff

telecom: ph: (210) 555 1871, akuikhoff@patientcentricsolutions.com

address: 8100 Pinebrook Dr, Grand Rapids, MI 49504

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-AlexanderKuikhoff",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2024-09-21T14:14:58.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": [
    {
      "text": "Alexander Kuikhoff",
      "family": "Kuikhoff",
      "given": [
        "Alexander"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 1871"
    },
    {
      "system": "email",
      "value": "akuikhoff@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"
}