@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-care-team-qualification"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-care-team-qualification"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "CareTeamQualification"] ; # fhir:title [ fhir:v "Care Team Qualification"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-07-20"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This valueset comprises codes that represent credentials or specializations of healthcare practitioners."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "394658006" ] ; fhir:display [ fhir:v "Clinical specialty (qualifier value)" ] ] [ fhir:code [ fhir:v "365460000" ] ; fhir:display [ fhir:v "Finding of education received in the past (finding)" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------