Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example GenomicStudy/groupDenovoFamily (JSON)

Clinical Genomics Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw JSON (canonical form + also see JSON Format Specification)

Group - A group of a trio study including proband, mother, and father

{
  "resourceType": "Group",
  "id": "groupDenovoFamily",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> Denovo mutation study members </p> \n      <ul> \n        <li> Patient: Child Junior Doe</li> \n        <li> Mother: Jane Mother Doe</li> \n        <li> Father: John Father Doe</li> \n      </ul> \n    </div>"
  },
  "identifier": [
    {
      "use": "temp",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "http://www.somesystemabc.net/identifiers/groups",
      "value": "11111",
      "period": {
        "start": "2021-01-01"
      },
      "assigner": {
        "display": "Child Hospital"
      }
    }
  ],
  "active": true,
  "type": "person",
  "membership": "enumerated",
  "name": "Denovo Mutation Example Group",
  "description": "[markdown]",
  "quantity": 3,
  "managingEntity": {
    "reference": "Practitioner/practitioner02"
  },
  "member": [
    {
      "entity": {
        "reference": "Patient/proband"
      },
      "period": {
        "start": "2021-01-01T01:01:10-06:00"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "RelatedPerson/relatedPersonDenovoMother"
      },
      "period": {
        "start": "2021-01-01T01:01:10-06:00"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "RelatedPerson/relatedPersonDenovoFather"
      },
      "period": {
        "start": "2021-01-01T01:01:10-06:00"
      },
      "inactive": false
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.