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
Alternative names
{ "resourceType": "ExtensionDefinition", "id": "valueset-otherName", "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-otherName", "name": "Alternative names", "publisher": "HL7", "description": "Human readable names for the valueset.", "status": "draft", "date": "2015-02-23T09:07:27+11:00", "contextType": "resource", "context": [ "ValueSet" ], "element": [ { "path": "Extension", "short": "Alternative names", "definition": "Human readable names for the valueset.", "min": 0, "max": "*" }, { "path": "Extension.name", "short": "Human readable, short and specific", "definition": "This name is intended to be human readable, short and as specific as possible and to convey the purpose of the value set. It is considered to be the name of the value set.", "comments": "This need not be unique. However some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique.", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "path": "Extension.preferred", "short": "Which name is preferred for this language", "definition": "Flag that this Name in this Name Language is the preferred human-readable signifier in this language.", "comments": "There may be multiple human readable names in a given language, and this flag indicates which of them is preferred for the given language.", "min": 0, "max": "1", "type": [ { "code": "boolean" } ] } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.