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

Extension HGNC gene symbol and identifier. - Definition

URL for this extension:

http://hl7.org/fhir/ProfilegeneticsGeneIdentifier

Status: draft

HGNC gene symbol and identifier from HUGO Gene Nomenclature Committee at: http://www.genenames.org/.

Mollie Ullman-Cullere

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsGeneIdentifier
HGNC gene symbol and identifier.: HGNC gene symbol and identifier from HUGO Gene Nomenclature Committee at: http://www.genenames.org/.
Use on element: Observation
..valueString 0..1stringHGNC gene symbol and identifier.
Use on element: Observation

XML Template

<!-- HGNC gene symbol and identifier. -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ProfilegeneticsGeneIdentifier" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ProfilegeneticsGeneIdentifier" : { // HGNC gene symbol and identifier.
    "valueString" : ["<string>"] //HGNC gene symbol and identifier.
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsGeneIdentifier
HGNC gene symbol and identifier.: HGNC gene symbol and identifier from HUGO Gene Nomenclature Committee at: http://www.genenames.org/.
Use on element: Observation
..valueString 0..1stringHGNC gene symbol and identifier.
Use on element: Observation

XML Template

<!-- HGNC gene symbol and identifier. -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ProfilegeneticsGeneIdentifier" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

to do