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

Generated Narrative: Medication

Resource Medication "paracetamol-01"

code: Paracetamol 500 mg tablet (SNOMED CT#23628011000036109 "paracetamol 500 mg tablet")

" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:23628011000036109; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "23628011000036109" ]; fhir:Coding.display [ fhir:value "paracetamol 500 mg tablet" ] ]; fhir:CodeableConcept.text [ fhir:value "Paracetamol 500 mg tablet" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------