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 Nucleotide location end - Definition

URL for this extension:

http://hl7.org/fhir/ProfilegeneticsGenomicStop

Status: draft

Nucleotide location for end of genomic finding.

Mollie Ullman-Cullere

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsGenomicStop
Nucleotide location end: Nucleotide location for end of genomic finding.
Use on element: Observation
..valueString 0..1stringNucleotide location end
Use on element: Observation

XML Template

<!-- Nucleotide location end -->doco

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

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ProfilegeneticsGenomicStop" : { // Nucleotide location end
    "valueString" : ["<string>"] //Nucleotide location end
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ProfilegeneticsGenomicStop
Nucleotide location end: Nucleotide location for end of genomic finding.
Use on element: Observation
..valueString 0..1stringNucleotide location end
Use on element: Observation

XML Template

<!-- Nucleotide location end -->doco

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

JSON Template

to do