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

FHIR IG analytics

Packageans.fhir.fr.tde
Resource TypePractitioner
IdPractitioner-PractitionerExample.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

Narratif généré : Praticien PractitionerExample

identifier: https://rpps.esante.gouv.fr/10001234567

name: Jean DUPONT


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://rpps.esante.gouv.fr",
      "value": "10001234567"
    }
  ],
  "name": [
    {
      "family": "DUPONT",
      "given": [
        "Jean"
      ]
    }
  ]
}