FHIR IG analytics| Package | ru.core |
| Resource Type | Location |
| Id | Location-example-core-location-therapy-office.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example-core-location-therapy-office
identifier: https://fhir.ru/ig/core/systems/location/LOC-15 (use: official, )
status: Active
name: Кабинет терапевта №15
description:
Кабинет участкового терапевта Смирнова А.И.
type: Ambulatory
address: г. Москва, ул. Тверская, д. 10, кабинет 15(work)
| Longitude | Latitude | Altitude |
| 37.6173 | 55.7558 | 150 |
managingOrganization: ГБУЗ Городская поликлиника №1
{
"resourceType": "Location",
"id": "example-core-location-therapy-office",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/location",
"value": "LOC-15"
}
],
"status": "active",
"name": "Кабинет терапевта №15",
"description": "Кабинет участкового терапевта Смирнова А.И.",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType",
"code": "AMB",
"display": "Ambulatory"
}
]
}
],
"address": {
"use": "work",
"type": "physical",
"text": "г. Москва, ул. Тверская, д. 10, кабинет 15",
"line": [
"ул. Тверская, д. 10, кабинет 15"
],
"city": "Москва",
"state": "Москва",
"postalCode": "125009",
"country": "RU"
},
"position": {
"longitude": 37.6173,
"latitude": 55.7558,
"altitude": 150
},
"managingOrganization": {
"reference": "Organization/example-core-organization-polyclinic",
"display": "ГБУЗ Городская поликлиника №1"
}
}