FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageee.fhir.spd
Resource TypeLocation
IdLocation-location-pharmacy.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-pharmacy

Profiles: EE SPD Location, https://fhir.ee/StructureDefinition/ee-spd-location

ExtensionEETISEffectivePeriod: 2020-07-01 --> 2100-01-01

identifier: https://fhir.ee/sid/org/est/locpharm/242

status: Active

name: Mustamäe keskuse apteek

address: Harju maakond, Tallinn, Mustamäe linnaosa, A.H.Tammsaare tee 104a, indeks 12918(work)

managingOrganization: Organization Mustamäe Keskuse Apteek


Source1

{
  "resourceType": "Location",
  "id": "location-pharmacy",
  "meta": {
    "profile": [
      "https://fhir.ee/spd/StructureDefinition/ee-spd-location",
      "https://fhir.ee/StructureDefinition/ee-spd-location"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.ee/spd/StructureDefinition/ee-tis-effective-period",
      "valuePeriod": {
        "start": "2020-07-01",
        "end": "2100-01-01"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.ee/sid/org/est/locpharm",
      "value": "242"
    }
  ],
  "status": "active",
  "name": "Mustamäe keskuse apteek",
  "address": {
    "extension": [
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id",
        "valueCoding": {
          "system": "https://fhir.ee/base/CodeSystem/ads-adr-id",
          "code": "2120589"
        }
      },
      {
        "url": "https://fhir.ee/base/StructureDefinition/ee-ads-oid",
        "valueCoding": {
          "system": "https://fhir.ee/base/CodeSystem/ads-oid",
          "code": "ME03306102"
        }
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/address-official",
        "valueBoolean": true
      }
    ],
    "use": "work",
    "type": "physical",
    "text": "Harju maakond, Tallinn, Mustamäe linnaosa, A.H.Tammsaare tee 104a, indeks 12918",
    "country": "EE"
  },
  "managingOrganization": {
    "reference": "Organization/organization-pharmacy"
  }
}