eLab posistemės integracijos dokumentacija
0.3.3 - versija Lithuania flag

eLab posistemės integracijos dokumentacija - Local Development build (v0.3.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: organization1 - JSON Representation

Peržiūrėti json | Atsisiųsti


{
  "resourceType" : "Organization",
  "id" : "organization1",
  "meta" : {
    "profile" : [
      🔗 "http://esveikata.lt/fhir/StructureDefinition/lt-organization"
    ]
  },
  "identifier" : [
    {
      "system" : "http://esveikata.lt/Identifier/SVEIDRAID",
      "value" : "95"
    },
    {
      "system" : "http://esveikata.lt/classifiers/Identifier/JAR",
      "value" : "666534555"
    },
    {
      "system" : "http://esveikata.lt/Identifier/ESPBI",
      "value" : "2342343"
    }
  ],
  "active" : true,
  "name" : "Viešoji įstaiga centro poliklinika",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+37008775643"
        },
        {
          "system" : "email",
          "value" : "info@centropoliklinika.lt"
        }
      ],
      "address" : {
        "text" : "Vilniaus m. sav. Vilniaus m. Pylimo g. 3",
        "postalCode" : "LT-124234",
        "country" : "LT"
      }
    }
  ]
}