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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeOrganization
IdOrganization-org-epi-type3-example-pharma.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: Organization org-epi-type3-example-pharma

Language: en

Profile: Organization (ePI)

identifier: https://spor.ema.europa.eu/omswi/LOC-100000000

active: true

type: Marketing authorisation holder

name: WonderPharma Inc.

Contacts

-TelecomAddress
*+420 123 456 789, info@wonderpharma.example.com, https://www.wonderpharma.example.comWonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic

Source1

{
  "resourceType": "Organization",
  "id": "org-epi-type3-example-pharma",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://spor.ema.europa.eu/omswi",
      "value": "LOC-100000000"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://spor.ema.europa.eu/rmswi",
          "code": "220000000034",
          "display": "Marketing authorisation holder"
        }
      ]
    }
  ],
  "name": "WonderPharma Inc.",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "+420 123 456 789"
        },
        {
          "system": "email",
          "value": "info@wonderpharma.example.com"
        },
        {
          "system": "url",
          "value": "https://www.wonderpharma.example.com"
        }
      ],
      "address": {
        "type": "both",
        "text": "WonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic",
        "line": [
          "123 Pharma Way"
        ],
        "city": "Prague",
        "district": "Prague 10",
        "state": "Central Bohemia",
        "postalCode": "102 37",
        "country": "CZ"
      }
    }
  ]
}