European Medicines Regulatory Network (EMRN) Electronic Product Information (ePI) Implementation Guide
1.0.0 - ci-build

European Medicines Regulatory Network (EMRN) Electronic Product Information (ePI) Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 03 Medicine Domain Code System - TTL Representation

Active as of 2025-04-02

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "100000000004"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 100000000004</b></p><a name=\"100000000004\"> </a><a name=\"hc100000000004\"> </a><a name=\"100000000004-en-US\"> </a><p>This case-insensitive code system <code>http://ema.europa.eu/fhir/CodeSystem/100000000004</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">100000000012<a name=\"100000000004-100000000012\"> </a></td><td>Human use</td></tr><tr><td style=\"white-space:nowrap\">100000000013<a name=\"100000000004-100000000013\"> </a></td><td>Veterinary use</td></tr><tr><td style=\"white-space:nowrap\">100000000014<a name=\"100000000004-100000000014\"> </a></td><td>Human and Veterinary use</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ema.europa.eu/fhir/CodeSystem/100000000004"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EUepirmsmedicinedomain"] ; # 
  fhir:title [ fhir:v "03 Medicine Domain Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-04-02T11:27:42+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "European Medicines Agency"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "European Medicines Agency" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ema.europa.eu/fhir" ]     ] )
  ] [
fhir:name [ fhir:v "FHIR at EMA" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ema.europa.eu/fhir" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Medicine domains allowed in EU EPIs, defined in EMA's Referentials Management Service."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "100000000012" ] ;
fhir:display [ fhir:v "Human use" ]
  ] [
fhir:code [ fhir:v "100000000013" ] ;
fhir:display [ fhir:v "Veterinary use" ]
  ] [
fhir:code [ fhir:v "100000000014" ] ;
fhir:display [ fhir:v "Human and Veterinary use" ]
  ] ) . #