FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Patient |
| Id | Patient-example-unidentified-patient.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-unidentified-patient
Profile: UZ Core Patient
Unidentified patient(anonymous) (no stated gender), DoB Unknown ( ?ngen-9? (use: temp, ))
| Active: | true | ||
Russian
Сгенерированный нарратив: Patient example-unidentified-patient
Профиль: UZ Core Patient
Unidentified patient(anonymous) (без указания пола), ДР неизвестен ( ?ngen-9? (use: temp, ))
| Активно: | true | ||
Uzbek
Generated Narrative: Patient example-unidentified-patient
Profile: UZ Core Patient
Unidentified patient(anonymous) (no stated gender), DoB Unknown ( ?ngen-9? (use: temp, ))
| Active: | true | ||
{
"resourceType": "Patient",
"id": "example-unidentified-patient",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"_value": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}
],
"active": true,
"name": [
{
"use": "anonymous",
"text": "Unidentified patient"
}
]
}