Guide d'implémentation FHIR - Mesures de santé
3.1.0 - final-text France flag

This page is part of the Guide d'implémentation FHIR - Mesures de santé (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. 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 class=\"res-header-id\"><b>Generated Narrative: Practitioner ExampleFrPractitionner001</b></p><a name=\"ExampleFrPractitionner001\"> </a><a name=\"hcExampleFrPractitionner001\"> </a><a name=\"ExampleFrPractitionner001-fr-FR\"> </a><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/801234567897</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"
    }
  ]
}