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 Genetic markers, ethnicity, etc. - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation

Status: draft

Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition. E.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc.

HL7 International - Clinical Genomics WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation
Genetic markers, ethnicity, etc.: Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition. E.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc.
Use on element: FamilyHistory.relation
..valueReference 0..*ObservationGenetic markers, ethnicity, etc.
Use on element: FamilyHistory.relation

XML Template

<!-- Genetic markers, ethnicity, etc. -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation" : { // Genetic markers, ethnicity, etc.
    "valueReference" : [{ Reference(Observation) }] //Genetic markers, ethnicity, etc.
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation
Genetic markers, ethnicity, etc.: Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition. E.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc.
Use on element: FamilyHistory.relation
..valueReference 0..*ObservationGenetic markers, ethnicity, etc.
Use on element: FamilyHistory.relation

XML Template

<!-- Genetic markers, ethnicity, etc. -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/genetics-relationObservation" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

to do