0.1.0 - ci-build

PIBSistPSJ, published by LunaTorresR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/PIB-Sist-PSJ/ and changes regularly. See the Directory of published versions

: Ejemplo de una familia - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "XX299",
  "meta" : {
    "profile" : [
      🔗 "http://sist.psj.cl/fhir/ig/StructureDefinition/Familia"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group XX299</b></p><a name=\"XX299\"> </a><a name=\"hcXX299\"> </a><a name=\"XX299-en-US\"> </a><p><b>identifier</b>: XX299</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Familia González Tapia</p><h3>Members</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Entity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-29901.html\">ROSA  (no stated gender), DoB: 1873-04-23 ( 13.456.987-K)</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "XX299"
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "name" : "Familia González Tapia",
  "member" : [
    {
      "entity" : {
        🔗 "reference" : "Patient/29901"
      }
    }
  ]
}