Clinical Genomics Resource Incubator, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cg-incubator/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Group",
"id" : "groupDenovoFamily",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Group groupDenovoFamily</b></p><a name=\"groupDenovoFamily\"> </a><a name=\"hcgroupDenovoFamily\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>identifier</b>: Medical record number/11111\u00a0(use:\u00a0temp,\u00a0period:\u00a02021-01-01 --> (ongoing))</p><p><b>name</b>: Denovo Mutation Example Group</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>[markdown]</p>\n</div><p><b>type</b>: Person</p><p><b>membership</b>: Enumerated</p><p><b>quantity</b>: 3</p><p><b>managingEntity</b>: <a href=\"Practitioner-practitioner02.html\">Practitioner Jane Doel </a></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-proband.html\">Child Junior Doe (official) Unknown, DoB: 2021-01-01 ( Medical record number: 11111\u00a0(use:\u00a0temp,\u00a0period:\u00a02021-01-01 --> (ongoing)))</a></p><p><b>period</b>: 2021-01-01 01:01:10-0600 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"RelatedPerson-relatedPersonDenovoMother.html\">RelatedPerson Jane Mother Doe (official)</a></p><p><b>period</b>: 2021-01-01 01:01:10-0600 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"RelatedPerson-relatedPersonDenovoFather.html\">RelatedPerson John Father Doe (official)</a></p><p><b>period</b>: 2021-01-01 01:01:10-0600 --> (ongoing)</p><p><b>inactive</b>: false</p></blockquote></div>"
},
"identifier" : [
{
"use" : "temp",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical record number"
}
]
},
"system" : "http://example.org/identifiers/groups",
"value" : "11111",
"period" : {
"start" : "2021-01-01"
},
"assigner" : {
"display" : "Child Hospital"
}
}
],
"name" : "Denovo Mutation Example Group",
"status" : "active",
"description" : "[markdown]",
"type" : "person",
"membership" : "enumerated",
"quantity" : 3,
"managingEntity" : // 0..1 Label for Group
// 0..1 Natural language description of the group
// 1..1 definitional | enumerated
// <code></code>
{
🔗 "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
}
]
}