Global Core Electronic Medicinal Product Information (ePI), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/emedicinal-product-info/ and changes regularly. See the Directory of published versions
: Organization - WonderPharma Inc.
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "org-epi-type3-example-pharma"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-epi-type3-example-pharma</b></p><a name=\"org-epi-type3-example-pharma\"> </a><a name=\"hcorg-epi-type3-example-pharma\"> </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: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: <code>https://spor.ema.europa.eu/omswi</code>/LOC-100000000</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 220000000034}\">Marketing authorisation holder</span></p><p><b>name</b>: WonderPharma Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+420123456789\">+420 123 456 789</a>, <a href=\"mailto:info@wonderpharma.example.com\">info@wonderpharma.example.com</a>, <a href=\"https://www.wonderpharma.example.com\">https://www.wonderpharma.example.com</a></td><td>WonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://spor.ema.europa.eu/omswi"^^xsd:anyURI ;
fhir:l <https://spor.ema.europa.eu/omswi> ] ;
fhir:value [ fhir:v "LOC-100000000" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ;
fhir:l <https://spor.ema.europa.eu/rmswi> ] ;
fhir:code [ fhir:v "220000000034" ] ;
fhir:display [ fhir:v "Marketing authorisation holder" ] ] )
] ) ; #
fhir:name [ fhir:v "WonderPharma Inc."] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+420 123 456 789" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@wonderpharma.example.com" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.wonderpharma.example.com" ] ] ) ;
fhir:address [
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "WonderPharma Inc., 123 Pharma Way, Prague 10, 102 37, Czech Republic" ] ;
( fhir:line [ fhir:v "123 Pharma Way" ] ) ;
fhir:city [ fhir:v "Prague" ] ;
fhir:district [ fhir:v "Prague 10" ] ;
fhir:state [ fhir:v "Central Bohemia" ] ;
fhir:postalCode [ fhir:v "102 37" ] ;
fhir:country [ fhir:v "CZ" ] ]
] ) . #