GA4GH Pedigree FHIR Implementation Guide
0.1.0 - ci-build

GA4GH Pedigree FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: The trio's pedigree - XML Representation

Raw xml | Download



<Composition xmlns="http://hl7.org/fhir">
  <id value="TrioPedigree"/>
  <meta>
    <profile
             value="http://purl.org/ga4gh/pedigree-fhir-ig/StructureDefinition/Pedigree"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "TrioPedigree" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Pedigree.html">Pedigree</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Family history section <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#422432008)</span></p><p><b>date</b>: 2021-02-10</p><p><b>author</b>: <a href="Organization-MelbourneGenomics.html">Organization/MelbourneGenomics</a> "Melbourne Genomics"</p><p><b>title</b>: Pedigree</p></div>
  </text>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="422432008"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/Proband"/>
  </subject>
  <date value="2021-02-10"/>
  <author>
    <reference value="Organization/MelbourneGenomics"/>
  </author>
  <title value="Pedigree"/>
  <section>
    <title value="Proband"/>
    <code>
      <coding>
        <system
                value="http://purl.org/ga4gh/pedigree-fhir-ig/CodeSystem/SectionType"/>
        <code value="proband"/>
      </coding>
    </code>
    <entry>
      <reference value="Patient/Proband"/>
    </entry>
  </section>
  <section>
    <title value="Reason"/>
    <code>
      <coding>
        <system
                value="http://purl.org/ga4gh/pedigree-fhir-ig/CodeSystem/SectionType"/>
        <code value="reason"/>
      </coding>
    </code>
    <entry>
      <reference value="Condition/ProbandCondition"/>
    </entry>
  </section>
  <section>
    <title value="Individuals"/>
    <code>
      <coding>
        <system
                value="http://purl.org/ga4gh/pedigree-fhir-ig/CodeSystem/SectionType"/>
        <code value="individuals"/>
      </coding>
    </code>
    <entry>
      <reference value="Patient/Proband"/>
    </entry>
    <entry>
      <reference value="Patient/Mother"/>
    </entry>
    <entry>
      <reference value="Patient/Father"/>
    </entry>
  </section>
  <section>
    <title value="Relationships"/>
    <code>
      <coding>
        <system
                value="http://purl.org/ga4gh/pedigree-fhir-ig/CodeSystem/SectionType"/>
        <code value="relationships"/>
      </coding>
    </code>
    <entry>
      <reference value="FamilyMemberHistory/ProbandFatherRelationship"/>
    </entry>
    <entry>
      <reference value="FamilyMemberHistory/ProbandMotherRelationship"/>
    </entry>
  </section>
  <section>
    <title value="Other"/>
    <code>
      <coding>
        <system
                value="http://purl.org/ga4gh/pedigree-fhir-ig/CodeSystem/SectionType"/>
        <code value="other"/>
      </coding>
    </code>
    <entry>
      <reference value="Condition/FatherFirstCondition"/>
    </entry>
    <entry>
      <reference value="Condition/FatherSecondCondition"/>
    </entry>
    <entry>
      <reference value="Organization/MelbourneGenomics"/>
    </entry>
  </section>
</Composition>