HL7 FHIR Implementation Guide: DK Core
3.6.0 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.6.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Jensen familien - JSON Representation

Raw json | Download

{
  "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)"
      }
    }
  ]
}