HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

EntityNamePartTypeR2 - TTL Representation

(back to description)

Raw ttl

Source view

@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 "v3-EntityNamePartTypeR2"];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>EntityNamePartTypeR2</h2><div><p>**Description:**Indicates whether the name part is a given name, family name, prefix, suffix, etc.</p>\n</div><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>Specializes</td><td/><td>The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric.</td><td>Coding</td></tr><tr><td>Generalizes</td><td/><td>Inverse of Specializes.  Only included as a derived relationship.</td><td>Coding</td></tr><tr><td>MayBeQualifiedBy</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#MayBeQualifiedBy</td><td>Relationship points from a concept in EntityNamePartType to a concept in  EntityNamePartQualifier and indicates that the former concept may be qualified by the latter.</td><td>Coding</td></tr><tr><td>internalId</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id</td><td>The internal identifier for the concept in the HL7 Access database repository.</td><td>code</td></tr><tr><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>Designation of a concept's state. Normally is not populated unless the state is retired.</td><td>code</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v3-EntityNamePartTypeR2 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><td><b>Qualifier relationship</b></td><td><b>internalId</b></td><td><b>status</b></td></tr><tr><td style=\"white-space:nowrap\">DEL<a name=\"v3-EntityNamePartTypeR2-DEL\"> </a></td><td>delimiter</td><td>**Description:**A delimiter has no meaning other than being literally printed in this name representation. A delimiter has no implicit leading and trailing white space.</td><td/><td>22786</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">FAM<a name=\"v3-EntityNamePartTypeR2-FAM\"> </a></td><td>family</td><td>**Description:**Family name, this is the name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.</td><td>AD</td><td>22784</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">GIV<a name=\"v3-EntityNamePartTypeR2-GIV\"> </a></td><td>given</td><td>**Description:**Given name. Note: don't call it &quot;first name&quot; since the given names do not always come first.</td><td>AD</td><td>22785</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">TITLE<a name=\"v3-EntityNamePartTypeR2-TITLE\"> </a></td><td>title</td><td>**Description:**Part of the name that is acquired as a title due to academic, legal, employment or nobility status etc.\r\n\r\n**Note:**Title name parts include name parts that come after the name such as qualifications, even if they are not always considered to be titles.</td><td>AC</td><td>22787</td><td>active</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartTypeR2"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.5.1121" ]
  ];
  fhir:CodeSystem.version [ fhir:value "2.0.0"];
  fhir:CodeSystem.name [ fhir:value "EntityNamePartTypeR2"];
  fhir:CodeSystem.title [ fhir:value "EntityNamePartTypeR2"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7"];
  fhir:CodeSystem.description [ fhir:value "**Description:**Indicates whether the name part is a given name, family name, prefix, suffix, etc."];
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.property [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ];
       fhir:Extension.valueCode [ fhir:value "antisymmetric" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ];
       fhir:Extension.valueCode [ fhir:value "transitive" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ];
       fhir:Extension.valueCode [ fhir:value "irreflexive" ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ];
       fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ];
       fhir:Extension.valueCode [ fhir:value "Specializes" ]     ], [
       fhir:index 5;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ];
       fhir:Extension.valueString [ fhir:value "Generalizes" ]     ];
     fhir:CodeSystem.property.code [ fhir:value "Specializes" ];
     fhir:CodeSystem.property.description [ fhir:value "The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric." ];
     fhir:CodeSystem.property.type [ fhir:value "Coding" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ];
       fhir:Extension.valueCode [ fhir:value "antisymmetric" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ];
       fhir:Extension.valueCode [ fhir:value "transitive" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ];
       fhir:Extension.valueCode [ fhir:value "irreflexive" ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ];
       fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ];
       fhir:Extension.valueCode [ fhir:value "Generalizes" ]     ], [
       fhir:index 5;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ];
       fhir:Extension.valueString [ fhir:value "Specializes" ]     ];
     fhir:CodeSystem.property.code [ fhir:value "Generalizes" ];
     fhir:CodeSystem.property.description [ fhir:value "Inverse of Specializes.  Only included as a derived relationship." ];
     fhir:CodeSystem.property.type [ fhir:value "Coding" ]
  ], [
     fhir:index 2;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ];
       fhir:Extension.valueCode [ fhir:value "NonDefinitionallyQualifiedBy" ]     ];
     fhir:CodeSystem.property.code [ fhir:value "MayBeQualifiedBy" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#MayBeQualifiedBy" ];
     fhir:CodeSystem.property.description [ fhir:value "Relationship points from a concept in EntityNamePartType to a concept in  EntityNamePartQualifier and indicates that the former concept may be qualified by the latter." ];
     fhir:CodeSystem.property.type [ fhir:value "Coding" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.property.code [ fhir:value "internalId" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id" ];
     fhir:CodeSystem.property.description [ fhir:value "The internal identifier for the concept in the HL7 Access database repository." ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.property.code [ fhir:value "status" ];
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ];
     fhir:CodeSystem.property.description [ fhir:value "Designation of a concept's state. Normally is not populated unless the state is retired." ];
     fhir:CodeSystem.property.type [ fhir:value "code" ]
  ];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "DEL" ];
     fhir:CodeSystem.concept.display [ fhir:value "delimiter" ];
     fhir:CodeSystem.concept.definition [ fhir:value "**Description:**A delimiter has no meaning other than being literally printed in this name representation. A delimiter has no implicit leading and trailing white space." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "22786" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "FAM" ];
     fhir:CodeSystem.concept.display [ fhir:value "family" ];
     fhir:CodeSystem.concept.definition [ fhir:value "**Description:**Family name, this is the name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "AD" ]       ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "BR" ]       ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "CL" ]       ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "IN" ]       ]     ], [
       fhir:index 5;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "MID" ]       ]     ], [
       fhir:index 6;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "PFX" ]       ]     ], [
       fhir:index 7;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "SP" ]       ]     ], [
       fhir:index 8;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "22784" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "GIV" ];
     fhir:CodeSystem.concept.display [ fhir:value "given" ];
     fhir:CodeSystem.concept.definition [ fhir:value "**Description:**Given name. Note: don't call it \"first name\" since the given names do not always come first." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "AD" ]       ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "BR" ]       ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "CL" ]       ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "IN" ]       ]     ], [
       fhir:index 5;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "PFX" ]       ]     ], [
       fhir:index 6;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "SFX" ]       ]     ], [
       fhir:index 7;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "SP" ]       ]     ], [
       fhir:index 8;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "22785" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "TITLE" ];
     fhir:CodeSystem.concept.display [ fhir:value "title" ];
     fhir:CodeSystem.concept.definition [ fhir:value "**Description:**Part of the name that is acquired as a title due to academic, legal, employment or nobility status etc.\r\n\r\n**Note:**Title name parts include name parts that come after the name such as qualifications, even if they are not always considered to be titles." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "status" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "AC" ]       ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "LS" ]       ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "NB" ]       ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "PFX" ]       ]     ], [
       fhir:index 5;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "PR" ]       ]     ], [
       fhir:index 6;
       fhir:CodeSystem.concept.property.code [ fhir:value "MayBeQualifiedBy" ];
       fhir:CodeSystem.concept.property.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" ];
         fhir:Coding.code [ fhir:value "SFX" ]       ]     ], [
       fhir:index 7;
       fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ];
       fhir:CodeSystem.concept.property.valueCode [ fhir:value "22787" ]     ]
  ].

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

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