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 - JSON Representation

Raw json | Download


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