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

: Bart - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Bart"/>
  <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> male, DoB Unknown ( id: 1)</p></div>
  </text>
  <extension
             url="http://purl.org/ga4gh/pedigree-fhir-ig/StructureDefinition/patient-unborn">
    <valueBoolean value="false"/>
  </extension>
  <identifier>
    <system value="urn:fdc:sprinfieldlab.net:2021:id/patient"/>
    <value value="1"/>
  </identifier>
  <gender value="male"/>
  <deceasedBoolean value="false"/>
</Patient>