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

Generated Narrative

Resource "med0305"

code: Timoptic 5mg/ml solution (National drug codes#24208-813-10)

manufacturer:

Resource "org5"

name: Aton Pharma Inc

form: Opthalmic Solution (qualifier value) (SNOMED CT#75359005)

Ingredients

-Item[x]Strength
*Timolol Maleate (substance) (SNOMED CT#75359005)5 mg (Details: UCUM code mg = 'mg')/1 mL (Details: UCUM code mL = 'mL')

Batches

-LotNumberExpirationDate
*94947882017-05-22
" ]; fhir:DomainResource.contained [ a fhir:Organization; fhir:index 0; fhir:Resource.id [ fhir:value "org5" ]; fhir:Organization.name [ fhir:value "Aton Pharma Inc" ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ]; fhir:Coding.code [ fhir:value "24208-813-10" ]; fhir:Coding.display [ fhir:value "Timoptic 5mg/ml solution" ] ] ]; fhir:Medication.manufacturer [ fhir:Reference.reference [ fhir:value "#org5" ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:75359005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "75359005" ]; fhir:Coding.display [ fhir:value "Opthalmic Solution (qualifier value)" ] ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:75359005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "75359005" ]; fhir:Coding.display [ fhir:value "Timolol Maleate (substance)" ] ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ]; 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.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mL" ] ] ] ]; fhir:Medication.batch [ fhir:Medication.batch.lotNumber [ fhir:value "9494788" ]; fhir:Medication.batch.expirationDate [ fhir:value "2017-05-22"^^xsd:date ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------