This page is part of the Genetic Reporting Implementation Guide (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: denovoChild - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "denovoChild",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Child Denovo (OFFICIAL)</b> (no stated gender), DoB Unknown ( Medical record number:\u00a01234-11111\u00a0(use:\u00a0TEMP))</p><hr/></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/persons",
"value" : "1234-11111"
}
],
"name" : [
{
"use" : "official",
"family" : "Denovo",
"given" : [
"Child"
]
}
]
}