Médicosocial - Transfert de données DUI
2.3.0 - trial-implementation
Médicosocial - Transfert de données DUI - version de développement local (intégration continue v2.3.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées
{
"resourceType" : "Patient",
"id" : "tddui-pp-pa-patient-example-pp",
"meta" : {
"profile" : [
🔗 "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Patient tddui-pp-pa-patient-example-pp</b></p><a name=\"tddui-pp-pa-patient-example-pp\"> </a><a name=\"hctddui-pp-pa-patient-example-pp\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-tddui-patient.html\">TDDUI Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jeanne L. (official) Female, Date de Naissance :1947-04-03 ( Patient internal identifier: 3480787529/123456789)</p><hr/></div>"
},
"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/123456789"
}
],
"name" : [
{
"use" : "official",
"family" : "L.",
"given" : [
"Jeanne"
]
}
],
"gender" : "female",
"birthDate" : "1947-04-03",
"_birthDate" : {
"extension" : [
{
"url" : "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-birth-order",
"valuePositiveInt" : 1
}
]
}
}