FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.mesures
Resource TypePractitioner
IdPractitioner-example-mes-fr-practitionner-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
    }
  ]
}