FHIR IG analytics| Package | uz.dhp.integrations |
| Resource Type | Patient |
| Id | Patient-example-patient-john.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Patient example-patient-john
Profile: UZ Core Patient
John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)
| Active: | false | ||
| Contact Detail | Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp) | ||
| Links: |
| ||
Russian
Сгенерированный нарратив: Patient example-patient-john
Профиль: UZ Core Patient
John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)
| Активно: | false | ||
| Детали контакта | Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp) | ||
| Ссылки: |
| ||
Uzbek
Generated Narrative: Patient example-patient-john
Profile: UZ Core Patient
John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)
| Active: | false | ||
| Contact Detail | Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp) | ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "example-patient-john",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NI"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/pid/uz/ni",
"value": "12345678901234"
}
],
"active": false,
"name": [
{
"use": "official",
"text": "John Smith",
"family": "Deera",
"given": [
"John"
]
}
],
"gender": "unknown",
"birthDate": "2026-03-13",
"address": [
{
"use": "temp",
"type": "physical",
"text": "Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira",
"city": "104-0116",
"district": "1726290",
"state": "1726",
"country": "UZ"
}
],
"managingOrganization": {
"reference": "Organization/example-organization"
}
}