0.1.0 - ci-build

ClientRegistryIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Facility Ownership Type - TTL Representation

Active as of 2023-02-22

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://mets.or.ug/CodeSystem/cr-facility-ownership-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">PNPF<a name=\"cr-facility-ownership-type-PNPF\"> </a></td><td>PNFP</td></tr><tr><td style=\"white-space:nowrap\">PFP<a name=\"cr-facility-ownership-type-PFP\"> </a></td><td>PFP</td></tr><tr><td style=\"white-space:nowrap\">GOV<a name=\"cr-facility-ownership-type-GOV\"> </a></td><td>GOV</td></tr><tr><td style=\"white-space:nowrap\">NGO<a name=\"cr-facility-ownership-type-NGO\"> </a></td><td>NG0</td></tr></table></div>"
  ] ; # 
  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" ]
  ] ) . #