Specyfikacja interoperacyjności prototypu SSIDL
0.1.4 - 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.4 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

: Przykład: Podmiot diagnostyczny LABO - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "SsidlOrganizationDiagnosticEntity-2",
  "meta" : {
    "profile" : [
      🔗 "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-organization-diagnosticEntity"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization SsidlOrganizationDiagnosticEntity-2</b></p><a name=\"SsidlOrganizationDiagnosticEntity-2\"> </a><a name=\"hcSsidlOrganizationDiagnosticEntity-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ssidl-organization-diagnosticEntity.html\">Podmiot diagnostyczny (SSIDL)</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.4424.2.3.1</code>/000000001111</p><p><b>name</b>: LABO Sp. z o.o.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+48111111111\">+48 111 111 111</a>, <a href=\"mailto:fake@labo.com.pl\">fake@labo.com.pl</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.3.4424.2.3.1",
      "value" : "000000001111"
    }
  ],
  "name" : "LABO Sp. z o.o.",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+48 111 111 111"
        },
        {
          "system" : "email",
          "value" : "fake@labo.com.pl"
        }
      ]
    }
  ]
}