Clinical Document Architecture with Australian Schema, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/cda-au-schema/ and changes regularly. See the Directory of published versions
Draft as of 2024-11-22 |
@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 "CDAEntityNamePartQualifier"] ; #
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 CDAEntityNamePartQualifier</b></p><a name=\"CDAEntityNamePartQualifier\"> </a><a name=\"hcCDAEntityNamePartQualifier\"> </a><a name=\"CDAEntityNamePartQualifier-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier</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://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-LS\">LS</a></td><td style=\"color: #cccccc\">Legal status</td><td>For organizations a suffix indicating the legal status, e.g., "Inc.", "Co.", "AG", "GmbH", "B.V." "S.A.", "Ltd." etc.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-AC\">AC</a></td><td style=\"color: #cccccc\">academic</td><td>Indicates that a prefix like "Dr." or a suffix like "M.D." or "Ph.D." is an academic title.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-NB\">NB</a></td><td style=\"color: #cccccc\">nobility</td><td>In Europe and Asia, there are still people with nobility titles (aristocrats). German "von" is generally a nobility title, not a mere voorvoegsel. Others are "Earl of" or "His Majesty King of..." etc. Rarely used nowadays, but some systems do keep track of this.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-PR\">PR</a></td><td style=\"color: #cccccc\">professional</td><td>Primarily in the British Imperial culture people tend to have an abbreviation of their professional organization as part of their credential suffices.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-VV\">VV</a></td><td style=\"color: #cccccc\">voorvoegsel</td><td>A Dutch "voorvoegsel" is something like "van" or "de" that might have indicated nobility in the past but no longer so. Similar prefixes exist in other languages such as Spanish, French or Portugese.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-AD\">AD</a></td><td style=\"color: #cccccc\">adopted</td><td>The name the person was given at the time of adoption.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-BR\">BR</a></td><td style=\"color: #cccccc\">birth</td><td>A name that a person had shortly after being born. Usually for family names but may be used to mark given names at birth that may have changed later.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-SP\">SP</a></td><td style=\"color: #cccccc\">spouse</td><td>The name assumed from the partner in a marital relationship (hence the "SP"). Usually the spouse's family name. Note that no inference about gender can be made from the existence of spouse names.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-CL\">CL</a></td><td style=\"color: #cccccc\">callme</td><td>A callme name is (usually a given name) that is preferred when a person is directly addressed.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-IN\">IN</a></td><td style=\"color: #cccccc\">initial</td><td>Indicates that a name part is just an initial. Initials do not imply a trailing period since this would not work with non-Latin scripts. Initials may consist of more than one letter, e.g., "Ph." could stand for "Philippe" or "Th." for "Thomas".</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityNamePartQualifier.html#v3-EntityNamePartQualifier-TITLE\">TITLE</a></td><td style=\"color: #cccccc\">title</td><td>Indicates that a prefix or a suffix is a title that applies to the whole name, not just the adjacent name part.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAEntityNamePartQualifier"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CDAEntityNamePartQualifier"] ; #
fhir:title [ fhir:v "CDAEntityNamePartQualifier"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-22T03:02:41+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Qualifies parts of names"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "LS" ] ] [
fhir:code [ fhir:v "AC" ] ] [
fhir:code [ fhir:v "NB" ] ] [
fhir:code [ fhir:v "PR" ] ] [
fhir:code [ fhir:v "VV" ] ] [
fhir:code [ fhir:v "AD" ] ] [
fhir:code [ fhir:v "BR" ] ] [
fhir:code [ fhir:v "SP" ] ] [
fhir:code [ fhir:v "CL" ] ] [
fhir:code [ fhir:v "IN" ] ] [
fhir:code [ fhir:v "TITLE" ] ] ) ] )
] . #
IG © 2024+ Australian Digital Health Agency. Package au.digitalhealth.cda.schema#1.0.0 based on FHIR 5.0.0. Generated 2024-11-22
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use