API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions
: Organization European Medicines Agency – Human Medicines Evaluation Division - TTL Representation
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-ema-srm-hmed"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-ema-srm-hmed</b></p><a name=\"org-ema-srm-hmed\"> </a><a name=\"hcorg-ema-srm-hmed\"> </a><p><b>name</b>: European Medicines Agency – Human Medicines Evaluation Division</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Scientific and Regulatory Management</td><td><a href=\"mailto:srm@ema.example.eu\">srm@ema.example.eu</a></td><td>Domenico Scarlattilaan 6, 1083 HS Amsterdam, Netherlands</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:name [ fhir:v "European Medicines Agency – Human Medicines Evaluation Division"] ; #
fhir:contact ( [
( fhir:name [
fhir:text [ fhir:v "Scientific and Regulatory Management" ] ] ) ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "srm@ema.example.eu" ] ;
fhir:use [ fhir:v "work" ] ] ) ;
fhir:address [
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Domenico Scarlattilaan 6, 1083 HS Amsterdam, Netherlands" ] ;
( fhir:line [ fhir:v "Domenico Scarlattilaan 6" ] ) ;
fhir:city [ fhir:v "Amsterdam" ] ;
fhir:postalCode [ fhir:v "1083 HS" ] ;
fhir:country [ fhir:v "Netherlands" ] ]
] ) . #