PSGC Terminology FHIR Implementation Guide
0.1.0 - ci-build Philippines flag

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

: PSGC Publication Format Codes - TTL Representation

Active as of 2026-06-23

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "psgc-format-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SistemaDeCodigos psgc-format-cs</b></p><a name=\"psgc-format-cs\"> </a><a name=\"hcpsgc-format-cs\"> </a><p>This case-sensitive code system <code>https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-format-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">modern<a name=\"psgc-format-cs-modern\"> </a></td><td>Modern (10-digit)</td><td>Q1 2022 onward: 10-digit codes with correspondence code column</td></tr><tr><td style=\"white-space:nowrap\">legacy<a name=\"psgc-format-cs-legacy\"> </a></td><td>Legacy (9-digit)</td><td>Pre-2022: 9-digit codes, no correspondence code</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://australian-e-health-research-centre.gitlab.io/psgc-fhir-ig/CodeSystem/psgc-format-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FormatCS"] ; # 
  fhir:title [ fhir:v "PSGC Publication Format Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-23T13:03:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CSIRO Australian e-Health Research Centre"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CSIRO Australian e-Health Research Centre" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://aehrc.csiro.au" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PH" ] ;
fhir:display [ fhir:v "Philippines" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "modern" ] ;
fhir:display [ fhir:v "Modern (10-digit)" ] ;
fhir:definition [ fhir:v "Q1 2022 onward: 10-digit codes with correspondence code column" ]
  ] [
fhir:code [ fhir:v "legacy" ] ;
fhir:display [ fhir:v "Legacy (9-digit)" ] ;
fhir:definition [ fhir:v "Pre-2022: 9-digit codes, no correspondence code" ]
  ] ) . #