HIP FHIR Common Terminology Guide - Local Development build (v1.8.10) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: IdentifierUse - 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 "hpi-identifier-use-code-1.0"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hpi-identifier-use-code-1.0</b></p><a name=\"hpi-identifier-use-code-1.0\"> </a><a name=\"hchpi-identifier-use-code-1.0\"> </a><a name=\"hpi-identifier-use-code-1.0-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html\"><code>http://hl7.org/fhir/identifier-use</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html#identifier-use-official\">official</a></td><td>Official</td><td>The identifier considered to be most trusted for the identification of this item. Sometimes also known as "primary" and "main". The determination of "official" is subjective and implementation guides often provide additional guidelines for use.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html#identifier-use-old\">old</a></td><td>Old</td><td>The identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-identifier-use-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0"] ; #
fhir:name [ fhir:v "Hpi_IdentfierUse"] ; #
fhir:title [ fhir:v "IdentifierUse"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2020-12-18T23:08:15+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Te Whatu Ora"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:integration@health.govt.nz" ] ] )
] ) ; #
fhir:description [ fhir:v "Use values for an Identifier"] ; #
fhir:purpose [ fhir:v "Identifies the purpose for this identifier, if known."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/identifier-use"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "official" ] ;
fhir:display [ fhir:v "Official" ] ] [
fhir:code [ fhir:v "old" ] ;
fhir:display [ fhir:v "Old" ] ] ) ] )
] . #