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

Generated Narrative: Medication

Resource Medication \"chloramphenicol-01\"

code: Chloramphenicol 1% eye ointment (SNOMED CT#22717011000036101 \"chloramphenicol 1% eye ointment\")

" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:22717011000036101; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "22717011000036101" ]; fhir:Coding.display [ fhir:value "chloramphenicol 1% eye ointment" ] ]; fhir:CodeableConcept.text [ fhir:value "Chloramphenicol 1% eye ointment" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------