Electronic Medicinal Product Information (ePI) FHIR Implementation Guide, published by HL7 International - Biomedical Research & Regulation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.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
: eMedicinal Product Information Code System - TTL Representation
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 "epi-ig"] ; #
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 epi-ig</b></p><a name=\"epi-ig\"> </a><a name=\"hcepi-ig\"> </a><a name=\"epi-ig-en-US\"> </a><p>This case-insensitive code system <code>http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">flavor<a name=\"epi-ig-flavor\"> </a></td><td>Flavor</td><td>Placeholder for the Flavor concept</td></tr><tr><td style=\"white-space:nowrap\">surfaceform<a name=\"epi-ig-surfaceform\"> </a></td><td>Surface form</td><td>Placeholder for the Surface form concept</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "EpiIg"] ; #
fhir:title [ fhir:v "eMedicinal Product Information Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-07-15T11:18:41+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/rcrim" ] ] )
] ) ; #
fhir:description [ fhir:v "eMedicinal Product Information Code System.\nCoded concepts defined for ePI use only."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "flavor" ] ;
fhir:display [ fhir:v "Flavor" ] ;
fhir:definition [ fhir:v "Placeholder for the Flavor concept" ]
] [
fhir:code [ fhir:v "surfaceform" ] ;
fhir:display [ fhir:v "Surface form" ] ;
fhir:definition [ fhir:v "Placeholder for the Surface form concept" ]
] ) . #