FHIR IG analytics| Package | ans.fhir.fr.tde |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Praticien PractitionerExample
Profil: FR Core Practitioner Profile
identifier: https://rpps.esante.gouv.fr/10001234567
name: Jean DUPONT
{
"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"
]
}
]
}