@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cr-facility-ownership-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system https://mets.or.ug/CodeSystem/cr-facility-ownership-type defines the following codes:

CodeDisplay
PNPF PNFP
PFP PFP
GOV GOV
NGO NG0
" ] ; # fhir:url [ fhir:v "https://mets.or.ug/CodeSystem/cr-facility-ownership-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "CrFacilityOwnershipTypeCodeSystem"] ; # fhir:title [ fhir:v "Facility Ownership Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-02-22T08:41:04.362Z"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "METS-Programme"] ; # fhir:contact ( [ fhir:name [ fhir:v "METS-Programme" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://mets.or.ug" ] ] ) ] ) ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "PNPF" ] ; fhir:display [ fhir:v "PNFP" ] ] [ fhir:code [ fhir:v "PFP" ] ; fhir:display [ fhir:v "PFP" ] ] [ fhir:code [ fhir:v "GOV" ] ; fhir:display [ fhir:v "GOV" ] ] [ fhir:code [ fhir:v "NGO" ] ; fhir:display [ fhir:v "NG0" ] ] ) . # # -------------------------------------------------------------------------------------