HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 7.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
: Australian Registered Body Number (ARBN)
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 -------------------------------------------------------------------
<http://hl7.org/fhir/NamingSystem/AUARBN> a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AUARBN"] ; #
fhir:language [ fhir:v "en"] ; #
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: NamingSystem AUARBN</b></p><a name=\"AUARBN\"> </a><a name=\"hcAUARBN\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/AUARBN</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>AUARBN</td></tr><tr><td>Title</td><td>Australian Registered Body Number (ARBN)</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>An Australian Registered Body Number (ARBN) identifies a registrable Australian body. Companies must apply to Australian Securities and Investments Commission (ASIC) to be issued an ARBN if they wish to operate in Australia. Foreign companies also require an ARBN. Changes to this naming system are managed by the Australian HL7 Affiliate (HL7 Australia).</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 Australia</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>http://hl7.org.au/id/arbn</td><td>true</td><td>This value is used for Australian FHIR Implementations.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/NamingSystem/AUARBN"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AUARBN"] ; #
fhir:title [ fhir:v "Australian Registered Body Number (ARBN)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "identifier"] ; #
fhir:date [ fhir:v "2018-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Australia" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.com.au/" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "secretary@hl7.com.au" ]
] )
] ) ; #
fhir:responsible [ fhir:v "Australian Securities and Investments Commission (ASIC)"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ] ;
fhir:display [ fhir:v "Organization identifier" ]
] ) ;
fhir:text [ fhir:v "Organization identifier" ]
] ; #
fhir:description [ fhir:v "An Australian Registered Body Number (ARBN) identifies a registrable Australian body. Companies must apply to Australian Securities and Investments Commission (ASIC) to be issued an ARBN if they wish to operate in Australia. Foreign companies also require an ARBN. Changes to this naming system are managed by the Australian HL7 Affiliate (HL7 Australia)."] ; #
fhir:usage [ fhir:v "Organisation identification."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://hl7.org.au/id/arbn" ] ;
fhir:preferred [ fhir:v true ] ;
fhir:comment [ fhir:v "This value is used for Australian FHIR Implementations." ]
] ) . #