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

FHIR IG analytics

Packagefhir.paciosampledata
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

identifier: http://example.org/fhir/MI-state-license/​480​4​2​8​9999

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",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/MI-state-license",
      "value": "​480​4​2​8​9999"
    }
  ],
  "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"
}