SPD - Service Provider Directory
0.2.0 - draft Estonia flag

SPD - Service Provider Directory, published by TEHIK. 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/TEHIK-EE/ig-ee-spd/ and changes regularly. See the Directory of published versions

: organization-pharmacy - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-pharmacy",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/spd/StructureDefinition/ee-spd-organization"
    ]
  },
  "language" : "et",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-pharmacy</b></p><a name=\"organization-pharmacy\"> </a><a name=\"hcorganization-pharmacy\"> </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: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-spd-organization.html\">EE SPD Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.ee/CodeSystem/organisatsiooni-identifikaatorite-domeen</code>/12694290</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}\">Non-Healthcare Business or Corporation</span></p><p><b>name</b>: Mustamäe Keskuse Apteek</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=\"mailto:testandmed@ravimiamet.ee\">testandmed@ravimiamet.ee</a>, <a href=\"tel:+372444555\">+372 444555</a></td></tr></table><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>290</td><td><span title=\"Codes:{https://fhir.ee/CodeSystem/ravimiameti-apteegiteenuse-tegevusloa-liigi-tapsustus YLD}\">Üldapteek</span></td><td>2012-01-12 --&gt; (ongoing)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/CodeSystem/organisatsiooni-identifikaatorite-domeen",
      "value" : "12694290"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "bus",
          "display" : "Non-Healthcare Business or Corporation"
        }
      ]
    }
  ],
  "name" : "Mustamäe Keskuse Apteek",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "testandmed@ravimiamet.ee",
          "use" : "work"
        },
        {
          "system" : "phone",
          "value" : "+372 444555",
          "use" : "work"
        }
      ]
    }
  ],
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.ee/spd/StructureDefinition/ee-tis-effective-period",
          "valuePeriod" : {
            "start" : "2015-02-07T13:28:17-05:00",
            "end" : "2017-02-07T13:28:17-05:00"
          }
        }
      ],
      "identifier" : [
        {
          "value" : "290"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "https://fhir.ee/CodeSystem/ravimiameti-apteegiteenuse-tegevusloa-liigi-tapsustus",
            "code" : "YLD",
            "display" : "Üldapteek"
          }
        ]
      },
      "period" : {
        "start" : "2012-01-12"
      }
    }
  ]
}