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 Nucleotides at location on reference sequence. Use '-' for insertions. - Definition

URL for this extension:

http://hl7.org/fhir/ProfilegeneticsReferenceAllele

Status: draft

Nucleotide(s) from genomic start to genomic stop on reference sequence. Use '-' for insertions.

Mollie Ullman-Cullere

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsReferenceAllele
Nucleotides at location on reference sequence. Use '-' for insertions.: Nucleotide(s) from genomic start to genomic stop on reference sequence. Use '-' for insertions.
Use on element: Observation
..valueString 0..1stringNucleotides at location on reference sequence. Use '-' for insertions.
Use on element: Observation

XML Template

<!-- Nucleotides at location on reference sequence. Use '-' for insertions. -->doco

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

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ProfilegeneticsReferenceAllele" : { // Nucleotides at location on reference sequence. Use '-' for insertions.
    "valueString" : ["<string>"] //Nucleotides at location on reference sequence. Use '-' for insertions.
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsReferenceAllele
Nucleotides at location on reference sequence. Use '-' for insertions.: Nucleotide(s) from genomic start to genomic stop on reference sequence. Use '-' for insertions.
Use on element: Observation
..valueString 0..1stringNucleotides at location on reference sequence. Use '-' for insertions.
Use on element: Observation

XML Template

<!-- Nucleotides at location on reference sequence. Use '-' for insertions. -->doco

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

JSON Template

to do