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

Generated Narrative

Resource "med0307"

code: Novolog 100u/ml (National drug codes#0169-7501-11)

manufacturer:

Resource "org3"

name: Novo Nordisk

form: Injection solution (qualifier value) (SNOMED CT#385219001)

Ingredients

-Item[x]Strength
*Insulin Aspart (substance) (SNOMED CT#325072002)100 U (Details: UCUM code U = 'U')/1 mL (Details: UCUM code mL = 'mL')

Batches

-LotNumberExpirationDate
*123452019-10-31
" ]; fhir:DomainResource.contained [ a fhir:Organization; fhir:index 0; fhir:Resource.id [ fhir:value "org3" ]; fhir:Organization.name [ fhir:value "Novo Nordisk" ] ]; 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 "0169-7501-11" ]; fhir:Coding.display [ fhir:value "Novolog 100u/ml" ] ] ]; fhir:Medication.manufacturer [ fhir:Reference.reference [ fhir:value "#org3" ] ]; fhir:Medication.form [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:385219001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "385219001" ]; fhir:Coding.display [ fhir:value "Injection solution (qualifier value)" ] ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:325072002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "325072002" ]; fhir:Coding.display [ fhir:value "Insulin Aspart (substance)" ] ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "U" ] ]; 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 "12345" ]; fhir:Medication.batch.expirationDate [ fhir:value "2019-10-31"^^xsd:date ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------