@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Ingredient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "example"

status: active

role: ActiveBase (ingredientRole#ActiveBase)

Manufacturers

-Manufacturer
*Organization/example

substance

Strengths

-Presentation[x]
*2.5 mg (Details: UCUM code mg = 'mg')/1 tablet (Details: UCUM code {tablet} = '{tablet}')
" ]; fhir:Ingredient.status [ fhir:value "active"]; fhir:Ingredient.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/ingredientRole" ]; fhir:Coding.code [ fhir:value "ActiveBase" ] ] ]; fhir:Ingredient.manufacturer [ fhir:index 0; fhir:Ingredient.manufacturer.manufacturer [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ] ]; fhir:Ingredient.substance [ fhir:Ingredient.substance.code [ fhir:CodeableReference.concept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/substance" ]; fhir:Coding.code [ fhir:value "EQUIXABAN" ] ] ] ]; fhir:Ingredient.substance.strength [ fhir:index 0; fhir:Ingredient.substance.strength.presentationRatio [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "2.5"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mg" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "tablet" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{tablet}" ] ] ] ] ] . a fhir:Organization . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------