FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeLocation
IdLocation-example-core-location-therapy-office.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)

Positions

-LongitudeLatitudeAltitude
*37.617355.7558150

managingOrganization: ГБУЗ Городская поликлиника №1


Source1

{
  "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"
  }
}