This page is part of the Australian Base IG (v5.0.0: R4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Name Context - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "name-context"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"^^xsd:anyURI ;
fhir:link <https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem name-context</b></p><a name=\"name-context\"> </a><a name=\"hcname-context\"> </a><a name=\"name-context-en-AU\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org.au/CodeSystem/name-context</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\">ihi-validation<a name=\"name-context-ihi-validation\"> </a></td><td>IHI Validation</td><td>Indicates associated name is for IHI (Individual Healthcare Identifier) validation.</td></tr><tr><td style=\"white-space:nowrap\">hpii-validation<a name=\"name-context-hpii-validation\"> </a></td><td>HPI-I Validation</td><td>Indicates associated name is for HPI-I (Healthcare Provider Identifier - Individual) validation.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^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/CodeSystem/name-context"^^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.1.4.31" ]
] ) ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "NameContext"] ; #
fhir:title [ fhir:v "Name Context"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-01-15T23:49:19+00: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 Name Context code system defines concepts describing usage of names. This provides well known concepts that can be used to indicate usage to achieve an associated purpose e.g. identifier validation."] ; #
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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ihi-validation" ] ;
fhir:display [ fhir:v "IHI Validation" ] ;
fhir:definition [ fhir:v "Indicates associated name is for IHI (Individual Healthcare Identifier) validation." ]
] [
fhir:code [ fhir:v "hpii-validation" ] ;
fhir:display [ fhir:v "HPI-I Validation" ] ;
fhir:definition [ fhir:v "Indicates associated name is for HPI-I (Healthcare Provider Identifier - Individual) validation." ]
] ) . #