This page is part of the Guide d'implémentation FHIR - Mesures de santé (v3.0.1: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
: ExampleFrPractitionner001 - JSON Representation
Raw json | Download
{
"resourceType" : "Practitioner",
"id" : "ExampleFrPractitionner001",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"ExampleFrPractitionner001\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "ExampleFrPractitionner001" </p></div><p><b>identifier</b>: id:\u00a0801234567897</p><p><b>active</b>: true</p><p><b>name</b>: Jean Dupont </p><p><b>telecom</b>: ph: 01 70 88 88 64(WORK)</p><p><b>address</b>: 7 rue Coursier Amiens 80000 (HOME)</p></div>"
},
"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"
}
]
}