HIP FHIR Common Terminology Guide
1.1.0 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.1.0). See the Directory of published versions

: OrgFac Name Qualifier - TTL Representation

Retired as of 2020-04-20

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:Resource.id [ fhir:value "hpi-name-qualifier-2.0"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/hpi-name-qualifier</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\">AKA<a name=\"hpi-name-qualifier-2.0-AKA\"> </a></td><td>Alternate name</td><td>Any names by which the organisation/facility is known by (known as).</td></tr><tr><td style=\"white-space:nowrap\">FORMER<a name=\"hpi-name-qualifier-2.0-FORMER\"> </a></td><td>Former name</td><td>The previous legal name(s) of the organisation/facility.</td></tr><tr><td style=\"white-space:nowrap\">MAORI<a name=\"hpi-name-qualifier-2.0-MAORI\"> </a></td><td>Māori name</td><td>The Māori name of the organisation/facility.</td></tr><tr><td style=\"white-space:nowrap\">LEGAL<a name=\"hpi-name-qualifier-2.0-LEGAL\"> </a></td><td>Legal or Official name</td><td>The legal name of the organisation/facility as recorded by in the NZ Register of Companies.  There is only one active Registered name at any one time.  Effective dates for names are recorded.</td></tr><tr><td style=\"white-space:nowrap\">SHORT<a name=\"hpi-name-qualifier-2.0-SHORT\"> </a></td><td>Abbreviated name</td><td>An abbreviated name by which the organisation/facility is known.</td></tr><tr><td style=\"white-space:nowrap\">TRADE-AS<a name=\"hpi-name-qualifier-2.0-TRADE-AS\"> </a></td><td>Trading as</td><td>Used when the organisation/facility has a separate trading name.</td></tr><tr><td style=\"white-space:nowrap\">CURRENT<a name=\"hpi-name-qualifier-2.0-CURRENT\"> </a></td><td>Current unverified or unofficial name</td><td>The name currently used for a facility.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-name-qualifier"];
  fhir:CodeSystem.version [ fhir:value "2.0"];
  fhir:CodeSystem.name [ fhir:value "Hpi_name_qualifier"];
  fhir:CodeSystem.title [ fhir:value "OrgFac Name Qualifier"];
  fhir:CodeSystem.status [ fhir:value "retired"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-04-20T00:00:00+13:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A code for organisation/facility name type/qualifier."];
  fhir:CodeSystem.purpose [ fhir:value "A code for organisation/facility name type/qualifier."];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "AKA" ];
     fhir:CodeSystem.concept.display [ fhir:value "Alternate name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Any names by which the organisation/facility is known by (known as)." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "FORMER" ];
     fhir:CodeSystem.concept.display [ fhir:value "Former name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The previous legal name(s) of the organisation/facility." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "MAORI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Māori name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The Māori name of the organisation/facility." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "LEGAL" ];
     fhir:CodeSystem.concept.display [ fhir:value "Legal or Official name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The legal name of the organisation/facility as recorded by in the NZ Register of Companies.  There is only one active Registered name at any one time.  Effective dates for names are recorded." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "SHORT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Abbreviated name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An abbreviated name by which the organisation/facility is known." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "TRADE-AS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Trading as" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Used when the organisation/facility has a separate trading name." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "CURRENT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Current unverified or unofficial name" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The name currently used for a facility." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.