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 "c5a3cb57-3f3e-4309-ae34-0926300de57e"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/Ingredient-uv-epi";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/Ingredient-uv-epi> ]
];
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 \"c5a3cb57-3f3e-4309-ae34-0926300de57e\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: id: C151H8M554 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-23fed712-2d60-461d-83a6-5fb939b2a939.html\">ManufacturedItemDefinition/23fed712-2d60-461d-83a6-5fb939b2a939</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-85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8.html\">Organization/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8</a> \"PHARMACIA & UPJOHN COMPANY LLC\"</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 "C151H8M554" ]
];
fhir:Ingredient.status [ fhir:value "active"];
fhir:Ingredient.for [
fhir:index 0;
fhir:Reference.reference [ fhir:value "ManufacturedItemDefinition/23fed712-2d60-461d-83a6-5fb939b2a939" ]
];
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/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8" ] ]
];
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 "C151H8M554" ];
fhir:Coding.display [ fhir:value "SUCROSE" ] ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.