@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "alias-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem alias-type

This case-sensitive code system https://standards.digital.health.nz/ns/alias-type-code defines the following codes:

CodeDisplayDefinition
aka AkaThe name by which the organisation or facility is also known as.
old OldThe previous legal name(s) of the organisation/facility.
maori MāoriThe Māori name of the organisation or facility.
legal LegalThe name as recorded in the official register eg Register of Companies.
short ShortAn abbreviated name by which the organisation or facility is known.
trade-as Trading asUsed when the organisation/facility has a separate trading name.
current CurrentThe name currently used for a facility.
" ] ; # fhir:url [ fhir:v "https://standards.digital.health.nz/ns/alias-type-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "AliasType"] ; # fhir:title [ fhir:v "Type of Alias"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-14T09:20:22+12:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 New Zealand"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 New Zealand" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:admin@hl7.org.nz" ] ] ) ] ) ; # fhir:description [ fhir:v "Used in Organization and Location to indicate what is the type of Alias"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "aka" ] ; fhir:display [ fhir:v "Aka" ] ; fhir:definition [ fhir:v "The name by which the organisation or facility is also known as." ] ] [ fhir:code [ fhir:v "old" ] ; fhir:display [ fhir:v "Old" ] ; fhir:definition [ fhir:v "The previous legal name(s) of the organisation/facility." ] ] [ fhir:code [ fhir:v "maori" ] ; fhir:display [ fhir:v "Māori" ] ; fhir:definition [ fhir:v "The Māori name of the organisation or facility." ] ] [ fhir:code [ fhir:v "legal" ] ; fhir:display [ fhir:v "Legal" ] ; fhir:definition [ fhir:v "The name as recorded in the official register eg Register of Companies." ] ] [ fhir:code [ fhir:v "short" ] ; fhir:display [ fhir:v "Short" ] ; fhir:definition [ fhir:v "An abbreviated name by which the organisation or facility is known." ] ] [ fhir:code [ fhir:v "trade-as" ] ; fhir:display [ fhir:v "Trading as" ] ; fhir:definition [ fhir:v "Used when the organisation/facility has a separate trading name." ] ] [ fhir:code [ fhir:v "current" ] ; fhir:display [ fhir:v "Current" ] ; fhir:definition [ fhir:v "The name currently used for a facility." ] ] ) . # # -------------------------------------------------------------------------------------