FHIR IG analytics| Package | ans.fhir.fr.tddui |
| Resource Type | Patient |
| Id | Patient-tddui-pp-ime-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Patient tddui-pp-ime-patient-example
Profil: TDDUI Patient
Hugo D. (official) (sexe non précisé), Date de Naissance :2005-09-15 ( Patient internal identifier: 3480787529/123456)
{
"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
}
]
}
}