@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "body-site"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2020-11-11T20:04:03.11+02:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem body-site

version: 1; Last updated: 2020-11-11 20:04:03+0200

This case-sensitive code system http://nphies.sa/terminology/CodeSystem/body-site defines the following codes:

CodeDisplayArabic (ar)
E1 Upper left, eyelidالجفن ، العلوي الأيسر
LT Left side (used to identify procedures performed on the left side of the body)الجانب الأيسر (يستخدم لتحديد الإجراءات التي يتم إجراؤها على الجانب الأيسر من الجسم)
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/body-site"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "BodySite"] ; # fhir:title [ fhir:v "Body Site"] ; # 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 includes Specific and identified anatomical location of the service provided to the patient (limb, tooth, etc.)"] ; # 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 "Copyright American Medical Association (https://cpt-international.ama-assn.org/). The majority of codes have been removed from public view with only a few retained to support examples."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "E1" ] ; fhir:display [ fhir:v "Upper left, eyelid" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "الجفن ، العلوي الأيسر" ] ] ) ] [ fhir:code [ fhir:v "LT" ] ; fhir:display [ fhir:v "Left side (used to identify procedures performed on the left side of the body)" ] ; fhir:designation ( [ fhir:language [ fhir:v "ar" ] ; fhir:value [ fhir:v "الجانب الأيسر (يستخدم لتحديد الإجراءات التي يتم إجراؤها على الجانب الأيسر من الجسم)" ] ] ) ] ) . # # -------------------------------------------------------------------------------------