GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: PrenatalGroupPatientFemaleandPatientMale - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "PrenatalGroupPatientFemaleandPatientMale",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-09-25T00:02:13.030+00:00",
    "source" : "#mzuK1EHcvMPipAda"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div></div>"
  },
  "type" : "person",
  "actual" : true,
  "member" : [
    {
      "entity" : {
        🔗 "reference" : "Patient/PatientFemale"
      },
      "period" : {
        "start" : "2024-06-26"
      },
      "inactive" : false
    },
    {
      "entity" : {
        🔗 "reference" : "Patient/PatientMale"
      },
      "period" : {
        "start" : "2024-06-26"
      },
      "inactive" : false
    }
  ]
}