Vulcan ePI FHIR Implementation Guide
0.1.0 - CI Build

Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: cfsb1651170791283 - 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:Resource.id [ fhir:value "cfsb1651170791283"];
  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 \"cfsb1651170791283\" </p></div><p><b>identifier</b>: id: OP1R32D61U (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>: 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-cfsb1650997423990.html\">Organization/cfsb1650997423990</a> \"GLAXO WELLCOME, S.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 "OP1R32D61U" ]
  ];
  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 "100000072082" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Excipient" ]
  ];
  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 "OP1R32D61U" ];
           fhir:Coding.display [ fhir:value "microcrystalline cellulose" ]         ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.