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

FHIR IG analytics

Packagehl7.fhir.be.lab
Resource TypePractitioner
IdPractitioner-practitioner10.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

empty

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner10",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value": "554488997"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Davoust",
      "given": [
        "Louis-Nicolas"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "nicolas.davoust@gtl.be",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "022675198",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "022675209",
      "use": "work"
    }
  ]
}