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

FHIR IG analytics

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

version: 4; Last updated: 2024-09-20 19:03:21+0000

identifier: NPI/2346547898

active: true

name: Anita M. Chu

telecom: ph: (555) 638-1212, achu@MichiganPrimaryCare.com

address: 14820 Gratiot Ave, Detroit, MI 48205

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-AnitaChu",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2024-09-20T19:03:21.000+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "2346547898"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Anita M. Chu",
      "family": "Chu",
      "given": [
        "Anita",
        "Marie"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 638-1212"
    },
    {
      "system": "email",
      "value": "achu@MichiganPrimaryCare.com"
    }
  ],
  "address": [
    {
      "text": "14820 Gratiot Ave, Detroit, MI 48205",
      "line": [
        "14820 Gratiot Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48205",
      "country": "US"
    }
  ],
  "gender": "female"
}