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

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypePractitioner
IdPractitioner-dmi-practitioner-example.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 dmi-practitioner-example

identifier: http://www.acme.com/identifiers/identifier-dmi-practitioner-example

telecom: dmi-practitioner-example@example.com


Source1

{
  "resourceType": "Practitioner",
  "id": "dmi-practitioner-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.com/identifiers",
      "value": "identifier-dmi-practitioner-example"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "dmi-practitioner-example@example.com"
    }
  ]
}