European Medicines Regulatory Network (EMRN) Electronic Product Information (ePI) Implementation Guide 1.0.0 - release
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 ------------------------------------------------------------------- <http://hl7.org/fhir/CodeSystem/100000000004> a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "100000000004"] ; # 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: CodeSystem 100000000004</b></p><a name=\"100000000004\"> </a><a name=\"hc100000000004\"> </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>"^^rdf:XMLLiteral ] ] ; # 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 "Medicine Domain"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2026-09-17T08:56:03+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] ; # 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" ] ] ) . #