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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypePractitioner
IdPractitioner-Practitioner-KevinJames.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-KevinJames

version: 1; Last updated: 2025-07-15 13:17:30+0000;

Information Source: #GwLEnFTWbl2jKe7j

identifier: http://example.org/fhir/MI-state-license/4804289999

active: true

name: Kevin James

telecom: ph: (800) 555-9999, kjames@acmessential.com

address: 1111 Northwest Street Detroit MI 48214 US

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-KevinJames",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-07-15T13:17:30+00:00",
    "source": "#GwLEnFTWbl2jKe7j"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/MI-state-license",
      "value": "4804289999"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Kevin James",
      "family": "James",
      "given": [
        "Kevin"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(800) 555-9999"
    },
    {
      "system": "email",
      "value": "kjames@acmessential.com"
    }
  ],
  "address": [
    {
      "line": [
        "1111 Northwest Street"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48214",
      "country": "US"
    }
  ],
  "gender": "male"
}