FHIR IG analytics| Package | ans.fhir.fr.cds |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-cds-relatedperson-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 cds-relatedperson-example
Profil: CDS Fr RelatedPerson Profile
identifier: https://fake-system/id-relatedPerson-12 (utilisation : temp, )
active: true
patient: Jacques Thobois (official) Male, Date de Naissance :1984-10-02 ( NIR définitif (use: official, ))
relationship: Entité à contacter en cas d'urgence, Voisin(e)
name: CHIBOUT Lamine (Official)
telecom: ph: 0602143212
gender: Male
address: 12 Rue de la Paix Paris 75004 FRA
{
"resourceType": "RelatedPerson",
"id": "cds-relatedperson-example",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-fr-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "https://fake-system",
"value": "id-relatedPerson-12"
}
],
"active": true,
"patient": {
"reference": "Patient/cds-patient-example"
},
"relationship": [
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass",
"code": "ECON",
"display": "Entité à contacter en cas d'urgence"
}
]
},
{
"coding": [
{
"system": "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode",
"code": "NBOR",
"display": "Voisin(e)"
}
]
}
],
"name": [
{
"use": "official",
"family": "Lamine",
"given": [
"CHIBOUT"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0602143212"
}
],
"gender": "male",
"address": [
{
"line": [
"12 Rue de la Paix"
],
"city": "Paris",
"postalCode": "75004",
"country": "FRA"
}
]
}