@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ManufacturedItemDefinition; 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

manufacturedDoseForm: Film-coatedtablet (manufactureddoseform#Film-coatedtablet)

unitOfPresentation: Tablet (unitofpresentation#Tablet)

manufacturer: Organization/example

property

type: shape ([not stated]#shape)

value: Oval ()

property

type: color ([not stated]#color)

value: pink ()

property

type: imprint ([not stated]#imprint)

value: 894 ()

" ]; fhir:ManufacturedItemDefinition.status [ fhir:value "active"]; fhir:ManufacturedItemDefinition.manufacturedDoseForm [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/manufactureddoseform" ]; fhir:Coding.code [ fhir:value "Film-coatedtablet" ] ] ]; fhir:ManufacturedItemDefinition.unitOfPresentation [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://ema.europa.eu/example/unitofpresentation" ]; fhir:Coding.code [ fhir:value "Tablet" ] ] ]; fhir:ManufacturedItemDefinition.manufacturer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:ManufacturedItemDefinition.property [ fhir:index 0; fhir:ManufacturedItemDefinition.property.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "shape" ] ] ]; fhir:ManufacturedItemDefinition.property.valueCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "Oval" ] ] ], [ fhir:index 1; fhir:ManufacturedItemDefinition.property.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "color" ] ] ]; fhir:ManufacturedItemDefinition.property.valueCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "pink" ] ] ], [ fhir:index 2; fhir:ManufacturedItemDefinition.property.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "imprint" ] ] ]; fhir:ManufacturedItemDefinition.property.valueCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "894" ] ] ] . a fhir:Organization . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------