FHIR IG analytics| Package | ans.fhir.fr.tddui |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-tddui-related-person-contact-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é : PersonneEnRelation tddui-related-person-contact-example
Profil: TDDUI RelatedPerson Contact
identifier: 3480787529/123456789-PPAttente-1234-enfant
patient: DUPONT Male, Date de Naissance :1947-04-03 ( Patient internal identifier: 3480787529/194704032)
relationship: Responsable légal, Père
{
"resourceType": "RelatedPerson",
"id": "tddui-related-person-contact-example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-related-person-contact"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "3480787529/123456789-PPAttente-1234-enfant"
}
],
"patient": {
"reference": "Patient/tddui-patient-ins-example"
},
"relationship": [
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass",
"code": "GUARD",
"display": "Responsable légal"
}
]
},
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode",
"code": "FTH",
"display": "Père"
}
]
}
]
}