Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@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:Resource.id [ fhir:value "cfsb1651162710491"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Ingredient</b></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 \"cfsb1651162710491\" </p></div><p><b>identifier</b>: id: 1Q1V9V5WYQ (OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-cfsb1650998521654.html\">ManufacturedItemDefinition/cfsb1650998521654</a></p><p><b>role</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#00000072072)</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td>-</td><td><b>Manufacturer</b></td></tr><tr><td>*</td><td><a href=\"Organization-cfsb1650997423990.html\">Organization/cfsb1650997423990</a> \"GLAXO WELLCOME, S.A.\"</td></tr></table><blockquote><p><b>substance</b></p><h3>Strengths</h3><table class=\"grid\"><tr><td>-</td><td><b>Presentation[x]</b></td><td><b>Basis</b></td></tr><tr><td>*</td><td>50 mg</td><td>active ingredient - basis of strength <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (v3-RoleClassIngredientEntity##ACTIB)</span></td></tr></table></blockquote></div>"
];
fhir:Ingredient.identifier [
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.system [ fhir:value "https://gsrs.ncats.nih.gov/ginas/app/beta/" ];
fhir:Identifier.value [ fhir:value "1Q1V9V5WYQ" ]
];
fhir:Ingredient.status [ fhir:value "active"];
fhir:Ingredient.for [
fhir:index 0;
fhir:Reference.reference [ fhir:value "ManufacturedItemDefinition/cfsb1650998521654" ]
];
fhir:Ingredient.role [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://spor.ema.europa.eu/rmswi/" ];
fhir:Coding.code [ fhir:value "00000072072" ] ];
fhir:CodeableConcept.text [ fhir:value "active" ]
];
fhir:Ingredient.manufacturer [
fhir:index 0;
fhir:Ingredient.manufacturer.manufacturer [
fhir:Reference.reference [ fhir:value "Organization/cfsb1650997423990" ] ]
];
fhir:Ingredient.substance [
fhir:Ingredient.substance.code [
fhir:CodeableReference.concept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://gsrs.ncats.nih.gov/ginas/app/beta/" ];
fhir:Coding.code [ fhir:value "1Q1V9V5WYQ" ];
fhir:Coding.display [ fhir:value "DOLUTEGRAVIR SODIUM" ] ] ] ];
fhir:Ingredient.substance.strength [
fhir:index 0;
fhir:Ingredient.substance.strength.presentationQuantity [
fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mg" ] ];
fhir:Ingredient.substance.strength.basis [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/ValueSet/v3-RoleClassIngredientEntity" ];
fhir:Coding.code [ fhir:value "#ACTIB" ] ];
fhir:CodeableConcept.text [ fhir:value "active ingredient - basis of strength" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.