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

FHIR IG analytics

Packageee.fhir.ahd
Resource TypePractitioner
IdPractitioner-practitioner-example.json
FHIR VersionR5

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-example

identifier: https://example.ee/fhir/sid/hcp-person-id/38101010021

active: true

name: Katrin Tamm (Official)

telecom: +3726001234

Qualifications

-Code
*Arst

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://example.ee/fhir/sid/hcp-person-id",
      "value": "38101010021"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Tamm",
      "given": [
        "Katrin"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+3726001234",
      "use": "work"
    }
  ],
  "qualification": [
    {
      "code": {
        "text": "Arst"
      }
    }
  ]
}