HIP FHIR Common Terminology Guide
1.8.7 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.8.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Use values for a HumanName - TTL Representation

Active as of 2021-04-14

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-human-name-use-code-1.0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  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-human-name-use-code-1.0</b></p><a name=\"hpi-human-name-use-code-1.0\"> </a><a name=\"hchpi-human-name-use-code-1.0\"> </a><a name=\"hchpi-human-name-use-code-1.0-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html\"><code>http://hl7.org/fhir/name-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-name-use.html#name-use-usual\">usual</a></td><td>Known as/conventional/the one you normally use.</td><td>Known as/conventional/the one you normally use.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html#name-use-official\">official</a></td><td>The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called 'legal name'.</td><td>The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called &quot;legal name&quot;.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html#name-use-old\">old</a></td><td>This name is no longer in use (or was never correct, but retained for records).</td><td>This name is no longer in use (or was never correct, but retained for records).</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-human-name-use-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:name [ fhir:v "Hpi_HumanNameUse"] ; # 
  fhir:title [ fhir:v "Use values for a HumanName"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-04-14T00:00:00+13: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 a HumanName"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/name-use"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "usual" ] ;
fhir:display [ fhir:v "Known as/conventional/the one you normally use." ]       ] [
fhir:code [ fhir:v "official" ] ;
fhir:display [ fhir:v "The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called 'legal name'." ]       ] [
fhir:code [ fhir:v "old" ] ;
fhir:display [ fhir:v "This name is no longer in use (or was never correct, but retained for records)." ]       ] )     ] )
  ] . #