Lithuanian Prostate Diagnostics Implementation Guide
0.0.1 - ci-build Lithuania vėliava

Lithuanian Prostate Diagnostics Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-prostate/ and changes regularly. See the Directory of published versions

: Organization: LT (example)

Neapdorotas json | Atsisiųsti

{
  "resourceType" : "Organization",
  "id" : "organization-lt-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/base/StructureDefinition/organization-lt"
    ]
  },
  "language" : "lt",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"lt\" lang=\"lt\"><hr/><p><b>Lithuanian</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-lt-example</b></p><a name=\"lt-organization-lt-example\"> </a><a name=\"lt-hcorganization-lt-example\"> </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\">Language: lt</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7LT/ig-lt-base/StructureDefinition-organization-lt.html\">OrganizationLt</a></p></div><p><b>identifier</b>: <code>http://esveikata.lt/classifiers/Identifier/JAR</code>/123456789\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Vilniaus miesto ligoninė</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">work</span></td><td><a href=\"tel:+37061234567\">+37061234567</a></td><td>Gedimino pr. 1 Vilnius 01103 LT (work)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://esveikata.lt/classifiers/Identifier/JAR",
      "value" : "123456789"
    }
  ],
  "active" : true,
  "name" : "Vilniaus miesto ligoninė",
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "code" : "work"
          }
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+37061234567",
          "use" : "work"
        }
      ],
      "address" : {
        "use" : "work",
        "type" : "both",
        "line" : [
          "Gedimino pr. 1"
        ],
        "city" : "Vilnius",
        "postalCode" : "01103",
        "country" : "LT"
      }
    }
  ]
}