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
: Ingredient - Carnauba wax - 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:Ingredient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "a4b7b60c-998f-4f93-89c7-860396af0fe3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi> ] )
] ; #
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: Ingredient a4b7b60c-998f-4f93-89c7-860396af0fe3</b></p><a name=\"a4b7b60c-998f-4f93-89c7-860396af0fe3\"> </a><a name=\"hca4b7b60c-998f-4f93-89c7-860396af0fe3\"> </a><a name=\"a4b7b60c-998f-4f93-89c7-860396af0fe3-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-UNII.html\" title=\"A UNII is a non-proprietary, free, unique, unambiguous, nonsemantic, alphanumeric identifier based on a substance's molecular structure and/or descriptive information. UNII identifiers are generated based on scientific identity characteristics using ISO 11238 data elements. UNII availability does not imply any regulatory review or approval. Synonyms and mappings are based on the best public information available at the time of publication.\">Unique Ingredient Identifier (UNII)</a>/R12CBM0EIZ (use: official, )</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-3214f286-b8ec-4ef5-bc8d-0aec39d97468.html\">ManufacturedItemDefinition: identifier = https://spor.ema.europa.eu/pmswi/#/#EU/1/96/007/035 (use: official, ); status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{http://hl7.org/fhir/ingredient-role 100000072082}\">Excipient</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manufacturer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization acme inc</a></td></tr></table><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fdasis.nlm.nih.gov R12CBM0EIZ}\">Carnauba wax</span></td></tr></table></blockquote></div>"
] ; #
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R12CBM0EIZ" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:for ( [
fhir:reference [ fhir:v "ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468" ]
] ) ; #
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/ingredient-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000072082" ] ;
fhir:display [ fhir:v "Excipient" ] ] )
] ; #
fhir:manufacturer ( [
fhir:manufacturer [
fhir:reference [ fhir:v "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75" ] ]
] ) ; #
fhir:substance [
fhir:code [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://fdasis.nlm.nih.gov"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R12CBM0EIZ" ] ;
fhir:display [ fhir:v "Carnauba wax" ] ] ) ] ]
] . #