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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypePractitioner
IdPractitioner-5678.json
FHIR VersionR2

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 with Details

id: 5678

identifier: 24

active: true

name: Kathy Fielding


Source1

{
  "resourceType": "Practitioner",
  "id": "5678",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "24"
    }
  ],
  "active": true,
  "name": {
    "family": [
      "Fielding"
    ],
    "given": [
      "Kathy"
    ],
    "prefix": [
      "Dr"
    ]
  }
}