HL7 FHIR Implementation Guide: DK Core
3.7.0 - ci-build
HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Group",
"id" : "JensenFamily",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group JensenFamily</b></p><a name=\"JensenFamily\"> </a><a name=\"hcJensenFamily\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Jensen familien</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-AndersJensen.html\">Anders Test Jensen (far)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-AliJensen.html\">Ali Test Jensen (søn)</a></p></blockquote></div>"
},
"type" : "person",
"actual" : true,
"name" : "Jensen familien",
"quantity" : 2,
"member" : [
{
"entity" : {
🔗 "reference" : "Patient/AndersJensen",
"display" : "Anders Test Jensen (far)"
}
},
{
"entity" : {
🔗 "reference" : "Patient/AliJensen",
"display" : "Ali Test Jensen (søn)"
}
}
]
}