Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

: Laboratory: Laboratorium nr 1 we Wrocławiu - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "SsidlLocationLaboratory-1",
  "meta" : {
    "profile" : [
      🔗 "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-laboratory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div><p><strong>Laboratorium nr 1 we Wrocławiu</strong></p><p>Podmiot diagnostyczny: <a href=\"Organization-SsidlOrganizationDiagnosticEntity-1.html\">Superdiagnostyka Sp. z o.o.</a></p><p>Telefon:<strong> +48 999 999 999</strong></p><p>Email:<strong> lab1@superdiagnostyka.com.pl</strong></p><p>Identyfikator wg RPWDL (cz. I-VII systemu kodów resortowych):\u00a0<strong>\u00a0</strong><strong>000000009999-999</strong></p><p>Kod wg cz. VIII systemu kodów resortowych:<strong> [7100]\u00a0\u00a0</strong><strong>Medyczne laboratorium diagnostyczne (laboratorium)</strong></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.3.4424.999.999.999",
      "value" : "000000009999-999"
    }
  ],
  "name" : "Laboratorium nr 1 we Wrocławiu",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.3.4424.11.2.4",
          "code" : "7100",
          "display" : "Medyczne laboratorium diagnostyczne (laboratorium)"
        }
      ]
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+48 999 999 999"
        },
        {
          "system" : "email",
          "value" : "lab1@superdiagnostyka.com.pl"
        }
      ]
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/SsidlOrganizationDiagnosticEntity-1"
  }
}