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

FHIR IG analytics

Packageans.fhir.fr.tddui
Resource TypePatient
IdPatient-tddui-pp-ime-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 tddui-pp-ime-patient-example

Hugo D. (official) (sexe non précisé), Date de Naissance :2005-09-15 ( Patient internal identifier: 3480787529/123456)



Source1

{
  "resourceType": "Patient",
  "id": "tddui-pp-ime-patient-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "system": "https://identifiant-medicosocial-localusager.esante.gouv.fr",
      "value": "3480787529/123456"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "D.",
      "given": [
        "Hugo"
      ]
    }
  ],
  "birthDate": "2005-09-15",
  "_birthDate": {
    "extension": [
      {
        "url": "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-birth-order",
        "valuePositiveInt": 1
      }
    ]
  }
}