Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. 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-eu/gravitate-health and changes regularly. See the Directory of published versions
: Ingredient-excipient Metacresol - 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 "ingredient-for-humalog-metacresol"] ; #
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><b>Generated Narrative: Ingredient</b><a name=\"ingredient-for-humalog-metacresol\"> </a><a name=\"hcingredient-for-humalog-metacresol\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Ingredient "ingredient-for-humalog-metacresol" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/emedicinal-product-info//StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>https://gsrs.ncats.nih.gov/ginas/app/beta</code>/GGO4Y809LO (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: </p><ul><li><a href=\"ManufacturedItemDefinition-mid-a38f06714db0c27b2ba704652e3f08c5.html\">ManufacturedItemDefinition/mid-a38f06714db0c27b2ba704652e3f08c5</a></li><li><a href=\"MedicinalProductDefinition-mpd33868162d255ced115cecbbf188aab4.html\">MedicinalProductDefinition/mpd33868162d255ced115cecbbf188aab4</a></li><li><a href=\"AdministrableProductDefinition-ap-a38f06714db0c27b2ba704652e3f08c5.html\">AdministrableProductDefinition/ap-a38f06714db0c27b2ba704652e3f08c5</a></li></ul><p><b>role</b>: Excipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000072082)</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-mapi-6f4987de7be1bbfa4ee92c07de7e94d4.html\">Organization/mapi-6f4987de7be1bbfa4ee92c07de7e94d4</a> "Eli Lilly and Company"</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>Metacresol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (beta#GGO4Y809LO)</span></td></tr></table></blockquote></div>"
] ; #
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://gsrs.ncats.nih.gov/ginas/app/beta"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GGO4Y809LO" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:for ( [
fhir:reference [ fhir:v "ManufacturedItemDefinition/mid-a38f06714db0c27b2ba704652e3f08c5" ]
] [
fhir:reference [ fhir:v "MedicinalProductDefinition/mpd33868162d255ced115cecbbf188aab4" ]
] [
fhir:reference [ fhir:v "AdministrableProductDefinition/ap-a38f06714db0c27b2ba704652e3f08c5" ]
] ) ; #
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/rmswi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000072082" ] ;
fhir:display [ fhir:v "Excipient" ] ] )
] ; #
fhir:manufacturer ( [
fhir:manufacturer [
fhir:reference [ fhir:v "Organization/mapi-6f4987de7be1bbfa4ee92c07de7e94d4" ] ]
] ) ; #
fhir:substance [
fhir:code [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "https://gsrs.ncats.nih.gov/ginas/app/beta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GGO4Y809LO" ] ;
fhir:display [ fhir:v "Metacresol" ] ] ) ] ]
] . #