0.1.0 - ci-build

BerzerkistanBase - Local Development build (v0.1.0). See the Directory of published versions

: Codes for PPH Tax Situation Berzerkistan - TTL Representation

Active as of 2023-03-23

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 "PPHTaxSituationCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://minhealth.gov.bk/core/CodeSystem/PPHTaxSituationCS</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\">U<a name=\"PPHTaxSituationCS-U\"> </a></td><td>Uncovered</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"PPHTaxSituationCS-M\"> </a></td><td>Mandated</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"PPHTaxSituationCS-V\"> </a></td><td>Voluntary</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://minhealth.gov.bk/core/CodeSystem/PPHTaxSituationCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PPHTaxSituationCS"] ; # 
  fhir:title [ fhir:v "Codes for PPH Tax Situation Berzerkistan"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-03-23T17:00:45-03:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codes for PPH Tax Situation Berzerkistan"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Uncovered" ]
  ] [
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Mandated" ]
  ] [
fhir:code [ fhir:v "V" ] ;
fhir:display [ fhir:v "Voluntary" ]
  ] ) . #