FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Practitioner example-practitioner
Language: uz
Profile: UZ Core Practitioner
identifier: National unique individual identifier/9876543210
active: true
name: Test Test Test(Official)
telecom: ph: 975555555(Mobile)
gender: Female
birthDate: 1985-05-06
deceased: true
address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)
| Url | Size |
| http://example.org/photos/practitioner.jpg | 1024 |
| Code | Issuer |
| Diploma | Organization Respublika onkologiya markazi |
Russian
Сгенерированный нарратив: Practitioner example-practitioner
Язык: uz
Профиль: UZ Core Practitioner
identifier: National unique individual identifier/9876543210
active: true
name: Test Test Test(Official)
telecom: ph: 975555555(Mobile)
gender: Female
birthDate: 1985-05-06
deceased: true
address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)
| Url | Size |
| http://example.org/photos/practitioner.jpg | 1024 |
| Code | Issuer |
| Diploma | Organization Республиканский онкологический центр |
Uzbek
Generated Narrative: Practitioner example-practitioner
Language: uz
Profile: UZ Core Practitioner
identifier: National unique individual identifier/9876543210
active: true
name: Test Test Test(Official)
telecom: ph: 975555555(Mobile)
gender: Female
birthDate: 1985-05-06
deceased: true
address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)
| Url | Size |
| http://example.org/photos/practitioner.jpg | 1024 |
| Code | Issuer |
| Diploma | Organization Respublika onkologiya markazi |
{
"resourceType": "Practitioner",
"id": "example-practitioner",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner"
]
},
"language": "uz",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NI",
"display": "National unique individual identifier"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/pro/uz/argos",
"value": "9876543210"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Test Test Test",
"family": "Test",
"given": [
"Test"
],
"suffix": [
"Test"
]
}
],
"telecom": [
{
"system": "phone",
"value": "975555555",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1985-05-06",
"deceasedBoolean": true,
"address": [
{
"use": "temp",
"type": "physical",
"line": [
"mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon"
],
"city": "22070033",
"district": "1703217",
"country": "182"
}
],
"photo": [
{
"url": "http://example.org/photos/practitioner.jpg",
"size": "1024"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "DIP"
}
]
},
"issuer": {
"reference": "Organization/example-organization"
}
}
]
}