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 "cfsb1639762372322"];
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 \"cfsb1639762372322\" </p></div><p><b>identifier</b>: id: 5EVU04N5QU (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>: Excipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#100000072082)</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></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 "5EVU04N5QU" ]
];
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 "100000072082" ] ];
fhir:CodeableConcept.text [ fhir:value "Excipient" ]
];
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/home" ];
fhir:Coding.code [ fhir:value "5EVU04N5QU" ];
fhir:Coding.display [ fhir:value "Orange" ] ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.