0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример локации - кабинет терапевта №15 - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "example-core-location-therapy-office",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-core-location-therapy-office</b></p><a name=\"example-core-location-therapy-office\"> </a><a name=\"hcexample-core-location-therapy-office\"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/location</code>/LOC-15\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Кабинет терапевта №15</p><p><b>description</b>: </p><div><p>Кабинет участкового терапевта Смирнова А.И.</p>\n</div><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType AMB}\">Ambulatory</span></p><p><b>address</b>: г. Москва, ул. Тверская, д. 10, кабинет 15(work)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style=\"display: none\">*</td><td>37.6173</td><td>55.7558</td><td>150</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-example-core-organization-polyclinic.html\">ГБУЗ Городская поликлиника №1</a></p></div>"
  },
  "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"
  }
}