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

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypePatient
IdPatient-dmi-patient-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é : Patient dmi-patient-example

Profil: DMI Patient

Patient Anonyme (sexe non précisé), Date de Naissance inconnue ( identifier-dmi-patient-example)


Coordonnéesdmi-patient-example@example.com

Source1

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