2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Extension Alternative names - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/valueset-otherName

Status: draft

Human readable names for the valueset.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-otherName
Alternative names: Human readable names for the valueset.
Use on element: ValueSet
... name 1..1stringHuman readable, short and specific
... preferred 0..1booleanWhich name is preferred for this language

XML Template

<!-- Alternative names -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-otherName" >
 <!-- from Element: extension -->
 <extension url="name"> <!-- 1..1 Human readable, short and specific --!> 
  <valueString value="[string]"/>
 </extension>
 <!-- from Element: extension -->
 <extension url="preferred"> <!-- 0..1 Which name is preferred for this language --!> 
  <valueBoolean value="[boolean]"/>
 </extension>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/valueset-otherName" : { // Alternative names
    "name" : ["<string>"], // R!Human readable, short and specific
    "preferred" : [<boolean>] //Which name is preferred for this language
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/valueset-otherName
Alternative names: Human readable names for the valueset.
Use on element: ValueSet
... name 1..1stringHuman readable, short and specific
... preferred 0..1booleanWhich name is preferred for this language

XML Template

<!-- Alternative names -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/valueset-otherName" >
 <!-- from Element: extension -->
 <extension url="name"> <!-- 1..1 Human readable, short and specific --!> 
  <valueString value="[string]"/>
 </extension>
 <!-- from Element: extension -->
 <extension url="preferred"> <!-- 0..1 Which name is preferred for this language --!> 
  <valueBoolean value="[boolean]"/>
 </extension>
</extension>

JSON Template

to do