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

: Pedigree 1 Individual Example 6 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "pedigree-1-individual-example-6",
  "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> male, DoB Unknown ( id: pedigree-1-6)</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "male"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:pedigree-fhir-ig:unique-string/individual",
      "value" : "pedigree-1-6"
    }
  ],
  "gender" : "male"
}