@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicinalProductDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "product-with-contained-package-and-ingredient"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "product-with-contained-package-and-ingredient"

Names

-ProductName
*Exampleocillin
" ]; fhir:DomainResource.contained [ a fhir:PackagedProductDefinition; fhir:index 0; fhir:Resource.id [ fhir:value "ppd1" ]; fhir:PackagedProductDefinition.packageFor [ fhir:index 0; fhir:Reference.reference [ fhir:value "#" ] ]; fhir:PackagedProductDefinition.description [ fhir:value "A full text description with markup can go here" ] ], [ a fhir:Ingredient; fhir:index 1; fhir:Resource.id [ fhir:value "i1" ]; fhir:Ingredient.status [ fhir:value "active" ]; fhir:Ingredient.for [ fhir:index 0; fhir:Reference.reference [ fhir:value "#" ] ]; fhir:Ingredient.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "component" ] ] ]; fhir:Ingredient.substance [ fhir:Ingredient.substance.code [ fhir:CodeableReference.reference [ fhir:link ; fhir:Reference.reference [ fhir:value "SubstanceDefinition/componentSubstance" ] ] ] ] ]; fhir:MedicinalProductDefinition.name [ fhir:index 0; fhir:MedicinalProductDefinition.name.productName [ fhir:value "Exampleocillin" ] ] . a fhir:SubstanceDefinition . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------