FHIR IG analytics| Package | ans.fhir.fr.mesures |
| Resource Type | Practitioner |
| Id | Practitioner-example-mes-fr-practitionner-001.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 example-mes-fr-practitionner-001
identifier: http://www.acme.org/practitioners/801234567897
active: true
name: Jean Dupont
telecom: ph: 01 70 88 88 64(Work)
address: 7 rue Coursier Amiens 80000 (home)
{
"resourceType": "Practitioner",
"id": "example-mes-fr-practitionner-001",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "801234567897"
}
],
"active": true,
"name": [
{
"family": "Dupont",
"given": [
"Jean"
],
"prefix": [
"Mr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01 70 88 88 64",
"use": "work",
"rank": 1
}
],
"address": [
{
"use": "home",
"line": [
"7 rue Coursier"
],
"city": "Amiens",
"postalCode": "80000"
}
]
}