HL7 Terminology (THO)
7.4.0 - Publication International flag

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 National Provider Identifier at an Organisation (NPIO)

Active as of 2015-08-31

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/AUNPIO> a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AUNPIO"] ; # 
  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 AUNPIO</b></p><a name=\"AUNPIO\"> </a><a name=\"hcAUNPIO\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/AUNPIO</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>AUNPIO</td></tr><tr><td>Title</td><td>Australian National Provider Identifier at an Organisation (NPIO)</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>A National Provider Identifier at Organisation (NPIO) uniquely identifies an individual practitioner at an organisation using the practitioner’s HPI-I and organisation’s HPI-O to form the NPIO. 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/npio</td><td>true</td><td>This value is used in Australian FHIR Implementations.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/NamingSystem/AUNPIO"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "AUNPIO"] ; # 
  fhir:title [ fhir:v "Australian National Provider Identifier at an Organisation (NPIO)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2015-08-31"^^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 Digital Health Agency"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "NPIO" ]
     ] ) ;
     fhir:text [ fhir:v "National Provider at Organisation Identifier" ]
  ] ; # 
  fhir:description [ fhir:v "A National Provider Identifier at Organisation (NPIO) uniquely identifies an individual practitioner at an organisation using the practitioner’s HPI-I and organisation’s HPI-O to form the NPIO. Changes to this naming system are managed by the Australian HL7 Affiliate (HL7 Australia)."] ; # 
  fhir:usage [ fhir:v "Identification of an individual practitioner at an organisation."] ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org.au/id/npio" ] ;
     fhir:preferred [ fhir:v true ] ;
     fhir:comment [ fhir:v "This value is used in Australian FHIR Implementations." ]
  ] ) . #