FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Location |
| Id | Location-example-location-1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Location example-location-1
Language: uz
Profile: UZ Core Location
identifier: Tax ID number/200935935
status: Active
name: Respublika onkologiya markazi
mode: Instance
type: Medical oncology clinic
address: Farobi, 383 22070022 UZ
managingOrganization: Organization Respublika onkologiya markazi
Russian
Сгенерированный нарратив: Location example-location-1
Язык: uz
Профиль: UZ Core Location
identifier: Tax ID number/200935935
status: Active
name: Республиканский онкологический центр
mode: Instance
type: Medical oncology clinic
address: Farobi, 383 22070022 UZ
managingOrganization: Organization Республиканский онкологический центр
Uzbek
Generated Narrative: Location example-location-1
Language: uz
Profile: UZ Core Location
identifier: Tax ID number/200935935
status: Active
name: Respublika onkologiya markazi
mode: Instance
type: Medical oncology clinic
address: Farobi, 383 22070022 UZ
managingOrganization: Organization Respublika onkologiya markazi
{
"resourceType": "Location",
"id": "example-location-1",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-location"
]
},
"language": "uz",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "TAX",
"display": "Tax ID number"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/org/uz/soliq",
"value": "200935935"
}
],
"status": "active",
"name": "Respublika onkologiya markazi",
"_name": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "ru"
},
{
"url": "content",
"valueString": "Республиканский онкологический центр"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
},
{
"extension": [
{
"url": "lang",
"valueCode": "kaa"
},
{
"url": "content",
"valueString": "Respublika onkologiya orayı"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ONCL"
}
]
}
],
"address": {
"type": "postal",
"line": [
"Farobi, 383"
],
"city": "22070022",
"district": "1735243",
"country": "UZ"
},
"managingOrganization": {
"reference": "Organization/example-organization"
}
}