Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example GenomicStudy/groupDenovoFamily (JSON) Organization/example (Narrative)

Maturity Level : N/A
Clinical Genomics Responsible Owner: Patient Administration Work Group Standards Status : Informative Compartments : Patient No defined compartments

Raw JSON ( canonical form + This is the narrative for the resource. See also see the XML , JSON Format Specification ) or Turtle format. This example conforms to the profile Organization .

Group
ACME Health - 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 }] } generic example

 

 

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.