This page is part of the Australian Base IG (v4.2.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
: Common AU Recorded Sex or Gender (RSG) Source Document Jurisdiction - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "rsg-source-document-jurisdiction"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-ISO3166Part1.html\"><code>urn:iso:std:iso:3166</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-iso3166-2.html\"><code>urn:iso:std:iso:3166:-2</code></a></li><li>Include these codes as defined in <code>https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>ACT</td><td style=\"color: #cccccc\">Australian Capital Territory</td></tr><tr><td>NSW</td><td style=\"color: #cccccc\">New South Wales</td></tr><tr><td>NT</td><td style=\"color: #cccccc\">Northern Territory</td></tr><tr><td>SA</td><td style=\"color: #cccccc\">South Australia</td></tr><tr><td>TAS</td><td style=\"color: #cccccc\">Tasmania</td></tr><tr><td>VIC</td><td style=\"color: #cccccc\">Victoria</td></tr><tr><td>WA</td><td style=\"color: #cccccc\">Western Australia</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0"^^xsd:integer ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org.au/ValueSet/rsg-source-document-jurisdiction"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.3.4.2.4.33" ]
] ) ; #
fhir:version [ fhir:v "4.2.1-preview"] ; #
fhir:name [ fhir:v "CommonAURecordedSexOrGenderSourceDocumentType"] ; #
fhir:title [ fhir:v "Common AU Recorded Sex or Gender (RSG) Source Document Jurisdiction"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-06-20T16:58:33+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Australia FHIR Working Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.hl7.org/display/HAFWG" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "The Common AU Recorded Sex or Gender (RSG) Source Document Jurisdiction value set includes codes that can be used to identify the jurisdiction that issued the source document where the sex or gender value is recorded."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ] )
] ) ; #
fhir:copyright [ fhir:v "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "urn:iso:std:iso:3166:-2"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "ACT" ] ] [
fhir:code [ fhir:v "NSW" ] ] [
fhir:code [ fhir:v "NT" ] ] [
fhir:code [ fhir:v "SA" ] ] [
fhir:code [ fhir:v "TAS" ] ] [
fhir:code [ fhir:v "VIC" ] ] [
fhir:code [ fhir:v "WA" ] ] ) ] )
] . #