FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Patient |
| Id | Patient-example-emma.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-emma
Language: en
Profile: UZ Core Patient
Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)
| Active: | false | Marital Status: | Unmarried |
| Multiple Birth: | 2 | ||
| Other Id: | Driver's license number/SANDE805166E99NJ | ||
| Contact Detail |
| ||
| Emergency Contact: |
| ||
| Patient Nationality: |
| ||
Russian
Сгенерированный нарратив: Patient example-emma
Язык: en
Профиль: UZ Core Patient
Emma Sanders(anonymous) Female, БД: 2000-10-16 ( Passport number)
| Активно: | false | Семейное положение: | Unmarried |
| Несколько рождений: | 2 | ||
| Другой ID: | Driver's license number/SANDE805166E99NJ | ||
| Детали контакта |
| ||
| Emergency Contact: |
| ||
| Patient Nationality: |
| ||
Uzbek
Generated Narrative: Patient example-emma
Language: en
Profile: UZ Core Patient
Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)
| Active: | false | Marital Status: | Unmarried |
| Multiple Birth: | 2 | ||
| Other Id: | Driver's license number/SANDE805166E99NJ | ||
| Contact Detail |
| ||
| Emergency Contact: |
| ||
| Patient Nationality: |
| ||
{
"resourceType": "Patient",
"id": "example-emma",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/nationality-cs",
"code": "42",
"display": "British"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PPN"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/pid/gb/ppn",
"value": "533401572"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DL"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/pid/gb/dl",
"value": "SANDE805166E99NJ"
}
],
"active": false,
"name": [
{
"use": "anonymous",
"text": "Emma Sanders"
}
],
"telecom": [
{
"system": "sms",
"use": "temp",
"rank": 1,
"period": {
"start": "2024-02-10"
}
}
],
"gender": "female",
"birthDate": "2000-10-16",
"address": [
{
"use": "temp",
"type": "physical",
"line": [
"123 Baker Street"
],
"country": "GB",
"period": {
"start": "2000-10-16"
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "Unmarried"
}
]
},
"multipleBirthInteger": 2,
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C",
"display": "Emergency Contact"
}
]
}
],
"name": {
"text": "Isabella"
},
"gender": "female"
}
]
}