{
  "resourceType" : "Practitioner",
  "id" : "edsh-practitioner-example",
  "meta" : {
    "profile" : ["https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-practitioner"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Praticien edsh-practitioner-example</b></p><a name=\"edsh-practitioner-example\"> </a><a name=\"hcedsh-practitioner-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-edsh-practitioner.html\">Practitioner</a></p></div><p><b>identifier</b>: N° RPPS/10001234567</p><p><b>name</b>: Martin Quenum </p><p><b>gender</b>: Male</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
        "code" : "RPPS"
      }]
    },
    "system" : "https://rpps.esante.gouv.fr",
    "value" : "10001234567"
  }],
  "name" : [{
    "family" : "Quenum",
    "given" : ["Martin"]
  }],
  "gender" : "male"
}