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 "cfsb1639754408039"];
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 \"cfsb1639754408039\" </p></div><p><b>identifier</b>: id: 7FXW6U30GY (OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-cfsb1639756818482.html\">ManufacturedItemDefinition/cfsb1639756818482</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-cfsb1639753766266.html\">Organization/cfsb1639753766266</a> \"Zambon S.p.A.\"</td></tr></table><blockquote><p><b>substance</b></p><blockquote><p><b>strength</b></p><p><b>presentation</b>: 5.631 g</p><p><b>basis</b>: active ingredient - moiety is basis of strength <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-RoleClass.html\">RoleClass</a>#ACTIM)</span></p><blockquote><p><b>referenceStrength</b></p><p><b>strength</b>: 3 g</p></blockquote></blockquote></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 "7FXW6U30GY" ]
];
fhir:Ingredient.status [ fhir:value "active"];
fhir:Ingredient.for [
fhir:index 0;
fhir:Reference.reference [ fhir:value "ManufacturedItemDefinition/cfsb1639756818482" ]
];
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/cfsb1639753766266" ] ]
];
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 "7FXW6U30GY" ];
fhir:Coding.display [ fhir:value "Fosfomycin Tromethamine" ] ] ] ];
fhir:Ingredient.substance.strength [
fhir:index 0;
fhir:Ingredient.substance.strength.presentationQuantity [
fhir:Quantity.value [ fhir:value "5.631"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "g" ] ];
fhir:Ingredient.substance.strength.basis [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ];
fhir:Coding.code [ fhir:value "ACTIM" ];
fhir:Coding.display [ fhir:value "active ingredient - moiety is basis of strength" ] ];
fhir:CodeableConcept.text [ fhir:value "active ingredient - moiety is basis of strength" ] ];
fhir:Ingredient.substance.strength.referenceStrength [
fhir:index 0;
fhir:Ingredient.substance.strength.referenceStrength.substance [
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 "2N81MY12TE" ];
fhir:Coding.display [ fhir:value "Fosfomycin" ] ] ] ];
fhir:Ingredient.substance.strength.referenceStrength.strengthQuantity [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "g" ] ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.