FHIR IG analytics| Package | hl7-france-fhir.administrative-2022 |
| Resource Type | Patient |
| Id | Patient-Martine-Selfiesante.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Identifier | 179125612113516 |
| Address | 12 rue de Paris Rennes FRA |
| Date of birth | 15 May 1955 |
{
"resourceType": "Patient",
"id": "f32ace62-4040-44df-9281-4c6844902777",
"meta": {
"versionId": "1",
"lastUpdated": "2022-03-16T14:54:15.801+01:00",
"profile": [
"http://interopsante.org/fhir/StructureDefinition/FrPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"district": "01019"
}
},
{
"url": "http://interopsante.org/fhir/StructureDefinition/FrPatientIdentReliability",
"extension": [
{
"url": "identityReliability",
"valueCoding": {
"system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0445",
"code": "VALI",
"display": "Identité validée"
}
},
{
"url": "validationDate",
"valueDate": "2020-04-22"
},
{
"url": "validationMode",
"valueCoding": {
"system": "http://interopsante.org/fhir/CodeSystem/fr-cs-mode-validation-identite",
"code": "CN",
"display": "Carte nationale d'identité"
}
}
]
}
],
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code": "INS-NIR",
"display": "NIR définitif"
}
]
},
"system": "urn:oid:1.2.250.1.213.1.4.8",
"value": "179125612113516"
}
],
"name": [
{
"use": "official",
"family": "selfiesante",
"given": [
"Martine"
],
"prefix": [
"MME"
]
}
],
"telecom": [
{
"system": "phone",
"value": "06 98 65 32 65",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1955-05-15",
"address": [
{
"line": [
"12 rue de Paris"
],
"city": "Rennes",
"postalCode": "35000",
"country": "FRA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "D",
"display": "Divorced"
}
]
}
}