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

: Proband - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Proband"/>
  <meta>
    <profile
             value="http://purl.org/ga4gh/pedigree-fhir-ig/StructureDefinition/PedigreeIndividual"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Anonymous Patient</b> female, DoB Unknown ( id: 3)</p></div>
  </text>
  <identifier>
    <system value="urn:fdc:labtec.genovic.org.au:2018:id/patient"/>
    <value value="3"/>
  </identifier>
  <gender value="female"/>
</Patient>