Electronic Medicinal Product Information (ePI) FHIR Implementation Guide 1.0.0-ballot - STU Ballot
This page is part of the Electronic Medicinal Product Information (ePI) FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR v5.0.0-ballot. . For a full list of available versions, see the Directory of published versions
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 "fbf58407-83d3-42db-be3d-506b2006d431"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"; fhir:index 0; fhir:link <http://hl7.org/fhir/uv/emedicinal-product-info/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><a name=\"fbf58407-83d3-42db-be3d-506b2006d431\"> </a></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 "fbf58407-83d3-42db-be3d-506b2006d431" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: id: M28OL1HH48 (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-3214f286-b8ec-4ef5-bc8d-0aec39d97468.html\">ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468</a></p><p><b>role</b>: inactive ingredient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleClass.html\">RoleClass</a>#IACT)</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td>-</td><td><b>Manufacturer</b></td></tr><tr><td>*</td><td><a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75</a> "Acme Inc"</td></tr></table><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Croscarmellose sodium <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-UNII.html\">Unique Ingredient Identifier (UNII)</a>#M28OL1HH48)</span></td></tr></table></blockquote></div>" ]; # fhir:Ingredient.identifier [ fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://fdasis.nlm.nih.gov" ]; fhir:Identifier.value [ fhir:value "M28OL1HH48" ] ]; # fhir:Ingredient.status [ fhir:value "active"]; # fhir:Ingredient.for [ fhir:index 0; fhir:Reference.reference [ fhir:value "ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468" ] ]; # fhir:Ingredient.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ]; fhir:Coding.code [ fhir:value "IACT" ] ]; fhir:CodeableConcept.text [ fhir:value "inactive ingredient" ] ]; # fhir:Ingredient.manufacturer [ fhir:index 0; fhir:Ingredient.manufacturer.manufacturer [ fhir:Reference.reference [ fhir:value "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75" ] ] ]; # fhir:Ingredient.substance [ fhir:Ingredient.substance.code [ fhir:CodeableReference.concept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fdasis.nlm.nih.gov" ]; fhir:Coding.code [ fhir:value "M28OL1HH48" ]; fhir:Coding.display [ fhir:value "Croscarmellose sodium" ] ] ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.