@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "route-of-admin"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2022-12-19T20:22:09.068+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem route-of-admin

version: 1; Last updated: 2022-12-19 20:22:09+0300

This case-sensitive code system http://nphies.sa/terminology/CodeSystem/route-of-admin provides a fragment that includes following codes:

CodeDisplayDefinitionArabic (ar)
EBPROA0028 INTRACORONAL, DENTALAdministration of a drug within a portion of a tooth which is covered by enamel and which is separated from the roots by a slightly constricted region known as the neck.داخل التاج
EBPROA0079 ORALAdministration to or by way of the mouth.عن طريق الفم
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/route-of-admin"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "RouteOfAdmin"] ; # fhir:title [ fhir:v "Route of Administration"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-23T22:09:21+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Saudi Arabia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Saudi Arabia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://test-project.org/test-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "This code set provides route to administer medicine codes."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "SA" ] ; fhir:display [ fhir:v "Saudi Arabia" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Saudi Food and Drug Authority (https://sfda.gov.sa)"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "EBPROA0028" ] ; fhir:display [ fhir:v "INTRACORONAL, DENTAL" ] ; fhir:definition [ fhir:v "Administration of a drug within a portion of a tooth which is covered by enamel and which is separated from the roots by a slightly constricted region known as the neck." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "داخل التاج" ] ] ) ] [ fhir:code [ fhir:v "EBPROA0079" ] ; fhir:display [ fhir:v "ORAL" ] ; fhir:definition [ fhir:v "Administration to or by way of the mouth." ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "عن طريق الفم" ] ] ) ] ) . # # -------------------------------------------------------------------------------------